URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [pr16433.f] - Rev 165
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do-compile } real x double precision dx x = x'2ffde' ! { dg-warning "exadecimal constant" "Hex constant can't begin with x" } dx = x ! { dg-bogus "exadecimal constant" "Hex constant where there is none" } end
Go to most recent revision | Compare with Previous | Blame | View Log