This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug lto/43200] [LTO] tree check: expected array_type, have pointer_type in array_ref_low_bound



------- Comment #2 from rguenth at gcc dot gnu dot org  2010-03-11 13:14 -------
Subject: Bug 43200

Author: rguenth
Date: Thu Mar 11 13:13:53 2010
New Revision: 157385

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

        PR lto/43200
        * lto-streamer-in.c (maybe_fixup_decls): Simplify.
        (input_gimple_stmt): Fixup handled component types during
        operand read.  Also fix up decls in ADDR_EXPRs.

        * gcc.dg/lto/20100227-1_0.c: New testcase.
        * gcc.dg/lto/20100227-1_1.c: Likewise.

Added:
    trunk/gcc/testsuite/gcc.dg/lto/20100227-1_0.c
    trunk/gcc/testsuite/gcc.dg/lto/20100227-1_1.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/lto-streamer-in.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]