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

2017-07-29 Thread vctrex at mailfence dot com
Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: vctrex at mailfence dot com CC: marxin at gcc dot gnu.org Target Milestone: --- With avr-gcc-6.3.0_1 compiling anything with Serial.begin() results an error. Arduino:1.8.3 (Linux) lto1: internal

[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 -logg

[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.