gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GnuCOBOL-users] [GnuCOBOL-Dev] COB_CFLAGS default


From: Simon Sobisch
Subject: Re: [GnuCOBOL-users] [GnuCOBOL-Dev] COB_CFLAGS default
Date: Fri, 12 Apr 2019 05:46:17 +0200
User-agent: K-9 Mail for Android

And I guess it is still in cobc --info, isn't it?

Am 12. April 2019 00:13:43 MESZ schrieb "James K. Lowden" <address@hidden>:
On Thu, 11 Apr 2019 19:27:52 +0200
Simon Sobisch <address@hidden> wrote:

Actually I'm normally hacking defaults.h after its generation to
remove anything I feel is unneeded, then run make checkall and if
everything pass am confident enough that I did not mis-hack the
defaults (or go back adding in what is necessary and do it again)...

Hmm. I changed my "gen" script to remove strict-alasing (option and
warning, both) from COB_FLAGS in defaults.h before building the
compiler. It still fails, and it's still using those options.

COBC is
'/home/jklowden/projects/3rd/cobol/branches/pangaea/build.db/cobc/cobc'
+ _return_path ../../extras/CBL_OC_DUMP.cob
+ echo ../../extras/CBL_OC_DUMP.cob
+ /home/jklowden/projects/3rd/cobol/branches/pangaea/build.db/cobc/cobc
-v -m -Wall -O2 -o CBL_OC_DUMP.so ../../extras/CBL_OC_DUMP.cob loading
standard configuration file 'default.conf' command
line: /home/jklowden/projects/3rd/cobol/branches/pangaea/build.db/cobc/.libs/lt-cobc
-v -m -Wall -O2 -o CBL_OC_DUMP.so ../../extras/CBL_OC_DUMP.cob
preprocessing: ../../extras/CBL_OC_DUMP.cob -> /tmp/cob21006_0.cob
return status: 0 parsing: /tmp/cob21006_0.cob
(../../extras/CBL_OC_DUMP.cob) return status: 0
translating: /tmp/cob21006_0.cob -> /tmp/cob21006_0.c
(../../extras/CBL_OC_DUMP.cob)

executing: gcc
-I/home/jklowden/projects/3rd/cobol/branches/pangaea/build.db/..
-I/home/jklowden/projects/3rd/cobol/branches/pangaea/build.db/../libcob
-I/home/jklowden/pangaea/db/include -Wno-unused
-fsigned-char -I/usr/local/include/libxml2 -I/usr/local/include
-fstrict-aliasing --std=c11 -Wswitch -Werror -Wall
-Wpointer-arith -Wstrict-aliasing -Wno-unused-function
-Wno-unused-value -Wno-missing-braces -Wno-parentheses
-Wno-unused-result -Wno-format-security -pipe -O2
-shared -fPIC -DPIC -Wl,--export-dynamic -o "CBL_OC_DUMP.so"
"/tmp/cob21006_0.c"
-L/home/jklowden/projects/3rd/cobol/branches/pangaea/build.db/libcob/.libs
-L/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib
-L/home/jklowden/projects/3rd/cobol/branches/pangaea/build.db/libcob/.libs
-lcob -lm -L/usr/local/lib -lxml2 -lgmp -lncurses
-ldb-5.3 -ldl

/tmp/cob21006_0.c: In function 'CBL_OC_DUMP_':
/tmp/cob21006_0.c:251:5: error: dereferencing type-punned pointer will
break strict-aliasing rules [-Werror=strict-aliasing]

if (((int)cob_cmp_llint (&f_46, (*(unsigned int *)(b_11))) < 0))
^
The option appears only in COB_BUILD_CFLAGS:

$ grep aliasing build.db/defaults.h
#define COB_BLD_CFLAGS "-g -O0 -fstrict-aliasing --std=c11 -Wswitch
-Werror -Wall -Wpointer-arith -Wstrict-aliasing -Wno-unused-function
-Wno-unused-value -Wno-missing-braces -Wno-parentheses
-Wno-unused-result -Wno-format-security -pipe -fsigned-char -Wall
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k"

--jkl


--
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.
reply via email to

[Prev in Thread] Current Thread [Next in Thread]