This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/42569] ICE in cp_parser_parenthesized_expression_list at cp/parser.c
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Jan 2010 14:02:07 -0000
- Subject: [Bug c++/42569] ICE in cp_parser_parenthesized_expression_list at cp/parser.c
- References: <bug-42569-10406@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from rguenth at gcc dot gnu dot org 2010-01-01 14:02 -------
Can you attach the original unreduced testcase? With trunk I get
t.ii:6:109: error: 'guint' has not been declared
t.ii:6:128: error: 'GValue' has not been declared
t.ii:6:143: error: 'GParamSpec' has not been declared
t.ii:7:109: error: 'guint' has not been declared
....
t.ii:122:49: error: 'gst_apev2_mux_debug' was not declared in this scope
t.ii:122:205: error: 'gst_debug_log' was not declared in this scope
virtual memory exhausted: Cannot allocate memory
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |error-recovery, ice-on-
| |invalid-code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42569