[Bug middle-end/47650] wrong output of print_generic_decl() called from a plugin

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Mar 15 13:41:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47650

--- Comment #14 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-03-15 13:39:50 UTC ---
Author: rguenth
Date: Tue Mar 15 13:39:28 2011
New Revision: 170995

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170995
Log:
2011-03-15  Richard Guenther  <rguenther@suse.de>

    PR middle-end/47650
    * tree-pretty-print.c (dump_function_declaration): Properly
    dump unprototyped and varargs function types.

    * gfortran.dg/c_f_pointer_tests_3.f90: Adjust.
    * gfortran.dg/ishft_4.f90: Likewise.
    * gfortran.dg/leadz_trailz_3.f90: Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/c_f_pointer_tests_3.f90
    trunk/gcc/testsuite/gfortran.dg/ishft_4.f90
    trunk/gcc/testsuite/gfortran.dg/leadz_trailz_3.f90
    trunk/gcc/tree-pretty-print.c



More information about the Gcc-bugs mailing list