https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203964
Dimitry Andric <d...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |d...@freebsd.org Status|New |In Progress --- Comment #2 from Dimitry Andric <d...@freebsd.org> --- (Note: the .c attachment seems to have been compressed by gzip twice, you have to uncompress it twice to get at the plaintext.) Your test case compiles just fine here: $ clang -cc1 -triple i386-unknown-freebsd11.0 -emit-obj -disable-free -main-file-name hptnr_config.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -masm-verbose -mconstructor-aliases -target-cpu i486 -target-feature -mmx -target-feature -sse -target-feature -aes -target-feature -avx -no-implicit-float -gdwarf-2 -dwarf-column-info -nostdsysteminc -nobuiltininc -D _KERNEL -D HAVE_KERNEL_OPTION_HEADERS -D __printf__=__freebsd_kprintf__ -O2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -Wmissing-include-dirs -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -Werror -std=iso9899:1999 -ferror-limit 19 -fmessage-length 0 -ffreestanding -fwrapv -stack-protector 1 -mstackrealign -fobjc-runtime=gnustep -fdiagnostics-show-option -vectorize-loops -vectorize-slp -x c hptnr_config-930780.c $ ls -l hptnr_config-930780.o -rw-r--r-- 1 dim dim 3312 2015-10-22 20:54:45 hptnr_config-930780.o Maybe you were running out of memory? Does this error reproduce consistently? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"