URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [pr16433.f] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile } real x double precision dx data x/x'2ffde'/ ! { dg-warning "Hexadecimal constant | used to initialize non-integer" } dx = x ! { dg-bogus "exadecimal constant" "Hex constant where there is none" } end
Go to most recent revision | Compare with Previous | Blame | View Log