[Bug middle-end/93576] [10 Regression] internal compiler error: Segmentation fault (in gimplify.c)

2020-02-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93576 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.0

[Bug middle-end/93576] [10 Regression] internal compiler error: Segmentation fault (in gimplify.c)

2020-02-04 Thread changochen1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93576 --- Comment #6 from Yongheng Chen --- I see. I will do it for future bugs.

[Bug middle-end/93576] [10 Regression] internal compiler error: Segmentation fault (in gimplify.c)

2020-02-04 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93576 --- Comment #5 from Martin Sebor --- The full compiler output is useful. Some of us use it to quickly see what part of the compiler is affected. It also helps make sure we're reproducing the same problem.

[Bug middle-end/93576] [10 Regression] internal compiler error: Segmentation fault (in gimplify.c)

2020-02-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93576 --- Comment #4 from Andrew Pinski --- (In reply to Yongheng Chen from comment #3) > It seems I overwrote Andrew Pinski's comment by mistake. Sorry about that LOL I did not have any comment changes, only the addition of the error-recovery

[Bug middle-end/93576] [10 Regression] internal compiler error: Segmentation fault (in gimplify.c)

2020-02-04 Thread changochen1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93576 --- Comment #3 from Yongheng Chen --- It seems I overwrote Andrew Pinski's comment by mistake. Sorry about that LOL

[Bug middle-end/93576] [10 Regression] internal compiler error: Segmentation fault (in gimplify.c)

2020-02-04 Thread changochen1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93576 --- Comment #2 from Yongheng Chen --- Hi Martin, I included the CMD line "gcc -o tmp poc.c" in the report but not the stack dump. Is the stack dump necessary? I didn't include it because I think the POC is enough to reproduce the problem and

[Bug middle-end/93576] [10 Regression] internal compiler error: Segmentation fault (in gimplify.c)

2020-02-04 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93576 Martin Sebor changed: What|Removed |Added Keywords||ice-on-invalid-code