This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/41395] [4.5 regression] Revision 151800 failed bootstrap



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]