Have people considered that stack space should be used more conservatively by
gcc?
More malloc, less alloca, fewer/smaller local variables?
More std::stack or such, less recursion on the machine stack?
(Yes, I know std::stack has no existing use in gcc yet.)
Don't make the amount of stack used
Shouldn't trunk/gcc/ChangeLog be rotated for the new year?
Also, there is a conflict marker introduced in 182938.
Snapshot gcc-4.7-20120107 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/4.7-20120107/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 4.7 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/trunk
FYI. Somehow these announcements have not been making it to the
mailing list for a week or two, so I am forwarding them manually
for the time being.
Gerald
-- Forwarded message --
Snapshot gcc-4.6-20120106 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/4.6-20120106/
an