Commit 278bba8b by Andreas Jaeger Committed by Andreas Jaeger

* gcc.dg/20020312-2.c: Adjust for x86-64.

From-SVN: r56993
parent 57c4e0cd
2002-09-10 Andreas Jaeger <aj@suse.de>
* gcc.dg/20020312-2.c: Adjust for x86-64.
2002-09-08 Toon Moene <toon@moene.indiv.nluug.nl> 2002-09-08 Toon Moene <toon@moene.indiv.nluug.nl>
* g77.dg/7388.f: New test case for PR 7388. * g77.dg/7388.f: New test case for PR 7388.
...@@ -94,7 +98,7 @@ Tue Aug 27 22:23:22 2002 Nicola Pero <n.pero@mi.flashnet.it> ...@@ -94,7 +98,7 @@ Tue Aug 27 22:23:22 2002 Nicola Pero <n.pero@mi.flashnet.it>
* g++.dg/ext/lvaddr.C: New test. * g++.dg/ext/lvaddr.C: New test.
* g++.dg/ext/lvcast.C: New test. * g++.dg/ext/lvcast.C: New test.
2002-08-22 Mark Mitchell <mark@codesourcery.com> 2002-08-22 Mark Mitchell <mark@codesourcery.com>
* testsuite/g++.dg/inherit/cond1.C: New test. * testsuite/g++.dg/inherit/cond1.C: New test.
...@@ -109,7 +113,7 @@ Tue Aug 27 22:23:22 2002 Nicola Pero <n.pero@mi.flashnet.it> ...@@ -109,7 +113,7 @@ Tue Aug 27 22:23:22 2002 Nicola Pero <n.pero@mi.flashnet.it>
2002-08-20 Devang Patel <dpatel@apple.com> 2002-08-20 Devang Patel <dpatel@apple.com>
* objc.dg/proto-hier-2.m: New test. * objc.dg/proto-hier-2.m: New test.
2002-08-19 Ziemowit Laski <zlaski@apple.com> 2002-08-19 Ziemowit Laski <zlaski@apple.com>
* objc.dg/bitfield-1.m: New test. * objc.dg/bitfield-1.m: New test.
...@@ -160,7 +164,7 @@ Tue Aug 27 22:23:22 2002 Nicola Pero <n.pero@mi.flashnet.it> ...@@ -160,7 +164,7 @@ Tue Aug 27 22:23:22 2002 Nicola Pero <n.pero@mi.flashnet.it>
2002-08-08 Devang Patel <dpatel@apple.com> 2002-08-08 Devang Patel <dpatel@apple.com>
* objc.dg/selector-1.m : New test * objc.dg/selector-1.m : New test
2002-08-08 Nathan Sidwell <nathan@codesourcery.com> 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
* g++.dg/abi/bitfield4.C: New test. * g++.dg/abi/bitfield4.C: New test.
...@@ -174,7 +178,7 @@ Tue Aug 27 22:23:22 2002 Nicola Pero <n.pero@mi.flashnet.it> ...@@ -174,7 +178,7 @@ Tue Aug 27 22:23:22 2002 Nicola Pero <n.pero@mi.flashnet.it>
* g++.dg/abi/offsetof.C: Tweak error messages. * g++.dg/abi/offsetof.C: Tweak error messages.
* g++.old-deja/g++.mike/p10769a.C: Likewise. * g++.old-deja/g++.mike/p10769a.C: Likewise.
2002-08-08 Jakub Jelinek <jakub@redhat.com> 2002-08-08 Jakub Jelinek <jakub@redhat.com>
* gcc.dg/bitfld-3.c: New test. * gcc.dg/bitfld-3.c: New test.
...@@ -248,7 +252,7 @@ Tue Aug 27 22:23:22 2002 Nicola Pero <n.pero@mi.flashnet.it> ...@@ -248,7 +252,7 @@ Tue Aug 27 22:23:22 2002 Nicola Pero <n.pero@mi.flashnet.it>
* g++.dg/lookup/disamb1.C: Fix typo in comment. * g++.dg/lookup/disamb1.C: Fix typo in comment.
* g++.dg/other/error1.C: Change expected error message. * g++.dg/other/error1.C: Change expected error message.
* g++.dg/template/conv4.C: Likewise. * g++.dg/template/conv4.C: Likewise.
2002-07-26 Neil Booth <neil@daikokuya.cop.uk> 2002-07-26 Neil Booth <neil@daikokuya.cop.uk>
* gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
...@@ -274,7 +278,7 @@ Tue Aug 27 22:23:22 2002 Nicola Pero <n.pero@mi.flashnet.it> ...@@ -274,7 +278,7 @@ Tue Aug 27 22:23:22 2002 Nicola Pero <n.pero@mi.flashnet.it>
2002-07-24 Richard Henderson <rth@redhat.com> 2002-07-24 Richard Henderson <rth@redhat.com>
* gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap. * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
2002-07-24 Gabriel Dos Reis <gdr@nerim.net> 2002-07-24 Gabriel Dos Reis <gdr@nerim.net>
* g++.dg/ext/alignof1.C (main): Return 0 for success. * g++.dg/ext/alignof1.C (main): Return 0 for success.
......
...@@ -96,6 +96,8 @@ ...@@ -96,6 +96,8 @@
/* No pic register. */ /* No pic register. */
#elif defined(__sh__) #elif defined(__sh__)
# define PIC_REG "r12" # define PIC_REG "r12"
#elif defined(__x86_64__)
/* No pic register. */
#else #else
# error "Modify the test for your target." # error "Modify the test for your target."
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment