This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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, &amp;b)) = 2;
          </pre></li>
      <li>Several
        <a
href="http://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html#Other%20Builtins";>




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]