[Bug bootstrap/41395] [4.5 regression] Revision 151800 failed bootstrap
ubizjak at gmail dot com
gcc-bugzilla@gcc.gnu.org
Sun Sep 27 14:30:00 GMT 2009
------- Comment #35 from ubizjak at gmail dot com 2009-09-27 14:29 -------
Bingo!
It is build_function_type_list_1 from tree.c that makes problems:
static tree
build_function_type_list_1 (bool vaargs, tree return_type, va_list argp)
This probably makes alpha specific bootstrap failure duplicate of PR41089. At
least it explains, why other targets don't see the problem.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41395
More information about the Gcc-bugs
mailing list