diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-06-15 19:42:26 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-06-15 19:42:26 +0300 |
commit | a74bf6d2b35b2ef3254ba8330eac10d70d5d096f (patch) | |
tree | 3e7f271d69b8843feef5bb69158f4666866ce369 /sys-devel/gcc/files/gcc-4.8.4-no_instrument_function.patch | |
parent | 75bbf3d6547e6e13e452c06e6a4f07367add5ba1 (diff) |
[gcc] adding gentoo gcc.
Diffstat (limited to 'sys-devel/gcc/files/gcc-4.8.4-no_instrument_function.patch')
-rw-r--r-- | sys-devel/gcc/files/gcc-4.8.4-no_instrument_function.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-devel/gcc/files/gcc-4.8.4-no_instrument_function.patch b/sys-devel/gcc/files/gcc-4.8.4-no_instrument_function.patch deleted file mode 100644 index c363b961..00000000 --- a/sys-devel/gcc/files/gcc-4.8.4-no_instrument_function.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- trunk/gcc/c-family/c-common.c 2014/01/02 22:23:26 206289 -+++ trunk/gcc/c-family/c-common.c 2014/01/15 19:37:35 206643 -@@ -7985,12 +7985,6 @@ - "%qE attribute applies only to functions", name); - *no_add_attrs = true; - } -- else if (DECL_INITIAL (decl)) -- { -- error_at (DECL_SOURCE_LOCATION (decl), -- "can%'t set %qE attribute after definition", name); -- *no_add_attrs = true; -- } - else - DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (decl) = 1; - |