Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/lib
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv6384
Modified Files:
compilers.pl
Log Message:
Updated 3.0.x options.
Index: compilers.pl
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/lib/compilers.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** compilers.pl 12 Apr 2007 19:57:06 -0000 1.3
--- compilers.pl 15 Apr 2007 18:14:21 -0000 1.4
***************
*** 124,127 ****
--- 124,131 ----
'align-jumps' => ['option-want alignment-disabled 0',
'implied-by O2 O3'],
+ 'reduce-all-givs' => ['implied-by O2 O3'],
+ 'strict-aliasing' => ['implied-by O2 O3'],
+ 'gcse' => ['implied-by O2 O3'],
+ 'rename-registers' => ['implied-by O2 O3']
);
|