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

Reply via email to