Testcase for recent llvm-gcc fix
authorAnton Korobeynikov <asl@math.spbu.ru>
Mon, 3 Nov 2008 14:43:31 +0000 (14:43 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Mon, 3 Nov 2008 14:43:31 +0000 (14:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58611 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendFortran/2008-11-03-OptionOverride.f90 [new file with mode: 0644]

diff --git a/test/FrontendFortran/2008-11-03-OptionOverride.f90 b/test/FrontendFortran/2008-11-03-OptionOverride.f90
new file mode 100644 (file)
index 0000000..06031f8
--- /dev/null
@@ -0,0 +1,3 @@
+! RUN: %llvmgcc -c %s -march=k8
+! Note: this file intentionally left blank, the problem itself is in
+! frontend initialization routines and march flag!
\ No newline at end of file