<html style="direction: ltr;">
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
    <style type="text/css">body p { margin-bottom: 0.2cm; margin-top: 0pt; } </style>
  </head>
  <body style="direction: ltr;"
    bidimailui-detected-decoding-type="UTF-8" bgcolor="#FFFFFF"
    text="#000000">
    On 10/17/2011 06:29 PM, Oleg Goldshmidt wrote:
    <blockquote
cite="mid:CAM+3FtQxECk9C8G=b9S4UXVp82_aD3fUYeQFOdbdAQtc1z-Cig@mail.gmail.com"
      type="cite">
      <pre wrap="">Hi,

I have a gcc-related question. Problematic platform is Fedora 15 with
gcc 4.6.1, as well as Fedora 14 with gcc 4.5.1.

I am used to keeping RCS/CVS/SVN keywords (e.g., $Id$) in all my code.
In the case of C/C++ this normally amounts to

static const char foo_src_id[] = "$Id$";
</pre>
    </blockquote>
    Leaving aside the question of whether that is a good idea - did you
    try changing that to:<br>
    static const volatile char foo_src_id[] = "$Id$";<br>
    ?<br>
    <br>
    Shachar
    <blockquote
cite="mid:CAM+3FtQxECk9C8G=b9S4UXVp82_aD3fUYeQFOdbdAQtc1z-Cig@mail.gmail.com"
      type="cite">
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Shachar Shemesh
Lingnu Open Source Consulting Ltd.
<a class="moz-txt-link-freetext" href="http://www.lingnu.com">http://www.lingnu.com</a>
</pre>
  </body>
</html>