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/17703] [4.0 regression] spurious error about end of function reached


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-27 20:33 -------
Confirmed, I should note that cc1 does not have the problem, this is related to while (1) not being 
gimplified to "if(1) else" instead we are making a temparary variable for the 1 and then progating it 
back for optimizations.  This can be considered both a compile-time-hog and memory-hog also.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|c++                         |middle-end
     Ever Confirmed|                            |1
           Keywords|                            |compile-time-hog, memory-hog
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-27 20:33:33
               date|                            |


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


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