[Bug c/34634] Labels are not handled correctly

2008-01-01 Thread schwab at suse dot de
--- Comment #2 from schwab at suse dot de 2008-01-01 09:22 --- *** This bug has been marked as a duplicate of 19969 *** -- schwab at suse dot de changed: What|Removed |Added

[Bug c/34634] Labels are not handled correctly

2008-01-01 Thread davh at davh dot dk
--- Comment #1 from davh at davh dot dk 2008-01-01 08:33 --- Even worse is this: __asm__( "someasm" : : "i" (&&a), "i" (&&b)); a: b: .L2: .LBB2: .loc 1 25 0 #APP /* My asm statements, which includes this instruction: */ jmp .L2 .L3: This is a