head	1.3;
access;
symbols
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	pgcc_2_95_1:1.2;
locks; strict;
comment	@# @;


1.3
date	2002.06.08.17.28.14;	author obrien;	state dead;
branches;
next	1.2;

1.2
date	99.09.08.10.41.56;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	99.05.24.17.13.04;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.3
log
@This was still at the GCC 2.95.2 level.  GCC 3.1 has really subsumed
the optimization work the PGCC group did based on the closed development
GCC versions.
@
text
@--- gcc/toplev.c.orig	Mon Mar 22 15:23:26 1999
+++ gcc/toplev.c	Tue Mar 30 13:13:44 1999
@@@@ -754,6 +754,9 @@@@
 
 int flag_no_ident = 0;
 
+/* Nonzero means that -Wformat accepts certain system-dependent formats.  */
+int flag_format_extensions = 0;
+
 /* Table of supported debugging formats.  */
 static struct
 {
@@@@ -954,6 +957,8 @@@@
    "Generate code to check every memory access" },
   {"prefix-function-name", &flag_prefix_function_name, 1,
    "Add a prefix to all function names" },
+  {"format-extensions", &flag_format_extensions, 1,
+   "-Wformat accepts certain FreeBSD system-dependent formats" },
   {"dump-unnumbered", &flag_dump_unnumbered, 1,
    "Suppress output of instruction numbers and line number notes in debugging dumps"},
   {"instrument-functions", &flag_instrument_function_entry_exit, 1,
@


1.2
log
@Upgrade to version 2.95.1.
@
text
@@


1.1
log
@Upgrade to version 1.1.3, and sync with changes to the egcs port.
@
text
@d1 3
a3 3
--- gcc/toplev.c.orig	Wed May 12 17:57:09 1999
+++ gcc/toplev.c	Wed May 12 17:58:25 1999
@@@@ -764,6 +764,10 @@@@
d5 1
a5 1
 extern int flag_dump_unnumbered;
a7 1
+
a9 1
 
d12 2
a13 1
@@@@ -951,6 +955,8 @@@@
d19 3
a21 3
   {"dump-unnumbered", &flag_dump_unnumbered, 1},
   /* intel1 */
   {"compare-elim", &flag_compare_elim, 1},
@

