diff options
| author | manfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-05 01:33:41 +0000 |
|---|---|---|
| committer | manfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-05 01:33:41 +0000 |
| commit | 7d89eb2462e8ea3d9ab241d0233bf4a405dff959 (patch) | |
| tree | 8121f3fb34f09b9d095ef7dbd093d284e7a5ee73 | |
| parent | ee17e85fd2b1385c9887444a21e0d4fa37c7e284 (diff) | |
| download | ppe42-gcc-7d89eb2462e8ea3d9ab241d0233bf4a405dff959.tar.gz ppe42-gcc-7d89eb2462e8ea3d9ab241d0233bf4a405dff959.zip | |
egcs/MAINTAINERS:
* Update my email address.
gcc/testsuite/ChangeLog:
1999-07-05 Manfred Hollstein <mhollstein@cygnus.com>
* gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
1999-07-04 Zack Weinberg <zack@rabi.columbia.edu>
* gcc.dg/990703-1.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27943 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | MAINTAINERS | 2 | ||||
| -rw-r--r-- | gcc/testsuite/ChangeLog | 8 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.dg/990703-1.c | 2 |
3 files changed, 10 insertions, 2 deletions
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 <mhollstein@cygnus.com> + + * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly. + 1999-07-05 Alexandre Oliva <oliva@dcc.unicamp.br> * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts. +1999-07-04 Zack Weinberg <zack@rabi.columbia.edu> + + * gcc.dg/990703-1.c: New test. + 1999-06-29 Nick Clifton <nickc@cygnus.com> * 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; |

