[Bug tree-optimization/27798] gimplifying "return CONSTANT" creates unneeded temporaties
dann at godzilla dot ics dot uci dot edu
gcc-bugzilla@gcc.gnu.org
Tue Jun 13 14:49:00 GMT 2006
------- Comment #3 from dann at godzilla dot ics dot uci dot edu 2006-06-13 14:42 -------
One of the issues with this PR and also 27800, 27809 and 27810 is that this
extra work/memory allocation done for a number of functions that are never
used: like all the inline functions present in the glibc headers. These
functions are thrown out after gimplification...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27798
More information about the Gcc-bugs
mailing list