[Bug middle-end/35400] [4.4 Regression] -Wtype-limits -O2 causes ICE tree check: expected ssa_name, have addr_expr in get_value_range, at tree-vrp.c:469

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Mar 28 17:45:00 GMT 2008



------- Comment #7 from reichelt at gcc dot gnu dot org  2008-03-28 17:44 -------
A short C++ testcase I ran into:

================
struct A
{
  A();
  ~A();
};

void foo()
{
  A x[1];
}
==============


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org


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



More information about the Gcc-bugs mailing list