2 // { dg-additional-options "-fexcess-precision=fast" }
3 // { dg-skip-if "requires hosted libstdc++ for iostream" { ! hostedlib } }
4 // GROUPS passed copy-ctors
7 // token types: from state parser
9 const int T_ERROR = 258;
10 const int T_Float = 259;
11 const int T_Int = 260;
13 const int T_STRING = 262;
18 // token, from state parser.
30 ParseToken () { tok = 0; intval = 0;}
40 if (b.doubleval == 23.2)
41 std::cout << "PASS\n";
44 std::cout << "FAIL\n";