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/14219] [3.3/3.4/3.5 regression] ICE with mmx vector comparison


------- Additional Comments From bangerth at dealii dot org  2004-02-20 00:13 -------
Confirmed. This is a regression against 3.2.3 which simply prints 
the same error message as does presently the C++ compiler on this snippet: 
 
g/x> /home/bangerth/bin/gcc-3.2.3/bin/gcc -c x.c -march=athlon-xp 
x.c: In function `test': 
x.c:5: invalid operands to binary == 
 
g/x> /home/bangerth/bin/gcc-3.3.3-pre/bin/gcc -c x.c -march=athlon-xp 
x.c: In function `test': 
x.c:5: internal compiler error: in prepare_cmp_insn, at optabs.c:3512 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
g/x>  
g/x> /home/bangerth/bin/gcc-3.4-pre/bin/gcc -c x.c -march=athlon-xp 
x.c: In function `test': 
x.c:5: internal compiler error: in prepare_cmp_insn, at optabs.c:3687 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
g/x>  
g/x> /home/bangerth/bin/gcc-3.5-pre/bin/gcc -c x.c -march=athlon-xp 
x.c: In function `test': 
x.c:5: internal compiler error: in prepare_cmp_insn, at optabs.c:3687 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to fail|                            |3.4.0 3.5.0 3.3.3
      Known to work|                            |3.2.3
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-20 00:13:33
               date|                            |
            Summary|mmx code fails to compile   |[3.3/3.4/3.5 regression] ICE
                   |                            |with mmx vector comparison
   Target Milestone|---                         |3.3.4


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


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