diff options
author | obrien <obrien@FreeBSD.org> | 2002-02-03 15:15:30 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-02-03 15:15:30 +0800 |
commit | 9d6d6e922c693030224986914cdcc291bddef008 (patch) | |
tree | ff15933ec7fc56f40112294d299b3d2d1539f284 /lang/gcc-devel/files/patch-fc | |
parent | 9bfd28e77a5c76fd575e7269d5d8526464c4cdf7 (diff) | |
download | freebsd-ports-graphics-9d6d6e922c693030224986914cdcc291bddef008.tar.gz freebsd-ports-graphics-9d6d6e922c693030224986914cdcc291bddef008.tar.zst freebsd-ports-graphics-9d6d6e922c693030224986914cdcc291bddef008.zip |
Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot.
Diffstat (limited to 'lang/gcc-devel/files/patch-fc')
-rw-r--r-- | lang/gcc-devel/files/patch-fc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc-devel/files/patch-fc b/lang/gcc-devel/files/patch-fc index f783e5cae52..d03aaf30787 100644 --- a/lang/gcc-devel/files/patch-fc +++ b/lang/gcc-devel/files/patch-fc @@ -13,11 +13,11 @@ @@ -1064,6 +1067,8 @@ "Do the full regmove optimization pass"}, {"pack-struct", &flag_pack_struct, 1, - "Pack structure members together without holes" }, + N_("Pack structure members together without holes") }, + {"format-extensions", &flag_format_extensions, 1, -+ "-Wformat accepts certain FreeBSD system-dependent formats" }, ++ N_("-Wformat accepts certain FreeBSD system-dependent formats") }, {"stack-check", &flag_stack_check, 1, - "Insert stack checking code into the program" }, + N_("Insert stack checking code into the program") }, {"argument-alias", &flag_argument_noalias, 0, @@ -4484,6 +4489,19 @@ if (optimize_val != -1) |