Re: assembler errors when bootstrapping with #pragma optimize "0"

2021-10-21 Thread Andrew Pinski via Gcc
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

Re: assembler errors when bootstrapping with #pragma optimize "0"

2021-10-21 Thread Martin Sebor via Gcc
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

Re: assembler errors when bootstrapping with #pragma optimize "0"

2021-10-21 Thread Tom Kacvinsky via Gcc
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

assembler errors when bootstrapping with #pragma optimize "0"

2021-10-21 Thread Martin Sebor via Gcc
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