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++/17404] [4.0 Regression] gimplify ICE while trying to gimplify a stmt_expr


------- 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


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