[Bug target/25203] [4.0] enable checking failure in g++.dg/opt/mmx2.C

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #4 from gdr at gcc dot gnu dot org 2007-02-03 16:05 --- Fixed in GCC0-4.1.0 -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug target/25203] [4.0] enable checking failure in g++.dg/opt/mmx2.C

2006-04-06 Thread roger at eyesopen dot com
--- Comment #3 from roger at eyesopen dot com 2006-04-07 05:30 --- This appears to be a problem with instruction attributes in the x86 backend, and looks to be still present (but latent?) on mainline. The problem is that i386.c's memory define_attr tries to determine whether an insn is

[Bug target/25203] [4.0] enable checking failure in g++.dg/opt/mmx2.C

2006-03-10 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.0.3 |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25203

[Bug target/25203] [4.0] enable checking failure in g++.dg/opt/mmx2.C

2006-01-15 Thread mmitchel at gcc dot gnu dot org
--- Comment #2 from mmitchel at gcc dot gnu dot org 2006-01-15 22:51 --- I think we should understand this problem, at least, before 4.0.3. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/25203] [4.0] enable checking failure in g++.dg/opt/mmx2.C

2005-12-03 Thread ghazi at gcc dot gnu dot org
--- Comment #1 from ghazi at gcc dot gnu dot org 2005-12-03 20:06 --- Here's a reduced testcase, configure 4.0.x with --enable-checking=yes,rtl --target=i686-pc-linux-gnu and compile with: cc1plus -fpreprocessed mmx2.ii -quiet -dumpbase mmx2.C -mmmx -mtune=pentiumpro -auxbase mmx2 -O2