------- Additional Comments From falk at debian dot org 2005-01-21 15:50 ------- (In reply to comment #3) > It still a dup of bug 11203 and here is why, the a gets placed in different register for the inline-asm at > -O0 but -O1 and above, we use the same register/offset but PR 11203 has a testcase where it does not > compile at -O0 to -O3 but that is because the memory operands share in common areas. > > Anyways this inline-asm is useless as the operands are all the same which is why it works at -O1
I can't quite follow. The reporter says this test case does *not* compile at -O1. In my opinion, gcc should be able to compile this asm at -O1 and above. Maybe somebody else can comment on this... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19549