From 48fa42c8e78eff9094098251b07b434893a67959 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Fri, 14 Nov 2003 22:01:13 +0000 Subject: 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. --- lang/gcc-ooo/files/patch-fc | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 lang/gcc-ooo/files/patch-fc (limited to 'lang/gcc-ooo/files/patch-fc') diff --git a/lang/gcc-ooo/files/patch-fc b/lang/gcc-ooo/files/patch-fc deleted file mode 100644 index 628048a209e7..000000000000 --- a/lang/gcc-ooo/files/patch-fc +++ /dev/null @@ -1,21 +0,0 @@ ---- gcc/toplev.c.orig Tue Jun 6 13:11:39 2000 -+++ gcc/toplev.c Mon Jun 26 20:19:31 2000 -@@ -787,6 +787,9 @@ - /* Tag all structures with __attribute__(packed) */ - int flag_pack_struct = 0; - -+/* Nonzero means that -Wformat accepts certain system-dependent formats. */ -+int flag_format_extensions = 0; -+ - /* Emit code to check for stack overflow; also may cause large objects - to be allocated dynamically. */ - int flag_stack_check; -@@ -1064,6 +1067,8 @@ - "Do the full regmove optimization pass"}, - {"pack-struct", &flag_pack_struct, 1, - N_("Pack structure members together without holes") }, -+ {"format-extensions", &flag_format_extensions, 1, -+ N_("-Wformat accepts certain FreeBSD system-dependent formats") }, - {"stack-check", &flag_stack_check, 1, - N_("Insert stack checking code into the program") }, - {"argument-alias", &flag_argument_noalias, 0, -- cgit v1.2.3