http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18749
Richard Henderson changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
--- Comment #5 from ppluzhnikov at google dot com 2009-03-27 01:51 ---
dup of bug 12990 ?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18749
--- Additional Comments From steven at gcc dot gnu dot org 2004-12-21
00:21 ---
"xgcc (GCC) 4.0.0 20041220 (experimental)" produces this:
$ ./xgcc -c -B. -O2 bug.c
$ objdump -d bug.o
bug.o: file format elf64-x86-64
Disassembly of section .text:
:
0:
--
What|Removed |Added
Status|WAITING |NEW
Ever Confirmed||1
Keywords||EH, wron
--- Additional Comments From davidm at hpl dot hp dot com 2004-12-20 22:13
---
(In reply to comment #1)
> Without a test case, nobody can give this bug a proper look. Can you
> provide an example of how this fails for you?
Sorry, that was sloppy of me. I'll attach a minimal test-cas
--- Additional Comments From steven at gcc dot gnu dot org 2004-12-19
15:13 ---
Without a test case, nobody can give this bug a proper look. Can you
provide an example of how this fails for you?
--
What|Removed |Added
---