errs12: +-ftrack-macro-expansion=0 -fno-diagnostics-show-caret
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 31 Jul 2013 15:27:08 +0000 (17:27 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 31 Jul 2013 15:27:08 +0000 (17:27 +0200)
bin/errs12

index 1f8ac85..a1ef035 100755 (executable)
@@ -120,10 +120,11 @@ rm -f errs1.ok
        test -z "$CC" && CC=gcc
        : >errs1.c
        # -Wp,-D_FORTIFY_SOURCE=2: /usr/include/features.h:329:3: error: #warning _FORTIFY_SOURCE requested but disabled [-Werror=cpp]
-       for flags in                                                                                                    \
-               "$debug -pipe -Wall -fexceptions -fstack-protector --param=ssp-buffer-size=4"   \
-               "$debug -pipe -Wall -fexceptions"                                               \
-               ""                                                                                                      \
+       for flags in                                                                                                                                    \
+               "$debug -pipe -Wall -fexceptions -fstack-protector --param=ssp-buffer-size=4 -ftrack-macro-expansion=0 -fno-diagnostics-show-caret"     \
+               "$debug -pipe -Wall -fexceptions -fstack-protector --param=ssp-buffer-size=4"                                                           \
+               "$debug -pipe -Wall -fexceptions"                                                                                                       \
+               ""                                                                                                                                      \
                ;do
                if [ -z "$flags" ];then
                        rm -f errs1.c