aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/enum_10.f90
diff options
context:
space:
mode:
authorSofiane Naci <sofiane.naci@arm.com>2012-10-22 12:28:14 +0000
committerSofiane Naci <sofiane.naci@arm.com>2012-10-22 12:28:14 +0000
commit369b71ecad513571a31ed3989a33629404847832 (patch)
tree77fa03ebcefe174abeaef371e7fb332b2d928284 /gcc/testsuite/gfortran.dg/enum_10.f90
parent2b86be5b85981f0186dc90c8726e5a86abd99b4b (diff)
parentfe41acb87a4145f35518841c7d83cb8f88dc5d9e (diff)
Merge from trunk 192445:192598.ARM/aarch64-branch
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/ARM/aarch64-branch@192688 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gfortran.dg/enum_10.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/enum_10.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/enum_10.f90 b/gcc/testsuite/gfortran.dg/enum_10.f90
index b387fe339e9..80e7fca8013 100644
--- a/gcc/testsuite/gfortran.dg/enum_10.f90
+++ b/gcc/testsuite/gfortran.dg/enum_10.f90
@@ -1,7 +1,7 @@
! { dg-do run }
! { dg-additional-sources enum_10.c }
! { dg-options "-fshort-enums -w" }
-! { dg-options "-fshort-enums -w -Wl,--no-enum-size-warning" { target arm*-*-linux*eabi } }
+! { dg-options "-fshort-enums -w -Wl,--no-enum-size-warning" { target arm*-*-linux* } }
! Make sure short enums are indeed interoperable with the
! corresponding C type.