* g++.dg/ext/fixed1.C: Add dg-options.

From-SVN: r134536
This commit is contained in:
Jakub Jelinek 2008-04-22 00:26:19 +02:00 committed by Jakub Jelinek
parent 951b54cc3b
commit 86daf9577c
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-04-22 Jakub Jelinek <jakub@redhat.com>
* g++.dg/ext/fixed1.C: Add dg-options.
2008-04-21 Uros Bizjak <ubizjak@gmail.com>
PR target/26445

View File

@ -1,4 +1,5 @@
// PR c++/35325
// { dg-options "" }
template<int> struct A {};