]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix my email address.
authorVolker Reichelt <reichelt@gcc.gnu.org>
Tue, 12 Aug 2008 07:08:55 +0000 (07:08 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Tue, 12 Aug 2008 07:08:55 +0000 (07:08 +0000)
From-SVN: r138997

gcc/ChangeLog
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index b78472ea0ec75660390bb58d343df8b5a19a4e2d..54346a319302febc2401620df972fd0a4665b83c 100644 (file)
        * config/rs6000/rs6000.c (rs6000_function_value): Look at bit size
        instead of precision.
 
-2007-03-08  Volker Reichelt  <reichelt@netcologne.de>
+2007-03-08  Volker Reichelt  <v.reichelt@netcologne.de>
 
        PR c++/30852
        * c-common.c (fold_offsetof_1): Handle COMPOUND_EXPR.
index ca5f4f8948f7574bee6b773865419d0c9ef70d32..952fdc5f861d7d1b820e3ee519e856759de0a057 100644 (file)
@@ -82,7 +82,7 @@
        PR c++/33959
        * pt.c (tsubst_aggr_type): Make sure our context is complete.
 
-2008-01-02  Volker Reichelt  <reichelt@netcologne.de>
+2008-01-02  Volker Reichelt  <v.reichelt@netcologne.de>
 
        Backport:
        2007-10-31  Paolo Carlini  <pcarlini@suse.de>
        PR C++/30168
        * optimize.c (update_cloned_parm): Copy DECL_COMPLEX_GIMPLE_REG_P also.
 
-2007-03-08  Volker Reichelt  <reichelt@netcologne.de>
+2007-03-08  Volker Reichelt  <v.reichelt@netcologne.de>
 
        PR c++/30852
        * semantics.c (finish_offsetof): Handle COMPOUND_EXPR.
index 4491ffee3513e82586bba7c351a8b6a8fcfe2a61..9e112d784b3e5a6afe4df331371a5223b37a1ee2 100644 (file)
        PR testsuite/30459
        g++.dg/eh/ia64-2.C: Require weak support.
 
-2008-01-02  Volker Reichelt  <reichelt@netcologne.de>
+2008-01-02  Volker Reichelt  <v.reichelt@netcologne.de>
 
        Backport:
        2007-10-31  Paolo Carlini  <pcarlini@suse.de>
        PR libfortran/31001
        * gfortran.dg/zero_sized_3.f90: New test.
 
-2007-03-08  Volker Reichelt  <reichelt@netcologne.de>
+2007-03-08  Volker Reichelt  <v.reichelt@netcologne.de>
 
        PR c++/30852
        * g++.dg/ext/offsetof1.C: Add cases with volatile.