------- Comment #8 from rguenth at gcc dot gnu dot org 2009-08-15 09:42 ------- Subject: Bug 41069
Author: rguenth Date: Sat Aug 15 09:42:28 2009 New Revision: 150791 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150791 Log: 2009-08-15 Richard Guenther <rguent...@suse.de> PR lto/41069 * gimple.c (gimple_types_compatible_p): Handle vector and complex types. * lto-streamer-out.c (lto_output_ts_decl_minimal_tree_pointers): Do not give names to unnamed things. * gfortran.dg/lto/lto.exp: Adjust glob pattern. * gfortran.dg/lto/pr41069_0.f90: New testcase. * gfortran.dg/lto/pr41069_1.f90: Likewise. * gfortran.dg/lto/pr41069_2.f90: Likewise. Added: branches/lto/gcc/testsuite/gfortran.dg/lto/pr41069_0.f90 branches/lto/gcc/testsuite/gfortran.dg/lto/pr41069_1.f90 branches/lto/gcc/testsuite/gfortran.dg/lto/pr41069_2.f90 Modified: branches/lto/gcc/ChangeLog.lto branches/lto/gcc/gimple.c branches/lto/gcc/lto-streamer-out.c branches/lto/gcc/testsuite/ChangeLog.lto branches/lto/gcc/testsuite/gfortran.dg/lto/lto.exp -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41069