Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: (gcc4) perl-DBD-pg Placeholders no longer functioning https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=156840 jakub@xxxxxxxxxx changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO ------- Additional Comments From jakub@xxxxxxxxxx 2005-05-18 14:12 EST ------- Can you please: 1) try gcc4 -O{0,1} as well 2) do a binary search between objects built with gcc4 -O2 and a compiler with which it works to see which exact *.o file matters 3) in the debugger, see which functions from that .o file are called and where the problem could possibly happen and ideally 4) distill a self-contained testcase from it ? The fact that something works with older compiler and does not with a newer one does not imply a compiler bug, it more often actually is an application bug. -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.