[Lunar-commits] gcc: version bump to 4.2.3.
Florin Braescu
florin at lunar-linux.org
Sun Feb 3 07:36:43 CET 2008
commit b1d1663271530b920ab9438b4030fe9af1350483
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Feb 3 08:36:43 2008 +0200
gcc: version bump to 4.2.3.
Changes:
- GCC no longer accepts the -fshared-data option. This
option has had no effect in any GCC 4 release.
- New command-line options specify the possible
relationships among parameters and between parameters and
global data. For example, -fargument-noalias-anything
specifies that arguments do not alias any other storage.
- OpenMP is now supported for the C, C++ and Fortran
compilers.
- New command-line options -fstrict-overflow and -Wstrict-overflow
have been added.
- A new command-line option -Waddress has been added to warn about
suspicious uses of memory addresses.
- C++ visibility handling has been overhauled.
- Many other bugfixes and optimizations.
---
compilers/gcc/DETAILS | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/compilers/gcc/DETAILS b/compilers/gcc/DETAILS
index bc49e77..2caae82 100644
--- a/compilers/gcc/DETAILS
+++ b/compilers/gcc/DETAILS
@@ -1,15 +1,15 @@
MODULE=gcc
- VERSION=4.2.2
+ VERSION=4.2.3
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL[0]=$GNU_URL/gcc/$MODULE-$VERSION/
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/gcc/$MODULE-$VERSION/
SOURCE_URL[2]=http://www.online-mirror.org/gcc/$MODULE-$VERSION/
- SOURCE_VFY=sha1:dcf2139e0f318850d475a6af3dcd5f176f1acb0e
+ SOURCE_VFY=sha1:80b0df13fc9e311868022a3e86e673177397a917
WEB_SITE=http://gcc.gnu.org
ENTERED=20020628
- UPDATED=20071126
+ UPDATED=20080203
PSAFE=no
- SHORT="GNU compiler collection."
+ SHORT="GNU compiler collection"
cat << EOF
gcc - GNU Compiler Collection.
More information about the Lunar-commits
mailing list