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:
Uros Bizjak 2016-08-17 16:33:20 +02:00 committed by Uros Bizjak
parent 865f704603
commit dd42e908a0
2 changed files with 5 additions and 0 deletions

View File

@ -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>
PR middle-end/77259

View File

@ -1,5 +1,6 @@
! { 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-add-options ieee }
!
! Test -finit-derived with DEC structure and union.
!