This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/88088] -Wtrampolines should be enabled by -Wall (or -Wextra)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88088

--- Comment #14 from Segher Boessenkool <segher at gcc dot gnu.org> ---
It is *not* a security issue for many environments, and the warning warns
whenever you use a useful feature.

It is very hard to avoid the warning if you use this feature (you need to
stop using the feature altogether!), which would disqualify it for -Wall
immediately, except you may say "but the security impact is so important".
Since the security impact is zero for many environments, that is not a good
argument.

-Wtrampolines as it currently is does not belong in -Wall.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]