Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / default1.C
blobafbac13bf63f57a7993018eecaaa793dd261fe41
1 // { dg-do assemble  }
2 // PRMS Id: 5204
3 // Bug: g++ bashes the type of add_sym with the type of add, so calling it
4 // with one parameter generates an error.
6 int add(int const &symbol,
7         const unsigned char flags=(void*)0); // { dg-error "" } invalid default arg
9 int add_sym(int const &symbol,
10             const unsigned char flags=0);
12 int main()
14    int fname;
15    add_sym(fname);      // Guarantee a symbol exists