------- Comment #5 from scott at perturb dot org  2010-06-21 18:38 -------
    * the complete command line that triggers the bug;

avr-g++ -c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections
-mmcu=atmega1280 -DF_CPU=16000000L -DARDUINO=18
-I/home/bakers/arduino-0018/hardware/arduino/cores/arduino
/tmp/build4637782385548929954.tmp/sketch_jun21a.cpp
-o/tmp/build4637782385548929954.tmp/sketch_jun21a.cpp.o

    * the compiler output (error messages, warnings, etc.); and

I don't get any? Not sure if this is right, but it appears to compile 100%
clean.

    * the preprocessed file (*.i*) that triggers the bug, generated by adding
-save-temps to the complete compilation command, or, in the case of a bug
report for the GNAT front end, a complete set of source files (see below).

If I add -v -save-temps I do not get any *.i* files created. Perhaps my syntax
is wrong?

avr-g++ -v -save-temps -c -g -Os -w -fno-exceptions -ffunction-sections
-fdata-sections -mmcu=atmega1280 -DF_CPU=16000000L -DARDUINO=18
-I/home/bakers/arduino-0018/hardware/arduino/cores/arduino
/tmp/build4637782385548929954.tmp/sketch_jun21a.cpp
-o/tmp/build4637782385548929954.tmp/sketch_jun21a.cpp.o


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44617

Reply via email to