[Bug debug/70297] GCC Segfaults when using -g3

2016-03-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70297 --- Comment #4 from Richard Biener --- typedef unsigned int uint32_t; typedef uint32_t target_ulong; typedef uint32_t target_ulong __attribute__((aligned(4))); typedef struct tcg_context_t { target_ulong *gen_opc_pc; } tcg_context_t; (gdb)

[Bug debug/70297] GCC Segfaults when using -g3

2016-03-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70297 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug debug/70297] GCC Segfaults when using -g3

2016-03-19 Thread piotr.zierhoffer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70297 --- Comment #2 from Piotr Zierhoffer --- Created attachment 38024 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38024&action=edit Test case with -save-temps This file does NOT trigger the bug.

[Bug debug/70297] GCC Segfaults when using -g3

2016-03-18 Thread piotr.zierhoffer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70297 --- Comment #1 from Piotr Zierhoffer --- Created attachment 38023 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38023&action=edit gcc -v output