OSDN Git Service

gcc/
authorpzhao <pzhao@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Apr 2010 03:43:21 +0000 (03:43 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:31:34 +0000 (14:31 +0900)
2010-04-12  Shujing Zhao  <pearly.zhao@oracle.com>

        PR c/36774
        * c-decl.c (start_function): Move forward check for nested function.

gcc/testsuite/
2010-04-12  Shujing Zhao  <pearly.zhao@oracle.com>

        PR c/36774
        * gcc.dg/pr36774-1.c: New test.
        * gcc.dg/pr36774-2.c: New test.

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

gcc/ChangeLog
gcc/testsuite/ChangeLog

index 2c63db3..1444a19 100644 (file)
@@ -1,3 +1,8 @@
+2010-04-12  Shujing Zhao  <pearly.zhao@oracle.com>
+
+       PR c/36774
+       * c-decl.c (start_function): Move forward check for nested function.
+
 2010-04-11  Kaz Kojima  <kkojima@gcc.gnu.org>
 
        * config/sh/sh-protos.h (sh_legitimize_reload_address): Declare.
index b0ea0bc..5f4c5ff 100644 (file)
@@ -1,3 +1,9 @@
+2010-04-12  Shujing Zhao  <pearly.zhao@oracle.com>
+
+       PR c/36774
+       * gcc.dg/pr36774-1.c: New test.
+       * gcc.dg/pr36774-2.c: New test.
+
 2010-04-11  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
 
        * gcc.target/sh/rte-delay-slot.c: New test.