https://sourceware.org/bugzilla/show_bug.cgi?id=17329

--- Comment #3 from Thomas Petazzoni <thomas.petazz...@free-electrons.com> ---
Additional insights:

 * Compiling with -Os -g2 (original test) : fails
 * Compiling with just -Os : works
 * Compiling with just -g2 : works
 * Compiling with -O2 -g2 : fails
 * Compiling with -O2 : works

Summary: it's the combination of an optimization flag (-O) with debugging
symbols (-g) that fails.

So, after all, maybe it's more a gcc issue than a binutils issue?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to