diff --git a/MAINTAINERS b/MAINTAINERS index 0cf4e07932b..8d16a174c70 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -83,7 +83,7 @@ Dave Love d.love@dl.ac.uk Mark Mitchell mark@codesourcery.com Kaveh Ghazi ghazi@caip.rutgers.edu Andreas Schwab schwab@issan.informatik.uni-dortmund.de -Manfred Hollstein manfred.h@gmx.net +Manfred Hollstein mhollstein@cygnus.com *Paul Eggert eggert@twinsun.com Klaus Kaempf kkaempf@progis.de Marc Lehmann pcg@goof.com diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index abdd3bc40ad..aa544ee623c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,7 +1,15 @@ +1999-07-05 Manfred Hollstein + + * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly. + 1999-07-05 Alexandre Oliva * g++.old-deja/g++.other/null1.C: Define l for 64bit hosts. +1999-07-04 Zack Weinberg + + * gcc.dg/990703-1.c: New test. + 1999-06-29 Nick Clifton * lib/file-format.exp: New file: Move definition of proc diff --git a/gcc/testsuite/gcc.dg/990703-1.c b/gcc/testsuite/gcc.dg/990703-1.c index b953a5b6fd8..88dc9e62501 100644 --- a/gcc/testsuite/gcc.dg/990703-1.c +++ b/gcc/testsuite/gcc.dg/990703-1.c @@ -15,7 +15,7 @@ int main(void) { char *x = SP1(0,MZ); - char *y = "0-0" /* should be the expansion of SP1(0,MZ) */ + char *y = "0-0"; /* should be the expansion of SP1(0,MZ) */ if(strcmp(x, y)) return 1;