diff options
author | Steven Bosscher <stevenb@suse.de> | 2005-10-24 21:27:03 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2005-10-24 21:27:03 +0000 |
commit | c4289f246b594ed2591f963481a060c22394593d (patch) | |
tree | 5f5f9bc50944f4dbefc0ec1d2b388d170a6bedff | |
parent | cf113d6700d6f2ae61fb3f6fa47ef58a202fb7b3 (diff) | |
download | gcc-c4289f246b594ed2591f963481a060c22394593d.zip gcc-c4289f246b594ed2591f963481a060c22394593d.tar.gz gcc-c4289f246b594ed2591f963481a060c22394593d.tar.bz2 |
contrib.texi: Add the names of the LLNL folks who donated Cray pointer support for gfortran.
* contrib.texi: Add the names of the LLNL folks who donated
Cray pointer support for gfortran.
From-SVN: r105867
-rw-r--r-- | gcc/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/doc/contrib.texi | 4 |
2 files changed, 10 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b22e317..2248289 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,11 @@ 2005-10-24 Steven Bosscher <stevenb@suse.de> - PR tree-optimization/24255 + * contrib.texi: Add the names of the LLNL folks who donated + Cray pointer support for gfortran. + +2005-10-24 Steven Bosscher <stevenb@suse.de> + + PR tree-optimization/24225 * profile.c (branch_prob): Look from end to start through a basic block when looking for a locus. diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index d902629f..6898ceb 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -469,6 +469,10 @@ Charles LaBrec contributed the support for the Integrated Solutions 68020 system. @item +Asher Langton and Mike Kumbera for contributing Cray pointer support +to gfortran, and for other gfortran improvements. + +@item Jeff Law for his direction via the steering committee, coordinating the entire egcs project and GCC 2.95, rolling out snapshots and releases, handling merges from GCC2, reviewing tons of patches that might have |