[Bug ipa/102361] Errors compiling Linux kernel 5.14.4 with CONFIG_FORTIFY=y

2021-09-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102361

Andrew Pinski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #12 from Andrew Pinski  ---
Actually this is an exact dup of bug 101941.

*** This bug has been marked as a duplicate of bug 101941 ***

[Bug ipa/102361] Errors compiling Linux kernel 5.14.4 with CONFIG_FORTIFY=y

2021-09-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102361

Andrew Pinski  changed:

   What|Removed |Added

 Depends on||94818, 101941
 Blocks|94818   |

--- Comment #11 from Andrew Pinski  ---
(In reply to Andrew Pinski from comment #9)
> I Knew I had saw this before.

Yes I did, PR 101941.


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94818
[Bug 94818] GCC emits dead bodies of functions whose all calls have been
eliminated by optimisations
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101941
[Bug 101941] [12 Regression] Linux kernel build failure due to retaining
fnsplit fragment with __attribute__((__error__))

[Bug ipa/102361] Errors compiling Linux kernel 5.14.4 with CONFIG_FORTIFY=y

2021-09-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102361

Andrew Pinski  changed:

   What|Removed |Added

 Blocks||94818

--- Comment #10 from Andrew Pinski  ---
Similar to PR 94818 and 92497.


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94818
[Bug 94818] GCC emits dead bodies of functions whose all calls have been
eliminated by optimisations