[Bug target/18749] GCC fails to mark stack-popping instruction in unwind-info

2010-10-06 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18749 Richard Henderson changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug target/18749] GCC fails to mark stack-popping instruction in unwind-info

2009-03-26 Thread ppluzhnikov at google dot com
--- 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

[Bug target/18749] GCC fails to mark stack-popping instruction in unwind-info

2004-12-20 Thread steven at gcc dot gnu dot org
--- 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:

[Bug target/18749] GCC fails to mark stack-popping instruction in unwind-info

2004-12-20 Thread steven at gcc dot gnu dot org
-- What|Removed |Added Status|WAITING |NEW Ever Confirmed||1 Keywords||EH, wron

[Bug target/18749] GCC fails to mark stack-popping instruction in unwind-info

2004-12-20 Thread davidm at hpl dot hp dot com
--- 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

[Bug target/18749] GCC fails to mark stack-popping instruction in unwind-info

2004-12-19 Thread steven at gcc dot gnu dot org
--- 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 ---