[Bug tree-optimization/14526] Parameters passed by reference to inlined function are not optimized away
hjl at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Aug 29 00:46:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14526
--- Comment #4 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2012-08-29 00:46:40 UTC ---
Author: hjl
Date: Wed Aug 29 00:46:36 2012
New Revision: 190766
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190766
Log:
Replace alloca with xmalloc/free
PR binutils/14526
* argv.c (buildargv): Replace alloca with xmalloc/free.
Modified:
trunk/libiberty/ChangeLog
trunk/libiberty/argv.c
More information about the Gcc-bugs
mailing list