URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [case_optimization2.adb] - Rev 700
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