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 rtl-optimization/16104] [3.4/3.5 regression] ICE in reload_cse_simplify_operands, at postreload.c:378 with SSE2 code on -O2


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-20 19:22 -------
Reduced source:
typedef unsigned int word;
typedef int __m64 __attribute__ ((__mode__ (__V2SI__)));
typedef int __v2di __attribute__ ((mode (V2DI)));

void P4Optimized_Multiply41(word *C)
{
  __m64 s1;
  __v2di temp[7];
  word * temp819;

  temp819 = (word *)&temp[0];
  C[7] = (unsigned int)(int)(long long int)s1 + temp819[27];
  return;

}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
      Known to fail|                            |3.4.0 3.5.0
      Known to work|                            |3.3.3
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-20 19:22:09
               date|                            |
            Summary|ICE in                      |[3.4/3.5 regression] ICE in
                   |reload_cse_simplify_operands|reload_cse_simplify_operands
                   |, at postreload.c:378 with  |, at postreload.c:378 with
                   |SSE2 code on -O2            |SSE2 code on -O2
   Target Milestone|---                         |3.4.2


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


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