------- Comment #7 from rguenth at gcc dot gnu dot org 2010-04-20 13:51 ------- Subject: Bug 35742
Author: rguenth Date: Tue Apr 20 13:51:24 2010 New Revision: 158557 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158557 Log: 2010-04-20 Richard Guenther <rguent...@suse.de> Backport from mainline 2008-12-08 Jakub Jelinek <ja...@redhat.com> PR c/35443 * c-pretty-print.c (pp_c_expression): Handle BIND_EXPR. * gcc.dg/pr35443.c: New test. 2009-01-09 Jakub Jelinek <ja...@redhat.com> PR c/35742 * c-pretty-print.c (pp_c_expression): Handle GOTO_EXPR like BIND_EXPR. * gcc.dg/pr35742.c: New test. Added: branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/pr35443.c branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/pr35742.c Modified: branches/gcc-4_3-branch/gcc/ChangeLog branches/gcc-4_3-branch/gcc/c-pretty-print.c branches/gcc-4_3-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35742