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: [PATCH] Document experimental nature of -fnew-ra?


--- Michael Matz <matz@suse.de> wrote:
> What exactly does the state "suspended" mean for
> bugs in bugzilla?  Can I 
> still comment on them and mark them as fixed?

You can still do anything with them really. From
bugzilla's query help...

"SUSPENDED - This bug is not fixed, because it is
dependent on something that won't happen for a while,
but is planned.  For example, there were C++ parsing
bugs dependent on the new C++ parser. These are marked
suspended, rather than closed, since they are expected
to be fixed once the new C++ parser exists."

> 
> > or new-regalloc is merged back to mainline.
> > 
> > Does the attached patch look reasonable for
> mainline/3.4? Thanks,
> 
> > -for testing, so we are interested to hear about
> miscompilations with
> > -@option{-fnew-ra}.
> > +only for testing. Users should not specify this
> option, since it is not
> 
> Two spaces between sentences.
> 
> > +yet ready for production use.
> 
> Otherwise I have no objection to the patch.  The
> wording should have been 
> similar to this from the beginning.

Glad to see we're on the same page. I just didn't
think that the part about "being interested in
miscompilations" was quite right, since what we're
really interested in is miscompilations on the
new-regalloc branch...

Updated patch attached. If okay, could somebody please
apply to 3.4 branch/mainline.

Thanks,

Dara

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
2004-01-23  Dara Hazeghi  <dhazeghi@yahoo.com>
	* doc/install.texi: Note status of -fnew-ra.

--- doc/invoke.texi	Fri Jan 23 08:21:16 2004
+++ doc/invoke.texi.n	Fri Jan 23 09:05:37 2004
@@ -3835,8 +3835,8 @@
 @item -fnew-ra
 @opindex fnew-ra
 Use a graph coloring register allocator.  Currently this option is meant
-for testing, so we are interested to hear about miscompilations with
-@option{-fnew-ra}.
+only for testing.  Users should not specify this option, since it is not
+yet ready for production use. 
 
 @item -fno-branch-count-reg
 @opindex fno-branch-count-reg

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