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/8960] Segfault with __attribute__ ((mode (...))) in start_function:5702


------- Additional Comments From rguenth at gcc dot gnu dot org  2005-09-09 10:17 -------
I have verified that (on i686) we neither ICE with an existing nor an unexisting
mode with current 3.4, 4.0 and 4.1 compilers.

But we reject such decl now with either
src/tests/pr8960.c:1: error: mode `SI' applied to inappropriate type
or
src/tests/pr8960.c:2: error: no data type for mode `TF'

I suppose FIXED then, or INVALID.  Or whatever.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.4


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


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