OSDN Git Service

up
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.jason / template13.C
index 11d2180..75bd64d 100644 (file)
@@ -1,6 +1,6 @@
 // Bug: g++ fails to actually instantiate templates to the specifications of
 // guiding decls.
-// Special g++ Options: -g -ansi -pedantic-errors
+// Special g++ Options: -g -ansi -pedantic-errors -fguiding-decls
 
 template <class T> inline T min (T a, T b) { return a<b?a:b; }
 double min (double, double);