]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g77.dg/pr5473.f
re PR c++/14246 (Problems with templates, ice in write_template_arg_literal)
[gcc.git] / gcc / testsuite / g77.dg / pr5473.f
CommitLineData
8a921c08
DB
1 program pr5473
2c Derived from g77.f-torture/execute/intrinsic-unix-bessel.f
3c Origin: David Billinghurst <David.Billinghurst@riotinto.com>
d3dac0ae 4c { dg-do compile }
8a921c08 5 real x, a
d3dac0ae 6 double precision dx, da
8a921c08
DB
7 integer*8 m
8 x = 2.0
d3dac0ae 9 dx = x
8a921c08 10 m = 2
d3dac0ae
DB
11 a = BESJN(m,x) ! { dg-error "incorrect type" "incorrect type" }
12 a = BESYN(m,x) ! { dg-error "incorrect type" "incorrect type" }
13 da = DBESJN(m,dx) ! { dg-error "incorrect type" "incorrect type" }
14 da = DBESYN(m,dx) ! { dg-error "incorrect type" "incorrect type" }
8a921c08 15 end
This page took 0.749577 seconds and 5 git commands to generate.