Commit 0aeedfd7 by Joseph Myers Committed by Joseph Myers

dll-4.c: Allow foo1 and foo2 in either order in scan-assembler.

	* gcc.dg/dll-4.c: Allow foo1 and foo2 in either order in
	scan-assembler.

From-SVN: r150031
parent 0d42d490
2009-07-23 Joseph Myers <joseph@codesourcery.com>
* gcc.dg/dll-4.c: Allow foo1 and foo2 in either order in
scan-assembler.
2009-07-23 Jakub Jelinek <jakub@redhat.com>
PR fortran/40839
......
......@@ -11,5 +11,6 @@ int foo2 = 5; /* { dg-warning "redeclared without dllimport" } */
int f () { return foo1 + foo2; }
/* FIXME: We should scan the output of nm for this case. */
/* { dg-final { scan-assembler "(foo2:.*\.comm\[ \t_\]*foo1)" } } */
/* { dg-final { scan-assembler "(foo2:)" } } */
/* { dg-final { scan-assembler "(\.comm\[ \t_\]*foo1)" } } */
/* { dg-final { scan-assembler-not "(__imp_|_imp__)" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment