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 middle-end/50609] [4.7 Regression] FAIL: gcc.c-torture/execute/pr23135.c compilation, -O2 -flto (ICE)


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

--- Comment #9 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-10-05 09:31:44 UTC ---
Author: rguenth
Date: Wed Oct  5 09:31:40 2011
New Revision: 179540

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

    PR tree-optimization/50609
    * gimple-fold.c (fold_array_ctor_reference): Also handle
    vector typed constructors.
    (fold_ctor_reference): Dispatch to fold_array_ctor_reference
    for vector typed constructors.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimple-fold.c


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