head	1.2;
access;
symbols
	RELEASE_4_9_0:1.1
	old_gcc_33:1.1
	old_RELEASE_5_1_0:1.1
	old_RELEASE_4_8_0:1.1
	old_RELEASE_5_0_0:1.1
	old_gcc_32_20021007:1.1
	old_RELEASE_4_7_0:1.1
	old_old_RELEASE_4_6_1:1.1
	old_old_RELEASE_4_6_0:1.1
	old_old_RELEASE_5_0_DP1:1.1
	old_old_old_egcs_20020128:1.1
	old_old_old_RELEASE_4_5_0:1.1
	old_old_old_RELEASE_4_4_0:1.1
	old_old_old_egcs_20010430:1.1
	old_old_old_RELEASE_4_3_0:1.1
	old_old_old_egcs_20010205:1.1
	old_old_old_egcs_20001225:1.1
	old_old_old_egcs_20001218:1.1
	old_old_old_egcs_20001211:1.1
	old_old_old_egcs_20001120:1.1
	old_old_old_RELEASE_4_2_0:1.1
	old_old_old_egcs_20001002:1.1
	old_old_old_RELEASE_4_1_1:1.1
	old_old_old_egcs_20000828:1.1
	old_old_old_egcs_20000717:1.1
	old_old_old_egcs_20000501:1.1
	old_old_old_RELEASE_4_1_0:1.1
	old_old_old_RELEASE_3_5_0:1.1
	old_old_old_egcs_20000313:1.1
	old_old_old_RELEASE_4_0_0:1.1
	old_old_old_egcs_20000306:1.1
	old_old_old_egcs_20000221:1.1
	old_old_old_egcs_20000207:1.1
	old_old_old_RELEASE_3_4_0:1.1
	old_old_old_egcs_991102:1.1
	old_old_old_egcs_991110:1.1
	old_old_old_egcs_991025:1.1
	old_old_old_egcs_990920:1.1
	old_old_old_RELEASE_3_3_0:1.1
	old_old_old_egcs_990629:1.1
	old_old_old_egcs_990718:1.1
	old_old_old_egcs_990712:1.1
	old_old_old_egcs_990616:1.1
	old_old_old_egcs_990623:1.1
	old_old_old_egcs_990524:1.1
	old_old_old_RELEASE_3_2_0:1.1
	old_old_old_egcs_990418:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.11.14.22.01.13;	author gerald;	state dead;
branches;
next	1.1;

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


desc
@@


1.2
log
@Update from repo-copy of lang/gcc33 to the 2003-11-12 snapshot of GCC 3.4.

There is no bounds-checking patch for GCC 3.4 yet, extended printf format
checking for FreeBSD has not been ported yet, and the port is BROKEN due
to weird libjava build failures which occur if and only if building from
within the FreeBSD ports system.
@
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.1
log
@I give you the latest and greatest of the EGCS snapshot series.
This is their bleeding edge offering.  This will enable us to better track
the direction EGCS is going for future upgrades of /usr/contrib/egcs/.

Above ver 1.1.2, this offering gives you many C++ fixes/enhancements, *and*
a native Java compiler.
@
text
@@

