This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/70676] suboptimal code generation on AVR


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70676

--- Comment #3 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
You can follow the bug reporting instructions an provide the preprocessed code
and the compiler output as described in https://gcc.gnu.org/bugs/#need

Just add -v -save-temps to the compiler's command line options, re-build the
project, and supply the output of the compiler and the generated *.i file (in
case of C) resp. *.ii file (in case of C++).

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]