[Bug c++/24582] [4.0/4.1 regression] ICE in decl_jump_unsafe

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Oct 31 19:22:00 GMT 2005



------- Comment #6 from pinskia at gcc dot gnu dot org  2005-10-31 19:22 -------
Here is a better testcase with only one error:
int f(int c)
{
  switch (c)
  {
    case d:  /* { dg-error "'d' was not declared" } */
     int optBzip2 = true;
  }
}

--------
I am going to fix this one.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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



More information about the Gcc-bugs mailing list