[Bug target/25199] crashing code output from -mtune=pentium4 but not -mtune=pentiumpro
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Aug 29 06:55:00 GMT 2008
------- Comment #15 from pinskia at gcc dot gnu dot org 2008-08-29 06:54 -------
I think this testcase is too strict in some cases. With a modified compiler,
we get:
movb 123(%eax), %dl
movl %edx, %esi
...
movb 120(%eax), %al
movl %eax, %esi
Which is correct as far as I can tell, as we only say the lower half of %esi is
defined.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25199
More information about the Gcc-bugs
mailing list