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 tree-optimization/32921] [4.3 Regression] Revision 126326 causes 12% slowdown



------- Comment #21 from rguenth at gcc dot gnu dot org  2007-10-19 15:36 -------
Subject: Bug 32921

Author: rguenth
Date: Fri Oct 19 15:36:05 2007
New Revision: 129491

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129491
Log:
2007-10-19  Richard Guenther  <rguenther@suse.de>

        PR middle-end/33816
        PR middle-end/32921
        * stor-layout.c (layout_type): Assert that aggregates do not
        have their alias sets set.
        * alias.c (get_alias_set): Return alias set zero for incomplete
        types, return the alias set of the element for incomplete array
        types, but do not remember these.

        * gfortran.dg/pr32921.f: New testcase.

Added:
    trunk/gcc/testsuite/gfortran.dg/pr32921.f
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/alias.c
    trunk/gcc/stor-layout.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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