public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Stage 3 rules now in force on mainline
@ 2004-09-08  5:13 Mark Mitchell
  2004-09-08  6:42 ` Arnaud Charlet
  2004-09-08 21:25 ` Mike Stump
  0 siblings, 2 replies; 6+ messages in thread
From: Mark Mitchell @ 2004-09-08  5:13 UTC (permalink / raw)
  To: gcc

The GCC mainline is now in Stage 3.

 From http://gcc.gnu.org/develop.html:

"During this period, the only (non-documentation) changes that may be 
made are changes that fix bugs or new ports which do not require changes 
to other parts of the compiler. New functionality may not be introduced 
during this period."

The exceptions to this policy for GCC 3.5 are those new features 
previously marked for acceptance here:

http://gcc.gnu.org/ml/gcc/2004-08/msg01418.html

-- 
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Stage 3 rules now in force on mainline
  2004-09-08  5:13 Stage 3 rules now in force on mainline Mark Mitchell
@ 2004-09-08  6:42 ` Arnaud Charlet
  2004-09-08 15:54   ` Mark Mitchell
  2004-09-08 21:25 ` Mike Stump
  1 sibling, 1 reply; 6+ messages in thread
From: Arnaud Charlet @ 2004-09-08  6:42 UTC (permalink / raw)
  To: Mark Mitchell; +Cc: gcc

> The exceptions to this policy for GCC 3.5 are those new features 
> previously marked for acceptance here:
> 
> http://gcc.gnu.org/ml/gcc/2004-08/msg01418.html

What about general Ada changes that do not affect other front-end/back-end ?

Arno

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Stage 3 rules now in force on mainline
  2004-09-08  6:42 ` Arnaud Charlet
@ 2004-09-08 15:54   ` Mark Mitchell
  2004-09-08 15:59     ` Arnaud Charlet
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Mitchell @ 2004-09-08 15:54 UTC (permalink / raw)
  To: Arnaud Charlet; +Cc: gcc

Arnaud Charlet wrote:

>>The exceptions to this policy for GCC 3.5 are those new features 
>>previously marked for acceptance here:
>>
>>http://gcc.gnu.org/ml/gcc/2004-08/msg01418.html
>>    
>>
>
>What about general Ada changes that do not affect other front-end/back-end ?
>  
>
We will leave that to the discretion of the Ada maintainers.  Ada is a 
higly special case; we don't much worry about it for releases, so it's 
really up to the Ada maintainers to decide what they want to do.

-- 
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Stage 3 rules now in force on mainline
  2004-09-08 15:54   ` Mark Mitchell
@ 2004-09-08 15:59     ` Arnaud Charlet
  0 siblings, 0 replies; 6+ messages in thread
From: Arnaud Charlet @ 2004-09-08 15:59 UTC (permalink / raw)
  To: Mark Mitchell; +Cc: Arnaud Charlet, gcc

> We will leave that to the discretion of the Ada maintainers.  Ada is a 
> higly special case; we don't much worry about it for releases, so it's 
> really up to the Ada maintainers to decide what they want to do.

Certainly fine with me. Thanks for the quick feedback.

For now, I will continue merging changes as usual (which are typically
very safe anyway).

Well, as usual meaning when Ada isn't broken by middle-end changes.

Arno

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Stage 3 rules now in force on mainline
  2004-09-08  5:13 Stage 3 rules now in force on mainline Mark Mitchell
  2004-09-08  6:42 ` Arnaud Charlet
@ 2004-09-08 21:25 ` Mike Stump
  2004-09-08 21:28   ` Michael Ritzert
  1 sibling, 1 reply; 6+ messages in thread
From: Mike Stump @ 2004-09-08 21:25 UTC (permalink / raw)
  To: Mark Mitchell; +Cc: GCC Mailing List, gcc-patches@gcc.gnu.org Patches

On Sep 7, 2004, at 10:13 PM, Mark Mitchell wrote:
> The GCC mainline is now in Stage 3.

No, now it is:

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.449
diff -u -p -u -p -r1.449 index.html
--- index.html  8 Sep 2004 05:36:56 -0000       1.449
+++ index.html  8 Sep 2004 21:23:23 -0000
@@ -70,7 +70,7 @@ to maintain and improve quality.</p>
  </dt><dd>
    Branch status:
    <a 
href="http://gcc.gnu.org/ml/gcc/2004-08/msg00305.html">2004-08-09</a>
-  (<a href="develop.html#stage2">Stage 2</a>; open for all 
maintainers).
+  (<a href="develop.html#stage2">Stage 3</a>; open for all 
maintainers).
  </dd>

  </dl>


:-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Stage 3 rules now in force on mainline
  2004-09-08 21:25 ` Mike Stump
@ 2004-09-08 21:28   ` Michael Ritzert
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Ritzert @ 2004-09-08 21:28 UTC (permalink / raw)
  To: Mike Stump
  Cc: Mark Mitchell, GCC Mailing List, gcc-patches@gcc.gnu.org Patches

On Wed, Sep 08, 2004 at 02:24:54PM -0700, Mike Stump wrote:
> -  (<a href="develop.html#stage2">Stage 2</a>; open for all 
> maintainers).
> +  (<a href="develop.html#stage2">Stage 3</a>; open for all 
> maintainers).
                                 ^
Make that a 3.

Michael

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-09-08 21:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-08  5:13 Stage 3 rules now in force on mainline Mark Mitchell
2004-09-08  6:42 ` Arnaud Charlet
2004-09-08 15:54   ` Mark Mitchell
2004-09-08 15:59     ` Arnaud Charlet
2004-09-08 21:25 ` Mike Stump
2004-09-08 21:28   ` Michael Ritzert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).