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 c/71602] [6/7 regression] ICE on __builtin_va_arg in build_va_arg, at c-family/c-common.c:5810


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71602

--- Comment #10 from vries at gcc dot gnu.org ---
Created attachment 39482
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39482&action=edit
alternate approach patch

Alternate approach patch, fixing the problem by making canonical_va_list_type
more strict, as suggested at
https://gcc.gnu.org/ml/gcc-patches/2016-06/msg01709.html .

Passes x86_64 m64/m32 bootstrap and reg-test.

Todo: cleanup patch, add changelog entry and submit

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