[Bug lto/81612] lto1: internal compiler error: Segmentation fault

2021-05-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81612 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|WAITING

[Bug lto/81612] lto1: internal compiler error: Segmentation fault

2017-08-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81612 --- Comment #6 from Martin Liška --- I bet it's dup of PR79760 which is fixed in GCC 6.4. Can you please that?

[Bug lto/81612] lto1: internal compiler error: Segmentation fault

2017-08-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81612 --- Comment #5 from Martin Liška --- Ok, are you able to at least append build flags (CFLAGS) to the build system? If so, adding --save-temps and --verbose will save the file and you can attach it here.

[Bug lto/81612] lto1: internal compiler error: Segmentation fault

2017-08-01 Thread vctrex at mailfence dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81612 --- Comment #4 from vctrex at mailfence dot com --- I did tried to create pre-procesed code, but I am unable to make Arduino do so. I'm sorry, I had tried but I just can't.

[Bug lto/81612] lto1: internal compiler error: Segmentation fault

2017-08-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81612 --- Comment #3 from Martin Liška --- Thanks, but I will need output generated with '-E' which will create pre-processed source file that I can test. Can you please create it for me?

[Bug lto/81612] lto1: internal compiler error: Segmentation fault

2017-08-01 Thread vctrex at mailfence dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81612 --- Comment #2 from vctrex at mailfence dot com --- The arduino code is: void setup() { Serial.begin(9600); } void loop() { } Arduino:1.8.3 (Linux), Płytka:"Arduino/Genuino Uno" /usr/lib/arduino/arduino-builder -dump-prefs -logger=machine -h

[Bug lto/81612] lto1: internal compiler error: Segmentation fault

2017-07-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81612 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|