[wwwdocs] Suggest workaround for compound-expression-as-lvalue

Giovanni Bajo giovannibajo@libero.it
Sat Feb 21 13:45:00 GMT 2004


Gerald Pfeifer wrote:

>> suggested by Nathan. OK to commit?
>
> Looks fine, thanks!

Committed, together with this fix. I'm no HTML guru :)

Thanks
Giovanni Bajo


Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.98
diff -c -3 -p -r1.98 changes.html
*** changes.html        12 Feb 2004 19:37:25 -0000      1.98
--- changes.html        12 Feb 2004 19:45:31 -0000
***************
*** 240,246 ****
          <p>will not be accepted for C and Objective-C in a future
          version. A possible non-intrusive workaround is the following:</p>
          <pre>
!         (*(a, &b)) = 2;
          </pre></li>
      <li>Several
        <a
href="http://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html#Other%20Builtins">
--- 240,246 ----
          <p>will not be accepted for C and Objective-C in a future
          version. A possible non-intrusive workaround is the following:</p>
          <pre>
!         (*(a, &b)) = 2;
          </pre></li>
      <li>Several
        <a
href="http://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html#Other%20Builtins">





More information about the Gcc-patches mailing list