Running phase: unpackPhase unpacking source archive /nix/store/0q985hnral6i46jjjdlbk7pa4vp04fa4-jikespg-1.3.tar.gz source root is jikespg/src setting SOURCE_DATE_EPOCH to timestamp 1002725590 of file "jikespg/src/lpgparse.h" Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase build flags: SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash cc -O1 -c ctabs.c ctabs.c: In function 'print_c_names': ctabs.c:686:59: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 686 | " Storage required for STRING_BUFFER map: %d Bytes", | ~^ | | | int | %ld 687 | num_bytes); | ~~~~~~~~~ | | | long int ctabs.c: In function 'print_java_names': ctabs.c:809:59: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 809 | " Storage required for STRING_BUFFER map: %d Bytes", | ~^ | | | int | %ld 810 | num_bytes); | ~~~~~~~~~ | | | long int ctabs.c: In function 'print_error_maps': ctabs.c:1124:64: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 1124 | " Storage required for TERMINAL_INDEX map: %d Bytes", | ~^ | | | int | %ld 1125 | num_bytes); | ~~~~~~~~~ | | | long int ctabs.c:1176:68: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 1176 | " Storage required for NON_TERMINAL_INDEX map: %d Bytes", | ~^ | | | int | %ld 1177 | num_bytes); | ~~~~~~~~~ | | | long int ctabs.c:1236:62: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 1236 | " Storage required for SYMBOL_INDEX map: %d Bytes", | ~^ | | | int | %ld 1237 | num_bytes); | ~~~~~~~~~ | | | long int ctabs.c: In function 'print_symbols': ctabs.c:1635:44: warning: embedded '\0' in format [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-contains-nul-Wformat-contains-nul8;;] 1635 | sprintf(line, " %s%s%s = %i,\n\0", | ^~ ctabs.c: In function 'print_definitions': ctabs.c:1670:22: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 1670 | " ERROR_SYMBOL = %d,\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 1675 | num_states); | ~~~~~~~~~~ | | | long int ctabs.c:1672:50: note: format string is defined here 1672 | " NUM_STATES = %d,\n\n", | ~^ | | | int | %ld ctabs.c:1693:22: warning: format '%d' expects argument of type 'int', but argument 8 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 1693 | " ERROR_SYMBOL = %d,\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 1705 | num_states); | ~~~~~~~~~~ | | | long int ctabs.c:1698:50: note: format string is defined here 1698 | " NUM_STATES = %d,\n\n", | ~^ | | | int | %ld ctabs.c: In function 'print_space_tables': ctabs.c:2102:27: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 2102 | sprintf(msg_line, "Table contains entries that are > " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2103 | "%d; Processing stopped.", MAX_TABLE_SIZE + 1); | ~~~~~~~~~~~~~~~~~~ | | | long int ctabs.c:2103:19: note: format string is defined here 2103 | "%d; Processing stopped.", MAX_TABLE_SIZE + 1); | ~^ | | | int | %ld ctabs.c:2424:25: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 2424 | "Table contains look-ahead shift entry that is >" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2425 | " %d; Processing stopped.", MAX_TABLE_SIZE + 1); | ~~~~~~~~~~~~~~~~~~ | | | long int ctabs.c:2425:28: note: format string is defined here 2425 | " %d; Processing stopped.", MAX_TABLE_SIZE + 1); | ~^ | | | int | %ld ctabs.c:2693:21: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 2693 | "Table contains look-ahead shift entry that is >" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2694 | " %d; Processing stopped.", MAX_TABLE_SIZE + 1); | ~~~~~~~~~~~~~~~~~~ | | | long int ctabs.c:2694:24: note: format string is defined here 2694 | " %d; Processing stopped.", MAX_TABLE_SIZE + 1); | ~^ | | | int | %ld ctabs.c: In function 'print_time_tables': ctabs.c:2813:27: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 2813 | sprintf(msg_line, "Table contains entries that are > " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2814 | "%d; Processing stopped.", MAX_TABLE_SIZE + 1); | ~~~~~~~~~~~~~~~~~~ | | | long int ctabs.c:2814:19: note: format string is defined here 2814 | "%d; Processing stopped.", MAX_TABLE_SIZE + 1); | ~^ | | | int | %ld ctabs.c:2901:21: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 2901 | "Table contains look-ahead shift entry that is >" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2902 | " %d; Processing stopped.", MAX_TABLE_SIZE + 1); | ~~~~~~~~~~~~~~~~~~ | | | long int ctabs.c:2902:24: note: format string is defined here 2902 | " %d; Processing stopped.", MAX_TABLE_SIZE + 1); | ~^ | | | int | %ld cc -O1 -c globals.c cc -O1 -c lpgparse.c lpgparse.c: In function 'process_options_lines': lpgparse.c:1089:15: warning: comparison between pointer and zero character constant [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-compare-Wpointer-compare8;;] 1089 | while (p1 != '\0') /* Until end-of-file is reached, process */ | ^~ lpgparse.c:1089:12: note: did you mean to dereference the pointer? 1089 | while (p1 != '\0') /* Until end-of-file is reached, process */ | ^ In file included from lpgparse.c:1707: jikespg.g: In function 'bad_first_symbol': jikespg.g:139:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 139 | "First symbol: \"%s\" found in file is illegal. " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'act10': jikespg.g:165:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 165 | "Action block cannot be first object in file. " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'act16': jikespg.g:210:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 210 | "Macro name \"%s\" does not start with the " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'bad_macro_name': jikespg.g:224:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 224 | "Reserved symbol cannot be used as macro name. " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'act21': jikespg.g:244:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 244 | "Macro name not supplied for macro definition. " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'act22': jikespg.g:258:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 258 | "Macro keyword misplaced. Line %d, column %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'definition_expected': jikespg.g:274:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 274 | "Definition block expected where symbol found. " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'bad_terminal': jikespg.g:319:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 319 | "Keyword has been misplaced in Terminal section." | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'act37': jikespg.g:335:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 335 | "Misplaced block found in TERMINALS section." | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'act39': jikespg.g:371:25: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 371 | "Illegal aliasing to %s prior to its " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g:386:25: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 386 | "Illegal aliasing to %s prior to its " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g:400:25: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 400 | "Illegal aliasing to EOL prior to its " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g:421:25: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 421 | "Symbol %s was previously defined. " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g:438:29: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 438 | "Illegal alias for symbol %s. " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g:452:25: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 452 | "Symbol %s was previously defined. " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g:469:29: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 469 | "Illegal alias for symbol %s. " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g:483:25: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 483 | "Symbol %s was previously defined. " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g:501:29: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 501 | "Illegal alias for symbol EOL. " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g:512:25: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 512 | "Symbol EOL was previously defined. " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'bad_alias_rhs': jikespg.g:561:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 561 | "Misplaced keyword found in Alias section. " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'act57': jikespg.g:579:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 579 | "Misplaced block found in Alias section. " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'act59': jikespg.g:597:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 597 | "Empty symbol cannot be aliased. " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'missing_quote': jikespg.g:611:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 611 | "Symbol must be quoted when used as a " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g:611:13: warning: too many arguments for format [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-extra-args-Wformat-extra-args8;;] jikespg.g: In function 'bad_start_symbol': jikespg.g:660:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 660 | "Symbol cannot be used as Start symbol. " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'act68': jikespg.g:680:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 680 | "Misplaced block found in Start section. " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'misplaced_keyword_found_in_START_section': jikespg.g:694:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 694 | "Misplaced keyword found in START section. " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'act82': jikespg.g:855:17: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 855 | "%s not declared or aliased to terminal " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'act83': jikespg.g:893:21: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 893 | "End-of-file symbol cannot be used " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'bad_first_symbol_in_RULES_section': jikespg.g:922:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 922 | "First symbol in Rules section is not " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'rule_without_left_hand_side': jikespg.g:942:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 942 | "Rule without left-hand-side. Line %d, column %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'act91': jikespg.g:959:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 959 | "Misplaced keyword found in Rules section " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'misplaced_keyword_found_in_RULES_section': jikespg.g:997:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 997 | "Misplaced keyword found in RULES section. " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'act100': jikespg.g:1052:21: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 1052 | "Symbol %s is undefined. Line %d, column %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g:1062:21: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 1062 | "Symbol %s has been named more than once. " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'misplaced_keyword_found_in_NAMES_section': jikespg.g:1101:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 1101 | "Keyword has been misplaced in NAMES section." | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'act116': jikespg.g:1125:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 1125 | "Misplaced action block found in NAMES " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jikespg.g: In function 'act117': jikespg.g:1139:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 1139 | "Misplaced macro name found in NAMES " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lpgparse.c: In function 'scanner': lpgparse.c:1930:25: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 1930 | "Symbol \"%s\"" | ^~~~~~~~~~~~~~~ ...... 1933 | tok_string, ct_start_line); | ~~~~~~~~~~~~~ | | | long int lpgparse.c:1961:25: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 1961 | "Symbol \"%s\" referenced in line %d" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1962 | " requires a closing quote", 1963 | tok_string, ct_start_line); | ~~~~~~~~~~~~~ | | | long int lpgparse.c: In function 'mapmacro': lpgparse.c:3110:27: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 3110 | sprintf(msg_line, "predefined macro \"%s\"" | ^~~~~~~~~~~~~~~~~~~~~~~~~ ...... 3113 | defelmt[def_index].start_line); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | long int lpgparse.c:3125:35: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 3125 | sprintf(msg_line, "Redefinition of macro \"%s\"" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 3128 | defelmt[def_index].start_line); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | long int cc -O1 -c lpgutil.c lpgutil.c: In function 'nospace': lpgutil.c:989:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 989 | "*** Cannot allocate space ... LPG terminated in " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 990 | "file %s at line %d\n", file_name, line_number); | ~~~~~~~~~~~ | | | long int lpgutil.c:990:31: note: format string is defined here 990 | "file %s at line %d\n", file_name, line_number); | ~^ | | | int | %ld cc -O1 -c main.c main.c: In function 'main': main.c:260:46: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 260 | sprintf(msg_line, "Number of Items: %d", num_items); | ~^ ~~~~~~~~~ | | | | int long int | %ld main.c:294:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 294 | sprintf(msg_line, "Number of Items: %d", num_items); | ~^ ~~~~~~~~~ | | | | int long int | %ld main.c:302:43: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 302 | sprintf(msg_line, "Number of States: %d", num_states); | ~^ ~~~~~~~~~~ | | | | int long int | %ld main.c:308:48: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 308 | "Number of look-ahead states: %d", | ~^ | | | int | %ld 309 | max_la_state - num_states); | ~~~~~~~~~~~~~~~~~~~~~~~~~ | | | long int main.c:313:50: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 313 | sprintf(msg_line, "Number of Shift actions: %d", num_shifts); | ~^ ~~~~~~~~~~ | | | | int long int | %ld main.c:316:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 316 | sprintf(msg_line, "Number of Goto actions: %d", num_gotos); | ~^ ~~~~~~~~~ | | | | int long int | %ld main.c:322:51: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 322 | "Number of Shift/Reduce actions: %d", num_shift_reduces); | ~^ ~~~~~~~~~~~~~~~~~ | | | | int long int | %ld main.c:326:50: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 326 | "Number of Goto/Reduce actions: %d", num_goto_reduces); | ~^ ~~~~~~~~~~~~~~~~ | | | | int long int | %ld main.c:330:51: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 330 | sprintf(msg_line, "Number of Reduce actions: %d", num_reductions); | ~^ ~~~~~~~~~~~~~~ | | | | int long int | %ld main.c:334:48: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 334 | "Number of Shift-Reduce conflicts: %d", num_sr_conflicts); | ~^ ~~~~~~~~~~~~~~~~ | | | | int long int | %ld main.c:338:50: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 338 | "Number of Reduce-Reduce conflicts: %d", num_rr_conflicts); | ~^ ~~~~~~~~~~~~~~~~ | | | | int long int | %ld cc -O1 -c mkfirst.c cc -O1 -c mkred.c cc -O1 -c mkstates.c cc -O1 -c partset.c cc -O1 -c prntstat.c cc -O1 -c produce.c produce.c:48:8: error: type defaults to 'int' in declaration of 'insert_prefix' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-int-Wimplicit-int8;;] 48 | static insert_prefix(int item_no); | ^~~~~~~~~~~~~ produce.c:50:8: error: type defaults to 'int' in declaration of 'insert_suffix' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-int-Wimplicit-int8;;] 50 | static insert_suffix(int item_no); | ^~~~~~~~~~~~~ produce.c:53:8: error: type defaults to 'int' in declaration of 'get_shift_symbol' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-int-Wimplicit-int8;;] 53 | static get_shift_symbol(int lhs_symbol); | ^~~~~~~~~~~~~~~~ produce.c:1187:8: error: return type defaults to 'int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-int-Wimplicit-int8;;] 1187 | static insert_prefix(int item_no) | ^~~~~~~~~~~~~ produce.c:1264:8: error: return type defaults to 'int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-int-Wimplicit-int8;;] 1264 | static insert_suffix(int item_no) | ^~~~~~~~~~~~~ produce.c:1490:8: error: return type defaults to 'int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-int-Wimplicit-int8;;] 1490 | static get_shift_symbol(int lhs_symbol) | ^~~~~~~~~~~~~~~~ make: *** [Makefile:72: produce.o] Error 1