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.03;	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/flags.h.orig	Sun Jan 31 09:46:18 1999
+++ gcc/flags.h	Tue Mar 30 13:17:11 1999
@@@@ -137,6 +137,10 @@@@
 
 extern int warn_aggregate_return;
 
+/* Nonzero means that -Wformat accepts certain non-ANSI formats.  */
+
+extern int flag_format_extensions;
+
 /* Nonzero if generating code to do profiling.  */
 
 extern int profile_flag;
@


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/flags.h.orig	Sat Feb 27 10:33:03 1999
+++ gcc/flags.h	Tue Mar 30 03:36:49 1999
@@@@ -449,6 +449,9 @@@@
d5 3
a7 2
 /* Do the full regmove optimization pass.  */
 extern int flag_regmove;
a8 1
+/* Nonzero means that -Wformat accepts certain non-ANSI formats.  */
d10 2
a11 2
 
 /* Other basic status info about current function.  */
d13 1
@

