This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/81368] GCC reports bad option if -fdata-sections/-ffunction-sections is specified through #pragma or function attribute
- From: "sebastian.schrader at ossmail dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 09 Jul 2017 22:06:52 +0000
- Subject: [Bug middle-end/81368] GCC reports bad option if -fdata-sections/-ffunction-sections is specified through #pragma or function attribute
- Auto-submitted: auto-generated
- References: <bug-81368-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81368
--- Comment #3 from sebastian.schrader at ossmail dot de ---
I see. Is it just a limitation of the current implementation of
-fdata-sections/-ffunction-sections in GCC that it can't be unset or is it
generally impossible?