[Bug debug/54533] breakpoint on C-style variadic function not hit at -O0 on amd64

2013-12-03 Thread psmith at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54533 Paul Smith changed: What|Removed |Added CC||psmith at gnu dot org --- Comment #4 from Pa

[Bug debug/54533] breakpoint on C-style variadic function not hit at -O0 on amd64

2012-09-09 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54533 --- Comment #3 from Andrew Pinski 2012-09-09 07:17:00 UTC --- (In reply to comment #2) > Looks like powerpc has the same issue: > http://sourceware.org/ml/gdb/2009-01/msg00161.html Which has a patch: http://gcc.gnu.org/ml/gcc-patches/2009-02/msg

[Bug debug/54533] breakpoint on C-style variadic function not hit at -O0 on amd64

2012-09-09 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54533 --- Comment #2 from Andrew Pinski 2012-09-09 07:12:07 UTC --- Looks like powerpc has the same issue: http://sourceware.org/ml/gdb/2009-01/msg00161.html

[Bug debug/54533] breakpoint on C-style variadic function not hit at -O0 on amd64

2012-09-09 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54533 --- Comment #1 from Andrew Pinski 2012-09-09 07:01:52 UTC --- I have seen a bug about this before but I cannot find it. It only happen on x86_64 as al tells the function if it uses floating point arguments or not. It might be a bug in gdb in fi