[Bug c++/12515] [3.4 Regression] Use of ?: operator in templated class causes ICE
janis187 at us dot ibm dot com
gcc-bugzilla@gcc.gnu.org
Mon Oct 6 20:07:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12515
janis187 at us dot ibm dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mmitchel at gcc dot gnu dot
| |org
------- Additional Comments From janis187 at us dot ibm dot com 2003-10-06 20:07 -------
The regression in PR 12515 was introduced or exposed by this patch:
--- gcc/gcc/ChangeLog ---
2003-07-08 Mark Mitchell <mark@codesourcery.com>
* fold-const.c (make_range): Do not access operand 1 for a
zero-operand operator.
--- gcc/gcc/cp/ChangeLog ---
2003-07-08 Mark Mitchell <mark@codesourcery.com>
* cp-tree.def (NON_DEPENDENT_EXPR): New node.
* cp-tree.h (build_call_from_tree): Remove.
(build_member_call): Likewise.
(dependent_template_arg_p): Remove.
[lots more]
The regression hunt took place on i686-pc-linux-gnu using the one-line
test case from comment #1.
More information about the Gcc-bugs
mailing list