comparison gcc/testsuite/gfortran.dg/lto/20091028-2_0.f90 @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 ! { dg-lto-do link }
2 ! { dg-extra-ld-options "-r -nostdlib -finline-functions" }
3
4 SUBROUTINE int_gen_ti_header_char( hdrbuf, hdrbufsize, itypesize, &
5 DataHandle, Element, VarName, Data, code )
6 CALL int_gen_ti_header_c ( hdrbuf, hdrbufsize, itypesize, 1, &
7 DataHandle, DummyData, DummyCount, code )
8 END SUBROUTINE int_gen_ti_header_char
9