On Thu, Feb 16, 2012 at 11:46:33AM -0600, Aldy Hernandez wrote:
> #GOOD
> houston:/build/t2/gcc$ ./cc1 a.c -fgnu-tm -O0 -quiet -w
> In function 'asmfunc',
>     inlined from 'f' at a.c:13:10:
> a.c:7:3: error: asm not allowed in 'transaction_safe' function
> 
> #BAD
> houston:/build/t2/gcc$ ./cc1 a.c -fgnu-tm -O1 -quiet -w
> a.c: In function 'f':
> a.c:7:3: error: asm not allowed in 'transaction_safe' function
> houston:/build/t2/gcc$

Even with -O1 -g ?  With -g0 we prune BLOCKs, so the backtraces
don't work well.

        Jakub

Reply via email to