Fix my email address.

From-SVN: r138995
This commit is contained in:
Volker Reichelt 2008-08-12 06:57:53 +00:00 committed by Volker Reichelt
parent ad2dd72a0e
commit be349cac63
3 changed files with 5 additions and 5 deletions

View file

@ -26440,7 +26440,7 @@
* tree-ssa-coalesce.c (fail_abnormal_edge_coalesce): Remove
spurious whitespace from error message.
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.

View file

@ -5163,7 +5163,7 @@
* call.c (build_new_op): Call warn_logical_operator.
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.
@ -5177,7 +5177,7 @@
* decl.c (grokdeclarator): Disable warnings for anonymous
bitfields.
2007-03-05 Volker Reichelt <reichelt@netcologne.de>
2007-03-05 Volker Reichelt <v.reichelt@netcologne.de>
* typeck2.c (readonly_error): Always emit a hard error.
Remove last argument.

View file

@ -7537,7 +7537,7 @@
vectorizable.
2007-07-01 Uros Bizjak <ubizjak@gmail.com>
Volker Reichelt <reichelt@netcologne.de>
Volker Reichelt <v.reichelt@netcologne.de>
PR middle-end/32559
* gcc.dg/pr32559.c: New test.
@ -11152,7 +11152,7 @@
PR fortran/31011
* gfortran.dg/parameter_array_section_2.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.