[Bug tree-optimization/16951] [3.5 regression] ICE in make_decl_rtl with recursion in C++ constructor (-O1)

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Aug 10 00:16:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-10 00:16 -------
: Search converges between 2004-07-29-trunk (#498) and 2004-07-30-trunk (#499).

Hmm, I did a -fdump-tree-vars to find out why this was ICE and I noticed that before, it was inlining  
the constructor once and after it was inlining it a couple of times.  Also after it removed some variables 
which it should not be removed from scope.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
          Component|c++                         |tree-optimization
            Summary|[3.5 regression] ICE in     |[3.5 regression] ICE in
                   |make_decl_rtl with recursion|make_decl_rtl with recursion
                   |in C++ constructor          |in C++ constructor (-O1)


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



More information about the Gcc-bugs mailing list