Hello, The new SH option -menable-tas has been renamed to -mtas in rev 190782. I have committed the attached patch to reflect this in the changes.html for 4.8.
Cheers, Oleg
? sh_mtas_rename.patch Index: htdocs/gcc-4.8/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retrieving revision 1.23 diff -u -r1.23 changes.html --- htdocs/gcc-4.8/changes.html 26 Aug 2012 21:48:50 -0000 1.23 +++ htdocs/gcc-4.8/changes.html 29 Aug 2012 19:21:06 -0000 @@ -232,9 +232,9 @@ <li>Minor improvements to code generated for software atomic sequences that are enabled by <code>-msoft-atomic</code>.</li> - <li>A new option <code>-menable-tas</code> will make the compiler - generate the <code>tas.b</code> instruction for the - <code>__atomic_test_and_set</code> built-in function.</li> + <li>A new option <code>-mtas</code> will make the compiler generate the + <code>tas.b</code> instruction for the <code>__atomic_test_and_set</code> + built-in function.</li> <li>The SH4A instructions <code>movco.l</code> and <code>movli.l</code> are now supported. They are used to implement some @@ -281,9 +281,9 @@ <li>The behavior of the <code>-mieee</code> option has been fixed and the negative form <code>-mno-ieee</code> has been added to control the IEEE - conformance of floating point comparisons. By default<code>-mieee</code> is - now enabled and the option <code>-ffinite-math-only</code> implicitly sets - <code>-mno-ieee</code>.</li> + conformance of floating point comparisons. By default <code>-mieee</code> + is now enabled and the option <code>-ffinite-math-only</code> implicitly + sets <code>-mno-ieee</code>.</li> </ul>