Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 639034 Details for
Bug 723070
dev-lang/nwcc-0.8.3 does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 108.53 KB, created by
Agostino Sarubbo
on 2020-05-14 15:56:28 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Agostino Sarubbo
Created:
2020-05-14 15:56:28 UTC
Size:
108.53 KB
patch
obsolete
> * Package: dev-lang/nwcc-0.8.3 > * Repository: gentoo > * Maintainer: patrick@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking nwcc_0.8.3.tar.gz to /var/tmp/portage/dev-lang/nwcc-0.8.3/work >>>> Source unpacked in /var/tmp/portage/dev-lang/nwcc-0.8.3/work >>>> Preparing source in /var/tmp/portage/dev-lang/nwcc-0.8.3/work/nwcc_0.8.3 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-lang/nwcc-0.8.3/work/nwcc_0.8.3 ... >Configuring nwcc for Linux ... >'make install' will install to "/usr" >Using x86_64-pc-linux-gnu-gcc as compiler ... > Setting CFLAGS to $(ABI) -Wall -W -ggdb -g -DHAVE_LLONG > Setting PICFLAGS to -fpic >Using 64-bit library directory /usr/lib64/ >Using 64-bit runtime linker in /lib64/ >Using 32-bit library directory /usr/lib/ >Using 32-bit runtime linker in /lib32/ > >You may type `make' now >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-lang/nwcc-0.8.3/work/nwcc_0.8.3 ... >make -j4 >make nwcc cpp >make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. >make[1]: Entering directory '/var/tmp/portage/dev-lang/nwcc-0.8.3/work/nwcc_0.8.3' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG cc_main.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG cfgfile.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG driver.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG exectools.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG n_libc.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG misc.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG sysdeps.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG amd64_emit_gas.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG amd64_emit_yasm.c -c >amd64_emit_yasm.c: In function âemit_amd64_load_negmaskâ: >amd64_emit_yasm.c:1400:16: warning: unused variable âsupport_gprâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;] > 1400 | struct reg *support_gpr = dat->support_gpr; > | ^~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG amd64_gen.c -c >amd64_gen.c: In function âpass_args_stackâ: >amd64_gen.c:1186:11: warning: unused variable âalignâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;] > 1186 | size_t align; > | ^~~~~ >amd64_gen.c:1185:11: warning: unused variable âtysizeâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;] > 1185 | size_t tysize; > | ^~~~~~ >amd64_gen.c:1183:8: warning: unused variable âremainingâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;] > 1183 | int remaining = 0; > | ^~~~~~~~~ >amd64_gen.c:1122:7: warning: unused variable âignore_floatingâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;] > 1122 | int ignore_floating = 0; > | ^~~~~~~~~~~~~~~ >amd64_gen.c:1121:7: warning: unused variable âignore_integralâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;] > 1121 | int ignore_integral = 0; > | ^~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG analyze.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG attribute.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG backend.c -c >backend.c: In function âmake_null_blockâ: >backend.c:1014:23: warning: âalignâ may be used uninitialized in this function []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized]8;;] > 1014 | ret->left_alignment = align; > | ~~~~~~~~~~~~~~~~~~~~^~~~~~~ >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG builtins.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG cc1_main.c -c >cc1_main.c: In function âmainâ: >cc1_main.c:604:6: warning: âinputâ may be used uninitialized in this function []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized]8;;] > 604 | if (lex(input) != 0) { > | ^~~~~~~~~~ >cc1_main.c:478:10: note: âinputâ was declared here > 478 | FILE *input; > | ^~~~~ >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG control.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG debug.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG decl.c -c >decl.c: In function âparse_declâ: >decl.c:1765:4: warning: âbitfield_startâ may be used uninitialized in this function []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized]8;;] > 1765 | errorfl(bitfield_start, > | ^~~~~~~~~~~~~~~~~~~~~~~ > 1766 | "Bitfield has negative size"); > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >decl.c:1702:17: note: âbitfield_startâ was declared here > 1702 | struct token *bitfield_start = t->next; > | ^~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG decl_adv.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG defs.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG dwarf.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG error.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG evalexpr.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG expr.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG fcatalog.c -c >fcatalog.c: In function âcheck_format_stringâ: >fcatalog.c:762:8: warning: âorâ of unmatched not-equal tests is always 1 > 762 | || passed_ty->code != TY_VOID) { > | ^~ >fcatalog.c: In function âfcat_lookup_builtin_declâ: >fcatalog.c:530:15: warning: âdecâ may be used uninitialized in this function []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized]8;;] > 530 | return dec[0]; > | ~~~^~~ >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG functions.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG icode.c -c >icode.c: In function âcan_transform_to_bitwiseâ: >icode.c:1222:21: warning: âtâ may be used uninitialized in this function []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized]8;;] > 1222 | (*src)->from_const = t; > | ~~~~~~~~~~~~~~~~~~~^~~ >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG icodeinstr.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG inlineasm.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG lex.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG libnwcc.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG mips_emit_as.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG mips_gen.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG numlimits.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG power_gen.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG power_emit_as.c -c >power_emit_as.c: In function âemit_loadâ: >power_emit_as.c:1877:22: warning: âstatic_floatâ may be used uninitialized in this function []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized]8;;] > 1877 | tmpr = (need_ext || static_float)? tmpgpr2: r; > | ~~~~~~~~~~^~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG reg.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG scope.c -c >scope.c: In function âstore_decl_scopeâ: >scope.c:941:9: warning: âneed_defâ may be used uninitialized in this function []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized]8;;] > 941 | if (!need_def) { > | ^ >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG sparc_emit_as.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG sparc_gen.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG stack.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG standards.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG subexpr.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG symlist.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG token.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG type.c -c >type.c: In function âcompare_typesâ: >type.c:333:18: warning: self-comparison always evaluates to false []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wtautological-compare-Wtautological-compare]8;;] > 333 | if (dest->sign != dest->sign) { > | ^~ >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG typemap.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG x86_gen.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG x86_emit_gas.c -c >x86_emit_gas.c: In function âemit_addrofâ: >x86_emit_gas.c:2625:9: warning: variable âbase_pointer_stackâ set but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable-Wunused-but-set-variable]8;;] > 2625 | char *base_pointer_stack; > | ^~~~~~~~~~~~~~~~~~ >x86_emit_gas.c: In function âget_symbol_value_representationâ: >x86_emit_gas.c:2933:58: warning: unused parameter âis_funcâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-parameter-Wunused-parameter]8;;] > 2933 | get_symbol_value_representation(const char *symname, int is_func) { > | ~~~~^~~~~~~ >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG x86_emit_nasm.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG x87_nonsense.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG zalloc.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG snake_driver.c -c >snake_driver.c: In function âsigwinchâ: >snake_driver.c:61:9: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 61 | (void) write(1, text, sizeof text - 1); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG snake_main.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG sweeper.c -c >sweeper.c: In function âget_rand_valâ: >sweeper.c:131:19: warning: implicit declaration of function âtimeâ; did you mean âutimesâ? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] > 131 | srand((unsigned)time(NULL)); > | ^~~~ > | utimes >sweeper.c: In function âcheck_posâ: >sweeper.c:432:6: warning: unused variable âneigh_countâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;] > 432 | int neigh_count; > | ^~~~~~~~~~~ >sweeper.c:431:6: warning: unused variable âiâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;] > 431 | int i; > | ^ >sweeper.c: In function âhandle_sigâ: >sweeper.c:45:10: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 45 | (void) write(STDERR_FILENO, text, sizeof text - 1); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >sweeper.c: In function âsanityâ: >sweeper.c:36:2: warning: ignoring return value of âsystemâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 36 | system("reset"); > | ^~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -DEXTERNAL_USE libnwcc.c -c -o extlibnwcc.o >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -fpic -DEXTERNAL_USE libnwcc.c -c -o dynextlibnwcc.o >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG cc_main.o cfgfile.o driver.o exectools.o n_libc.o misc.o sysdeps.o -o nwcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG amd64_emit_gas.o amd64_emit_yasm.o amd64_gen.o analyze.o attribute.o backend.o builtins.o cc1_main.o control.o debug.o decl.o decl_adv.o defs.o dwarf.o error.o evalexpr.o expr.o fcatalog.o functions.o icode.o icodeinstr.o inlineasm.o lex.o libnwcc.o n_libc.o mips_emit_as.o mips_gen.o misc.o numlimits.o power_gen.o power_emit_as.o reg.o scope.o sparc_emit_as.o sparc_gen.o stack.o standards.o subexpr.o symlist.o sysdeps.o token.o type.o typemap.o x86_gen.o x86_emit_gas.o x86_emit_nasm.o x87_nonsense.o zalloc.o -o nwcc1 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG snake_driver.o snake_main.o -o snake -lpthread >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG sweeper.o -o sweeper >make cpp >make[2]: Entering directory '/var/tmp/portage/dev-lang/nwcc-0.8.3/work/nwcc_0.8.3' >make[3]: Entering directory '/var/tmp/portage/dev-lang/nwcc-0.8.3/work/nwcc_0.8.3/cpp' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -DPREPROCESSOR cpp_main.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -DPREPROCESSOR defs.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -DPREPROCESSOR error.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -DPREPROCESSOR token.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -DPREPROCESSOR libnwcc.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -DPREPROCESSOR numlimits.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -DPREPROCESSOR evalexpr.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -DPREPROCESSOR expr.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -DPREPROCESSOR misc.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -DPREPROCESSOR n_libc.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -DPREPROCESSOR preprocess.c -c >preprocess.c: In function âvalue_is_nonzeroâ: >preprocess.c:1062:18: warning: this statement may fall through []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-fallthrough=-Wimplicit-fallthrough=]8;;] > 1062 | case TY_ULLONG: { > | ^ >preprocess.c:1074:2: note: here > 1074 | default: > | ^~~~~~~ >preprocess.c: In function âdo_includeâ: >preprocess.c:1023:9: warning: ârcâ may be used uninitialized in this function []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized]8;;] > 1023 | return rc; > | ^~ >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -DPREPROCESSOR standards.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -DPREPROCESSOR system.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -DPREPROCESSOR type.c -c >type.c: In function âcompare_typesâ: >type.c:333:18: warning: self-comparison always evaluates to false []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wtautological-compare-Wtautological-compare]8;;] > 333 | if (dest->sign != dest->sign) { > | ^~ >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -DPREPROCESSOR subexpr.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -DPREPROCESSOR typemap.c -c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -DPREPROCESSOR macros.c -c >macros.c: In function âdo_macro_substâ: >macros.c:1161:7: warning: unused variable âclean_passâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;] > 1161 | int clean_pass; > | ^~~~~~~~~~ >At top level: >macros.c:822:1: warning: âmark_all_expandableâ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Wunused-function]8;;] > 822 | mark_all_expandable(struct token *t) { > | ^~~~~~~~~~~~~~~~~~~ >macros.c:553:1: warning: âskip_ws_backwardsâ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Wunused-function]8;;] > 553 | skip_ws_backwards(struct token *t) { > | ^~~~~~~~~~~~~~~~~ >macros.c:319:1: warning: âcheck_funclikeâ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Wunused-function]8;;] > 319 | check_funclike(struct input_file *inf, FILE *out, struct macro *mp, int output) { > | ^~~~~~~~~~~~~~ >macros.c:70:14: warning: âmacro_len_tabâ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;] > 70 | static char macro_len_tab[N_HASHLISTS]; > | ^~~~~~~~~~~~~ >macros.c:64:22: warning: âmacro_list_tailâ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;] > 64 | static struct macro *macro_list_tail; > | ^~~~~~~~~~~~~~~ >macros.c:63:22: warning: âmacro_listâ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;] > 63 | static struct macro *macro_list; > | ^~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -Wall -W -ggdb -g -DHAVE_LLONG -DPREPROCESSOR cpp_main.o defs.o error.o token.o libnwcc.o numlimits.o evalexpr.o expr.o misc.o n_libc.o preprocess.o standards.o system.o type.o subexpr.o typemap.o macros.o -o nwcpp -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 >make[3]: Leaving directory '/var/tmp/portage/dev-lang/nwcc-0.8.3/work/nwcc_0.8.3/cpp' >make[2]: Leaving directory '/var/tmp/portage/dev-lang/nwcc-0.8.3/work/nwcc_0.8.3' >./nwcc -write-fcat >unknown:166: Warning: Parameter structure type has prototype or block scope > time_t mktime(struct tm *); > ^^ here >unknown:167: Warning: Parameter structure type has prototype or block scope > char *asctime(const struct tm *); > ^^ here >: >: All done, you may type "make install" now! >: You should also do "make test" to ensure that >: nwcc really works on this system. >make[2]: Entering directory '/var/tmp/portage/dev-lang/nwcc-0.8.3/work/nwcc_0.8.3/cpp' >make[2]: 'nwcpp' is up to date. >make[2]: Leaving directory '/var/tmp/portage/dev-lang/nwcc-0.8.3/work/nwcc_0.8.3/cpp' >make[1]: Leaving directory '/var/tmp/portage/dev-lang/nwcc-0.8.3/work/nwcc_0.8.3' >>>> Source compiled. >>>> Test phase: dev-lang/nwcc-0.8.3 >make -j4 test >./test.sh >./test.sh: line 132: test: too many arguments >This script will test a few compiler features. The files in >the tests sub directory are compiled with nwcc and gcc, >and the output of the resulting programs is compared. > >There are 362 test files! > >Note that on non-x86-platforms, at least a few files should >fail, such as asmtest.c and structvaarg.c > >Trying B.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying BUGGED_WITH_PIC.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying LOLBUG.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying _Bool.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying _tmp.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying aaa_BUGAMD64fp.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying aaa_BUGarinitbug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying aaa_BUGbf_init23.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying aaa_BUGbitfield_promo.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying aaa_BUGbuiltin_compatible_p.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying aaa_BUGcomma_op.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying aaa_BUGcomplit_sizeof.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying aaa_BUGconst_addr_bogus_add.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying aaa_BUGimplicit_decl.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying aaa_BUGinitbug2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying aaa_BUGnimbus_nested_desig.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying aaa_BUGnimbus_struct_const.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying aaa_BUGunsolved_bug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying aaa_BUGunsolved_bugs.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying aaa_BUGvarinit.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying aaadummy.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying abinew0.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying abisimple0.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying abisimple1.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying abisimple2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying abisimple3.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying abisimple4.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying abitest.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying addrcomp.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying addrconstinit.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying addrinit.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying addrof_str.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying addrtest.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying aggbug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying align-scope.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying alignof.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying alloca.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying alloca2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying andor.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying andor2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying anonfunc.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying anonstructbugs.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying another_struct_bug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying armem.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying asmtest.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying attribute.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying attribute_alias0.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying attribute_alias1.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying attribute_bug0.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf-layout-align.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf-layout-size.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf-layout-where.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf-layout-where1.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf-sizeof.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_basic0.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_basic1.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_basic2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_basic3.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_basic4.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_basic5.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_basic6.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_basic7.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_basic8.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_bneg.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_incdec.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_incdec_indir.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_init0.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_init1.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_init10.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_init11.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_init12.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_init13.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_init14.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_init15.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_init16.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_init17.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_init18.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_init19.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_init2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_init20.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_init21.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_init22.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_init3.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_init4.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_init5.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_init6.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_init7.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_init8.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_init9.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_lneg.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_lneg_indir.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_rep-layout-where.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_rep-layout-where1.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_rep_basic0.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_rep_basic1.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_rep_basic2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_rep_basic3.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_rep_basic4.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_rep_basic5.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_rep_basic6.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_rep_basic7.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_rep_basic8.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_rep_signext0.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_rep_terminate_su.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_signext0.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_size0.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_terminate_su.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_trashed_082.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_trashed_be.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bf_uneg.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bfstor.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bigoffsets.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bigoffsets2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bigoffsets3.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bitchxbugs.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bitfield_assigbug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bitfield_bug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bitfield_bug1.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bitfield_bug2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bitfield_bug_indir.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bitfield_ranges.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bitfield_signext.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bitfield_truth.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bogus_cexpr_cast.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bogus_glibc.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bogustest.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bug0.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bug1.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bug2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bug3.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bug_amd64.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying bug_amd64_shift.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying builtin_frame_address.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying builtin_memcpy.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying builtin_memset.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying builtin_offsetof.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying builtin_offsetof1.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying builtin_prefetch.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying builtin_string.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying builtin_va_copy.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying c.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying c99for.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying cexpr.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying cexprbug_urs.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying cexprbugs.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying check80.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying collected_nonsense_stuff.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying comp.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying complit.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying complit_bug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying computed_goto.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying computed_goto_gccbug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying condop.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying condop_bug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying condop_bug2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying condop_bug3.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying condop_bug4.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying condop_evil.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying condop_horrific_bug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying condopstructbug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying constaddrcomp.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying constarrayinitbug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying constcondop.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying constconvbugs.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying constexprbug0.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying constexprbug1.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying constexprbug2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying constexprbug3.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying constexprbug4.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying constexprbug5.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying constexprbug6.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying constexprbug7.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying constexprbugs_new.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying constoffsetof.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying consttrans.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying continue.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying conv.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying conv2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying cs.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying ctrl.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying declbug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying deleted_token_bug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying desig_array_notrange.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying desig_array_range.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying desiginit.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying desiginit2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying desiginit3.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying desiginit4.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying desiginit5.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying desiginit6.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying dowhile-bug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying dowhile-bug2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying dowhile.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying emacs_nullptr_neg.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying emptystructcopybug2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying extern_bug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying fbuf_bug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying floating.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying floating_inc.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying fp_1.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying fp_2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying fp_3.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying fp_4.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying fp_band.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying fp_misc0.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying fp_neg.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying fp_va.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying fptr.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying fptr_bug0.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying func.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying funky.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying gas_bugs.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying gmake_junk.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying gnu.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying gnu_condop_void.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying gnu_lol.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying gnuinit.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying gnustuff.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying goto.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying hahahalol.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying happy_fun_bugs.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying hello.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying hexfloat.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying hm.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying idstuff.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying incomplete_type_bug0.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying indirect_va_arg.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying init.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying initbug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying initsizebug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying ioctlstuff.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying kandr.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying kr_decl.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying l.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying l2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying label-bug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying ldouble_basic0.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying ldouble_basic1.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying ldouble_basic2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying ldouble_basic3.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying ldouble_basic4.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying ldouble_basic5.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying ldouble_basic6.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying ldouble_basic7.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying ldouble_bugs.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying le_fu0.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying le_fu1.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying le_fu2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying limits.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying llong-cmpbug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying llong-equ.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying llong-equ2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying llong-posequ2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying llong.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying llong_cmp_bug2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying llong_cmp_bugs.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying llong_init.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying llong_signext.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying llong_st_bug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying local_extern.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying local_redecl.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying lol.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying m.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying misc.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying miscstuff.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying n.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying n_libc.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying neg.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying negcomp.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying negmod.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying new.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying nimbus_condop.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying nimbus_extern.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying nimbus_fptr_typedef.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying nimbus_parse.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying nimbus_shl.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying nullptrconst.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying p.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying permissive0.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying pictest.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying post.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying pow2_mod_neg_bug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying promo_para_bug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying promobugs.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying ptr2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying ptrarray.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying redecl_wicked.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying relat.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying rofl.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying sarit.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying select.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying shlshr.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying sillygnuwait.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying sizeof.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying sock.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying static.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying static2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying static_typeof.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying staticbug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying stdarg.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying stdarg2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying strlol.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying struct.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying struct_pass_med.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying struct_pass_small.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying struct_value_init.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying structarg.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying structassbug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying structinc.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying structinitbug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying structret.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying structvaarg.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying stuff.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying sun.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying switch-bug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying switch_fallthru_bug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying t.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying tentative2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying tentative3.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying tentative4.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying tentative5.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying tentative6.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying tentative7.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying terve.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying test.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying trailing_comma_bug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying transparent_union_spec.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying typedef_bug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying typedef_clash0.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying typedef_func_bug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying typeof.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying uac_bug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying union.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying unionarg.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying unioninitbug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying variadic.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying variadic2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying varinit.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying varinit_array.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying varinit_bug1.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying varinit_struct.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying vla0.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying vla1.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying vla_2d_0.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying vla_2d_1.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying vla_idxbug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying vla_ptr.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying vla_ptr2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying wait.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying wchar0.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying wchar1.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying wchar2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying wchar3.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying x.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying x2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying x86_llong_alignment.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying yet-another-ctrl-bug.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying z.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying z2.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying z3.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >Trying z4.c ... gcc error >./test.sh: line 142: ./a.out: No such file or directory >rm: cannot remove 'a.out': No such file or directory >NWCC ERROR >./test.sh: line 156: ./a.out: No such file or directory >OK >rm: cannot remove 'a.out': No such file or directory >rm: cannot remove '*.asm': No such file or directory > >All done, you may type `make install' now >>>> Completed testing dev-lang/nwcc-0.8.3 > >>>> Install dev-lang/nwcc-0.8.3 into /var/tmp/portage/dev-lang/nwcc-0.8.3/image/ >make -j4 DESTDIR=/var/tmp/portage/dev-lang/nwcc-0.8.3/image/ install >./install.sh >Warning: /var/tmp/portage/dev-lang/nwcc-0.8.3/image//usr/bin does not exist >Creating /var/tmp/portage/dev-lang/nwcc-0.8.3/image//usr >Creating /var/tmp/portage/dev-lang/nwcc-0.8.3/image//usr/lib >Creating /var/tmp/portage/dev-lang/nwcc-0.8.3/image//usr/bin > >nwcc has been installed to /var/tmp/portage/dev-lang/nwcc-0.8.3/image//usr/nwcc/ and /var/tmp/portage/dev-lang/nwcc-0.8.3/image//usr/bin/ >(Do not forget to type `rehash' if you're using csh.) >>>> Completed installing dev-lang/nwcc-0.8.3 into /var/tmp/portage/dev-lang/nwcc-0.8.3/image/ > > * Final size of build directory: 20232 KiB (19.7 MiB) > * Final size of installed tree: 4336 KiB ( 4.2 MiB) > > * QA Notice: make jobserver unavailable: > * > * make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. > * The ebuild is installing to one or more unexpected paths: > * > * /usr/nwcc > * > * Please fix the ebuild to use correct FHS/Gentoo policy paths. > > * QA Notice: Files built without respecting LDFLAGS have been detected > * Please include the following list of files in your report: > * /usr/nwcc/bin/snake > >strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version > /usr/nwcc/bin/nwcc > /usr/nwcc/bin/nwcpp > /usr/nwcc/bin/snake > /usr/nwcc/bin/nwcc1 > /usr/nwcc/lib/libnwcc.o > /usr/nwcc/lib/dynlibnwcc.o >>>> Done. > > > >emerge --info: >Portage 2.3.99 (python 3.7.7-final-0, default/linux/amd64/17.1, gcc-10.1.0, glibc-2.31-r3, 5.4.0-1009-aws x86_64) >================================================================= >System uname: Linux-5.4.0-1009-aws-x86_64-AMD_EPYC_7571-with-gentoo-2.7 >KiB Mem: 16011344 total, 5493108 free >KiB Swap: 0 total, 0 free >Timestamp of repository gentoo: Thu, 14 May 2020 14:36:09 +0000 >sh bash 5.0_p17 >ld GNU ld (Gentoo 2.34 p4) 2.34.0 >app-shells/bash: 5.0_p17::gentoo >dev-lang/perl: 5.30.2::gentoo >dev-lang/python: 2.7.18::gentoo, 3.7.7-r2::gentoo, 3.8.3::gentoo >sys-apps/baselayout: 2.7::gentoo >sys-apps/openrc: 0.42.1::gentoo >sys-apps/sandbox: 2.18::gentoo >sys-devel/autoconf: 2.69-r5::gentoo >sys-devel/automake: 1.16.2::gentoo >sys-devel/binutils: 2.34-r1::gentoo >sys-devel/gcc: 10.1.0::gentoo >sys-devel/gcc-config: 2.2.1::gentoo >sys-devel/libtool: 2.4.6-r6::gentoo >sys-devel/make: 4.3::gentoo >sys-kernel/linux-headers: 5.6::gentoo (virtual/os-headers) >sys-libs/glibc: 2.31-r3::gentoo >Repositories: > >gentoo > location: /usr/portage > sync-type: rsync > sync-uri: rsync://rsync.gentoo.org/gentoo-portage > priority: -1000 > sync-rsync-verify-jobs: 1 > sync-rsync-verify-metamanifest: yes > sync-rsync-verify-max-age: 24 > sync-rsync-extra-opts: > >ACCEPT_KEYWORDS="amd64 ~amd64" >ACCEPT_LICENSE="*" >CBUILD="x86_64-pc-linux-gnu" >CC="x86_64-pc-linux-gnu-gcc" >CFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" >CHOST="x86_64-pc-linux-gnu" >CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" >CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" >CXX="x86_64-pc-linux-gnu-g++" >CXXFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" >DISTDIR="/usr/portage/distfiles" >EMERGE_DEFAULT_OPTS="--with-bdeps=y --binpkg-respect-use=y -1 -b -k" >ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR" >FCFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" >FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-log strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" >FFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" >GENTOO_MIRRORS="http://distfiles.gentoo.org" >LANG="C.UTF-8" >LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" >MAKEOPTS="-j4" >PKGDIR="/root/.packages" >PORTAGE_CONFIGROOT="/" >PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" >PORTAGE_TMPDIR="/var/tmp" >USE="acl amd64 berkdb bzip2 cli crypt dri fortran gdbm iconv ipv6 libtirpc multilib ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl tcpd unicode xattr zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python2_7 python3_7" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" >Unset: CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 723070
: 639034