* arm.c (FL_WBUF): Define.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / misc2.C
blob4e217d82b26893fcc9c48a4bae010f33b4a6260a
1 // { dg-do assemble  }
2 // GROUPS passed miscellaneous-bugs
3 // Should be fixed by:
4 // Sun Jun 13 12:55:22 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
5 //
6 //      * cp-decl.c (grokvardecl): Don't complain about duplicate
7 //      definitions of `extern "C"' declarations (parallelize it with how
8 //      regular `extern' decls are handled).
10 extern "C" double  _MaXdOuB, _MiNdOuB;
11 extern "C" double  _MaXdOuB, _MiNdOuB;  // no error should be emitted for this