------- Comment #1 from pinskia at gcc dot gnu dot org 2010-04-22 18:14 ------- >Also "pretmp" "prehitmp" and "ivtmp" prefixes are too long,
They might be too long but they are useful long without looking too much into the code to figure out what kind of temp they are. We could just use D.XYZ instead without a "long name". Really debug dumps should be used to debug the compiler which means having nice names sometimes makes it easier to debug. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43854