mirror of git://gcc.gnu.org/git/gcc.git
dec_init_2.f90: Use dg-add-options ieee.
* gfortran.dg/dec_init_2.f90: Use dg-add-options ieee. From-SVN: r239540
This commit is contained in:
parent
865f704603
commit
dd42e908a0
|
|
@ -1,3 +1,7 @@
|
||||||
|
2016-08-17 Uros Bizjak <ubizjak@gmail.com>
|
||||||
|
|
||||||
|
* gfortran.dg/dec_init_2.f90: Use dg-add-options ieee.
|
||||||
|
|
||||||
2016-08-17 Jakub Jelinek <jakub@redhat.com>
|
2016-08-17 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
PR middle-end/77259
|
PR middle-end/77259
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
! { dg-do run }
|
! { dg-do run }
|
||||||
! { dg-options "-fdec-structure -finit-derived -finit-integer=42 -finit-real=nan -finit-logical=true -finit-character=32 -fdump-tree-original" }
|
! { dg-options "-fdec-structure -finit-derived -finit-integer=42 -finit-real=nan -finit-logical=true -finit-character=32 -fdump-tree-original" }
|
||||||
|
! { dg-add-options ieee }
|
||||||
!
|
!
|
||||||
! Test -finit-derived with DEC structure and union.
|
! Test -finit-derived with DEC structure and union.
|
||||||
!
|
!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue