testsuite: Fix up pr111150* tests on i686-linux [PR111150]
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / enum2.C
blob7fc269d9de0cafadd6d57acf320423cf9a52d946
1 // { dg-do assemble  }
3 // Copyright (C) 1999 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 3 Jun 1999 <nathan@acm.org>
6 // We'd like the enum location to be its identifier.
8 enum thing // { dg-message "" } previous def
10   val1
13 enum thing // { dg-error "" } multiple def
15   val2