On Thu, Oct 21, 2021 at 5:07 PM Martin Sebor via Gcc wrote:
>
> I put #pragma GCC optimize "0" at the top of gimplify.c to help
> me debug something in a bootstrapped compiler. The file failed
> to compile with many assembler errors like this:
>
> /tmp/ccL9zcXD.s: Assembler messages:
> /tmp/ccL9z
On 10/21/21 6:10 PM, Tom Kacvinsky via Gcc wrote:
On Thu, Oct 21, 2021 at 8:06 PM Martin Sebor via Gcc
wrote:
I put #pragma GCC optimize "0" at the top of gimplify.c to help
me debug something in a bootstrapped compiler. The file failed
to compile with many assembler errors like this:
/tmp/c
On Thu, Oct 21, 2021 at 8:06 PM Martin Sebor via Gcc
wrote:
> I put #pragma GCC optimize "0" at the top of gimplify.c to help
> me debug something in a bootstrapped compiler. The file failed
> to compile with many assembler errors like this:
>
> /tmp/ccL9zcXD.s: Assembler messages:
> /tmp/ccL9zc
I put #pragma GCC optimize "0" at the top of gimplify.c to help
me debug something in a bootstrapped compiler. The file failed
to compile with many assembler errors like this:
/tmp/ccL9zcXD.s: Assembler messages:
/tmp/ccL9zcXD.s:9: Error: CFI instruction used without previous
.cfi_startproc
I