[Bug c/8960] Segfault with __attribute__ ((mode (...))) in start_function:5702

2008-12-06 Thread tkoenig at gcc dot gnu dot org


--- Comment #12 from tkoenig at gcc dot gnu dot org  2008-12-06 09:37 
---
Still present with current trunk.


-- 

tkoenig at gcc dot gnu dot org changed:

   What|Removed |Added

   Last reconfirmed|2005-07-22 04:05:50 |2008-12-06 09:37:22
   date||


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



[Bug c/8960] Segfault with __attribute__ ((mode (...))) in start_function:5702

2005-12-08 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|REOPENED|NEW


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



[Bug c/8960] Segfault with __attribute__ ((mode (...))) in start_function:5702

2005-09-09 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-09 
12:32 ---
(In reply to comment #10)
> 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.
This is valid code and should not be rejected.


-- 
   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |
   Target Milestone|3.4.4   |---


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


[Bug c/8960] Segfault with __attribute__ ((mode (...))) in start_function:5702

2005-09-09 Thread rguenth at gcc dot gnu dot org

--- 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


[Bug c/8960] Segfault with __attribute__ ((mode (...))) in start_function:5702

2005-01-20 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Keywords||rejects-valid
   Last reconfirmed|2004-10-22 00:35:37 |2005-01-21 07:18:16
   date||


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


[Bug c/8960] Segfault with __attribute__ ((mode (...))) in start_function:5702

2004-10-21 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-22 00:35 
---
Hmm, now we reject the code:
input.cc:2: error: mode 'SI' applied to inappropriate type

-- 
   What|Removed |Added

   Last reconfirmed|2004-07-20 15:31:52 |2004-10-22 00:35:37
   date||


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