Thread: gcc 3.1

  1. #1
    In The Light
    Join Date
    Oct 2001
    Posts
    598

    gcc 3.1

    howdy,
    i got an Email today sying that gcc 3.1 has been released.....
    GCC 3.1 is now available.

    In this release, we focused more on quality than new features; many
    bugs were fixed. We worked very hard to fix bugs that were introduced
    in GCC 3.0, but that were not present in previous releases of the
    compiler. We also worked hard to eliminate new bugs.

    We have continued to improve the standards conformance in the C, C++
    and Java compilers, added support for profile-directed optimizations,
    improved support for many chips used in embedded systems, added an
    Ada compiler, and added support for the x86-64 architecture.

    For a list of many -- but by no means all -- of the changes available
    in this release, see:

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

    I would like to thank HP for sponsoring my work as Release Manager;
    that support has made it possible for me to organize this release,
    and will continue to support my work as RM for some time to come.

    Many people worked very hard on this release. The following list
    is woefully incomplete, but does recognize some of the people I
    most appreciated while preparing this release:

    Neil Booth:
    Cleanups that will reduce the chance of future bugs.

    Robert Dewar (and ACT):
    The Ada front end.

    Richard Henderson:
    Many, many bug fixes and code reviews

    Jakub Jelinek:
    Many bug fixes.

    Geoff Keating:
    Automated regression-testing.

    David Miller:
    SPARC and Solaris bug fixes.

    Gerald Pfeifer:
    Website and documentation maintenance.

    The release is available from the FTP servers listed in:

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

    The release can be found in the file:

    gcc/gcc-3.1/gcc-3.1.tar.gz

    See:

    http://gcc.gnu.org/install/download.html

    for more information about how to obtain and install GCC.

    Enjoy!

    --
    Mark Mitchell [email protected]
    CodeSourcery, LLC http://www.codesourcery.com
    anyone tryed it yet???
    i'm using 2.96 and i am a little afraid to update until i hear about stability and such.

    M.R.
    I don't like you very much. Please post a lot less.
    Cheez
    *and then*
    No, I know you were joking. My point still stands.

  2. #2
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    Haven't tried that one yet. I'm currently working with 3.03, which is quite stable.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Gcc can't find obvious copy constructor
    By SevenThunders in forum C++ Programming
    Replies: 13
    Last Post: 03-19-2009, 02:41 PM
  2. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  3. Replies: 4
    Last Post: 09-02-2007, 08:47 PM
  4. Compiles on gcc 3.3 but not on gcc 4.0.3
    By cunnus88 in forum C++ Programming
    Replies: 5
    Last Post: 03-29-2007, 12:24 PM
  5. gcc
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 21
    Last Post: 10-22-2003, 03:46 PM