Commit f8d6fa7e by Andreas Tobler

enum_9.f90: Use arm_eabi instead of arm*-*-linux*.

2015-02-01  Andreas Tobler  <andreast@gcc.gnu.org>

    * gfortran.dg/enum_9.f90: Use arm_eabi instead of arm*-*-linux*.
    * gfortran.dg/enum_10.f90: Likewise. Reorder dg-additional-sources.

From-SVN: r220330
parent b730d1c9
2015-02-01 Andreas Tobler <andreast@gcc.gnu.org>
* gfortran.dg/enum_9.f90: Use arm_eabi instead of arm*-*-linux*.
* gfortran.dg/enum_10.f90: Likewise. Reorder dg-additional-sources.
2015-02-01 Jakub Jelinek <jakub@redhat.com>
PR debug/64817
......
! { 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* } }
! { dg-options "-fshort-enums -w -Wl,--no-enum-size-warning" { target arm_eabi } }
! { dg-additional-sources enum_10.c }
! Make sure short enums are indeed interoperable with the
! corresponding C type.
......
! { dg-do run }
! { dg-options "-fshort-enums" }
! { dg-options "-fshort-enums -Wl,--no-enum-size-warning" { target arm*-*-linux* } }
! { dg-options "-fshort-enums -Wl,--no-enum-size-warning" { target arm_eabi } }
! Program to test enumerations when option -fshort-enums is given
program main
......
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