http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48347
Summary: The wrong assembler code is emitted for my architecture Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: critical Priority: P3 Component: inline-asm AssignedTo: unassig...@gcc.gnu.org ReportedBy: norm...@telus.net Created attachment 23808 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23808 Complete output of compilation When using the flags "-g -O2", the right assembler code is emitted. When dropping the -O2, and using only "-g", the wrong assembler code is emitted.