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 rtl-optimization/25654] [4.0/4.1/4.2 Regression] RTL alias analysis unprepared to handle stack slot sharing



------- Comment #14 from rguenth at gcc dot gnu dot org  2006-01-23 09:47 -------
Subject: Bug 25654

Author: rguenth
Date: Mon Jan 23 09:47:01 2006
New Revision: 110109

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110109
Log:
2006-01-23  Steven Bosscher  <stevenb.gcc@gmail.com>
        Jan Hubicka  <jh@suse.cz>
        Richard Guenther  <rguenther@suse.de>

        PR rtl-optimization/25654
        * cfgexpand.c (aggregate_contains_union_type): New function.
        (add_alias_set_conflicts): Call it.  Make sure to add conflicts
        for structure variables that contain a union type.

        * gcc.dg/torture/pr25654.c: New testcase.
        * gcc.target/i386/pr25654.c: Likewise.

Added:
    trunk/gcc/testsuite/gcc.dg/torture/pr25654.c
    trunk/gcc/testsuite/gcc.target/i386/pr25654.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cfgexpand.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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