------- Comment #3 from pinskia at gcc dot gnu dot org  2005-12-25 14:57 -------
Reduced testcase:
typedef int __m64 __attribute__ ((vector_size(2)));


This is invalid as int is 4 bytes but you are trying to fit a vector of 2bytes
which is just wrong


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |minor
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |ice-on-invalid-code
      Known to fail|                            |4.0.0 4.1.0 4.2.0
      Known to work|                            |3.4.0
   Last reconfirmed|0000-00-00 00:00:00         |2005-12-25 14:57:06
               date|                            |
            Summary|Internal compiler error when|[4.0/4.1/4.2 Regression]
                   |specifying vector_size(2)   |Internal compiler error when
                   |                            |specifying vector_size(2) of
                   |                            |int
   Target Milestone|---                         |4.0.3


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

Reply via email to