From adb3ff3258884fec6d3718792d960bf63e5624f9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 26 Jun 2021 20:29:26 +0200 Subject: Add gcc-{,less-}extreme{,-not-pedantic} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- gcc/gcc-extreme | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 gcc/gcc-extreme (limited to 'gcc/gcc-extreme') diff --git a/gcc/gcc-extreme b/gcc/gcc-extreme new file mode 100755 index 0000000..880f10b --- /dev/null +++ b/gcc/gcc-extreme @@ -0,0 +1,28 @@ +#!/bin/sh +exec gcc \ + -fdiagnostics-color=auto \ + \ + -pedantic -Wall -Wextra -Wdouble-promotion -Wformat=2 -Winit-self -Wmissing-include-dirs -Wtrampolines \ + -Wfloat-equal -Wshadow -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs \ + -Winline -Wno-variadic-macros -Wduplicated-cond -Wexpansion-to-defined -Wmissing-field-initializers \ + -Wdangling-else -Wswitch-bool -Wswitch-enum -Wswitch-unreachable -Wmissing-declarations -Wpointer-arith \ + -Wpointer-compare -Wunused -Wunused-local-typedefs -Wunused-macros -Walloc-zero -Wsizeof-array-argument \ + -Woverlength-strings -Winvalid-memory-model -Wunused-but-set-variable -Wcoverage-mismatch \ + -Woverride-init-side-effects -Wshift-count-negative -Wshift-count-overflow -Wodr -Whsa -Wnull-dereference \ + -Wdate-time -Winvalid-pch -Wignored-attributes -Wincompatible-pointer-types -Wjump-misses-init \ + -Wformat-security -Wformat-signedness -Wformat-nonliteral -Wformat-y2k -Wframe-address -Wfloat-equal \ + -Wdisabled-optimization -Wstringop-overflow=4 -Wformat-overflow=2 -Wformat-truncation=2 -Wshift-overflow=2 \ + -Wstrict-aliasing=3 -Warray-bounds=2 -Wshadow=global \ + \ + -Wsync-nand -Wunsafe-loop-optimizations -Wcast-align -Wstrict-overflow -Wdeclaration-after-statement \ + -Wundef -Wbad-function-cast -Wcast-qual -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes \ + -Wold-style-definition -Wpacked -Wvector-operation-performance -Wunsuffixed-float-constants \ + -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wsuggest-attribute=format \ + -Wnormalized=nfkc -Wconversion \ + \ + -fstrict-aliasing -fstrict-overflow -fipa-pure-const -ftree-vrp -fstack-usage -funsafe-loop-optimizations \ + \ + "$@" + +# C++: -Weffc++ -Wc++11-compat -Wzero-as-null-pointer-constant -Wuseless-cast +# Ignored: -Wswitch-default -Wc++-compat -Wpadded -Wtraditional -Wtraditional-conversion -Walloca -- cgit v1.2.3-70-g09d2