On Sat, Apr 27, 2013 at 09:12:21AM -0400, Eitan Adler wrote: > FWIW I don't believe this sort of patch significantly affects > debugging because that should be done with -O0 -g anyways.
Bwahahaha You're lucky to not run into compiler bugs that only show up with -O2. Good luck figuring THOSE out with -O0. It's already a small mercy that -g most often works and doesn't produce different code. (though of course it might expose binutils bugs)