This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[committed] Fix gcc.dg/20060801-1.c
- From: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>
- To: gcc-patches at gcc dot gnu dot org
- Date: Thu, 3 Aug 2006 12:45:40 -0400 (EDT)
- Subject: [committed] Fix gcc.dg/20060801-1.c
Installed as obvious. Tested on hppa-unknown-linux-gnu.
Dave
--
J. David Anglin dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6602)
2006-08-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* gcc.dg/20060801-1.c: Add missing '}'.
Index: gcc.dg/20060801-1.c
===================================================================
--- gcc.dg/20060801-1.c (revision 115902)
+++ gcc.dg/20060801-1.c (working copy)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target { lp64 } } */
+/* { dg-do compile { target { lp64 } } } */
/* { dg-options "-fPIC" } */
char *ptr = 0;
char array[100];