public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC 3.3.6 has been released
@ 2005-05-26 17:55 Gabriel Dos Reis
  2005-05-28 11:43 ` R Hill
  0 siblings, 1 reply; 10+ messages in thread
From: Gabriel Dos Reis @ 2005-05-26 17:55 UTC (permalink / raw)
  To: gcc-announce; +Cc: gcc


I'm pleased to announce that GCC 3.3.6 has been released. 

  This version is a minor release, fixing regressions in GCC 3.3.5
with respect to previous versions of GCC.  It can be downloaded from
the FTP serves listed here

                  http://www.gnu.org/order/ftp.html


  The list of changes is available at

               http://gcc.gnu.org/gcc-3.3/changes.html
    

  This release is the last from the 3.3.x series.
    

  Many thanks to the huge GCC community who contributed to the
completion of this release.

-- 
                                                        Gabriel Dos Reis
                                                         gdr@cs.tamu.edu
	Texas A&M University -- Department of Computer Science
	301, Bright Building -- College Station, TX 77843-3112

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

* Re: GCC 3.3.6 has been released
  2005-05-26 17:55 GCC 3.3.6 has been released Gabriel Dos Reis
@ 2005-05-28 11:43 ` R Hill
  2005-05-28 13:48   ` Gerald Pfeifer
  0 siblings, 1 reply; 10+ messages in thread
From: R Hill @ 2005-05-28 11:43 UTC (permalink / raw)
  To: gcc

Gabriel Dos Reis wrote:
> 
>   The list of changes is available at
> 
>                http://gcc.gnu.org/gcc-3.3/changes.html

a tiny detail, but i figured i would mention it.  congratulations.


--- changes.html.orig	2005-05-27 18:56:02.000000000 -0600
+++ changes.html	2005-05-27 18:56:36.000000000 -0600
@@ -53,7 +53,7 @@
  </h1>

  <p>The latest release in the 3.3 release series is
-<a href="#3.3.3">GCC 3.3.3</a>.</p>
+<a href="#3.3.6">GCC 3.3.6</a>.</p>

  <h2>Caveats</h2>rg/gcc-3.3/changes.html#3.3.6

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

* Re: GCC 3.3.6 has been released
  2005-05-28 11:43 ` R Hill
@ 2005-05-28 13:48   ` Gerald Pfeifer
  2005-05-29 10:23     ` R Hill
  0 siblings, 1 reply; 10+ messages in thread
From: Gerald Pfeifer @ 2005-05-28 13:48 UTC (permalink / raw)
  To: R Hill; +Cc: gcc

On Fri, 27 May 2005, R Hill wrote:
> a tiny detail, but i figured i would mention it.  congratulations.

Thanks, I just installed your patch.

Gerald

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

* Re: GCC 3.3.6 has been released
  2005-05-28 13:48   ` Gerald Pfeifer
@ 2005-05-29 10:23     ` R Hill
  2005-05-29 10:54       ` Gabriel Dos Reis
  0 siblings, 1 reply; 10+ messages in thread
From: R Hill @ 2005-05-29 10:23 UTC (permalink / raw)
  To: gcc

Gerald Pfeifer wrote:
> On Fri, 27 May 2005, R Hill wrote:
> 
>>a tiny detail, but i figured i would mention it.  congratulations.
> 
> 
> Thanks, I just installed your patch.
> 
> Gerald

Just curious, are you guys interested in these types of brain dead janitorial 
patches?  I've noticed a few other small oops'es (eg. wrong dates and links for 
the release history at http://gcc.gnu.org/gcc-3.3/) that probably get overlooked 
by busy people. ;)  i could just make a note when i come across them and roll a 
patch when (if) there's enough to be worth it.

--de.

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

* Re: GCC 3.3.6 has been released
  2005-05-29 10:23     ` R Hill
@ 2005-05-29 10:54       ` Gabriel Dos Reis
  2005-05-29 19:16         ` Brian Dessent
  2005-05-29 20:09         ` Brian Dessent
  0 siblings, 2 replies; 10+ messages in thread
From: Gabriel Dos Reis @ 2005-05-29 10:54 UTC (permalink / raw)
  To: dirtyepic.sk; +Cc: gcc

R Hill <dirtyepic.sk@gmail.com> writes:

| Gerald Pfeifer wrote:
| > On Fri, 27 May 2005, R Hill wrote:
| >
| >>a tiny detail, but i figured i would mention it.  congratulations.
| > Thanks, I just installed your patch.
| > Gerald
| 
| Just curious, are you guys interested in these types of brain dead
| janitorial patches?  I've noticed a few other small oops'es (eg. wrong
| dates and links for the release history at
| http://gcc.gnu.org/gcc-3.3/) that probably get overlooked by busy
| people. ;)  i could just make a note when i come across them and roll
| a patch when (if) there's enough to be worth it.

yes, if you spot any inconsistency I'm very happy to accept a patch
;-)

-- Gaby

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

* Re: GCC 3.3.6 has been released
  2005-05-29 10:54       ` Gabriel Dos Reis
@ 2005-05-29 19:16         ` Brian Dessent
  2005-06-26 13:42           ` Gerald Pfeifer
  2005-05-29 20:09         ` Brian Dessent
  1 sibling, 1 reply; 10+ messages in thread
From: Brian Dessent @ 2005-05-29 19:16 UTC (permalink / raw)
  To: gcc

Gabriel Dos Reis wrote:

> yes, if you spot any inconsistency I'm very happy to accept a patch
> ;-)

I noticed that on <http://gcc.gnu.org/install/specific.html#windows> it
states:

"A port of GCC 2.95.2 and 3.x is included with the Cygwin environment."

However, the Cygwin project had to remove its 2.95 gcc package due to
brokenness (and lack of maintainer interest in resolving it) quite some
time ago, so it's probably misleading to state that it's available.

Brian

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

* Re: GCC 3.3.6 has been released
  2005-05-29 10:54       ` Gabriel Dos Reis
  2005-05-29 19:16         ` Brian Dessent
@ 2005-05-29 20:09         ` Brian Dessent
  2005-05-30 15:28           ` Gerald Pfeifer
  1 sibling, 1 reply; 10+ messages in thread
From: Brian Dessent @ 2005-05-29 20:09 UTC (permalink / raw)
  To: gcc

[-- Attachment #1: Type: text/plain, Size: 172 bytes --]

Gabriel Dos Reis wrote:

> yes, if you spot any inconsistency I'm very happy to accept a patch
> ;-)

Also, the link "GCC Frontend HOWTO" on readings.html is 404 compliant.

[-- Attachment #2: readings_html.patch --]
[-- Type: text/plain, Size: 685 bytes --]

--- readings.html.orig	2005-05-29 11:23:38.405875000 -0700
+++ readings.html	2005-05-29 11:24:03.405875000 -0700
@@ -75,7 +75,7 @@
   <li><a href="ftp://ftp.axis.se/pub/users/hp/pgccfd/">Porting GCC for
   Dunces</a> by Hans-Peter Nilsson &lt;<a href="mailto:hans-peter.nilsson@axis.com">hans-peter.nilsson@axis.com</a>&gt;.</li>
 
-  <li><a href="http://www.tldp.org/HOWTO/GCC-Frontend-HOWTO">GCC Frontend
+  <li><a href="http://www.tldp.org/HOWTO/GCC-Frontend-HOWTO.html">GCC Frontend
   HOWTO</a> by Sreejith K. Menon &lt;<a href="mailto:sreejithkmenon@yahoo.com">sreejithkmenon@yahoo.com</a>&gt;.</li>
 
   <li><a href="http://people.debian.org/~aaronl/Usenix88-lexic.pdf">Lexical

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

* Re: GCC 3.3.6 has been released
  2005-05-29 20:09         ` Brian Dessent
@ 2005-05-30 15:28           ` Gerald Pfeifer
  0 siblings, 0 replies; 10+ messages in thread
From: Gerald Pfeifer @ 2005-05-30 15:28 UTC (permalink / raw)
  To: Brian Dessent; +Cc: gcc

On Sun, 29 May 2005, Brian Dessent wrote:
> Also, the link "GCC Frontend HOWTO" on readings.html is 404 compliant.

Thanks, I just installed your patch.  Keep this patches coming! :-)

Gerald

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

* Re: GCC 3.3.6 has been released
  2005-05-29 19:16         ` Brian Dessent
@ 2005-06-26 13:42           ` Gerald Pfeifer
  2005-07-08 18:17             ` Gerald Pfeifer
  0 siblings, 1 reply; 10+ messages in thread
From: Gerald Pfeifer @ 2005-06-26 13:42 UTC (permalink / raw)
  To: Brian Dessent; +Cc: gcc, gcc-patches

On Sun, 29 May 2005, Brian Dessent wrote:
> I noticed that on <http://gcc.gnu.org/install/specific.html#windows> it
> states:
> 
> "A port of GCC 2.95.2 and 3.x is included with the Cygwin environment."
> 
> However, the Cygwin project had to remove its 2.95 gcc package due to
> brokenness (and lack of maintainer interest in resolving it) quite some
> time ago, so it's probably misleading to state that it's available.

Thanks for the hint (even if it took us some time to process it).

I just installed the following patch for GCC mainline which will cause
the web page to be updated within 24 hours.

  2005-06-26  Gerald Pfeifer  <gerald@pfeifer.com>

	* doc/install.texi (Specific): Do not specify the concrete
	versions of GCC provided by Cygwin.  Simplify the part on
	building on Cygwin.

Once GCC 4.0.1 has been released, I plan to also commit the patch there.

Gerald

Index: doc/install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.356
diff -u -3 -p -r1.356 install.texi
--- doc/install.texi	6 Jun 2005 19:31:33 -0000	1.356
+++ doc/install.texi	26 Jun 2005 13:37:32 -0000
@@ -3882,14 +3882,11 @@ respects, this target is the same as the
 @end html
 @heading @anchor{windows}Microsoft Windows (32-bit)
 
-A port of GCC 2.95.2 and 3.x is included with the
+Ports of GCC are included with the
 @uref{http://www.cygwin.com/,,Cygwin environment}.
 
-Current (as of early 2001) snapshots of GCC will build under Cygwin
-without modification.
-
-GCC does not currently build with Microsoft's C++ compiler and there
-are no plans to make it do so.
+GCC will build under Cygwin without modification; it does not build
+with Microsoft's C++ compiler and there are no plans to make it do so.
 
 @html
 <hr />

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

* Re: GCC 3.3.6 has been released
  2005-06-26 13:42           ` Gerald Pfeifer
@ 2005-07-08 18:17             ` Gerald Pfeifer
  0 siblings, 0 replies; 10+ messages in thread
From: Gerald Pfeifer @ 2005-07-08 18:17 UTC (permalink / raw)
  To: Brian Dessent; +Cc: gcc, gcc-patches

On Sun, 26 Jun 2005, Gerald Pfeifer wrote:
>   2005-06-26  Gerald Pfeifer  <gerald@pfeifer.com>
> 
> 	* doc/install.texi (Specific): Do not specify the concrete
> 	versions of GCC provided by Cygwin.  Simplify the part on
> 	building on Cygwin.
> 
> Once GCC 4.0.1 has been released, I plan to also commit the patch there.

I did this now.

Gerald

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

end of thread, other threads:[~2005-07-08 18:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-26 17:55 GCC 3.3.6 has been released Gabriel Dos Reis
2005-05-28 11:43 ` R Hill
2005-05-28 13:48   ` Gerald Pfeifer
2005-05-29 10:23     ` R Hill
2005-05-29 10:54       ` Gabriel Dos Reis
2005-05-29 19:16         ` Brian Dessent
2005-06-26 13:42           ` Gerald Pfeifer
2005-07-08 18:17             ` Gerald Pfeifer
2005-05-29 20:09         ` Brian Dessent
2005-05-30 15:28           ` Gerald Pfeifer

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).