https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81612
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|WAITING
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?
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.
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.
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?
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81612
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|