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/15318] register spill bug


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-06 14:57 -------
Confirmed but not really a regression as 3.3.3 and 3.2.3 and 3.0.4 and 2.95.3 (after getting the labels 
marked as used) all ICE the same way if the following functions are inline: ReadLong and 
WriteHardLong.

Either use as a workaround -fno-unit-at-a-time or mark those function as noinline by using the 
attribute noinline.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to fail|3.3.3 3.4.0                 |3.4.0 3.2.3 3.3.3 3.0.4
                   |                            |2.95.3 tree-ssa
      Known to work|3.2.3                       |
   Last reconfirmed|0000-00-00 00:00:00         |2004-05-06 14:57:56
               date|                            |


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


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