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 middle-end/32455] [4.1/4.2/4.3 regression] ICE with modified va_list



------- Comment #3 from mmitchel at gcc dot gnu dot org  2008-01-02 23:20 -------
This code isn't valid.  We probably shouldn't allow declarations of
__builtin_va_start, and we certainly shouldn't allow declarations that don't
match the internal definition -- and I don't think that declaration does.  (I'm
not sure we should allow definitions of any __builtin functions; after all
they're built-in!)


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice-on-valid-code           |ice-on-invalid-code
           Priority|P3                          |P2


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


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