This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/16951] [3.5 regression] ICE in make_decl_rtl with recursion in C++ constructor (-O1)
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Aug 2004 01:35:02 -0000
- Subject: [Bug tree-optimization/16951] [3.5 regression] ICE in make_decl_rtl with recursion in C++ constructor (-O1)
- References: <20040809214639.16951.rjpeters@klab.caltech.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-08-10 01:35 -------
Note with -O3, I get a different dates:
: Search converges between 2004-07-06-trunk (#480) and 2004-07-07-trunk (#481).
Which means that the dates for -O1 is really just a side effect of more inlining (or maybe not).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16951