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 c++/52582] [4.7/4.8 Regression] g++ ICE when compiling qt-4.8.0 with -O2 on PPC (32bit)


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

--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-14 13:01:52 UTC ---
Author: rguenth
Date: Wed Mar 14 13:01:46 2012
New Revision: 185381

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

    PR middle-end/52582
    * gimple-fold.c (canonicalize_constructor_val): Make sure
    we have a cgraph node for a FUNCTION_DECL that comes from
    a constructor.
    (gimple_get_virt_method_for_binfo): Likewise.

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]