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 target/37168] [4.3/4.4 Regression] ICE: in final_scan_insn, at final.c:2615 (altivec)



------- Comment #3 from pinskia at gcc dot gnu dot org  2008-08-19 23:03 -------
Short testcase:
void _erfcf4(void)
{
  __attribute__((altivec(vector__))) float xsqu;
  __attribute__((altivec(vector__))) float tresult;
  { tresult = __builtin_vec_madd(tresult, xsqu,
(__attribute__((altivec(vector__))) float)
{3.68249351546114573519399405666776E-44f,
3.68249351546114573519399405666776E-44f,
3.68249351546114573519399405666776E-44f,
3.68249351546114573519399405666776E-44f}); };
}

Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   GCC host triplet|powerpc64-unknown-linux-gnu |
 GCC target triplet|powerpc64-unknown-linux-gnu |powerpc*-*-*
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2008-08-19 23:03:11
               date|                            |
            Summary|ICE: in final_scan_insn, at |[4.3/4.4 Regression] ICE: in
                   |final.c:2615 (altivec)      |final_scan_insn, at
                   |                            |final.c:2615 (altivec)


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


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