URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [pr16433.f] - Rev 302
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