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/47215] [4.6 Regression] Failed to bootstrap


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-01-15 10:49:30 UTC ---
I think the http://gcc.gnu.org/ml/gcc-cvs/2011-01/msg00186.html check in and
all its follow-ups should be reverted, Java simply doesn't have a va_list type,
so it shouldn't be built.
Instead ix86_local_alignment should add va_list_type_node && to its checks
before using TYPE_MAIN_VARIANT on it.


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