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