Plugins: Add label-text.h to CPPLIB_H so it will be installed [PR115288]
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr77694.f90
blobd9dc01b903a4584ed60fc6ca5c459a42d0691ea9
1 ! { dg-do compile }
2 ! { dg-options -O }
3 program p
4 logical x(2), y(2)
5 x = .true.
6 y = .nt. x ! { dg-error "Unknown operator" }
7 end