This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/13385] New: fix typo in match.c
- From: "gcc-bugzilla at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Dec 2003 21:08:37 -0000
- Subject: [Bug fortran/13385] New: fix typo in match.c
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The word is "deprecated" not "depreciated".
Environment:
System: FreeBSD troutmask.apl.washington.edu 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Wed Dec 10 12:36:08 PST 2003 kargl@troutmask.apl.washington.edu:/usr/obj/usr/src/sys/TROUTMASK i386
host: i386-unknown-freebsd5.2
build: i386-unknown-freebsd5.2
target: i386-unknown-freebsd5.2
configured with: ../gcc/configure --enable-languages=c,f95 --prefix=/home/sgk --with-gmp=/usr/local --disable-libmudflap
How-To-Repeat:
See below
------- Additional Comments From kargl at troutmask dot apl dot washington dot edu 2003-12-11 21:08 -------
Fix:
Index: match.c
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/fortran/Attic/match.c,v
retrieving revision 1.1.2.3
diff -u -u -r1.1.2.3 match.c
--- match.c 2 Nov 2003 00:51:02 -0000 1.1.2.3
+++ match.c 28 Nov 2003 19:25:03 -0000
@@ -1432,7 +1432,7 @@
return MATCH_ERROR;
}
else
- gfc_warning ("Use of the PAUSE statement at %C is depreciated");
+ gfc_warning ("Use of the PAUSE statement at %C is deprecated");
}
return m;
}
--
Summary: fix typo in match.c
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: kargl at troutmask dot apl dot washington dot edu
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i386-unknown-freebsd5.2
GCC host triplet: i386-unknown-freebsd5.2
GCC target triplet: i386-unknown-freebsd5.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13385