This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17404] [4.0 Regression] gimplify ICE while trying to gimplify a stmt_expr
- From: "belyshev at lubercy dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Sep 2004 19:40:10 -0000
- Subject: [Bug c++/17404] [4.0 Regression] gimplify ICE while trying to gimplify a stmt_expr
- References: <20040910175350.17404.steven@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From belyshev at lubercy dot com 2004-09-10 19:40 -------
// small testcase for this bug:
template <typename T>
void foo ()
{
__builtin_expect (({0;}), 1);
}
class A {
};
void bar ()
{
foo<A> ();
}
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-09-10 19:40:08
date| |
Summary|gimplify ICE while trying to|[4.0 Regression] gimplify
|gimplify a stmt_expr |ICE while trying to gimplify
| |a stmt_expr
Target Milestone|--- |4.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17404