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 tree-optimization/35899] [4.3/4.4 Regression] ICE on filesystem code



------- Comment #3 from pinskia at gcc dot gnu dot org  2008-04-12 03:35 -------
Reduced testcase:
void sfs_freeblocks(void)
{
  int a = sfs_native_read_block ();
}
void sfs_native_read_block (void) {}

--- CUT ---
With -pedantic-errors, we error out.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|ice-on-valid-code           |
   Last reconfirmed|0000-00-00 00:00:00         |2008-04-12 03:35:42
               date|                            |


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


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