PR33713: remove -fforce-addr (changes.html patch)

Aldy Hernandez aldyh@redhat.com
Mon Dec 3 23:18:00 GMT 2007


On Thu, Nov 29, 2007 at 10:33:59PM +0100, Richard Guenther wrote:
> On Nov 29, 2007 6:50 PM, Aldy Hernandez <aldyh@redhat.com> wrote:
> > Hi folks.
> >
> > I'm picking up this patch that Steven attached to the PR but didn't
> > submit to the list.  The patch removes support for -fforce-addr.
> >
> >         http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33713
> >
> > I have added a changelog, incorporated the change suggested by Paolo,
> > fixed a typo, and tested it on x86_64-linux.  There are no regressions.
> >
> > Is this OK for mainline?
> 
> This is ok.  But please also provide an entry for the 4.3 changes.html page.

Is this OK?

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v
retrieving revision 1.87
diff -p -r1.87 changes.html
*** changes.html        28 Nov 2007 01:22:19 -0000      1.87
--- changes.html        3 Dec 2007 23:17:27 -0000
***************
*** 585,590 ****
--- 585,592 ----
        <li><code>-mno-short</code>, <code>-mno-bitfield</code> and
          <code>-mno-rtd</code> are now accepted as negative versions
          of <code>-mshort</code>, etc.</li>
+       <li><code>-fforce-addr</code> has been removed.  It is now
ignored
+           by the compiler.</li>
      </ul>
    <h4>Other improvements</h4>
      <ul>



More information about the Gcc-patches mailing list