OSDN Git Service

2010-03-19 Andrew Pinski <andrew_pinski@caviumnetworks.com>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Mar 2010 22:52:41 +0000 (22:52 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 00:30:47 +0000 (09:30 +0900)
        PR C/43211
        * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was an error.

2010-03-19  Andrew Pinski  <andrew_pinski@caviumnetworks.com>

        PR C/43211
        * gcc.dg/pr43211.c: New test.
        * gcc.dg/pr18809-1.c: Don't expect an error when calling foo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157585 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/testsuite/ChangeLog

index abf7e3f..8684997 100644 (file)
@@ -1,3 +1,8 @@
+2010-03-19  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
+
+       PR C/43211
+       * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was an error.
+
 2010-03-19  Bernd Schmidt  <bernd.schmidt@codesourcery.com>
 
        PR rtl-optimization/42258
index 4701169..8e5ca1f 100644 (file)
@@ -1,3 +1,9 @@
+2010-03-19  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
+
+       PR C/43211
+       * gcc.dg/pr43211.c: New test.
+       * gcc.dg/pr18809-1.c: Don't expect an error when calling foo.
+
 2010-03-19  Bernd Schmidt  <bernd.schmidt@codesourcery.com>
 
        PR rtl-optimization/42258