c: Fix up pointer types to may_alias structures [PR114493]
[official-gcc.git] / gcc / testsuite / gfortran.dg / intrinsic_subroutine.f90
blobd3f84cdf17f97bb53b6e65c16f641ce211264fc0
1 ! { dg-do compile }
2 ! PR 33229
3 implicit none
4 intrinsic cpu_time ! { dg-error "attribute conflicts with" }
5 real :: time
6 print *, CPU_TIME(TIME) ! { dg-error "is not a function" }
7 end