[Bug target/50566] New: [avr]: Add support for better logging similar to -mdeb
gjl at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Sep 29 11:00:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50566
Bug #: 50566
Summary: [avr]: Add support for better logging similar to -mdeb
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: target
AssignedTo: gjl@gcc.gnu.org
ReportedBy: gjl@gcc.gnu.org
CC: eric.weddington@atmel.com
Target: avr
-mdeb lets avr-gcc print log information as a file is being compiled but it's
hard to depict from the information
- what function is just being compiled
- what pass gcc is in
- ...
Forover, it would be nice to have a printf-like function to print formatted
output together with trees, RTXes, register classes, rtx codes, etc.
More information about the Gcc-bugs
mailing list