7b3702e2dd
Successfully tested both the gcc4 compiler on x86_64 with a simple program (fbdebug) and the gcc4-armhf cross-compiler to build a very old u-boot port for Galaxy Nexus (a MR will follow soon) which failed to boot with either newer version (6 and 8). [skip ci]: already went through
24 lines
738 B
Diff
24 lines
738 B
Diff
Enable -Wtrampolines by default.
|
|
|
|
--- a/gcc/common.opt
|
|
+++ b/gcc/common.opt
|
|
@@ -640,7 +640,7 @@ Common Var(warn_system_headers) Warning
|
|
Do not suppress warnings from system headers
|
|
|
|
Wtrampolines
|
|
-Common Var(warn_trampolines) Warning
|
|
+Common Var(warn_trampolines) Init(1) Warning
|
|
Warn whenever a trampoline is generated
|
|
|
|
Wtype-limits
|
|
--- a/gcc/doc/invoke.texi
|
|
+++ b/gcc/doc/invoke.texi
|
|
@@ -4007,6 +4007,8 @@ headers---for that, @option{-Wunknown-pragmas} must also be used.
|
|
for most targets, it is made up of code and thus requires the stack
|
|
to be made executable in order for the program to work properly.
|
|
|
|
+ This warning is enabled by default in Gentoo.
|
|
+
|
|
@item -Wfloat-equal
|
|
@opindex Wfloat-equal
|
|
@opindex Wno-float-equal
|