Is it a bug allowing to copy GIMPLE_ASM with labels?
Alexander Monakov
amonakov@ispras.ru
Sat Dec 29 07:42:00 GMT 2018
On Sat, 29 Dec 2018, Bin.Cheng wrote:
> tracer-1.c: Assembler messages:
> tracer-1.c:16: Error: symbol `foo_label' is already defined
>
> Root cause is in tracer.c which duplicates basic block without
> checking if any GIMPLE_ASM defines labels.
> Is this a bug or invalid code?
This is invalid code, GCC documentation is clear that the compiler
may duplicate inline asm statements (passes other than tracer can do
that too, loop unswitching just to give one example).
We don't provide a way to write an asm that wouldn't be duplicated.
Alexander
More information about the Gcc
mailing list