[GnuCOBOL 2.0] testsuite: 224 failed

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

 



## ---------------------------------------- ##
## GnuCOBOL 2.0 test suite: GnuCOBOL Tests. ##
## ---------------------------------------- ##

testsuite: command line was:
  $ ./testsuite 

## ---------- ##
## ChangeLog. ##
## ---------- ##

| 
| 2016-08-01  Simon 'sf-mensch/human' Sobisch <sf-mensch@xxxxxxxxxxxx>
| 
| 	* general: revised all message strings
| 
| 2016-05-04  Simon 'sf-mensch/human' Sobisch <sf-mensch@xxxxxxxxxxxx>
| 
| 	* general: removed project files and references to Visual C < 2005
| 	  (GC 2+ will not build with these versions) including define of
| 	  COB_USE_VC2005_OR_GREATER

## --------- ##
## Platform. ##
## --------- ##

hostname = basilikum
uname -m = x86_64
uname -r = 4.8.0-rc1
uname -s = Linux
uname -v = #2 SMP PREEMPT Mon Aug 8 12:45:33 CEST 2016

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/harald/src/gnucobol/branches/gnu-cobol-2.0/tests
PATH: /home/harald/src/gnucobol/branches/gnu-cobol-2.0/cobc
PATH: /home/harald/src/gnucobol/branches/gnu-cobol-2.0/bin
PATH: /home/harald/src/gnucobol/branches/gnu-cobol-2.0/libcob/.libs
PATH: /home/harald/bin
PATH: /opt/gcc/bin
PATH: /opt/intel/composer_xe_2013_sp1.1.106/bin/intel64
PATH: /opt/intel/composer_xe_2013_sp1.1.106/mpirt/bin/intel64
PATH: /opt/intel/composer_xe_2013_sp1.1.106/debugger/gdb/intel64_mic/py27/bin
PATH: /opt/intel/composer_xe_2013_sp1.1.106/debugger/gdb/intel64/py27/bin
PATH: /opt/intel/composer_xe_2013_sp1.1.106/bin/intel64_mic
PATH: /opt/intel/composer_xe_2013_sp1.1.106/debugger/gui/intel64
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games
PATH: /opt/bin
PATH: /opt/oracle/solstudio/bin
PATH: /opt/ekopath/bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin

testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2012 Free Software Foundation, Inc.
| 
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/home/harald/src/gnucobol/branches/gnu-cobol-2.0/tests'
| at_srcdir='.'
| abs_srcdir='/home/harald/src/gnucobol/branches/gnu-cobol-2.0/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/home/harald/src/gnucobol/branches/gnu-cobol-2.0'
| at_top_build_prefix='../'
| abs_top_builddir='/home/harald/src/gnucobol/branches/gnu-cobol-2.0'
| 
| # Backward compatibility with Autotest <= 2.59b:
| at_top_builddir=$at_top_build_prefix
| 
| AUTOTEST_PATH='tests'
| 
| SHELL=${CONFIG_SHELL-'/bin/sh'}

testsuite: atlocal:
| #
| # atlocal gnucobol/tests
| #
| # Copyright (C) 2003-2012, 2014-2015 Free Software Foundation, Inc.
| # Written by Keisuke Nishida, Roger While, Simon Sobisch
| #
| # This file is part of GnuCOBOL.
| #
| # The GnuCOBOL compiler is free software: you can redistribute it
| # and/or modify it under the terms of the GNU General Public License
| # as published by the Free Software Foundation, either version 3 of the
| # License, or (at your option) any later version.
| #
| # GnuCOBOL is distributed in the hope that it will be useful,
| # but WITHOUT ANY WARRANTY; without even the implied warranty of
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
| # GNU General Public License for more details.
| #
| # You should have received a copy of the GNU General Public License
| # along with GnuCOBOL.  If not, see <http://www.gnu.org/licenses/>.
| 
| # CC="gcc"
| COB_BIGENDIAN="no"
| COB_HAS_ISAM="yes"
| COB_HAS_CURSES="yes"
| COBC="${abs_top_builddir}/cobc/cobc"
| COBCRUN="${abs_top_builddir}/bin/cobcrun"
| 
| TEMPLATE="${abs_srcdir}/testsuite.src"
| 
| FLAGS="-debug -Wall ${COBOL_FLAGS}"
| COMPILE="${COBC} -x ${FLAGS}"
| COMPILE_ONLY="${COBC} -fsyntax-only ${FLAGS}"
| COMPILE_MODULE="${COBC} -m ${FLAGS}"
| 
| OBJECT_EXT="o"
| 
| PATHSEP=":"
| 
| # unset all environmental vars that are used by libcob
| for cobenv in $($COBCRUN --runtime-env 2>/dev/null | grep COB_ | cut -d: -f2); do unset $cobenv; done
| 
| # For running the testsuite in Cygwin with non-Cygwin binaries we need a wrapper function
| _return_path () {
| 	echo "$1"
| }
| 
| PATH="${abs_top_builddir}/cobc:${abs_top_builddir}/bin:${abs_top_builddir}/libcob/.libs:${PATH}"
| export PATH
| export COB_CFLAGS="-I${abs_top_srcdir} -I${abs_top_srcdir}/libcob -I/usr/local/include -pipe"
| export COB_LDFLAGS="-L${abs_top_builddir}/libcob/.libs "
| export COB_LIBS="-L${abs_top_builddir}/libcob/.libs -lcob -lm -lgmp -lncursesw -ldb -ldl"
| export COB_CONFIG_DIR="${abs_top_srcdir}/config"
| export COB_RUNTIME_CONFIG="${COB_CONFIG_DIR}/runtime_empty.cfg"
| export COB_COPY_DIR="${abs_top_srcdir}/copy"
| export LD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$LD_LIBRARY_PATH"
| export DYLD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$DYLD_LIBRARY_PATH"
| export SHLIB_PATH="${abs_top_builddir}/libcob/.libs:$SHLIB_PATH"
| export LIBPATH="${abs_top_builddir}/libcob/.libs:$LIBPATH"
| export COB_LIBRARY_PATH="${abs_top_builddir}/extras:$COB_LIBRARY_PATH"
| export COB_UNIX_LF=YES
| export COB_HAS_ISAM
| export COB_HAS_CURSES
| export COB_HAS_UTC_OFFSET
| export LC_ALL=C

## ---------------- ##
## Tested programs. ##
## ---------------- ##

./testsuite.at:23: /home/harald/src/gnucobol/branches/gnu-cobol-2.0/cobc/cobc --version
cobc (GnuCOBOL) 2.0.0
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Keisuke Nishida, Roger While, Ron Norman, Simon Sobisch, Edward Hart
Built     Aug 08 2016 13:11:11
Packaged  Oct 25 2015 21:40:28 UTC
C version "6.1.0"

## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Mon Aug  8 13:12:59 CEST 2016
1. Compiler outputs (used_binaries.at:21): ok     (0m00.09s 0m00.01s)
2. Source file not found (used_binaries.at:46): ok     (0m00.00s 0m00.00s)
3. Compiler help and information (used_binaries.at:55): ok     (0m00.00s 0m00.00s)
4. Using full path for cobc (used_binaries.at:68): ok     (0m00.05s 0m00.00s)
5. cobcrun validation (used_binaries.at:88): ok     (0m00.11s 0m00.01s)
6. cobcrun -M DSO entry argument (used_binaries.at:128): ok     (0m00.10s 0m00.02s)
7. cobcrun -M directory/ default (used_binaries.at:183): ok     (0m00.10s 0m00.01s)
8. cobcrun -M directory/dso alternate (used_binaries.at:221): ok     (0m00.11s 0m00.01s)
9. cobcrun -M DSO entry multiple arguments (used_binaries.at:272): ok     (0m00.08s 0m00.00s)
10. Compile from stdin (used_binaries.at:307): ok     (0m00.10s 0m00.02s)
11. Run job after compilation (used_binaries.at:328): ok     (0m00.10s 0m00.02s)
12. Run job with optional arguments (used_binaries.at:346): ok     (0m00.15s 0m00.04s)
13. cobc with standard configuration file (configuration.at:22): ok     (0m00.00s 0m00.00s)
14. cobc dialect features for all -std (configuration.at:43): ok     (0m00.03s 0m00.00s)
15. cobc with configuration file via -std (configuration.at:87): ok     (0m00.00s 0m00.00s)
16. cobc with standard configuration file via -conf (configuration.at:108): ok     (0m00.00s 0m00.00s)
17. cobc with own configuration file via -conf (configuration.at:129): ok     (0m00.00s 0m00.00s)
18. cobc configuration: recursive include (configuration.at:158): ok     (0m00.00s 0m00.00s)
19. cobc with -std and -conf (configuration.at:196): ok     (0m00.01s 0m00.00s)
20. cobc with -cb_conf (configuration.at:223): ok     (0m00.00s 0m00.00s)
21. cobc with -cb_conf priority (configuration.at:242): ok     (0m00.00s 0m00.00s)
22. cobc configuration: entries (configuration.at:275): ok     (0m00.00s 0m00.00s)
23. cobc configuration: conf missing (configuration.at:314): ok     (0m00.00s 0m00.00s)
24. cobc configuration: conf optional (configuration.at:342): ok     (0m00.00s 0m00.00s)
25. cobc configuration: incomplete (configuration.at:378): ok     (0m00.00s 0m00.00s)
26. runtime configuration (configuration.at:444): ok     (0m00.00s 0m00.00s)
27. runtime configuration file (configuration.at:463): ok     (0m00.00s 0m00.00s)
28. runtime configuration: recursive include (configuration.at:498): ok     (0m00.00s 0m00.00s)
29. runtime configuration: environment priority (configuration.at:527): ok     (0m00.00s 0m00.00s)
30. runtime configuration: entries (configuration.at:540): ok     (0m00.00s 0m00.00s)
31. runtime configuration: conf missing (configuration.at:578): ok     (0m00.00s 0m00.00s)
32. runtime configuration: conf optional (configuration.at:607): ok     (0m00.00s 0m00.00s)
33. COB_CONFIG_DIR test (configuration.at:619): ok     (0m00.00s 0m00.00s)
34. COPY: within comment (syn_copy.at:21): ok     (0m00.00s 0m00.00s)
35. COPY: file not found (syn_copy.at:49): ok     (0m00.00s 0m00.00s)
36. COPY: replacement order (syn_copy.at:69): ok     (0m00.05s 0m00.00s)
37. COPY: separators (syn_copy.at:96): ok     (0m00.04s 0m00.01s)
38. COPY: partial replacement (syn_copy.at:125): ok     (0m00.05s 0m00.00s)
39. COPY: LEADING replacement (syn_copy.at:154): ok     (0m00.05s 0m00.00s)
40. COPY: TRAILING replacement (syn_copy.at:183): ok     (0m00.05s 0m00.00s)
41. COPY: recursive replacement (syn_copy.at:212): ok     (0m00.05s 0m00.00s)
42. COPY: fixed/free format (syn_copy.at:241): ok     (0m00.05s 0m00.00s)
43. Invalid PROGRAM-ID (syn_definition.at:25): ok     (0m00.00s 0m00.00s)
44. Invalid PROGRAM-ID type clause (1) (syn_definition.at:41): ok     (0m00.00s 0m00.00s)
45. invalid PROGRAM-ID type clause (2) (syn_definition.at:57): ok     (0m00.00s 0m00.00s)
46. INITIAL/RECURSIVE before COMMON (syn_definition.at:74): ok     (0m00.00s 0m00.00s)
47. Undefined data name (syn_definition.at:106): ok     (0m00.00s 0m00.00s)
48. Undefined group name (syn_definition.at:124): ok     (0m00.00s 0m00.00s)
49. Undefined data name in group (syn_definition.at:145): ok     (0m00.00s 0m00.00s)
50. Reference not a group name (syn_definition.at:168): ok     (0m00.00s 0m00.00s)
51. Incomplete 01 definition (syn_definition.at:192): ok     (0m00.00s 0m00.00s)
52. Same labels in different sections (syn_definition.at:212): ok     (0m00.00s 0m00.00s)
53. Redefinition of 01 items (syn_definition.at:237): ok     (0m00.00s 0m00.00s)
54. Redefinition of 01 and 02 items (syn_definition.at:256): ok     (0m00.00s 0m00.00s)
55. Redefinition of 02 items (syn_definition.at:275): ok     (0m00.00s 0m00.00s)
56. Redefinition of 77 items (syn_definition.at:295): ok     (0m00.00s 0m00.00s)
57. Redefinition of 01 and 77 items (syn_definition.at:314): ok     (0m00.00s 0m00.00s)
58. Redefinition of 88 items (syn_definition.at:333): ok     (0m00.00s 0m00.00s)
59. Redefinition of program-name (syn_definition.at:354): ok     (0m00.00s 0m00.00s)
60. Redefinition of function-prototype name (syn_definition.at:420): ok     (0m00.00s 0m00.00s)
61. Data item with same name as program-name (syn_definition.at:443): ok     (0m00.00s 0m00.00s)
62. Ambiguous reference to 02 items (syn_definition.at:470): ok     (0m00.00s 0m00.00s)
63. Ambiguous reference to 02 and 03 items (syn_definition.at:496): ok     (0m00.00s 0m00.00s)
64. Ambiguous reference with qualification (syn_definition.at:521): ok     (0m00.00s 0m00.00s)
65. Unique reference with ambiguous qualifiers (syn_definition.at:550): ok     (0m00.00s 0m00.00s)
66. Undefined procedure name (syn_definition.at:586): ok     (0m00.00s 0m00.00s)
67. Redefinition of section names (syn_definition.at:606): ok     (0m00.00s 0m00.00s)
68. Redefinition of section and paragraph names (syn_definition.at:626): ok     (0m00.00s 0m00.00s)
69. Redefinition of paragraph names (syn_definition.at:646): ok     (0m00.00s 0m00.00s)
70. Ambiguous reference to paragraph name (syn_definition.at:671): ok     (0m00.00s 0m00.00s)
71. Non-matching level numbers (extension) (syn_definition.at:696): ok     (0m00.00s 0m00.00s)
72. CALL BY VALUE alphanumeric item (extension) (syn_definition.at:719): ok     (0m00.00s 0m00.00s)
73. Duplicate identification division header (syn_definition.at:741): ok     (0m00.00s 0m00.00s)
74. Invalid environment division order (syn_definition.at:756): ok     (0m00.00s 0m00.00s)
75. Function without END FUNCTION (syn_definition.at:785): ok     (0m00.00s 0m00.00s)
76. Nested programs without END PROGRAM (syn_definition.at:799): ok     (0m00.00s 0m00.00s)
77. Nested programs not in procedure division (syn_definition.at:821): ok     (0m00.00s 0m00.00s)
78. Screen section starts with 78-level (syn_definition.at:840): ok     (0m00.00s 0m00.00s)
79. Invalid PICTURE strings (syn_definition.at:856): ok     (0m00.00s 0m00.00s)
80. PICTURE strings invalid with BLANK WHEN ZERO (syn_definition.at:985): ok     (0m00.00s 0m00.00s)
81. Alphabet definition (syn_definition.at:1008): ok     (0m00.00s 0m00.00s)
82. RENAMES item (syn_definition.at:1052): ok     (0m00.00s 0m00.00s)
83. RENAMES of 01-, 66- and 77-level items (syn_definition.at:1119): ok     (0m00.01s 0m00.00s)
84. Non-numeric subscript (syn_subscripts.at:23): ok     (0m00.00s 0m00.00s)
85. Subscript range check (syn_subscripts.at:49): ok     (0m00.00s 0m00.00s)
86. Subscript bounds with ODO (lower) (syn_subscripts.at:89): ok     (0m00.00s 0m00.00s)
87. Subscript bounds with ODO (upper) (syn_subscripts.at:112): ok     (0m00.00s 0m00.00s)
88. Subscripted item requires OCCURS clause (syn_subscripts.at:138): ok     (0m00.00s 0m00.00s)
89. Number of subscripts (syn_subscripts.at:163): ok     (0m00.00s 0m00.00s)
90. OCCURS with level 01 and 77 (syn_occurs.at:28): ok     (0m00.00s 0m00.00s)
91. OCCURS with level 66 (syn_occurs.at:53): ok     (0m00.00s 0m00.00s)
92. OCCURS with level 88 (syn_occurs.at:72): ok     (0m00.00s 0m00.00s)
93. OCCURS with variable-occurrence data item (syn_occurs.at:91): ok     (0m00.00s 0m00.00s)
94. Nested OCCURS clause (syn_occurs.at:149): ok     (0m00.00s 0m00.00s)
95. OCCURS DEPENDING with wrong size (syn_occurs.at:186): ok     (0m00.00s 0m00.00s)
96. OCCURS DEPENDING followed by another field (syn_occurs.at:222): ok     (0m00.00s 0m00.00s)
97. OCCURS DEPENDING without TO clause (syn_occurs.at:264): ok     (0m00.00s 0m00.00s)
98. OCCURS size check (syn_occurs.at:287): ok     (0m00.00s 0m00.00s)
99. REDEFINES: not following entry-name (syn_redefines.at:28): ok     (0m00.00s 0m00.00s)
100. REDEFINES: level 02 by 01 (syn_redefines.at:49): ok     (0m00.00s 0m00.00s)
101. REDEFINES: level 03 by 02 (syn_redefines.at:70): ok     (0m00.00s 0m00.00s)
102. REDEFINES: level 66 (syn_redefines.at:92): ok     (0m00.00s 0m00.00s)
103. REDEFINES: level 88 (syn_redefines.at:114): ok     (0m00.00s 0m00.00s)
104. REDEFINES: lower level number (syn_redefines.at:143): ok     (0m00.00s 0m00.00s)
105. REDEFINES: with OCCURS (syn_redefines.at:169): ok     (0m00.00s 0m00.00s)
106. REDEFINES: with subscript (syn_redefines.at:190): ok     (0m00.00s 0m00.00s)
107. REDEFINES: with variable occurrence (syn_redefines.at:212): ok     (0m00.00s 0m00.00s)
108. REDEFINES: with qualification (syn_redefines.at:247): ok     (0m00.00s 0m00.00s)
109. REDEFINES: multiple redefinition (syn_redefines.at:273): ok     (0m00.00s 0m00.00s)
110. REDEFINES: size exceeds (syn_redefines.at:301): ok     (0m00.00s 0m00.00s)
111. REDEFINES: with VALUE (syn_redefines.at:334): ok     (0m00.00s 0m00.00s)
112. REDEFINES: with intervention (syn_redefines.at:362): ok     (0m00.00s 0m00.00s)
113. REDEFINES: within REDEFINES (syn_redefines.at:391): ok     (0m00.00s 0m00.00s)
114. REDEFINES: non-referenced ambiguous item (syn_redefines.at:411): ok     (0m00.00s 0m00.00s)
115. Numeric item (integer) (syn_value.at:43): ok     (0m00.00s 0m00.00s)
116. Numeric item (non-integer) (syn_value.at:69): ok     (0m00.00s 0m00.00s)
117. Numeric item with picture P (syn_value.at:92): ok     (0m00.00s 0m00.00s)
118. Signed numeric literal (syn_value.at:124): ok     (0m00.00s 0m00.00s)
119. Alphabetic item (syn_value.at:150): ok     (0m00.00s 0m00.00s)
120. Alphanumeric item (syn_value.at:176): ok     (0m00.00s 0m00.00s)
121. Alphanumeric group item (syn_value.at:198): ok     (0m00.00s 0m00.00s)
122. Numeric-edited item (syn_value.at:233): ok     (0m00.00s 0m00.00s)
123. Alphanumeric-edited item (syn_value.at:258): ok     (0m00.00s 0m00.00s)
124. Implicit picture from value (syn_value.at:326): ok     (0m00.00s 0m00.00s)
125. ASSIGN to device-name (syn_file.at:22): ok     (0m00.01s 0m00.00s)
126. ASSIGN to printer-name (syn_file.at:89): ok     (0m00.01s 0m00.00s)
127. SELECT without ASSIGN (syn_file.at:156): ok     (0m00.00s 0m00.00s)
128. START on SEQUENTIAL file (syn_file.at:184): ok     (0m00.00s 0m00.00s)
129. DECLARATIVES invalid procedure reference (1) (syn_file.at:214): ok     (0m00.00s 0m00.00s)
130. DECLARATIVES invalid procedure reference (2) (syn_file.at:254): ok     (0m00.00s 0m00.00s)
131. DECLARATIVES invalid procedure reference (3) (syn_file.at:294): ok     (0m00.00s 0m00.00s)
132. RECORDING MODE (syn_file.at:334): ok     (0m00.00s 0m00.00s)
133. CODE-SET clause (syn_file.at:363): ok     (0m00.00s 0m00.00s)
134. CODE-SET FOR clause (syn_file.at:399): ok     (0m00.00s 0m00.00s)
135. REPORT SECTION clause numbers (syn_reportwriter.at:23): ok     (0m00.00s 0m00.00s)
136. Ambiguous AND/OR (syn_misc.at:22): ok     (0m00.00s 0m00.00s)
137. invalid expression (syn_misc.at:48): ok     (0m00.00s 0m00.00s)
138. Missing headers (syn_misc.at:145): ok     (0m00.00s 0m00.00s)
139. INITIALIZE constant (syn_misc.at:194): ok     (0m00.00s 0m00.00s)
140. CLASS duplicate values (syn_misc.at:221): ok     (0m00.00s 0m00.00s)
141. INSPECT invalid size (syn_misc.at:256): ok     (0m00.00s 0m00.00s)
142. INSPECT invalid target (syn_misc.at:285): ok     (0m00.00s 0m00.00s)
143. INSPECT missing keyword (syn_misc.at:308): ok     (0m00.00s 0m00.00s)
144. INSPECT repeated keywords (syn_misc.at:329): ok     (0m00.00s 0m00.00s)
145. INSPECT incomplete clause (syn_misc.at:361): ok     (0m00.00s 0m00.00s)
146. INSPECT multiple BEFORE/AFTER clauses (syn_misc.at:383): ok     (0m00.00s 0m00.00s)
147. Maximum data size (syn_misc.at:407): ok     (0m00.00s 0m00.00s)
148. Unreachable statement (syn_misc.at:436): ok     (0m00.00s 0m00.00s)
149. CRT STATUS (syn_misc.at:478): ok     (0m00.00s 0m00.00s)
150. SWITCHES (syn_misc.at:520): ok     (0m00.00s 0m00.00s)
151. ACCEPT WITH ( NO ) UPDATE / DEFAULT (syn_misc.at:648): ok     (0m00.00s 0m00.00s)
152. ACCEPT WITH AUTO / TAB (syn_misc.at:673): ok     (0m00.00s 0m00.00s)
153. ACCEPT WITH SIZE (syn_misc.at:698): ok     (0m00.00s 0m00.00s)
154. DISPLAY WITH SIZE (syn_misc.at:722): ok     (0m00.00s 0m00.00s)
155. Source text after program-text area (syn_misc.at:744): ok     (0m00.00s 0m00.00s)
156. Line overflow in Fixed-form / Free-form (syn_misc.at:765): ok     (0m00.00s 0m00.00s)
157. Continuation Indicator - too many lines (syn_misc.at:813): ok     (0m00.06s 0m00.00s)
158. Continuation of COBOL words (syn_misc.at:1364): ok     (0m00.00s 0m00.00s)
159. Literal too long (syn_misc.at:1385): ok     (0m00.04s 0m00.00s)
160. Line and floating comments (syn_misc.at:1622): ok     (0m00.23s 0m00.03s)
161. word length (syn_misc.at:1798): ok     (0m00.01s 0m00.00s)
162. Floating-point literals (syn_misc.at:1903): ok     (0m00.00s 0m00.00s)
163. X literals (syn_misc.at:2008): ok     (0m00.00s 0m00.00s)
164. Binary literals (syn_misc.at:2034): ok     (0m00.00s 0m00.00s)
165. ACUCOBOL literals (syn_misc.at:2071): ok     (0m00.01s 0m00.00s)
166. Adding/removing reserved words (syn_misc.at:2132): ok     (0m00.00s 0m00.00s)
167. Adding aliases (syn_misc.at:2155): ok     (0m00.00s 0m00.00s)
168. ANY LENGTH item as BY VALUE formal parameter (syn_misc.at:2175): ok     (0m00.00s 0m00.00s)
169. Swapped SOURCE- and OBJECT-COMPUTER (syn_misc.at:2198): ok     (0m00.00s 0m00.00s)
170. NOT ON EXCEPTION phrases before ON EXCEPTION (syn_misc.at:2217): ok     (0m00.00s 0m00.00s)
171. Wrong dialect hints (syn_misc.at:2280): ok     (0m00.00s 0m00.00s)
172. Redundant periods (syn_misc.at:2304): ok     (0m00.00s 0m00.00s)
173. STRING / UNSTRING with invalid syntax (syn_misc.at:2334): ok     (0m00.00s 0m00.00s)
174. MOVE SPACE TO numeric or numeric-edited item (syn_move.at:37): ok     (0m00.00s 0m00.00s)
175. MOVE ZERO TO alphabetic item (syn_move.at:63): ok     (0m00.00s 0m00.00s)
176. MOVE alphabetic TO x (syn_move.at:89): ok     (0m00.00s 0m00.00s)
177. MOVE alphanumeric TO x (syn_move.at:119): ok     (0m00.00s 0m00.00s)
178. MOVE alphanumeric-edited TO x (syn_move.at:146): ok     (0m00.00s 0m00.00s)
179. MOVE numeric (integer) TO x (syn_move.at:176): ok     (0m00.00s 0m00.00s)
180. MOVE numeric (non-integer) TO x (syn_move.at:205): ok     (0m00.00s 0m00.00s)
181. MOVE numeric-edited TO x (syn_move.at:236): ok     (0m00.00s 0m00.00s)
182. CORRESPONDING - Operands must be groups (syn_move.at:271): ok     (0m00.00s 0m00.00s)
183. CORRESPONDING - Target has no matching items (syn_move.at:300): ok     (0m00.00s 0m00.00s)
184. MOVE: misc (syn_move.at:327): ok     (0m00.00s 0m00.00s)
185. MOVE: Overlapping (syn_move.at:350): ok     (0m00.06s 0m00.00s)
186. Category check of Format 1 (syn_multiply.at:28): ok     (0m00.00s 0m00.00s)
187. Category check of Format 2 (syn_multiply.at:67): ok     (0m00.00s 0m00.00s)
188. Category check of literals (syn_multiply.at:108): ok     (0m00.00s 0m00.00s)
189. Flexible ACCEPT/DISPLAY syntax (syn_screen.at:24): ok     (0m00.00s 0m00.00s)
190. Duplicate ACCEPT/DISPLAY clauses (syn_screen.at:93): ok     (0m00.00s 0m00.00s)
191. AT clause (syn_screen.at:122): ok     (0m00.00s 0m00.00s)
192. ACCEPT/DISPLAY extensions detection (syn_screen.at:166): ok     (0m00.00s 0m00.00s)
193. FROM clause (syn_screen.at:209): ok     (0m00.00s 0m00.00s)
194. SCREEN SECTION clause numbers (syn_screen.at:235): ok     (0m00.00s 0m00.00s)
195. Screen clauses (syn_screen.at:263): ok     (0m00.00s 0m00.00s)
196. ACCEPT ON EXCEPTION/ESCAPE (syn_screen.at:289): ok     (0m00.00s 0m00.00s)
197. Referencing 88-level (syn_screen.at:319): ok     (0m00.00s 0m00.00s)
198. Conflicting screen clauses (syn_screen.at:349): ok     (0m00.00s 0m00.00s)
199. Redundant screen clauses (syn_screen.at:394): ok     (0m00.00s 0m00.00s)
200. Screen item OCCURS w-/wo relative LINE/COL (syn_screen.at:416): ok     (0m00.00s 0m00.00s)
201. SET: misc (syn_set.at:24): ok     (0m00.00s 0m00.00s)
202. ANY LENGTH as function RETURNING item (syn_functions.at:22): ok     (0m00.00s 0m00.00s)
203. REPOSITORY INTRINSIC phrase (syn_functions.at:46): ok     (0m00.00s 0m00.00s)
204. REPOSITORY FUNCTION phrase (syn_functions.at:69): ok     (0m00.00s 0m00.00s)
205. Redundant REPOSITORY FUNCTION phrase (syn_functions.at:117): ok     (0m00.00s 0m00.00s)
206. Missing function prototype/definition (syn_functions.at:153): ok     (0m00.00s 0m00.00s)
207. Function definition inside program (syn_functions.at:182): ok     (0m00.00s 0m00.00s)
208. Intrinsic functions: number of arguments (syn_functions.at:203): ok     (0m00.00s 0m00.00s)
209. Intrinsic functions: reference modification (syn_functions.at:243): ok     (0m00.00s 0m00.00s)
210. Intrinsic functions: Parameter type (syn_functions.at:291): ok     (0m00.00s 0m00.00s)
211. invalid formatted date/time args (syn_functions.at:314): ok     (0m00.00s 0m00.00s)
212. invalid formats w/ DECIMAL-POINT IS COMMA (syn_functions.at:395): ok     (0m00.00s 0m00.00s)
213. Specified offset and SYSTEM-OFFSET (syn_functions.at:429): ok     (0m00.00s 0m00.00s)
214. COPY within comment (listings.at:21): ok     (0m00.00s 0m00.00s)
215. COPY replacement order (listings.at:110): ok     (0m00.00s 0m00.00s)
216. COPY separators (listings.at:214): ok     (0m00.00s 0m00.00s)
217. COPY partial replacement (listings.at:282): ok     (0m00.00s 0m00.00s)
218. COPY LEADING replacement (listings.at:354): ok     (0m00.00s 0m00.00s)
219. COPY TRAILING replacement (listings.at:426): ok     (0m00.00s 0m00.00s)
220. COPY recursive replacement (listings.at:498): ok     (0m00.00s 0m00.00s)
221. Eject page (listings.at:566): ok     (0m00.00s 0m00.00s)
222. Wide listing (listings.at:663): ok     (0m00.00s 0m00.00s)
223. Two source files (listings.at:760): ok     (0m00.00s 0m00.00s)
225. Symbols (listings.at:1061): ok     (0m00.06s 0m00.00s)
226. Conditional compilation (listings.at:1571): ok     (0m00.00s 0m00.00s)
227. LISTING ON/OFF (listings.at:1638): ok     (0m00.00s 0m00.00s)
228. File descriptions (listings.at:1726): ok     (0m00.00s 0m00.00s)
229. Invalid PICTURE strings (listings.at:2073): ok     (0m00.00s 0m00.00s)
230. DISPLAY literals (run_fundamental.at:23): ok     (0m00.05s 0m00.00s)
231. DISPLAY literals, DECIMAL-POINT is COMMA (run_fundamental.at:79): ok     (0m00.04s 0m00.01s)
232. Hexadecimal literal (run_fundamental.at:118): ok     (0m00.09s 0m00.01s)
233. DISPLAY data items with VALUE clause (run_fundamental.at:161): ok     (0m00.06s 0m00.00s)
234. DISPLAY data items with MOVE statement (run_fundamental.at:208): ok     (0m00.05s 0m00.00s)
235. MOVE to edited item (1) (run_fundamental.at:262): ok     (0m00.05s 0m00.00s)
236. MOVE to edited item (2) (run_fundamental.at:311): ok     (0m00.05s 0m00.00s)
237. Move to item with simple and floating insertion (run_fundamental.at:360): ok     (0m00.05s 0m00.00s)
238. MOVE to JUSTIFIED item (run_fundamental.at:390): ok     (0m00.05s 0m00.00s)
239. MOVE integer literal to alphanumeric (run_fundamental.at:435): ok     (0m00.05s 0m00.00s)
240. Check for equality of FLOAT-SHORT / FLOAT-LONG (run_fundamental.at:460): ok     (0m00.05s 0m00.00s)
241. Overlapping MOVE (run_fundamental.at:583): ok     (0m00.11s 0m00.01s)
242. ALPHABETIC test (run_fundamental.at:648): ok     (0m00.05s 0m00.00s)
243. ALPHABETIC-UPPER test (run_fundamental.at:680): ok     (0m00.05s 0m00.00s)
244. ALPHABETIC-LOWER test (run_fundamental.at:712): ok     (0m00.05s 0m00.00s)
245. GLOBAL at same level (run_fundamental.at:744): ok     (0m00.06s 0m00.00s)
246. GLOBAL at lower level (run_fundamental.at:793): ok     (0m00.05s 0m00.01s)
247. GLOBAL CONSTANT (run_fundamental.at:842): ok     (0m00.05s 0m00.01s)
248. Contained program visibility (1) (run_fundamental.at:927): ok     (0m00.05s 0m00.01s)
249. Contained program visibility (2) (run_fundamental.at:982): ok     (0m00.06s 0m00.00s)
250. Contained program visibility (3) (run_fundamental.at:1035): ok     (0m00.05s 0m00.00s)
251. Contained program visibility (4) (run_fundamental.at:1086): ok     (0m00.05s 0m00.00s)
252. START RELATIVE (1) (run_fundamental.at:1141): ok     (0m00.05s 0m00.01s)
253. START RELATIVE (2) (run_fundamental.at:1190): ok     (0m00.06s 0m00.00s)
254. GLOBAL FD (1) (run_fundamental.at:1267): ok     (0m00.05s 0m00.00s)
255. GLOBAL FD (2) (run_fundamental.at:1317): ok     (0m00.05s 0m00.00s)
256. GLOBAL FD (3) (run_fundamental.at:1367): ok     (0m00.05s 0m00.00s)
257. GLOBAL FD (4) (run_fundamental.at:1417): ok     (0m00.05s 0m00.00s)
258. CANCEL test (1) (run_fundamental.at:1467): ok     (0m00.06s 0m00.00s)
259. CANCEL test (2) (run_fundamental.at:1494): ok     (0m00.10s 0m00.01s)
260. CANCEL test (3) (run_fundamental.at:1534): ok     (0m00.09s 0m00.02s)
261. Separate sign positions (1) (run_fundamental.at:1577): ok     (0m00.04s 0m00.01s)
262. Separate sign positions (2) (run_fundamental.at:1601): ok     (0m00.05s 0m00.00s)
263. Context sensitive words (1) (run_fundamental.at:1633): ok     (0m00.05s 0m00.00s)
264. Context sensitive words (2) (run_fundamental.at:1656): ok     (0m00.05s 0m00.00s)
265. Context sensitive words (3) (run_fundamental.at:1680): ok     (0m00.04s 0m00.01s)
266. Context sensitive words (4) (run_fundamental.at:1704): ok     (0m00.05s 0m00.00s)
267. Context sensitive words (5) (run_fundamental.at:1729): ok     (0m00.06s 0m00.00s)
268. Context sensitive words (6) (run_fundamental.at:1752): ok     (0m00.05s 0m00.00s)
269. Context sensitive words (7) (run_fundamental.at:1775): ok     (0m00.04s 0m00.01s)
270. ROUNDED AWAY-FROM-ZERO (run_fundamental.at:1802): ok     (0m00.05s 0m00.00s)
271. ROUNDED NEAREST-AWAY-FROM-ZERO (run_fundamental.at:1865): ok     (0m00.04s 0m00.01s)
272. ROUNDED NEAREST-EVEN (run_fundamental.at:1928): ok     (0m00.06s 0m00.00s)
273. ROUNDED NEAREST-TOWARD-ZERO (run_fundamental.at:1991): ok     (0m00.06s 0m00.00s)
274. ROUNDED TOWARD-GREATER (run_fundamental.at:2054): ok     (0m00.06s 0m00.00s)
275. ROUNDED TOWARD-LESSER (run_fundamental.at:2117): ok     (0m00.05s 0m00.00s)
276. ROUNDED TRUNCATION (run_fundamental.at:2180): ok     (0m00.05s 0m00.00s)
277. Numeric operations (1) (run_fundamental.at:2243): ok     (0m00.06s 0m00.00s)
278. Numeric operations (2) (run_fundamental.at:2287): ok     (0m00.07s 0m00.00s)
279. Numeric operations (3) (run_fundamental.at:2593): ok     (0m00.07s 0m00.00s)
280. Numeric operations (4) (run_fundamental.at:2899): ok     (0m00.07s 0m00.00s)
281. Numeric operations (5) (run_fundamental.at:3205): ok     (0m00.07s 0m00.00s)
282. Numeric operations (6) (run_fundamental.at:3511): ok     (0m00.09s 0m00.01s)
283. Numeric operations (7) (run_fundamental.at:3580): ok     (0m00.07s 0m00.01s)
284. ADD CORRESPONDING (run_fundamental.at:3874): ok     (0m00.05s 0m00.00s)
285. ADD CORRESPONDING no match (run_fundamental.at:3922): ok     (0m00.05s 0m00.00s)
286. Subscript out of bounds (1) (run_subscripts.at:26): ok     (0m00.05s 0m00.00s)
287. Subscript out of bounds (2) (run_subscripts.at:51): ok     (0m00.05s 0m00.00s)
288. Value of DEPENDING ON N out of bounds (lower) (run_subscripts.at:76): ok     (0m00.05s 0m00.00s)
289. Value of DEPENDING ON N out of bounds (upper) (run_subscripts.at:101): ok     (0m00.04s 0m00.01s)
290. Subscript bounds with ODO (run_subscripts.at:126): ok     (0m00.05s 0m00.00s)
291. Subscript by arithmetic expression (run_subscripts.at:151): ok     (0m00.04s 0m00.01s)
292. length of ODO w/- reference modification (run_subscripts.at:182): ok     (0m00.05s 0m00.00s)
293. Static reference modification (run_refmod.at:25): ok     (0m00.05s 0m00.00s)
294. Dynamic reference modification (run_refmod.at:56): ok     (0m00.05s 0m00.00s)
295. Static out of bounds (run_refmod.at:92): ok     (0m00.00s 0m00.00s)
296. Offset underflow (run_refmod.at:122): ok     (0m00.05s 0m00.00s)
297. Offset overflow (run_refmod.at:145): ok     (0m00.05s 0m00.00s)
298. Length underflow (run_refmod.at:168): ok     (0m00.06s 0m00.00s)
299. Length overflow (run_refmod.at:191): ok     (0m00.05s 0m00.00s)
300. ACCEPT FROM DATE/DAY (run_accept.at:23): ok     (0m00.05s 0m00.00s)
301. INITIALIZE group entry with OCCURS (run_initialize.at:27): ok     (0m00.05s 0m00.00s)
302. INITIALIZE OCCURS with numeric edited (run_initialize.at:55): ok     (0m00.05s 0m00.00s)
303. INITIALIZE complex group (1) (run_initialize.at:81): ok     (0m00.05s 0m00.00s)
304. INITIALIZE complex group (2) (run_initialize.at:108): ok     (0m00.05s 0m00.00s)
305. INITIALIZE with REDEFINES (run_initialize.at:135): ok     (0m00.05s 0m00.00s)
306. INITIALIZE with FILLER (run_initialize.at:161): ok     (0m00.04s 0m00.01s)
307. INITIALIZE of EXTERNAL data items (run_initialize.at:227): ok     (0m00.05s 0m00.00s)
308. INITIALIZE with reference modification (run_initialize.at:277): ok     (0m00.05s 0m00.00s)
309. Comma separator without space (run_misc.at:22): ok     (0m00.05s 0m00.00s)
310. LOCAL-STORAGE (1) (run_misc.at:40): ok     (0m00.10s 0m00.02s)
311. LOCAL-STORAGE (2) (run_misc.at:76): ok     (0m00.15s 0m00.02s)
312. EXTERNAL data item (run_misc.at:124): ok     (0m00.10s 0m00.01s)
313. EXTERNAL AS data item (run_misc.at:166): ok     (0m00.10s 0m00.01s)
314. MOVE to itself (run_misc.at:217): ok     (0m00.05s 0m00.00s)
315. MOVE with refmod (run_misc.at:243): ok     (0m00.05s 0m00.00s)
316. MOVE with refmod (variable) (run_misc.at:267): ok     (0m00.04s 0m00.01s)
317. MOVE with group refmod (run_misc.at:293): ok     (0m00.05s 0m00.00s)
318. MOVE indexes (run_misc.at:318): ok     (0m00.05s 0m00.00s)
319. MOVE X'00' (run_misc.at:344): ok     (0m00.08s 0m00.02s)
320. MOVE Z'literal' (run_misc.at:379): ok     (0m00.05s 0m00.00s)
321. Floating continuation indicator (run_misc.at:421): ok     (0m00.05s 0m00.00s)
322. Fixed continuation indicator (run_misc.at:443): ok     (0m00.06s 0m00.00s)
323. Concatenation operator (run_misc.at:485): ok     (0m00.04s 0m00.01s)
324. SOURCE FIXED/FREE directives (run_misc.at:509): ok     (0m00.05s 0m00.00s)
325. Level 01 subscripts (run_misc.at:539): ok     (0m00.00s 0m00.00s)
326. Class check with reference modification (run_misc.at:561): ok     (0m00.06s 0m00.00s)
327. Index and parenthesized expression (run_misc.at:585): ok     (0m00.05s 0m00.00s)
328. Alphanumeric and binary numeric (run_misc.at:609): ok     (0m00.05s 0m00.00s)
329. Dynamic call with static linking (run_misc.at:636): ok     (0m00.09s 0m00.00s)
330. CALL m1. CALL m2. CALL m1. (run_misc.at:663): ok     (0m00.15s 0m00.03s)
331. Recursive CALL of RECURSIVE program (run_misc.at:718): ok     (0m00.16s 0m00.01s)
332. Recursive CALL of INITIAL program (run_misc.at:770): ok     (0m00.16s 0m00.02s)
333. Multiple calls of INITIAL program (run_misc.at:820): ok     (0m00.11s 0m00.00s)
334. CALL binary literal parameter/LENGTH OF (run_misc.at:877): ok     (0m00.15s 0m00.01s)
335. INSPECT: REPLACING LEADING ZEROS BY SPACES (run_misc.at:931): ok     (0m00.05s 0m00.00s)
336. INSPECT: No repeat conversion check (run_misc.at:955): ok     (0m00.05s 0m00.00s)
337. INSPECT: CONVERTING TO figurative constant (run_misc.at:979): ok     (0m00.05s 0m00.00s)
338. INSPECT: CONVERTING NULL (run_misc.at:1003): ok     (0m00.05s 0m00.00s)
339. INSPECT: CONVERTING TO NULL (run_misc.at:1027): ok     (0m00.04s 0m00.01s)
340. INSPECT: REPLACING figurative constant (run_misc.at:1051): ok     (0m00.04s 0m00.01s)
341. INSPECT: TALLYING BEFORE (run_misc.at:1075): ok     (0m00.06s 0m00.00s)
342. INSPECT: TALLYING AFTER (run_misc.at:1110): ok     (0m00.04s 0m00.01s)
343. INSPECT: REPLACING TRAILING ZEROS BY SPACES (run_misc.at:1145): ok     (0m00.05s 0m00.00s)
344. INSPECT: REPLACING complex (run_misc.at:1169): ok     (0m00.05s 0m00.00s)
345. SWITCHES (environment COB_SWITCH_n and SET) (run_misc.at:1195): ok     (0m00.05s 0m00.00s)
346. Nested PERFORM (run_misc.at:1292): ok     (0m00.04s 0m00.01s)
347. EXIT PERFORM (run_misc.at:1317): ok     (0m00.05s 0m00.00s)
348. EXIT PERFORM CYCLE (run_misc.at:1342): ok     (0m00.05s 0m00.00s)
349. EXIT PARAGRAPH (run_misc.at:1367): ok     (0m00.04s 0m00.01s)
350. EXIT SECTION (run_misc.at:1399): ok     (0m00.05s 0m00.00s)
351. PERFORM UNTIL EXIT (run_misc.at:1433): ok     (0m00.06s 0m00.00s)
352. PERFORM inline (1) (run_misc.at:1464): ok     (0m00.05s 0m00.00s)
353. PERFORM inline (2) (run_misc.at:1492): ok     (0m00.05s 0m00.00s)
354. 88 with FILLER (run_misc.at:1514): ok     (0m00.05s 0m00.00s)
355. Non-overflow after overflow (run_misc.at:1543): ok     (0m00.04s 0m00.01s)
356. PERFORM ... CONTINUE (run_misc.at:1573): ok     (0m00.00s 0m00.00s)
357. STRING with subscript reference (run_misc.at:1590): ok     (0m00.05s 0m00.00s)
358. UNSTRING DELIMITED ALL LOW-VALUE (run_misc.at:1617): ok     (0m00.05s 0m00.00s)
359. UNSTRING DELIMITED ALL SPACE-2 (run_misc.at:1652): ok     (0m00.05s 0m00.00s)
360. UNSTRING DELIMITED POINTER (run_misc.at:1717): ok     (0m00.05s 0m00.00s)
361. UNSTRING DELIMITER IN (run_misc.at:1771): ok     (0m00.05s 0m00.00s)
362. SORT: table sort (run_misc.at:1813): ok     (0m00.04s 0m00.01s)
363. SORT: table sort (2) (run_misc.at:1855): ok     (0m00.06s 0m00.00s)
364. SORT: table sort (3) (run_misc.at:1980): skipped (run_misc.at:1981)
365. SORT: EBCDIC table sort (run_misc.at:2021): ok     (0m00.05s 0m00.00s)
366. PIC ZZZ-, ZZZ+ (run_misc.at:2059): ok     (0m00.05s 0m00.00s)
367. PERFORM type OSVS (run_misc.at:2112): ok     (0m00.04s 0m00.01s)
368. Sticky LINKAGE (run_misc.at:2149): ok     (0m00.10s 0m00.01s)
369. COB_PRE_LOAD test (run_misc.at:2196): ok     (0m00.10s 0m00.01s)
370. COB_PRE_LOAD with entry points (run_misc.at:2222): ok     (0m00.15s 0m00.02s)
371. Lookup ENTRY from main executable (run_misc.at:2296): ok     (0m00.05s 0m00.00s)
372. COB_LOAD_CASE=UPPER test (run_misc.at:2338): ok     (0m00.10s 0m00.01s)
373. 88 level with FALSE IS clause (run_misc.at:2364): ok     (0m00.06s 0m00.00s)
374. ALLOCATE / FREE with BASED item (1) (run_misc.at:2392): ok     (0m00.05s 0m00.00s)
375. ALLOCATE / FREE with BASED item (2) (run_misc.at:2419): ok     (0m00.11s 0m00.00s)
376. ALLOCATE CHARACTERS INITIALIZED TO (run_misc.at:2466): ok     (0m00.05s 0m00.00s)
377. Initialized value with defaultbyte (run_misc.at:2507): ok     (0m00.05s 0m00.00s)
378. CALL with OMITTED parameter (run_misc.at:2532): ok     (0m00.11s 0m00.00s)
379. CALL in from C, cob_call_params explicitly set (run_misc.at:2570): ok     (0m00.05s 0m00.01s)
380. CALL in from C, cob_call_params unknown (run_misc.at:2612): ok     (0m00.07s 0m00.00s)
381. ANY LENGTH (1) (run_misc.at:2655): ok     (0m00.10s 0m00.01s)
382. ANY LENGTH (2) (run_misc.at:2698): ok     (0m00.10s 0m00.01s)
383. access to BASED item without allocation (run_misc.at:2742): ok     (0m00.10s 0m00.02s)
384. access to OPTIONAL LINKAGE item not passed (run_misc.at:2783): ok     (0m00.10s 0m00.01s)
385. STOP RUN WITH NORMAL STATUS (run_misc.at:2825): ok     (0m00.05s 0m00.00s)
386. STOP RUN WITH ERROR STATUS (run_misc.at:2843): ok     (0m00.05s 0m00.00s)
387. DECLARATIVES procedure referencing (run_misc.at:2861): ok     (0m00.05s 0m00.00s)
388. DECLARATIVES procedure referencing (multiple) (run_misc.at:2901): ok     (0m00.06s 0m00.00s)
389. SYMBOLIC clause (run_misc.at:2945): ok     (0m00.04s 0m00.01s)
390. OCCURS clause with 1 entry (run_misc.at:2982): ok     (0m00.05s 0m00.00s)
391. Computing of different USAGEs w/o decimal point (run_misc.at:3031): ok     (0m00.18s 0m00.02s)
392. Computing of different USAGEs w/- decimal point (run_misc.at:3539): ok     (0m00.20s 0m00.00s)
393. C/C++ reserved words/predefined identifiers (run_misc.at:4047): ok     (0m00.16s 0m00.03s)
394. ON EXCEPTION clause of DISPLAY (run_misc.at:4507): ok     (0m00.05s 0m00.00s)
395. EC-SCREEN-LINE-NUMBER and -STARTING-COLUMN (run_misc.at:4532): ok     (0m00.06s 0m00.00s)
396. LINE/COLUMN 0 exceptions (run_misc.at:4573): ok     (0m00.05s 0m00.00s)
397. SET LAST EXCEPTION TO OFF (run_misc.at:4611): ok     (0m00.05s 0m00.00s)
398. void PROCEDURE (run_misc.at:4643): ok     (0m00.10s 0m00.02s)
399. void PROCEDURE, NOTHING return (run_misc.at:4673): ok     (0m00.11s 0m00.00s)
400. void PROCEDURE, main not allowed (run_misc.at:4704): ok     (0m00.00s 0m00.00s)
401. void PROCEDURE not allowed for FUNCTION (run_misc.at:4722): ok     (0m00.00s 0m00.00s)
402. READY TRACE / RESET TRACE (run_misc.at:4740): ok     (0m00.26s 0m00.04s)
403. READ INTO AT-END sequence (run_file.at:21): ok     (0m00.05s 0m00.00s)
404. First READ on empty SEQUENTIAL INDEXED file (run_file.at:58): ok     (0m00.05s 0m00.00s)
405. REWRITE a RELATIVE file with RANDOM access (run_file.at:98): ok     (0m00.05s 0m00.00s)
406. SORT with SD, I/O SEQUENTIAL (run_file.at:165): ok     (0m00.06s 0m00.00s)
407. SORT with SD, I/O LINE SEQUENTIAL (run_file.at:213): ok     (0m00.06s 0m00.00s)
408. SORT with SD, I/O LINE SEQUENTIAL same file (run_file.at:270): ok     (0m00.06s 0m00.00s)
409. SORT nonexistent file (run_file.at:327): ok     (0m00.04s 0m00.01s)
410. ASSIGN with LOCAL-STORAGE item (run_file.at:362): ok     (0m00.05s 0m00.00s)
411. ASSIGN with LOCAL-STORAGE item and INITIAL prog (run_file.at:398): ok     (0m00.04s 0m00.01s)
412. RETURN-CODE moving (run_returncode.at:23): ok     (0m00.06s 0m00.00s)
413. RETURN-CODE passing (run_returncode.at:49): ok     (0m00.14s 0m00.03s)
414. RETURN-CODE nested (run_returncode.at:101): ok     (0m00.05s 0m00.00s)
415. FUNCTION ABS (run_functions.at:24): ok     (0m00.05s 0m00.00s)
416. FUNCTION ACOS (run_functions.at:46): ok     (0m00.05s 0m00.00s)
417. FUNCTION ANNUITY (run_functions.at:70): ok     (0m00.05s 0m00.00s)
418. FUNCTION ASIN (run_functions.at:94): ok     (0m00.05s 0m00.00s)
419. FUNCTION ATAN (run_functions.at:118): ok     (0m00.04s 0m00.01s)
420. FUNCTION BYTE-LENGTH (run_functions.at:142): ok     (0m00.05s 0m00.00s)
421. FUNCTION CHAR (run_functions.at:175): ok     (0m00.05s 0m00.00s)
422. FUNCTION COMBINED-DATETIME (run_functions.at:213): ok     (0m00.05s 0m00.00s)
423. FUNCTION CONCATENATE (run_functions.at:238): ok     (0m00.05s 0m00.00s)
424. FUNCTION CONCATENATE with reference modding (run_functions.at:277): ok     (0m00.05s 0m00.00s)
425. FUNCTION COS (run_functions.at:305): ok     (0m00.05s 0m00.00s)
426. FUNCTION CURRENCY-SYMBOL (run_functions.at:329): ok     (0m00.05s 0m00.00s)
427. FUNCTION CURRENT-DATE (run_functions.at:352): ok     (0m00.05s 0m00.00s)
428. FUNCTION DATE-OF-INTEGER (run_functions.at:423): ok     (0m00.05s 0m00.00s)
429. FUNCTION DATE-TO-YYYYMMDD (run_functions.at:448): ok     (0m00.05s 0m00.00s)
430. FUNCTION DAY-OF-INTEGER (run_functions.at:473): ok     (0m00.05s 0m00.00s)
431. FUNCTION DAY-TO-YYYYDDD (run_functions.at:498): ok     (0m00.05s 0m00.00s)
432. FUNCTION E (run_functions.at:523): ok     (0m00.04s 0m00.01s)
433. FUNCTION EXCEPTION-FILE (run_functions.at:547): ok     (0m00.05s 0m00.00s)
434. FUNCTION EXCEPTION-LOCATION (run_functions.at:579): ok     (0m00.05s 0m00.00s)
435. FUNCTION EXCEPTION-STATEMENT (run_functions.at:615): ok     (0m00.05s 0m00.00s)
436. FUNCTION EXCEPTION-STATUS (run_functions.at:647): ok     (0m00.05s 0m00.00s)
437. FUNCTION EXP (run_functions.at:679): ok     (0m00.05s 0m00.00s)
438. FUNCTION EXP10 (run_functions.at:703): ok     (0m00.05s 0m00.00s)
439. FUNCTION FACTORIAL (run_functions.at:728): ok     (0m00.04s 0m00.01s)
440. FUNCTION FORMATTED-CURRENT-DATE (run_functions.at:753): ok     (0m00.04s 0m00.01s)
441. FUNCTION FORMATTED-DATE (run_functions.at:781): ok     (0m00.06s 0m00.00s)
442. FUNCTION FORMATTED-DATE with ref modding (run_functions.at:844): ok     (0m00.04s 0m00.01s)
443. FUNCTION FORMATTED-DATETIME (run_functions.at:869): ok     (0m00.05s 0m00.00s)
444. FUNCTION FORMATTED-DATETIME with ref modding (run_functions.at:926): ok     (0m00.05s 0m00.00s)
445. FUNCTION FORMATTED-TIME (run_functions.at:952): ok     (0m00.06s 0m00.00s)
446. FUNCTION FORMATTED-TIME DP.COMMA (run_functions.at:1039): ok     (0m00.03s 0m00.02s)
447. FUNCTION FORMATTED-TIME with ref modding (run_functions.at:1070): ok     (0m00.05s 0m00.00s)
448. FUNCTION FRACTION-PART (run_functions.at:1095): ok     (0m00.05s 0m00.00s)
449. FUNCTION HIGHEST-ALGEBRAIC (run_functions.at:1126): ok     (0m00.05s 0m00.00s)
450. FUNCTION INTEGER (run_functions.at:1194): ok     (0m00.05s 0m00.00s)
451. FUNCTION INTEGER-OF-DATE (run_functions.at:1227): ok     (0m00.05s 0m00.00s)
452. FUNCTION INTEGER-OF-DAY (run_functions.at:1252): ok     (0m00.05s 0m00.00s)
453. FUNCTION INTEGER-OF-FORMATTED-DATE (run_functions.at:1277): ok     (0m00.05s 0m00.00s)
454. FUNCTION INTEGER-PART (run_functions.at:1327): ok     (0m00.05s 0m00.00s)
455. FUNCTION LENGTH (run_functions.at:1353): ok     (0m00.05s 0m00.00s)
456. FUNCTION LOCALE-COMPARE (run_functions.at:1379): ok     (0m00.05s 0m00.00s)
457. FUNCTION LOCALE-DATE (run_functions.at:1409): ok     (0m00.05s 0m00.00s)
458. FUNCTION LOCALE-TIME (run_functions.at:1435): ok     (0m00.05s 0m00.00s)
459. FUNCTION LOCALE-TIME-FROM-SECONDS (run_functions.at:1461): ok     (0m00.05s 0m00.00s)
460. FUNCTION LOG (run_functions.at:1487): ok     (0m00.05s 0m00.00s)
461. FUNCTION LOG10 (run_functions.at:1511): ok     (0m00.05s 0m00.00s)
462. FUNCTION LOWER-CASE (run_functions.at:1535): ok     (0m00.05s 0m00.00s)
463. FUNCTION LOWER-CASE with reference modding (run_functions.at:1563): ok     (0m00.05s 0m00.00s)
464. FUNCTION LOWEST-ALGEBRAIC (run_functions.at:1589): ok     (0m00.04s 0m00.01s)
465. FUNCTION MAX (run_functions.at:1642): ok     (0m00.05s 0m00.00s)
466. FUNCTION MEAN (run_functions.at:1664): ok     (0m00.05s 0m00.00s)
467. FUNCTION MEDIAN (run_functions.at:1686): ok     (0m00.05s 0m00.00s)
468. FUNCTION MIDRANGE (run_functions.at:1708): ok     (0m00.05s 0m00.00s)
469. FUNCTION MIN (run_functions.at:1730): ok     (0m00.05s 0m00.00s)
470. FUNCTION MOD (run_functions.at:1752): ok     (0m00.05s 0m00.00s)
471. FUNCTION MODULE-CALLER-ID (run_functions.at:1778): ok     (0m00.10s 0m00.01s)
472. FUNCTION MODULE-DATE (run_functions.at:1812): ok     (0m00.05s 0m00.00s)
473. FUNCTION MODULE-FORMATTED-DATE (run_functions.at:1837): ok     (0m00.05s 0m00.00s)
474. FUNCTION MODULE-ID (run_functions.at:1862): ok     (0m00.05s 0m00.00s)
475. FUNCTION MODULE-PATH (run_functions.at:1883): ok     (0m00.05s 0m00.00s)
476. FUNCTION MODULE-SOURCE (run_functions.at:1908): ok     (0m00.05s 0m00.00s)
477. FUNCTION MODULE-TIME (run_functions.at:1929): ok     (0m00.05s 0m00.00s)
478. FUNCTION MONETARY-DECIMAL-POINT (run_functions.at:1954): ok     (0m00.05s 0m00.00s)
479. FUNCTION MONETARY-THOUSANDS-SEPARATOR (run_functions.at:1977): ok     (0m00.05s 0m00.00s)
480. FUNCTION NUMERIC-DECIMAL-POINT (run_functions.at:2000): ok     (0m00.05s 0m00.00s)
481. FUNCTION NUMERIC-THOUSANDS-SEPARATOR (run_functions.at:2023): ok     (0m00.05s 0m00.00s)
482. FUNCTION NUMVAL (run_functions.at:2046): ok     (0m00.05s 0m00.00s)
483. FUNCTION NUMVAL-C (run_functions.at:2077): ok     (0m00.06s 0m00.00s)
484. FUNCTION NUMVAL-C DP.COMMA (run_functions.at:2108): ok     (0m00.05s 0m00.00s)
485. FUNCTION NUMVAL-F (run_functions.at:2138): ok     (0m00.04s 0m00.01s)
486. FUNCTION ORD (run_functions.at:2161): ok     (0m00.05s 0m00.00s)
487. FUNCTION ORD-MAX (run_functions.at:2183): ok     (0m00.05s 0m00.00s)
488. FUNCTION ORD-MIN (run_functions.at:2205): ok     (0m00.05s 0m00.00s)
489. FUNCTION PI (run_functions.at:2227): ok     (0m00.04s 0m00.01s)
490. FUNCTION PRESENT-VALUE (run_functions.at:2251): ok     (0m00.05s 0m00.00s)
491. FUNCTION RANDOM (run_functions.at:2273): ok     (0m00.05s 0m00.00s)
492. FUNCTION RANGE (run_functions.at:2297): ok     (0m00.05s 0m00.00s)
493. FUNCTION REM (run_functions.at:2321): ok     (0m00.06s 0m00.00s)
494. FUNCTION REVERSE (run_functions.at:2345): ok     (0m00.05s 0m00.00s)
495. FUNCTION REVERSE with reference modding (run_functions.at:2370): ok     (0m00.05s 0m00.00s)
496. FUNCTION SECONDS-FROM-FORMATTED-TIME (run_functions.at:2395): ok     (0m00.05s 0m00.00s)
497. FUNCTION SECONDS-PAST-MIDNIGHT (run_functions.at:2462): ok     (0m00.05s 0m00.00s)
498. FUNCTION SIGN (run_functions.at:2486): ok     (0m00.05s 0m00.00s)
499. FUNCTION SIN (run_functions.at:2525): ok     (0m00.05s 0m00.00s)
500. FUNCTION SQRT (run_functions.at:2549): ok     (0m00.05s 0m00.00s)
501. FUNCTION STANDARD-DEVIATION (run_functions.at:2573): ok     (0m00.04s 0m00.01s)
502. FUNCTION STORED-CHAR-LENGTH (run_functions.at:2597): ok     (0m00.05s 0m00.00s)
503. FUNCTION SUBSTITUTE (run_functions.at:2623): ok     (0m00.05s 0m00.00s)
504. FUNCTION SUBSTITUTE with reference modding (run_functions.at:2652): ok     (0m00.05s 0m00.00s)
505. FUNCTION SUBSTITUTE-CASE (run_functions.at:2680): ok     (0m00.05s 0m00.00s)
506. FUNCTION SUBSTITUTE-CASE with reference mod (run_functions.at:2707): ok     (0m00.05s 0m00.00s)
507. FUNCTION SUM (run_functions.at:2735): ok     (0m00.05s 0m00.00s)
508. FUNCTION TAN (run_functions.at:2759): ok     (0m00.05s 0m00.00s)
509. FUNCTION TEST-DATE-YYYYMMDD (run_functions.at:2783): ok     (0m00.04s 0m00.01s)
510. FUNCTION TEST-DAY-YYYYDDD (run_functions.at:2805): ok     (0m00.05s 0m00.00s)
511. FUNCTION TEST-FORMATTED-DATETIME with dates (run_functions.at:2827): ok     (0m00.05s 0m00.00s)
512. FUNCTION TEST-FORMATTED-DATETIME with times (run_functions.at:2954): ok     (0m00.06s 0m00.00s)
513. FUNCTION TEST-FORMATTED-DATETIME with datetimes (run_functions.at:3035): ok     (0m00.05s 0m00.00s)
514. FUNCTION TEST-FORMATTED-DATETIME DP.COMMA (run_functions.at:3082): ok     (0m00.05s 0m00.00s)
515. FUNCTION TEST-NUMVAL (run_functions.at:3123): ok     (0m00.05s 0m00.00s)
516. FUNCTION TEST-NUMVAL-C (run_functions.at:3221): ok     (0m00.05s 0m00.00s)
517. FUNCTION TEST-NUMVAL-F (run_functions.at:3319): ok     (0m00.06s 0m00.00s)
518. FUNCTION TRIM (run_functions.at:3417): ok     (0m00.05s 0m00.00s)
519. FUNCTION TRIM with reference modding (run_functions.at:3443): ok     (0m00.05s 0m00.00s)
520. FUNCTION TRIM zero length (run_functions.at:3469): ok     (0m00.05s 0m00.00s)
521. FUNCTION UPPER-CASE (run_functions.at:3496): ok     (0m00.05s 0m00.00s)
522. FUNCTION UPPER-CASE with reference modding (run_functions.at:3521): ok     (0m00.05s 0m00.00s)
523. FUNCTION VARIANCE (run_functions.at:3546): ok     (0m00.05s 0m00.00s)
524. FUNCTION WHEN-COMPILED (run_functions.at:3570): ok     (0m00.06s 0m00.00s)
525. FUNCTION YEAR-TO-YYYY (run_functions.at:3596): ok     (0m00.05s 0m00.00s)
526. Formatted funcs w/ invalid variable format (run_functions.at:3620): ok     (0m00.06s 0m00.00s)
527. FORMATTED-(DATE)TIME with SYSTEM-OFFSET (run_functions.at:3697): ok     (0m00.05s 0m00.00s)
528. Intrinsics without FUNCTION keyword (1) (run_functions.at:3737): ok     (0m00.05s 0m00.00s)
529. Intrinsics without FUNCTION keyword (2) (run_functions.at:3758): ok     (0m00.05s 0m00.00s)
530. User-Defined FUNCTION with/without parameter (run_functions.at:3781): ok     (0m00.06s 0m00.00s)
531. CALL BY CONTENT binary and literal (run_extensions.at:24): ok     (0m00.09s 0m00.01s)
532. Numeric Boolean literal (run_extensions.at:72): ok     (0m00.05s 0m00.00s)
533. ACUCOBOL literal (run_extensions.at:102): ok     (0m00.06s 0m00.00s)
534. Hexadecimal numeric literal (run_extensions.at:129): ok     (0m00.05s 0m00.00s)
535. Semi-parenthesized condition (run_extensions.at:157): ok     (0m00.04s 0m00.01s)
536. ADDRESS OF (run_extensions.at:177): ok     (0m00.05s 0m00.00s)
537. LENGTH OF (run_extensions.at:227): ok     (0m00.05s 0m00.00s)
538. WHEN-COMPILED (run_extensions.at:265): ok     (0m00.04s 0m00.01s)
539. Complex OCCURS DEPENDING ON (1) (run_extensions.at:291): ok     (0m00.05s 0m00.00s)
540. Complex OCCURS DEPENDING ON (2) (run_extensions.at:320): ok     (0m00.06s 0m00.00s)
541. Complex OCCURS DEPENDING ON (3) (run_extensions.at:383): ok     (0m00.06s 0m00.00s)
542. Complex OCCURS DEPENDING ON (4) (run_extensions.at:446): ok     (0m00.05s 0m00.00s)
543. Complex OCCURS DEPENDING ON (5) (run_extensions.at:512): ok     (0m00.05s 0m00.00s)
544. Complex OCCURS DEPENDING ON (6) (run_extensions.at:579): ok     (0m00.05s 0m00.01s)
545. Complex OCCURS DEPENDING ON (7) (run_extensions.at:619): ok     (0m00.06s 0m00.00s)
546. INITIALIZE level 01 (run_extensions.at:661): ok     (0m00.05s 0m00.00s)
547. MOVE of non-integer to alphanumeric (run_extensions.at:713): ok     (0m00.06s 0m00.00s)
548. CALL USING file-name (run_extensions.at:803): ok     (0m00.09s 0m00.01s)
549. CALL unusual PROGRAM-ID. (run_extensions.at:847): ok     (0m00.27s 0m00.03s)
550. CALL / GOBACK with LOCAL-STORAGE (run_extensions.at:911): ok     (0m00.11s 0m00.01s)
552. Case-sensitive PROGRAM-ID (run_extensions.at:998): ok     (0m00.06s 0m00.00s)
553. PROGRAM-ID AS clause (run_extensions.at:1020): ok     (0m00.05s 0m00.01s)
554. Quoted PROGRAM-ID (run_extensions.at:1042): ok     (0m00.05s 0m00.01s)
555. ASSIGN clause (run_extensions.at:1066): ok     (0m00.05s 0m00.00s)
556. ASSIGN clause IBM (run_extensions.at:1094): ok     (0m00.05s 0m00.00s)
557. ASSIGN mapping (run_extensions.at:1122): ok     (0m00.10s 0m00.01s)
558. ASSIGN expansion (run_extensions.at:1177): ok     (0m00.06s 0m00.00s)
559. ASSIGN with COB_FILE_PATH (run_extensions.at:1203): ok     (0m00.05s 0m00.00s)
560. NUMBER-OF-CALL-PARAMETERS (run_extensions.at:1231): ok     (0m00.11s 0m00.00s)
561. TALLY (run_extensions.at:1287): ok     (0m00.06s 0m00.00s)
563. PROCEDURE DIVISION CHAINING ... (run_extensions.at:1367): ok     (0m00.05s 0m00.00s)
564. STOP RUN RETURNING/GIVING (run_extensions.at:1393): ok     (0m00.22s 0m00.02s)
565. GOBACK/EXIT PROGRAM RETURNING/GIVING (run_extensions.at:1451): ok     (0m00.11s 0m00.02s)
566. ENTRY (run_extensions.at:1501): ok     (0m00.11s 0m00.01s)
567. LINE SEQUENTIAL write (run_extensions.at:1546): ok     (0m00.05s 0m00.00s)
568. LINE SEQUENTIAL read (run_extensions.at:1592): ok     (0m00.06s 0m00.00s)
569. ASSIGN to KEYBOARD/DISPLAY (run_extensions.at:1659): ok     (0m00.04s 0m00.01s)
571. Environment/Argument variable (run_extensions.at:1779): ok     (0m00.05s 0m00.01s)
572. DECIMAL-POINT is COMMA (1) (run_extensions.at:1826): ok     (0m00.05s 0m00.00s)
573. DECIMAL-POINT is COMMA (2) (run_extensions.at:1854): ok     (0m00.05s 0m00.00s)
574. DECIMAL-POINT is COMMA (3) (run_extensions.at:1882): ok     (0m00.05s 0m00.00s)
575. DECIMAL-POINT is COMMA (4) (run_extensions.at:1910): ok     (0m00.05s 0m00.00s)
576. DECIMAL-POINT is COMMA (5) (run_extensions.at:1938): ok     (0m00.05s 0m00.00s)
577. 78 Level (1) (run_extensions.at:1972): ok     (0m00.05s 0m00.00s)
578. 78 Level (2) (run_extensions.at:1995): ok     (0m00.04s 0m00.01s)
579. 78 Level (3) (run_extensions.at:2021): ok     (0m00.05s 0m00.00s)
580. DEBUG (not active) (run_extensions.at:2045): ok     (0m00.04s 0m00.01s)
581. DEBUG (fdebugging-line) (run_extensions.at:2068): ok     (0m00.05s 0m00.00s)
582. DEBUG (obsolete WITH DEBUGGING MODE) (run_extensions.at:2091): ok     (0m00.04s 0m00.01s)
583. DEBUG free format (not active) (run_extensions.at:2117): ok     (0m00.05s 0m00.00s)
584. DEBUG free format (fdebugging-line) (run_extensions.at:2140): ok     (0m00.06s 0m00.00s)
585. SWITCHES with non-standard names (run_extensions.at:2163): ok     (0m00.05s 0m00.00s)
586. Larger REDEFINES lengths (run_extensions.at:2264): ok     (0m00.05s 0m00.00s)
587. Obsolete 85 keywords (run_extensions.at:2349): ok     (0m00.05s 0m00.00s)
588. System routine C$CALLEDBY (run_extensions.at:2375): ok     (0m00.11s 0m00.00s)
589. System routine C$NARG (run_extensions.at:2421): ok     (0m00.11s 0m00.01s)
590. System routine C$PARAMSIZE (run_extensions.at:2461): ok     (0m00.11s 0m00.00s)
591. System routine C$JUSTIFY (run_extensions.at:2503): ok     (0m00.05s 0m00.00s)
592. System routine C$PRINTABLE (run_extensions.at:2528): ok     (0m00.05s 0m00.00s)
593. System routine C$MAKEDIR (run_extensions.at:2557): ok     (0m00.05s 0m00.00s)
594. System routine C$GETPID (run_extensions.at:2578): ok     (0m00.06s 0m00.00s)
595. System routine C$TOUPPER (run_extensions.at:2603): ok     (0m00.04s 0m00.01s)
596. System routine C$TOLOWER (run_extensions.at:2628): ok     (0m00.05s 0m00.00s)
597. System routine CBL_OR (run_extensions.at:2653): ok     (0m00.05s 0m00.00s)
598. System routine CBL_NOR (run_extensions.at:2680): ok     (0m00.05s 0m00.00s)
599. System routine CBL_AND (run_extensions.at:2707): ok     (0m00.05s 0m00.00s)
600. System routine CBL_XOR (run_extensions.at:2734): ok     (0m00.05s 0m00.00s)
601. System routine CBL_IMP (run_extensions.at:2761): ok     (0m00.05s 0m00.00s)
602. System routine CBL_NIMP (run_extensions.at:2788): ok     (0m00.05s 0m00.00s)
603. System routine CBL_NOT (run_extensions.at:2815): ok     (0m00.05s 0m00.00s)
604. System routine CBL_EQ (run_extensions.at:2841): ok     (0m00.05s 0m00.00s)
605. System routine CBL_OC_GETOPT (run_extensions.at:2868): ok     (0m00.30s 0m00.03s)
606. System routine CBL_COPY_FILE (run_extensions.at:3305): ok     (0m00.05s 0m00.00s)
607. System routine CBL_OC_HOSTED (run_extensions.at:3339): ok     (0m00.13s 0m00.01s)
608. System routines for directories (run_extensions.at:3460): ok     (0m00.05s 0m00.00s)
609. System routines for files (run_extensions.at:3501): ok     (0m00.11s 0m00.01s)
610. Conditional/define directives (1) (run_extensions.at:3615): ok     (0m00.05s 0m00.00s)
611. Conditional/define directives (2) (run_extensions.at:3639): ok     (0m00.05s 0m00.00s)
612. Conditional/define directives (3) (run_extensions.at:3664): ok     (0m00.05s 0m00.00s)
613. Conditional/define directives (4) (run_extensions.at:3692): ok     (0m00.05s 0m00.00s)
614. Conditional/define directives (5) (run_extensions.at:3718): ok     (0m00.04s 0m00.01s)
615. Conditional/define directives (6) (run_extensions.at:3742): ok     (0m00.10s 0m00.01s)
616. Conditional/define directives (7) (run_extensions.at:3766): ok     (0m00.05s 0m00.00s)
617. BINARY: 2-4-8 big-endian (data_binary.at:23): ok     (0m00.21s 0m00.01s)
618. BINARY: 2-4-8 native (data_binary.at:205): ok     (0m00.21s 0m00.01s)
619. BINARY: 1-2-4-8 big-endian (data_binary.at:393): ok     (0m00.20s 0m00.02s)
620. BINARY: 1-2-4-8 native (data_binary.at:575): ok     (0m00.21s 0m00.01s)
621. BINARY: 1--8 big-endian (data_binary.at:763): ok     (0m00.22s 0m00.01s)
622. BINARY: 1--8 native (data_binary.at:945): ok     (0m00.20s 0m00.02s)
623. BINARY: full-print (data_binary.at:1133): ok     (0m00.04s 0m00.01s)
624. BINARY: 64bit unsigned compare (data_binary.at:1185): ok     (0m00.06s 0m00.00s)
625. BINARY: 64bit unsigned arthimetic notrunc (data_binary.at:1210): ok     (0m00.05s 0m00.00s)
626. BINARY: 64bit signed negative constant range (data_binary.at:1239): ok     (0m00.05s 0m00.00s)
627. DISPLAY: Sign ASCII (data_display.at:21): ok     (0m00.05s 0m00.00s)
628. DISPLAY: Sign ASCII (2) (data_display.at:80): ok     (0m00.05s 0m00.00s)
629. DISPLAY: Sign EBCDIC (data_display.at:126): ok     (0m00.05s 0m00.00s)
630. DISPLAY: unsigned (data_display.at:171): ok     (0m00.05s 0m00.00s)
631. PACKED-DECIMAL dump (data_packed.at:25): ok     (0m00.14s 0m00.01s)
632. PACKED-DECIMAL display (data_packed.at:162): ok     (0m00.05s 0m00.00s)
633. PACKED-DECIMAL move (data_packed.at:218): ok     (0m00.05s 0m00.00s)
634. PACKED-DECIMAL arithmetic (1) (data_packed.at:276): ok     (0m00.04s 0m00.01s)
635. PACKED-DECIMAL arithmetic (2) (data_packed.at:316): ok     (0m00.05s 0m00.00s)
636. PACKED-DECIMAL numeric test (1) (data_packed.at:353): ok     (0m00.06s 0m00.00s)
637. PACKED-DECIMAL numeric test (2) (data_packed.at:494): ok     (0m00.05s 0m00.00s)
638. COMP-6 display (data_packed.at:607): ok     (0m00.05s 0m00.00s)
639. COMP-6 move (data_packed.at:643): ok     (0m00.05s 0m00.00s)
640. COMP-6 arithmetic (data_packed.at:689): ok     (0m00.05s 0m00.00s)
641. COMP-6 numeric test  (data_packed.at:720): ok     (0m00.05s 0m00.00s)
642. POINTER: display (data_pointer.at:21): ok     (0m00.10s 0m00.01s)
testsuite: ending at: Mon Aug  8 13:13:48 CEST 2016
testsuite: test suite duration: 0h 0m 49s

## ------------- ##
## Test results. ##
## ------------- ##

ERROR: 641 tests were run,
4 failed (3 expected failures).
1 test was skipped.

## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
GnuCOBOL 2.0 test suite: GnuCOBOL Tests test groups:

 NUM: FILE-NAME:LINE     TEST-GROUP-NAME
      KEYWORDS

 224: listings.at:839    Error/Warning messages
      listing

Skipped tests:
GnuCOBOL 2.0 test suite: GnuCOBOL Tests test groups:

 NUM: FILE-NAME:LINE     TEST-GROUP-NAME
      KEYWORDS

 364: run_misc.at:1980   SORT: table sort (3)
      runmisc

## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##

#                             -*- compilation -*-
224. listings.at:839: testing Error/Warning messages ...
./listings.at:863: $COMPILE_ONLY -t prog.lst prog.cob
./listings.at:898: diff prog12.lst prog.lis
./listings.at:913: $COMPILE_ONLY -t prog.lst prog.cob
./listings.at:946: diff prog13.lst prog.lis
./listings.at:961: $COMPILE_ONLY -t prog.lst prog.cob
./listings.at:993: diff prog14.lst prog.lis
./listings.at:996: $COMPILE_ONLY -t crud.lst crud.cob
./listings.at:1002: diff prog15.lst crud.lst
./listings.at:1021: $COMPILE_ONLY -t prog.lst prog.cob
./listings.at:1056: diff prog16.lst prog.lis
--- /dev/null	2016-08-08 13:02:27.007086198 +0200
+++ /home/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/224/stdout	2016-08-08 13:13:06.062643283 +0200
@@ -0,0 +1,13 @@
+11d10
+< warning: 'TEST-VAR' defined here as PIC 9(2)
+13a13,14
+> warning: numeric value is expected
+> warning: 'TEST-VAR' defined here as PIC 9(2)
+18d18
+< warning: numeric value is expected
+21a22,26
+> GnuCOBOL 2.0.0   prog.cob                   DDD MMM dd HH:MM:SS YYYY  Page 0002
+> 
+> SIZE TYPE           LVL  NAME                           PICTURE
+> 
+> 0002 NUMERIC        01   TEST-VAR                       9(2)
./listings.at:1056: exit code was 1, expected 0
prog.lis:
> GnuCOBOL 2.0.0   prog.cob                   DDD MMM dd HH:MM:SS YYYY  Page 0001
> 
> LINE    PG/LN  A...B............................................................
> 
> 000001
> 000002         IDENTIFICATION   DIVISION.
> 000003         PROGRAM-ID.      prog.
> 000004         DATA             DIVISION.
> 000005         WORKING-STORAGE  SECTION.
> 000006         01 TEST-VAR PIC 9(2) VALUE 12.
> 000007         COPY 'CRUD.CPY'.
> error: CRUD.CPY: No such file or directory
> warning: numeric value is expected
> warning: 'TEST-VAR' defined here as PIC 9(2)
> 000008         PROCEDURE        DIVISION.
> 000009             DISPLAY TEST-VAR NO ADVANCING
> 000010             END-DISPLAY
> 000011             MOVE 'AA' TO TEST-VAR
> 000012             DISPLAY TEST-VAR NO ADVANCING
> 000013             END-DISPLAY
> 000014             STOP RUN.
> GnuCOBOL 2.0.0   prog.cob                   DDD MMM dd HH:MM:SS YYYY  Page 0002
> 
> SIZE TYPE           LVL  NAME                           PICTURE
> 
> 0002 NUMERIC        01   TEST-VAR                       9(2)
> 
> 2 Warnings in program
> 1 Errors in program
224. listings.at:839: 224. Error/Warning messages (listings.at:839): FAILED (listings.at:1056)


## ------------- ##
## ../config.log ##
## ------------- ##
| This file contains any messages produced by compilers while
| running configure, to aid debugging if configure makes a mistake.
| 
| It was created by GnuCOBOL configure 2.0, which was
| generated by GNU Autoconf 2.69.  Invocation command line was
| 
|   $ ./configure 
| 
| ## --------- ##
| ## Platform. ##
| ## --------- ##
| 
| hostname = basilikum
| uname -m = x86_64
| uname -r = 4.8.0-rc1
| uname -s = Linux
| uname -v = #2 SMP PREEMPT Mon Aug 8 12:45:33 CEST 2016
| 
| /usr/bin/uname -p = unknown
| /bin/uname -X     = unknown
| 
| /bin/arch              = unknown
| /usr/bin/arch -k       = unknown
| /usr/convex/getsysinfo = unknown
| /usr/bin/hostinfo      = unknown
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
| 
| PATH: /home/harald/bin
| PATH: /opt/gcc/bin
| PATH: /opt/intel/composer_xe_2013_sp1.1.106/bin/intel64
| PATH: /opt/intel/composer_xe_2013_sp1.1.106/mpirt/bin/intel64
| PATH: /opt/intel/composer_xe_2013_sp1.1.106/debugger/gdb/intel64_mic/py27/bin
| PATH: /opt/intel/composer_xe_2013_sp1.1.106/debugger/gdb/intel64/py27/bin
| PATH: /opt/intel/composer_xe_2013_sp1.1.106/bin/intel64
| PATH: /opt/intel/composer_xe_2013_sp1.1.106/bin/intel64_mic
| PATH: /opt/intel/composer_xe_2013_sp1.1.106/debugger/gui/intel64
| PATH: /usr/local/bin
| PATH: /usr/bin
| PATH: /bin
| PATH: /usr/local/games
| PATH: /usr/games
| PATH: /opt/bin
| PATH: /opt/oracle/solstudio/bin
| PATH: /opt/ekopath/bin
| PATH: /usr/bin/mh
| PATH: /usr/local/games
| PATH: /usr/local/sbin
| PATH: /usr/sbin
| PATH: /sbin
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:2427: checking for a BSD-compatible install
| configure:2495: result: /usr/bin/install -c
| configure:2506: checking whether build environment is sane
| configure:2561: result: yes
| configure:2712: checking for a thread-safe mkdir -p
| configure:2751: result: /bin/mkdir -p
| configure:2758: checking for gawk
| configure:2774: found /usr/bin/gawk
| configure:2785: result: gawk
| configure:2796: checking whether make sets $(MAKE)
| configure:2818: result: yes
| configure:2847: checking whether make supports nested variables
| configure:2864: result: yes
| configure:2949: checking whether to enable maintainer-specific portions of Makefiles
| configure:2958: result: no
| configure:3080: checking for gcc
| configure:3096: found /opt/gcc/bin/gcc
| configure:3107: result: gcc
| configure:3138: checking for C compiler version
| configure:3147: gcc --version >&5
| gcc (GCC) 6.1.0
| Copyright (C) 2016 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions.  There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
| 
| configure:3158: $? = 0
| configure:3147: gcc -v >&5
| Using built-in specs.
| COLLECT_GCC=gcc
| COLLECT_LTO_WRAPPER=/opt/gcc/libexec/gcc/x86_64-pc-linux-gnu/6.1.0/lto-wrapper
| Target: x86_64-pc-linux-gnu
| Configured with: ../gcc-6.1.0/configure --prefix=/opt/gcc --enable-multiarch --with-arch=sandybridge --enable-languages=ada,c,c++,fortran,go,java,objc,obj-c++ --enable-targets=all --disable-nls --with-x
| Thread model: posix
| gcc version 6.1.0 (GCC) 
| configure:3158: $? = 0
| configure:3147: gcc -V >&5
| gcc: error: unrecognized command line option '-V'
| gcc: fatal error: no input files
| compilation terminated.
| configure:3158: $? = 1
| configure:3147: gcc -qversion >&5
| gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
| gcc: fatal error: no input files
| compilation terminated.
| configure:3158: $? = 1
| configure:3178: checking whether the C compiler works
| configure:3200: gcc    conftest.c  >&5
| configure:3204: $? = 0
| configure:3252: result: yes
| configure:3255: checking for C compiler default output file name
| configure:3257: result: a.out
| configure:3263: checking for suffix of executables
| configure:3270: gcc -o conftest    conftest.c  >&5
| configure:3274: $? = 0
| configure:3296: result: 
| configure:3318: checking whether we are cross compiling
| configure:3326: gcc -o conftest    conftest.c  >&5
| configure:3330: $? = 0
| configure:3337: ./conftest
| configure:3341: $? = 0
| configure:3356: result: no
| configure:3361: checking for suffix of object files
| configure:3383: gcc -c   conftest.c >&5
| configure:3387: $? = 0
| configure:3408: result: o
| configure:3412: checking whether we are using the GNU C compiler
| configure:3431: gcc -c   conftest.c >&5
| configure:3431: $? = 0
| configure:3440: result: yes
| configure:3449: checking whether gcc accepts -g
| configure:3469: gcc -c -g  conftest.c >&5
| configure:3469: $? = 0
| configure:3510: result: yes
| configure:3527: checking for gcc option to accept ISO C89
| configure:3590: gcc  -c -g -O2  conftest.c >&5
| configure:3590: $? = 0
| configure:3603: result: none needed
| configure:3634: checking for style of include used by make
| configure:3662: result: GNU
| configure:3688: checking dependency style of gcc
| configure:3799: result: gcc3
| configure:3818: checking for gcc option to accept ISO C99
| configure:3967: gcc  -c -g -O2  conftest.c >&5
| configure:3967: $? = 0
| configure:3980: result: none needed
| configure:4088: checking for gcc option to accept ISO Standard C
| configure:4099: result: none needed
| configure:4112: checking how to run the C preprocessor
| configure:4143: gcc -E  conftest.c
| configure:4143: $? = 0
| configure:4157: gcc -E  conftest.c
| conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
|  #include <ac_nonexistent.h>
|                             ^
| compilation terminated.
| configure:4157: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GnuCOBOL 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:4182: result: gcc -E
| configure:4202: gcc -E  conftest.c
| configure:4202: $? = 0
| configure:4216: gcc -E  conftest.c
| conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
|  #include <ac_nonexistent.h>
|                             ^
| compilation terminated.
| configure:4216: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GnuCOBOL 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:4247: checking for grep that handles long lines and -e
| configure:4305: result: /bin/grep
| configure:4310: checking for egrep
| configure:4372: result: /bin/grep -E
| configure:4377: checking for ANSI C header files
| configure:4397: gcc -c -g -O2  conftest.c >&5
| configure:4397: $? = 0
| configure:4470: gcc -o conftest -g -O2   conftest.c  >&5
| configure:4470: $? = 0
| configure:4470: ./conftest
| configure:4470: $? = 0
| configure:4481: result: yes
| configure:4494: checking for sys/types.h
| configure:4494: gcc -c -g -O2  conftest.c >&5
| configure:4494: $? = 0
| configure:4494: result: yes
| configure:4494: checking for sys/stat.h
| configure:4494: gcc -c -g -O2  conftest.c >&5
| configure:4494: $? = 0
| configure:4494: result: yes
| configure:4494: checking for stdlib.h
| configure:4494: gcc -c -g -O2  conftest.c >&5
| configure:4494: $? = 0
| configure:4494: result: yes
| configure:4494: checking for string.h
| configure:4494: gcc -c -g -O2  conftest.c >&5
| configure:4494: $? = 0
| configure:4494: result: yes
| configure:4494: checking for memory.h
| configure:4494: gcc -c -g -O2  conftest.c >&5
| configure:4494: $? = 0
| configure:4494: result: yes
| configure:4494: checking for strings.h
| configure:4494: gcc -c -g -O2  conftest.c >&5
| configure:4494: $? = 0
| configure:4494: result: yes
| configure:4494: checking for inttypes.h
| configure:4494: gcc -c -g -O2  conftest.c >&5
| configure:4494: $? = 0
| configure:4494: result: yes
| configure:4494: checking for stdint.h
| configure:4494: gcc -c -g -O2  conftest.c >&5
| configure:4494: $? = 0
| configure:4494: result: yes
| configure:4494: checking for unistd.h
| configure:4494: gcc -c -g -O2  conftest.c >&5
| configure:4494: $? = 0
| configure:4494: result: yes
| configure:4507: checking minix/config.h usability
| configure:4507: gcc -c -g -O2  conftest.c >&5
| conftest.c:54:26: fatal error: minix/config.h: No such file or directory
|  #include <minix/config.h>
|                           ^
| compilation terminated.
| configure:4507: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GnuCOBOL 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <minix/config.h>
| configure:4507: result: no
| configure:4507: checking minix/config.h presence
| configure:4507: gcc -E  conftest.c
| conftest.c:21:26: fatal error: minix/config.h: No such file or directory
|  #include <minix/config.h>
|                           ^
| compilation terminated.
| configure:4507: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GnuCOBOL 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <minix/config.h>
| configure:4507: result: no
| configure:4507: checking for minix/config.h
| configure:4507: result: no
| configure:4528: checking whether it is safe to define __EXTENSIONS__
| configure:4546: gcc -c -g -O2  conftest.c >&5
| configure:4546: $? = 0
| configure:4553: result: yes
| configure:4597: checking build system type
| configure:4611: result: x86_64-pc-linux-gnu
| configure:4631: checking host system type
| configure:4644: result: x86_64-pc-linux-gnu
| configure:4685: checking how to print strings
| configure:4714: result: print -r
| configure:4733: checking for a sed that does not truncate output
| configure:4797: result: /bin/sed
| configure:4815: checking for fgrep
| configure:4877: result: /bin/grep -F
| configure:4912: checking for ld used by gcc
| configure:4979: result: /usr/bin/ld
| configure:4986: checking if the linker (/usr/bin/ld) is GNU ld
| configure:5001: result: yes
| configure:5013: checking for BSD- or MS-compatible name lister (nm)
| configure:5067: result: /usr/bin/nm -B
| configure:5197: checking the name lister (/usr/bin/nm -B) interface
| configure:5204: gcc -c -g -O2  conftest.c >&5
| configure:5207: /usr/bin/nm -B "conftest.o"
| configure:5210: output
| 0000000000000000 B some_variable
| configure:5217: result: BSD nm
| configure:5220: checking whether ln -s works
| configure:5224: result: yes
| configure:5232: checking the maximum length of command line arguments
| configure:5363: result: 1572864
| configure:5411: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
| configure:5451: result: func_convert_file_noop
| configure:5458: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
| configure:5478: result: func_convert_file_noop
| configure:5485: checking for /usr/bin/ld option to reload object files
| configure:5492: result: -r
| configure:5566: checking for objdump
| configure:5582: found /usr/bin/objdump
| configure:5593: result: objdump
| configure:5622: checking how to recognize dependent libraries
| configure:5822: result: pass_all
| configure:5907: checking for dlltool
| configure:5937: result: no
| configure:5964: checking how to associate runtime and link libraries
| configure:5991: result: print -r --
| configure:6051: checking for ar
| configure:6067: found /usr/bin/ar
| configure:6078: result: ar
| configure:6115: checking for archiver @FILE support
| configure:6132: gcc -c -g -O2  conftest.c >&5
| configure:6132: $? = 0
| configure:6135: ar cru libconftest.a @conftest.lst >&5
| ar: `u' modifier ignored since `D' is the default (see `U')
| configure:6138: $? = 0
| configure:6143: ar cru libconftest.a @conftest.lst >&5
| ar: `u' modifier ignored since `D' is the default (see `U')
| ar: conftest.o: No such file or directory
| configure:6146: $? = 1
| configure:6158: result: @
| configure:6216: checking for strip
| configure:6232: found /usr/bin/strip
| configure:6243: result: strip
| configure:6315: checking for ranlib
| configure:6331: found /usr/bin/ranlib
| configure:6342: result: ranlib
| configure:6444: checking command to parse /usr/bin/nm -B output from gcc object
| configure:6597: gcc -c -g -O2  conftest.c >&5
| configure:6600: $? = 0
| configure:6604: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
| configure:6607: $? = 0
| configure:6673: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
| configure:6676: $? = 0
| configure:6714: result: ok
| configure:6761: checking for sysroot
| configure:6791: result: no
| configure:6798: checking for a working dd
| configure:6836: result: /bin/dd
| configure:6840: checking how to truncate binary pipes
| configure:6855: result: /bin/dd bs=4096 count=1
| configure:6991: gcc -c -g -O2  conftest.c >&5
| configure:6994: $? = 0
| configure:7184: checking for mt
| configure:7200: found /bin/mt
| configure:7211: result: mt
| configure:7234: checking if mt is a manifest tool
| configure:7240: mt '-?'
| configure:7248: result: no
| configure:7922: checking for dlfcn.h
| configure:7922: gcc -c -g -O2  conftest.c >&5
| configure:7922: $? = 0
| configure:7922: result: yes
| configure:8475: checking for objdir
| configure:8490: result: .libs
| configure:8754: checking if gcc supports -fno-rtti -fno-exceptions
| configure:8772: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
| cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
| configure:8776: $? = 0
| configure:8789: result: no
| configure:9147: checking for gcc option to produce PIC
| configure:9154: result: -fPIC -DPIC
| configure:9162: checking if gcc PIC flag -fPIC -DPIC works
| configure:9180: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
| configure:9184: $? = 0
| configure:9197: result: yes
| configure:9226: checking if gcc static flag -static works
| configure:9254: result: yes
| configure:9269: checking if gcc supports -c -o file.o
| configure:9290: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
| configure:9294: $? = 0
| configure:9316: result: yes
| configure:9324: checking if gcc supports -c -o file.o
| configure:9371: result: yes
| configure:9404: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
| configure:10663: result: yes
| configure:10700: checking whether -lc should be explicitly linked in
| configure:10708: gcc -c -g -O2  conftest.c >&5
| configure:10711: $? = 0
| configure:10726: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
| configure:10729: $? = 0
| configure:10743: result: no
| configure:10903: checking dynamic linker characteristics
| configure:11484: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
| configure:11484: $? = 0
| configure:11721: result: GNU/Linux ld.so
| configure:11843: checking how to hardcode library paths into programs
| configure:11868: result: immediate
| configure:11970: checking for shl_load
| configure:11970: gcc -o conftest -g -O2   conftest.c  >&5
| /tmp/cctwI9Tt.o: In function `main':
| /home/harald/src/gnucobol/branches/gnu-cobol-2.0/conftest.c:62: undefined reference to `shl_load'
| collect2: error: ld returned 1 exit status
| configure:11970: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GnuCOBOL 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | /* end confdefs.h.  */
| | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define shl_load innocuous_shl_load
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char shl_load (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef shl_load
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char shl_load ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_shl_load || defined __stub___shl_load
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return shl_load ();
| |   ;
| |   return 0;
| | }
| configure:11970: result: no
| configure:11974: checking for shl_load in -ldld
| configure:11999: gcc -o conftest -g -O2   conftest.c -ldld   >&5
| /usr/bin/ld: cannot find -ldld
| collect2: error: ld returned 1 exit status
| configure:11999: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GnuCOBOL 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | /* end confdefs.h.  */
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char shl_load ();
| | int
| | main ()
| | {
| | return shl_load ();
| |   ;
| |   return 0;
| | }
| configure:12008: result: no
| configure:12013: checking for dlopen
| configure:12013: gcc -o conftest -g -O2   conftest.c  >&5
| /tmp/cc3AgMmB.o: In function `main':
| /home/harald/src/gnucobol/branches/gnu-cobol-2.0/conftest.c:62: undefined reference to `dlopen'
| collect2: error: ld returned 1 exit status
| configure:12013: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GnuCOBOL 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | /* end confdefs.h.  */
| | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define dlopen innocuous_dlopen
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char dlopen (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef dlopen
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char dlopen ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_dlopen || defined __stub___dlopen
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return dlopen ();
| |   ;
| |   return 0;
| | }
| configure:12013: result: no
| configure:12017: checking for dlopen in -ldl
| configure:12042: gcc -o conftest -g -O2   conftest.c -ldl   >&5
| configure:12042: $? = 0
| configure:12051: result: yes
| configure:12170: checking whether a program can dlopen itself
| configure:12250: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic conftest.c -ldl  >&5
| configure:12253: $? = 0
| configure:12271: result: yes
| configure:12276: checking whether a statically linked program can dlopen itself
| configure:12356: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic -static conftest.c -ldl  >&5
| /tmp/cc69w1VF.o: In function `main':
| /home/harald/src/gnucobol/branches/gnu-cobol-2.0/configure:12335: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
| /usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/lib/x86_64-linux-gnu/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
| collect2: error: ld returned 1 exit status
| configure:12359: $? = 1
| configure:12377: result: no
| configure:12416: checking whether stripping libraries is possible
| configure:12421: result: yes
| configure:12456: checking if libtool supports shared libraries
| configure:12458: result: yes
| configure:12461: checking whether to build shared libraries
| configure:12486: result: yes
| configure:12489: checking whether to build static libraries
| configure:12493: result: yes
| configure:12531: checking for egrep
| configure:12593: result: /bin/grep -E
| configure:12599: checking whether gcc and cc understand -c and -o together
| configure:12630: gcc -c conftest.c -o conftest2.o >&5
| configure:12634: $? = 0
| configure:12640: gcc -c conftest.c -o conftest2.o >&5
| configure:12644: $? = 0
| configure:12655: cc -c conftest.c >&5
| configure:12659: $? = 0
| configure:12667: cc -c conftest.c -o conftest2.o >&5
| configure:12671: $? = 0
| configure:12677: cc -c conftest.c -o conftest2.o >&5
| configure:12681: $? = 0
| configure:12699: result: yes
| configure:12727: checking whether ln -s works
| configure:12731: result: yes
| configure:12744: checking whether make sets $(MAKE)
| configure:12766: result: yes
| configure:12800: checking for ld used by gcc
| configure:12867: result: /usr/bin/ld -m elf_x86_64
| configure:12874: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
| configure:12889: result: yes
| configure:12896: checking for shared library run path origin
| configure:12909: result: done
| configure:12930: checking for ANSI C header files
| configure:13034: result: yes
| configure:13046: checking for stdint.h
| configure:13046: result: yes
| configure:13046: checking for sys/types.h
| configure:13046: result: yes
| configure:13046: checking signal.h usability
| configure:13046: gcc -c -g -O2  conftest.c >&5
| configure:13046: $? = 0
| configure:13046: result: yes
| configure:13046: checking signal.h presence
| configure:13046: gcc -E  conftest.c
| configure:13046: $? = 0
| configure:13046: result: yes
| configure:13046: checking for signal.h
| configure:13046: result: yes
| configure:13046: checking fcntl.h usability
| configure:13046: gcc -c -g -O2  conftest.c >&5
| configure:13046: $? = 0
| configure:13046: result: yes
| configure:13046: checking fcntl.h presence
| configure:13046: gcc -E  conftest.c
| configure:13046: $? = 0
| configure:13046: result: yes
| configure:13046: checking for fcntl.h
| configure:13046: result: yes
| configure:13046: checking malloc.h usability
| configure:13046: gcc -c -g -O2  conftest.c >&5
| configure:13046: $? = 0
| configure:13046: result: yes
| configure:13046: checking malloc.h presence
| configure:13046: gcc -E  conftest.c
| configure:13046: $? = 0
| configure:13046: result: yes
| configure:13046: checking for malloc.h
| configure:13046: result: yes
| configure:13046: checking locale.h usability
| configure:13046: gcc -c -g -O2  conftest.c >&5
| configure:13046: $? = 0
| configure:13046: result: yes
| configure:13046: checking locale.h presence
| configure:13046: gcc -E  conftest.c
| configure:13046: $? = 0
| configure:13046: result: yes
| configure:13046: checking for locale.h
| configure:13046: result: yes
| configure:13046: checking stddef.h usability
| configure:13046: gcc -c -g -O2  conftest.c >&5
| configure:13046: $? = 0
| configure:13046: result: yes
| configure:13046: checking stddef.h presence
| configure:13046: gcc -E  conftest.c
| configure:13046: $? = 0
| configure:13046: result: yes
| configure:13046: checking for stddef.h
| configure:13046: result: yes
| configure:13046: checking wchar.h usability
| configure:13046: gcc -c -g -O2  conftest.c >&5
| configure:13046: $? = 0
| configure:13046: result: yes
| configure:13046: checking wchar.h presence
| configure:13046: gcc -E  conftest.c
| configure:13046: $? = 0
| configure:13046: result: yes
| configure:13046: checking for wchar.h
| configure:13046: result: yes
| configure:13046: checking for dlfcn.h
| configure:13046: result: yes
| configure:13046: checking sys/time.h usability
| configure:13046: gcc -c -g -O2  conftest.c >&5
| configure:13046: $? = 0
| configure:13046: result: yes
| configure:13046: checking sys/time.h presence
| configure:13046: gcc -E  conftest.c
| configure:13046: $? = 0
| configure:13046: result: yes
| configure:13046: checking for sys/time.h
| configure:13046: result: yes
| configure:13058: checking for an ANSI C-conforming const
| configure:13124: gcc -c -g -O2  conftest.c >&5
| configure:13124: $? = 0
| configure:13131: result: yes
| configure:13139: checking whether byte ordering is bigendian
| configure:13154: gcc -c -g -O2  conftest.c >&5
| conftest.c:40:9: error: unknown type name 'not'
|          not a universal capable compiler
|          ^~~
| conftest.c:40:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
|          not a universal capable compiler
|                ^~~~~~~~~
| conftest.c:40:15: error: unknown type name 'universal'
| configure:13154: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GnuCOBOL 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h.  */
| | #ifndef __APPLE_CC__
| | 	       not a universal capable compiler
| | 	     #endif
| | 	     typedef int dummy;
| | 
| configure:13199: gcc -c -g -O2  conftest.c >&5
| configure:13199: $? = 0
| configure:13217: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:46:4: error: unknown type name 'not'
|     not big endian
|     ^~~
| conftest.c:46:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
|     not big endian
|             ^~~~~~
| configure:13217: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GnuCOBOL 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | 		#include <sys/param.h>
| | 
| | int
| | main ()
| | {
| | #if BYTE_ORDER != BIG_ENDIAN
| | 		 not big endian
| | 		#endif
| | 
| |   ;
| |   return 0;
| | }
| configure:13345: result: no
| configure:13363: checking for size_t
| configure:13363: gcc -c -g -O2  conftest.c >&5
| configure:13363: $? = 0
| configure:13363: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:75:21: error: expected expression before ')' token
|  if (sizeof ((size_t)))
|                      ^
| configure:13363: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GnuCOBOL 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((size_t)))
| | 	    return 0;
| |   ;
| |   return 0;
| | }
| configure:13363: result: yes
| configure:13374: checking whether struct tm is in sys/time.h or time.h
| configure:13394: gcc -c -g -O2  conftest.c >&5
| configure:13394: $? = 0
| configure:13401: result: time.h
| configure:13409: checking for sig_atomic_t
| configure:13409: gcc -c -g -O2  conftest.c >&5
| configure:13409: $? = 0
| configure:13409: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:44:27: error: expected expression before ')' token
|  if (sizeof ((sig_atomic_t)))
|                            ^
| configure:13409: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GnuCOBOL 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h.  */
| | #include <signal.h>
| | 
| | int
| | main ()
| | {
| | if (sizeof ((sig_atomic_t)))
| | 	    return 0;
| |   ;
| |   return 0;
| | }
| configure:13409: result: yes
| configure:13423: checking for inline keyword
| configure:13447: gcc -c -g -O2  conftest.c >&5
| configure:13447: $? = 0
| configure:13455: result: __inline
| configure:13462: checking for vprintf
| configure:13462: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:64:6: warning: conflicting types for built-in function 'vprintf'
|  char vprintf ();
|       ^~~~~~~
| configure:13462: $? = 0
| configure:13462: result: yes
| configure:13468: checking for _doprnt
| configure:13468: gcc -o conftest -g -O2   conftest.c  >&5
| /tmp/ccZrJQsC.o: In function `main':
| /home/harald/src/gnucobol/branches/gnu-cobol-2.0/conftest.c:76: undefined reference to `_doprnt'
| collect2: error: ld returned 1 exit status
| configure:13468: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GnuCOBOL 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define COB_KEYWORD_INLINE __inline
| | #define HAVE_VPRINTF 1
| | /* end confdefs.h.  */
| | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define _doprnt innocuous__doprnt
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char _doprnt (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef _doprnt
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char _doprnt ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub__doprnt || defined __stub____doprnt
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return _doprnt ();
| |   ;
| |   return 0;
| | }
| configure:13468: result: no
| configure:13485: checking for memmove
| configure:13485: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:65:6: warning: conflicting types for built-in function 'memmove'
|  char memmove ();
|       ^~~~~~~
| configure:13485: $? = 0
| configure:13485: result: yes
| configure:13485: checking for memset
| configure:13485: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:66:6: warning: conflicting types for built-in function 'memset'
|  char memset ();
|       ^~~~~~
| configure:13485: $? = 0
| configure:13485: result: yes
| configure:13485: checking for setlocale
| configure:13485: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13485: $? = 0
| configure:13485: result: yes
| configure:13485: checking for fcntl
| configure:13485: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13485: $? = 0
| configure:13485: result: yes
| configure:13485: checking for strerror
| configure:13485: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13485: $? = 0
| configure:13485: result: yes
| configure:13485: checking for strcasecmp
| configure:13485: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:70:6: warning: conflicting types for built-in function 'strcasecmp'
|  char strcasecmp ();
|       ^~~~~~~~~~
| configure:13485: $? = 0
| configure:13485: result: yes
| configure:13485: checking for strchr
| configure:13485: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:71:6: warning: conflicting types for built-in function 'strchr'
|  char strchr ();
|       ^~~~~~
| configure:13485: $? = 0
| configure:13485: result: yes
| configure:13485: checking for strrchr
| configure:13485: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:72:6: warning: conflicting types for built-in function 'strrchr'
|  char strrchr ();
|       ^~~~~~~
| configure:13485: $? = 0
| configure:13485: result: yes
| configure:13485: checking for strdup
| configure:13485: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:73:6: warning: conflicting types for built-in function 'strdup'
|  char strdup ();
|       ^~~~~~
| configure:13485: $? = 0
| configure:13485: result: yes
| configure:13485: checking for strstr
| configure:13485: gcc -o conftest -g -O2   conftest.c  >&5
| conftest.c:74:6: warning: conflicting types for built-in function 'strstr'
|  char strstr ();
|       ^~~~~~
| configure:13485: $? = 0
| configure:13485: result: yes
| configure:13485: checking for strtol
| configure:13485: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13485: $? = 0
| configure:13485: result: yes
| configure:13485: checking for gettimeofday
| configure:13485: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13485: $? = 0
| configure:13485: result: yes
| configure:13485: checking for localeconv
| configure:13485: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13485: $? = 0
| configure:13485: result: yes
| configure:13485: checking for readlink
| configure:13485: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13485: $? = 0
| configure:13485: result: yes
| configure:13485: checking for getexecname
| configure:13485: gcc -o conftest -g -O2   conftest.c  >&5
| /tmp/ccamViOd.o: In function `main':
| /home/harald/src/gnucobol/branches/gnu-cobol-2.0/conftest.c:90: undefined reference to `getexecname'
| collect2: error: ld returned 1 exit status
| configure:13485: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GnuCOBOL 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define COB_KEYWORD_INLINE __inline
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_LOCALECONV 1
| | #define HAVE_READLINK 1
| | /* end confdefs.h.  */
| | /* Define getexecname to an innocuous variant, in case <limits.h> declares getexecname.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define getexecname innocuous_getexecname
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char getexecname (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef getexecname
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char getexecname ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_getexecname || defined __stub___getexecname
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return getexecname ();
| |   ;
| |   return 0;
| | }
| configure:13485: result: no
| configure:13485: checking for canonicalize_file_name
| configure:13485: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13485: $? = 0
| configure:13485: result: yes
| configure:13485: checking for realpath
| configure:13485: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13485: $? = 0
| configure:13485: result: yes
| configure:13485: checking for strcoll
| configure:13485: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13485: $? = 0
| configure:13485: result: yes
| configure:13485: checking for strxfrm
| configure:13485: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13485: $? = 0
| configure:13485: result: yes
| configure:13485: checking for setenv
| configure:13485: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13485: $? = 0
| configure:13485: result: yes
| configure:13485: checking for raise
| configure:13485: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13485: $? = 0
| configure:13485: result: yes
| configure:13496: checking for timezone variable access
| configure:13509: gcc -c -g -O2  conftest.c >&5
| configure:13509: $? = 0
| configure:13511: result: yes
| configure:13520: checking for designated initializers
| configure:13536: gcc -c -g -O2  conftest.c >&5
| configure:13536: $? = 0
| configure:13538: result: yes
| configure:13573: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13573: $? = 0
| configure:13573: ./conftest
| configure:13573: $? = 0
| configure:13603: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13603: $? = 0
| configure:13603: ./conftest
| configure:13603: $? = 0
| configure:13633: gcc -o conftest -g -O2   conftest.c  >&5
| configure:13633: $? = 0
| configure:13633: ./conftest
| configure:13633: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GnuCOBOL 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define COB_KEYWORD_INLINE __inline
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_LOCALECONV 1
| | #define HAVE_READLINK 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_REALPATH 1
| | #define HAVE_STRCOLL 1
| | #define HAVE_STRXFRM 1
| | #define HAVE_SETENV 1
| | #define HAVE_RAISE 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_DESIGNATED_INITS 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | 
| | 	#ifdef __INTEL_COMPILER
| | 	return 0;
| | 	#else
| | 	return 1;
| | 	#endif
| |   ;
| |   return 0;
| | }
| configure:13993: Checks for GMP ...
| configure:13997: checking gmp.h usability
| configure:13997: gcc -c -g -O2  conftest.c >&5
| configure:13997: $? = 0
| configure:13997: result: yes
| configure:13997: checking gmp.h presence
| configure:13997: gcc -E  conftest.c
| configure:13997: $? = 0
| configure:13997: result: yes
| configure:13997: checking for gmp.h
| configure:13997: result: yes
| configure:14010: checking for __gmpz_init in -lgmp
| configure:14035: gcc -o conftest -g -O2   conftest.c -lgmp   >&5
| configure:14035: $? = 0
| configure:14044: result: yes
| configure:14077: gcc -o conftest -g -O2   conftest.c  -lgmp >&5
| configure:14077: $? = 0
| configure:14077: ./conftest
| configure:14077: $? = 0
| configure:14111: gcc -o conftest -g -O2   conftest.c  -lgmp >&5
| configure:14111: $? = 0
| configure:14111: ./conftest
| configure:14111: $? = 0
| configure:14124: checking matching GMP version
| configure:14130: result: yes (6.1)
| configure:14142: checking for __gmp_get_memory_functions in -lgmp
| configure:14167: gcc -o conftest -g -O2   conftest.c -lgmp   >&5
| configure:14167: $? = 0
| configure:14176: result: yes
| configure:14186: checking for nanosleep
| configure:14199: gcc -o conftest -g -O2   conftest.c  >&5
| configure:14199: $? = 0
| configure:14201: result: yes
| configure:14316: checking for clock_gettime and CLOCK_REALTIME
| configure:14329: gcc -o conftest -g -O2   conftest.c  >&5
| configure:14329: $? = 0
| configure:14331: result: yes
| configure:14349: checking prototype for finite in <math.h>
| configure:14358: result: yes
| configure:14389: checking for fdatasync
| configure:14389: gcc -o conftest -g -O2   conftest.c  >&5
| configure:14389: $? = 0
| configure:14389: result: yes
| configure:14389: checking for sigaction
| configure:14389: gcc -o conftest -g -O2   conftest.c  >&5
| configure:14389: $? = 0
| configure:14389: result: yes
| configure:14423: checking whether NLS is requested
| configure:14432: result: yes
| configure:14472: checking for msgfmt
| configure: trying /usr/bin/msgfmt...
| 0 translated messages.
| configure:14504: result: /usr/bin/msgfmt
| configure:14513: checking for gmsgfmt
| configure:14544: result: /usr/bin/msgfmt
| configure:14594: checking for xgettext
| configure: trying /usr/bin/xgettext...
| /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
| configure:14626: result: /usr/bin/xgettext
| configure:14671: checking for msgmerge
| configure: trying /usr/bin/msgmerge...
| configure:14702: result: /usr/bin/msgmerge
| configure:15288: checking for CFPreferencesCopyAppValue
| configure:15315: result: no
| configure:15322: checking for CFLocaleCopyCurrent
| configure:15349: result: no
| configure:15398: checking for GNU gettext in libc
| configure:15422: gcc -o conftest -g -O2   conftest.c  >&5
| configure:15422: $? = 0
| configure:15431: result: yes
| configure:16268: checking whether to use NLS
| configure:16270: result: yes
| configure:16273: checking where the gettext function comes from
| configure:16284: result: libc
| configure:16350: checking for nl_langinfo and CODESET
| configure:16366: gcc -o conftest -g -O2   conftest.c  >&5
| configure:16366: $? = 0
| configure:16375: result: yes
| configure:16385: Checks for curses ...
| configure:16389: checking for initscr in -lncursesw
| configure:16414: gcc -o conftest -g -O2   conftest.c -lncursesw   >&5
| configure:16414: $? = 0
| configure:16423: result: yes
| configure:16437: checking ncursesw/ncurses.h usability
| configure:16437: gcc -c -g -O2  conftest.c >&5
| configure:16437: $? = 0
| configure:16437: result: yes
| configure:16437: checking ncursesw/ncurses.h presence
| configure:16437: gcc -E  conftest.c
| configure:16437: $? = 0
| configure:16437: result: yes
| configure:16437: checking for ncursesw/ncurses.h
| configure:16437: result: yes
| configure:16769: checking for ncurses _nc_freeall function
| configure:16783: gcc -o conftest -g -O2   conftest.c -lncursesw  >&5
| configure:16783: $? = 0
| configure:16785: result: yes
| configure:16793: checking for ncurses use_legacy_coding function
| configure:16807: gcc -o conftest -g -O2   conftest.c -lncursesw  >&5
| configure:16807: $? = 0
| configure:16809: result: yes
| configure:16820: checking for curses color_set function
| configure:16847: gcc -o conftest -g -O2   conftest.c -lncursesw  >&5
| configure:16847: $? = 0
| configure:16849: result: yes
| configure:16861: Checks for Berkeley DB ...
| configure:16866: checking db.h usability
| configure:16866: gcc -c -g -O2  conftest.c >&5
| configure:16866: $? = 0
| configure:16866: result: yes
| configure:16866: checking db.h presence
| configure:16866: gcc -E  conftest.c
| configure:16866: $? = 0
| configure:16866: result: yes
| configure:16866: checking for db.h
| configure:16866: result: yes
| configure:16901: gcc -o conftest -g -O2   conftest.c -lncursesw  >&5
| configure:16901: $? = 0
| configure:16901: ./conftest
| configure:16901: $? = 0
| configure:16913: checking for Berkeley DB db.h version >= 4.1
| configure:16917: result: yes (5.3)
| configure:16932: checking for Berkeley DB library with version 5.3
| configure:16961: gcc -o conftest -g -O2   conftest.c -lncursesw  -ldb >&5
| configure:16961: $? = 0
| configure:16961: ./conftest
| configure:16961: $? = 0
| configure:16975: result: yes
| configure:16977: BDB library version 5.3 found as -ldb
| configure:17014: gcc -o conftest -g -O2   conftest.c -lncursesw  >&5
| configure:17014: $? = 0
| configure:17014: ./conftest
| configure:17014: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GnuCOBOL 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define COB_KEYWORD_INLINE __inline
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_LOCALECONV 1
| | #define HAVE_READLINK 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_REALPATH 1
| | #define HAVE_STRCOLL 1
| | #define HAVE_STRXFRM 1
| | #define HAVE_SETENV 1
| | #define HAVE_RAISE 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_DESIGNATED_INITS 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_GMP_H 1
| | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
| | #define HAVE_NANO_SLEEP 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_FDATASYNC 1
| | #define HAVE_SIGACTION 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_LIBNCURSESW 1
| | #define HAVE_NCURSESW_NCURSES_H 1
| | #define WITH_CURSES "ncursesw"
| | #define HAVE_CURSES_FREEALL 1
| | #define HAVE_USE_LEGACY_CODING 1
| | #define HAVE_COLOR_SET 1
| | #define HAVE_DB_H 1
| | #define WITH_DB 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | 
| | 	#ifdef _WIN32
| | 	return 0;
| | 	#else
| | 	return 1;
| | 	#endif
| |   ;
| |   return 0;
| | }
| configure:17024: checking for dlopen in -lc
| configure:17049: gcc -o conftest -g -O2   conftest.c -lc  -lncursesw  >&5
| /usr/bin/ld: /tmp/ccv5CPB6.o: undefined reference to symbol 'dlopen@@GLIBC_2.2.5'
| //lib/x86_64-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line
| collect2: error: ld returned 1 exit status
| configure:17049: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GnuCOBOL 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define COB_KEYWORD_INLINE __inline
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_LOCALECONV 1
| | #define HAVE_READLINK 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_REALPATH 1
| | #define HAVE_STRCOLL 1
| | #define HAVE_STRXFRM 1
| | #define HAVE_SETENV 1
| | #define HAVE_RAISE 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_DESIGNATED_INITS 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_GMP_H 1
| | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
| | #define HAVE_NANO_SLEEP 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_FDATASYNC 1
| | #define HAVE_SIGACTION 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_LIBNCURSESW 1
| | #define HAVE_NCURSESW_NCURSES_H 1
| | #define WITH_CURSES "ncursesw"
| | #define HAVE_CURSES_FREEALL 1
| | #define HAVE_USE_LEGACY_CODING 1
| | #define HAVE_COLOR_SET 1
| | #define HAVE_DB_H 1
| | #define WITH_DB 1
| | /* end confdefs.h.  */
| | 
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char dlopen ();
| | int
| | main ()
| | {
| | return dlopen ();
| |   ;
| |   return 0;
| | }
| configure:17058: result: no
| configure:17065: checking for dlopen in -ldl
| configure:17099: result: yes
| configure:17109: checking for dladdr in -ldl
| configure:17134: gcc -o conftest -g -O2   conftest.c -ldl  -lncursesw  >&5
| configure:17134: $? = 0
| configure:17143: result: yes
| configure:17346: checking for working strftime
| configure:17378: gcc -o conftest -g -O2   conftest.c -lncursesw  >&5
| configure:17378: $? = 0
| configure:17378: ./conftest
| configure:17378: $? = 0
| configure:17380: result: yes
| configure:17392: checking if size of long int = size of long long
| configure:17415: gcc -o conftest -g -O2   conftest.c -lncursesw  >&5
| configure:17415: $? = 0
| configure:17415: ./conftest
| configure:17415: $? = 0
| configure:17417: result: yes
| configure:17432: checking for gcc pointer sign option
| configure:17445: gcc -c -g -O2 -Wno-pointer-sign  conftest.c >&5
| configure:17445: $? = 0
| configure:17447: result: yes
| configure:17482: checking for aligned attribute
| configure:17495: gcc -c -g -O2  conftest.c >&5
| configure:17495: $? = 0
| configure:17497: result: yes
| configure:17675: checking for ld bind now option
| configure:17688: gcc -o conftest -O2 -pipe   -Wl,-z,relro,-z,now,-O1 conftest.c  >&5
| configure:17688: $? = 0
| configure:17689: result: yes
| configure:17919: checking that generated files are newer than configure
| configure:17925: result: done
| configure:17957: creating ./config.status
| 
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| 
| This file was extended by GnuCOBOL config.status 2.0, which was
| generated by GNU Autoconf 2.69.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ ./config.status 
| 
| on basilikum
| 
| config.status:1228: creating bin/cob-config
| config.status:1228: creating Makefile
| config.status:1228: creating libcob/Makefile
| config.status:1228: creating lib/Makefile
| config.status:1228: creating cobc/Makefile
| config.status:1228: creating bin/Makefile
| config.status:1228: creating po/Makefile.in
| config.status:1228: creating doc/Makefile
| config.status:1228: creating config/Makefile
| config.status:1228: creating copy/Makefile
| config.status:1228: creating tests/atlocal
| config.status:1228: creating tests/Makefile
| config.status:1228: creating tests/cobol85/Makefile
| config.status:1228: creating extras/Makefile
| config.status:1228: creating config.h
| config.status:1457: executing tests/atconfig commands
| config.status:1457: executing depfiles commands
| config.status:1457: executing libtool commands
| config.status:1457: executing po-directories commands
| config.status:1457: executing chmod1 commands
| config.status:1457: executing chmod2 commands
| config.status:1457: executing chmod3 commands
| configure:20273: GnuCOBOL Configuration:
| configure:20275:  CC                gcc
| configure:20277:  CFLAGS            -O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE
| configure:20279:  COB_CFLAGS        -I/usr/local/include -pipe
| configure:20281:  LDFLAGS            -Wl,-z,relro,-z,now,-O1
| configure:20283:  COB_LDFLAGS       
| configure:20289:  COB_LIBS          -L${exec_prefix}/lib -lcob -lm -lgmp -lncursesw -ldb -ldl
| configure:20291:  COB_CONFIG_DIR    ${datarootdir}/gnu-cobol/config
| configure:20293:  COB_COPY_DIR      ${datarootdir}/gnu-cobol/copy
| configure:20295:  COB_LIBRARY_PATH  ${exec_prefix}/lib/gnu-cobol
| configure:20297:  COB_MODULE_EXT    so
| configure:20299:  COB_OBJECT_EXT    o
| configure:20301:  COB_SHARED_OPT    -shared
| configure:20303:  COB_PIC_FLAGS     -fPIC -DPIC
| configure:20305:  COB_EXPORT_DYN    -Wl,--export-dynamic
| configure:20308:  COB_STRIP_CMD     strip --strip-unneeded
| configure:20312:  Dynamic loading:                             System
| configure:20318:  Use gettext for international messages:      yes
| configure:20320:  Use fcntl for file locking:                  yes
| configure:20332:  Use ncurses/pdcurses/curses for screen I/O:  ncursesw
| configure:20353:  Use Berkeley DB for ISAM I/O:                yes
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| ac_cv_build=x86_64-pc-linux-gnu
| ac_cv_c_bigendian=no
| ac_cv_c_compiler_gnu=yes
| ac_cv_c_const=yes
| ac_cv_env_CC_set=
| ac_cv_env_CC_value=
| ac_cv_env_CFLAGS_set=
| ac_cv_env_CFLAGS_value=
| ac_cv_env_CPPFLAGS_set=
| ac_cv_env_CPPFLAGS_value=
| ac_cv_env_CPP_set=
| ac_cv_env_CPP_value=
| ac_cv_env_LDFLAGS_set=
| ac_cv_env_LDFLAGS_value=
| ac_cv_env_LIBS_set=
| ac_cv_env_LIBS_value=
| ac_cv_env_LT_SYS_LIBRARY_PATH_set=
| ac_cv_env_LT_SYS_LIBRARY_PATH_value=
| ac_cv_env_build_alias_set=
| ac_cv_env_build_alias_value=
| ac_cv_env_host_alias_set=
| ac_cv_env_host_alias_value=
| ac_cv_env_target_alias_set=
| ac_cv_env_target_alias_value=
| ac_cv_func__doprnt=no
| ac_cv_func_canonicalize_file_name=yes
| ac_cv_func_dlopen=no
| ac_cv_func_fcntl=yes
| ac_cv_func_fdatasync=yes
| ac_cv_func_getexecname=no
| ac_cv_func_gettimeofday=yes
| ac_cv_func_localeconv=yes
| ac_cv_func_memmove=yes
| ac_cv_func_memset=yes
| ac_cv_func_raise=yes
| ac_cv_func_readlink=yes
| ac_cv_func_realpath=yes
| ac_cv_func_setenv=yes
| ac_cv_func_setlocale=yes
| ac_cv_func_shl_load=no
| ac_cv_func_sigaction=yes
| ac_cv_func_strcasecmp=yes
| ac_cv_func_strchr=yes
| ac_cv_func_strcoll=yes
| ac_cv_func_strdup=yes
| ac_cv_func_strerror=yes
| ac_cv_func_strrchr=yes
| ac_cv_func_strstr=yes
| ac_cv_func_strtol=yes
| ac_cv_func_strxfrm=yes
| ac_cv_func_vprintf=yes
| ac_cv_header_db_h=yes
| ac_cv_header_dlfcn_h=yes
| ac_cv_header_fcntl_h=yes
| ac_cv_header_gmp_h=yes
| ac_cv_header_inttypes_h=yes
| ac_cv_header_locale_h=yes
| ac_cv_header_malloc_h=yes
| ac_cv_header_memory_h=yes
| ac_cv_header_minix_config_h=no
| ac_cv_header_ncursesw_ncurses_h=yes
| ac_cv_header_signal_h=yes
| ac_cv_header_stdc=yes
| ac_cv_header_stddef_h=yes
| ac_cv_header_stdint_h=yes
| ac_cv_header_stdlib_h=yes
| ac_cv_header_string_h=yes
| ac_cv_header_strings_h=yes
| ac_cv_header_sys_stat_h=yes
| ac_cv_header_sys_time_h=yes
| ac_cv_header_sys_types_h=yes
| ac_cv_header_unistd_h=yes
| ac_cv_header_wchar_h=yes
| ac_cv_host=x86_64-pc-linux-gnu
| ac_cv_lib_c_dlopen=no
| ac_cv_lib_dl_dladdr=yes
| ac_cv_lib_dl_dlopen=yes
| ac_cv_lib_dld_shl_load=no
| ac_cv_lib_gmp___gmp_get_memory_functions=yes
| ac_cv_lib_gmp___gmpz_init=yes
| ac_cv_lib_ncursesw_initscr=yes
| ac_cv_objext=o
| ac_cv_path_EGREP='/bin/grep -E'
| ac_cv_path_FGREP='/bin/grep -F'
| ac_cv_path_GMSGFMT=/usr/bin/msgfmt
| ac_cv_path_GREP=/bin/grep
| ac_cv_path_MSGFMT=/usr/bin/msgfmt
| ac_cv_path_MSGMERGE=/usr/bin/msgmerge
| ac_cv_path_SED=/bin/sed
| ac_cv_path_XGETTEXT=/usr/bin/xgettext
| ac_cv_path_install='/usr/bin/install -c'
| ac_cv_path_lt_DD=/bin/dd
| ac_cv_path_mkdir=/bin/mkdir
| ac_cv_prog_AWK=gawk
| ac_cv_prog_CPP='gcc -E'
| ac_cv_prog_ac_ct_AR=ar
| ac_cv_prog_ac_ct_CC=gcc
| ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
| ac_cv_prog_ac_ct_OBJDUMP=objdump
| ac_cv_prog_ac_ct_RANLIB=ranlib
| ac_cv_prog_ac_ct_STRIP=strip
| ac_cv_prog_cc_c89=
| ac_cv_prog_cc_c99=
| ac_cv_prog_cc_g=yes
| ac_cv_prog_cc_gcc_c_o=yes
| ac_cv_prog_cc_stdc=
| ac_cv_prog_make_make_set=yes
| ac_cv_safe_to_define___extensions__=yes
| ac_cv_struct_tm=time.h
| ac_cv_type_sig_atomic_t=yes
| ac_cv_type_size_t=yes
| acl_cv_hardcode_direct=no
| acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
| acl_cv_hardcode_libdir_separator=
| acl_cv_hardcode_minus_L=no
| acl_cv_libext=a
| acl_cv_libname_spec='lib$name'
| acl_cv_library_names_spec='$libname$shrext'
| acl_cv_path_LD='/usr/bin/ld -m elf_x86_64'
| acl_cv_prog_gnu_ld=yes
| acl_cv_rpath=done
| acl_cv_shlibext=so
| acl_cv_wl=-Wl,
| am_cv_CC_dependencies_compiler_type=gcc3
| am_cv_langinfo_codeset=yes
| am_cv_make_support_nested_variables=yes
| gt_cv_func_CFLocaleCopyCurrent=no
| gt_cv_func_CFPreferencesCopyAppValue=no
| gt_cv_func_gnugettext1_libc=yes
| lt_cv_ar_at_file=@
| lt_cv_archive_cmds_need_lc=no
| lt_cv_deplibs_check_method=pass_all
| lt_cv_dlopen=dlopen
| lt_cv_dlopen_libs=-ldl
| lt_cv_dlopen_self=yes
| lt_cv_dlopen_self_static=no
| lt_cv_file_magic_cmd='$MAGIC_CMD'
| lt_cv_file_magic_test_file=
| lt_cv_ld_reload_flag=-r
| lt_cv_nm_interface='BSD nm'
| lt_cv_objdir=.libs
| lt_cv_path_LD=/usr/bin/ld
| lt_cv_path_NM='/usr/bin/nm -B'
| lt_cv_path_mainfest_tool=no
| lt_cv_prog_compiler_c_o=yes
| lt_cv_prog_compiler_pic='-fPIC -DPIC'
| lt_cv_prog_compiler_pic_works=yes
| lt_cv_prog_compiler_rtti_exceptions=no
| lt_cv_prog_compiler_static_works=yes
| lt_cv_prog_gnu_ld=yes
| lt_cv_sharedlib_from_linklib_cmd='print -r --'
| lt_cv_shlibpath_overrides_runpath=no
| lt_cv_sys_global_symbol_pipe=$'sed -n -e \047s/^.*[\t ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[\t ][\t ]*\\([_A-Za-z][_A-Za-z0-9]*\\)$/\\1 \\2 \\2/p\047 | sed \047/ __gnu_lto/d\047'
| lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'
| lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'
| lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'
| lt_cv_sys_global_symbol_to_import=
| lt_cv_sys_max_cmd_len=1572864
| lt_cv_to_host_file_cmd=func_convert_file_noop
| lt_cv_to_tool_file_cmd=func_convert_file_noop
| lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
| 
| ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##
| 
| ACLOCAL='${SHELL} /home/harald/src/gnucobol/branches/gnu-cobol-2.0/build_aux/missing aclocal-1.13'
| AMDEPBACKSLASH='\'
| AMDEP_FALSE='#'
| AMDEP_TRUE=''
| AMTAR='$${TAR-tar}'
| AM_BACKSLASH='\'
| AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
| AM_DEFAULT_VERBOSITY='1'
| AM_V='$(V)'
| AR='ar'
| AS='as'
| AUTOCONF='${SHELL} /home/harald/src/gnucobol/branches/gnu-cobol-2.0/build_aux/missing autoconf'
| AUTOHEADER='${SHELL} /home/harald/src/gnucobol/branches/gnu-cobol-2.0/build_aux/missing autoheader'
| AUTOMAKE='${SHELL} /home/harald/src/gnucobol/branches/gnu-cobol-2.0/build_aux/missing automake-1.13'
| AWK='gawk'
| CC='gcc'
| CCDEPMODE='depmode=gcc3'
| CFLAGS='-O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE'
| COBC_LIBS=''
| COB_BIGENDIAN='no'
| COB_CC='gcc'
| COB_CFLAGS='-I/usr/local/include -pipe'
| COB_CONFIG_DIR='${datarootdir}/gnu-cobol/config'
| COB_COPY_DIR='${datarootdir}/gnu-cobol/copy'
| COB_EXPORT_DYN='-Wl,--export-dynamic'
| COB_FIX_LIB='-Wl,--export-dynamic'
| COB_FIX_LIBTOOL=''
| COB_HAS_CURSES='yes'
| COB_HAS_ISAM='yes'
| COB_HAS_UTC_OFFSET='yes'
| COB_KEYWORD_INLINE=''
| COB_LDFLAGS=''
| COB_LIBRARY_PATH='${exec_prefix}/lib/gnu-cobol'
| COB_LIBS='-L${exec_prefix}/lib -lcob -lm -lgmp -lncursesw -ldb -ldl'
| COB_MAKE_IX_FALSE='#'
| COB_MAKE_IX_TRUE=''
| COB_MODULE_EXT='so'
| COB_OBJECT_EXT='o'
| COB_PATCH_LEVEL='0'
| COB_PIC_FLAGS='-fPIC -DPIC'
| COB_SHARED_OPT='-shared'
| CPP='gcc -E'
| CPPFLAGS=''
| CYGPATH_W='echo'
| DEFS='-DHAVE_CONFIG_H'
| DEPDIR='.deps'
| DLLTOOL='false'
| DSYMUTIL=''
| DUMPBIN=''
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='/bin/grep -E'
| EXEEXT=''
| FGREP='/bin/grep -F'
| GETTEXT_MACRO_VERSION='0.19'
| GMSGFMT='/usr/bin/msgfmt'
| GMSGFMT_015='/usr/bin/msgfmt'
| GREP='/bin/grep'
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
| INTLLIBS=''
| INTL_MACOSX_LIBS=''
| LD='/usr/bin/ld -m elf_x86_64'
| LDFLAGS=' -Wl,-z,relro,-z,now,-O1'
| LIBCOB_LIBS='-lm -lgmp -lncursesw -ldb -ldl'
| LIBICONV='-liconv'
| LIBINTL=''
| LIBOBJS=''
| LIBS=''
| LIBTOOL='$(SHELL) $(top_builddir)/libtool'
| LIPO=''
| LN_S='ln -s'
| LTLIBICONV='-liconv'
| LTLIBINTL=''
| LTLIBOBJS=''
| LT_SYS_LIBRARY_PATH=''
| MAINT='#'
| MAINTAINER_MODE_FALSE=''
| MAINTAINER_MODE_TRUE='#'
| MAKEINFO='${SHELL} /home/harald/src/gnucobol/branches/gnu-cobol-2.0/build_aux/missing makeinfo'
| MANIFEST_TOOL=':'
| MKDIR_P='/bin/mkdir -p'
| MSGFMT='/usr/bin/msgfmt'
| MSGFMT_015='/usr/bin/msgfmt'
| MSGMERGE='/usr/bin/msgmerge'
| NM='/usr/bin/nm -B'
| NMEDIT=''
| OBJDUMP='objdump'
| OBJEXT='o'
| OTOOL64=''
| OTOOL=''
| PACKAGE='gnu-cobol'
| PACKAGE_BUGREPORT='open-cobol-list@xxxxxxxxxxxxxxxxxxxxx'
| PACKAGE_NAME='GnuCOBOL'
| PACKAGE_STRING='GnuCOBOL 2.0'
| PACKAGE_TARNAME='gnu-cobol'
| PACKAGE_URL='http://www.opencobol.org'
| PACKAGE_VERSION='2.0'
| PATH_SEPARATOR=':'
| POSUB='po'
| RANLIB='ranlib'
| SED='/bin/sed'
| SET_MAKE=''
| SHELL='/bin/sh'
| STRIP='strip'
| USE_NLS='yes'
| VERSION='2.0'
| XGETTEXT='/usr/bin/xgettext'
| XGETTEXT_015='/usr/bin/xgettext'
| XGETTEXT_EXTRA_OPTIONS=''
| ac_ct_AR='ar'
| ac_ct_CC='gcc'
| ac_ct_DUMPBIN=''
| am__EXEEXT_FALSE=''
| am__EXEEXT_TRUE='#'
| am__fastdepCC_FALSE='#'
| am__fastdepCC_TRUE=''
| am__include='include'
| am__isrc=''
| am__leading_dot='.'
| am__nodep='_no'
| am__quote=''
| am__tar='$${TAR-tar} chof - "$$tardir"'
| am__untar='$${TAR-tar} xf -'
| bindir='${exec_prefix}/bin'
| build='x86_64-pc-linux-gnu'
| build_alias=''
| build_cpu='x86_64'
| build_os='linux-gnu'
| build_vendor='pc'
| datadir='${datarootdir}'
| datarootdir='${prefix}/share'
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| dvidir='${docdir}'
| exec_prefix='${prefix}'
| host='x86_64-pc-linux-gnu'
| host_alias=''
| host_cpu='x86_64'
| host_os='linux-gnu'
| host_vendor='pc'
| htmldir='${docdir}'
| includedir='${prefix}/include'
| infodir='${datarootdir}/info'
| install_sh='${SHELL} /home/harald/src/gnucobol/branches/gnu-cobol-2.0/build_aux/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| localedir='${datarootdir}/locale'
| localstatedir='${prefix}/var'
| mandir='${datarootdir}/man'
| mkdir_p='$(MKDIR_P)'
| oldincludedir='/usr/include'
| pdfdir='${docdir}'
| prefix='/usr/local'
| program_transform_name='s,x,x,'
| psdir='${docdir}'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sysconfdir='${prefix}/etc'
| target_alias=''
| 
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
| 
| /* confdefs.h */
| #define PACKAGE_NAME "GnuCOBOL"
| #define PACKAGE_TARNAME "gnu-cobol"
| #define PACKAGE_VERSION "2.0"
| #define PACKAGE_STRING "GnuCOBOL 2.0"
| #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| #define PACKAGE_URL "http://www.opencobol.org";
| #define PACKAGE "gnu-cobol"
| #define VERSION "2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define COB_KEYWORD_INLINE __inline
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_READLINK 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRXFRM 1
| #define HAVE_SETENV 1
| #define HAVE_RAISE 1
| #define HAVE_TIMEZONE 1
| #define HAVE_DESIGNATED_INITS 1
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_GMP_H 1
| #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
| #define HAVE_NANO_SLEEP 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_FDATASYNC 1
| #define HAVE_SIGACTION 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LIBNCURSESW 1
| #define HAVE_NCURSESW_NCURSES_H 1
| #define WITH_CURSES "ncursesw"
| #define HAVE_CURSES_FREEALL 1
| #define HAVE_USE_LEGACY_CODING 1
| #define HAVE_COLOR_SET 1
| #define HAVE_DB_H 1
| #define WITH_DB 1
| #define USE_LIBDL 1
| #define HAVE_DLADDR 1
| #define COB_STRFTIME 1
| #define COB_LI_IS_LL 1
| #define HAVE_PSIGN_OPT 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define COB_EXPORT_DYN "-Wl,--export-dynamic"
| #define COB_PIC_FLAGS "-fPIC -DPIC"
| #define COB_SHARED_OPT "-shared"
| #define COB_EXEEXT ""
| #define COB_STRIP_CMD "strip --strip-unneeded"
| 
| configure: exit 0

------------------------------------------------------------------------------
_______________________________________________
open-cobol-list mailing list
open-cobol-list@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/open-cobol-list

[Index of Archives]     [Gcc Help]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Info]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux