URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [case_optimization2.adb] - Rev 378
Go to most recent revision | Compare with Previous | Blame | View Log
-- PR ada/43106 -- Testcase by Bill Neven <neven@hitt.nl> -- { dg-do run } -- { dg-options "-O" } with Case_Optimization_Pkg2; use Case_Optimization_Pkg2; procedure Case_Optimization2 is Radar : Radar_T; begin Radar.Sensor_Type := radcmb; Initialize (Radar); end;
Go to most recent revision | Compare with Previous | Blame | View Log