diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2013-03-08 06:55:50 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2013-03-08 06:55:50 +0000 |
commit | f8decacc83bf610a1aa9417c15feb7e9ce93157b (patch) | |
tree | adebee42950c61c1668844be02f666f688d80961 /debian/patches/gcc-default-fortify-source.diff | |
parent | bf2849540749896460b08cebcdce7e706de7a04c (diff) | |
download | gcc-48-f8decacc83bf610a1aa9417c15feb7e9ce93157b.tar.gz |
gcc-4.8 (4.8-20130308-1) experimental; urgency=low
* GCC snapshot 20130308, taken from the trunk.
-- Matthias Klose <doko@debian.org> Fri, 08 Mar 2013 12:08:12 +0800
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.8@6640 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/patches/gcc-default-fortify-source.diff')
-rw-r--r-- | debian/patches/gcc-default-fortify-source.diff | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/gcc-default-fortify-source.diff b/debian/patches/gcc-default-fortify-source.diff index 1628a49..1d6437a 100644 --- a/debian/patches/gcc-default-fortify-source.diff +++ b/debian/patches/gcc-default-fortify-source.diff @@ -10,7 +10,7 @@ Index: b/src/gcc/doc/invoke.texi =================================================================== --- a/src/gcc/doc/invoke.texi +++ b/src/gcc/doc/invoke.texi -@@ -6543,6 +6543,12 @@ +@@ -6561,6 +6561,12 @@ Please note the warning under @option{-fgcse} about invoking @option{-O2} on programs that use computed gotos. @@ -27,7 +27,7 @@ Index: b/src/gcc/c-family/c-cppbuiltin.c =================================================================== --- a/src/gcc/c-family/c-cppbuiltin.c +++ b/src/gcc/c-family/c-cppbuiltin.c -@@ -854,6 +854,10 @@ +@@ -853,6 +853,10 @@ builtin_define_with_value ("__REGISTER_PREFIX__", REGISTER_PREFIX, 0); builtin_define_with_value ("__USER_LABEL_PREFIX__", user_label_prefix, 0); |