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++/58873] [4.7/4.8/4.9 Regression] [c++11] ICE with __underlying_type for broken enum


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

--- Comment #3 from Kai Tietz <ktietz at gcc dot gnu.org> ---
Author: ktietz
Date: Thu Feb 20 16:02:24 2014
New Revision: 207961

URL: http://gcc.gnu.org/viewcvs?rev=207961&root=gcc&view=rev
Log:
    PR c++/58873
    * parser.c (cp_parser_functional_cast): Treat NULL_TREE
    valued type argument as error_mark_node.


Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/parser.c


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