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++/14425] [3.5 Regression] vec_splat broken


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-04 07:03 -------
This also happens in 3.5.0 (20040223):
GNU C++ version 3.5.0 20040223 (experimental) (powerpc-apple-darwin7.2.0)
        compiled by GNU C version 3.5.0 20040223 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
altivec.h: In function `__bool int __vector__ vec_splat(__bool int __vector__, int)':
altivec.h:4562: error: argument 2 must be a 5-bit unsigned literal
altivec.h: In function `unsigned int __vector__ vec_splat(unsigned int __vector__, int)':
altivec.h:4556: error: argument 2 must be a 5-bit unsigned literal

This was working before.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlaski at apple dot com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |rejects-valid
   Last reconfirmed|0000-00-00 00:00:00         |2004-03-04 07:03:15
               date|                            |
            Summary|vec_splat broken            |[3.5 Regression] vec_splat
                   |                            |broken
   Target Milestone|---                         |3.5.0
            Version|tree-ssa                    |3.5.0


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


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