[Bug other/43955] linux hard lock-up when gcc output file is on filesystem with insufficient disk space

2010-05-01 Thread jason dot vas dot dias at gmail dot com
--- Comment #6 from jason dot vas dot dias at gmail dot com 2010-05-01 23:13 --- Aha ! I think I see the problem, or at least A problem : $ strace -f gcc ~jason/t.c -o /tmp/t 2>&1 | grep sync $ Nothing is doing a fsync(int fd) for any object file written by gcc . Hence writes

[Bug other/43955] linux hard lock-up when gcc output file is on filesystem with insufficient disk space

2010-05-01 Thread jason dot vas dot dias at gmail dot com
--- Comment #5 from jason dot vas dot dias at gmail dot com 2010-05-01 22:55 --- Sometimes disk space runs out before the machine locks up, but I get loads of invalid objects ; I think it is a bug that gcc can continue after producing invalid object files: gcc -Wp,-MD,arch/x86

[Bug other/43955] linux hard lock-up when gcc output file is on filesystem with insufficient disk space

2010-05-01 Thread jason dot vas dot dias at gmail dot com
--- Comment #4 from jason dot vas dot dias at gmail dot com 2010-05-01 22:47 --- Has there been any history of reported linux kernel lock-ups for gcc compilations outputting to filesystems with insufficient disk space ? It could be something to do with using "make -j2"

[Bug other/43955] linux hard lock-up when gcc output file is on filesystem with insufficient disk space

2010-05-01 Thread jason dot vas dot dias at gmail dot com
--- Comment #2 from jason dot vas dot dias at gmail dot com 2010-05-01 22:41 --- OK, but you cannot state "this is a kernel bug" without proving this to be the case . Every time I make a mistake about available disk space and start a gcc compile, and disk space is exha

[Bug other/43955] New: linux hard lock-up when gcc output file is on filesystem with insufficient disk space

2010-05-01 Thread jason dot vas dot dias at gmail dot com
MED Severity: normal Priority: P3 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jason dot vas dot dias at gmail dot com GCC build triplet: x86_64-linux-gnu GCC host triplet: x86_64-linux-gnu GCC target triplet: x86_64-linux-gnu

[Bug gcov-profile/41506] all gcov tests fail because gcov.c's use of '#define __USE_GNU' has no effect

2009-09-29 Thread jason dot vas dot dias at gmail dot com
--- Comment #1 from jason dot vas dot dias at gmail dot com 2009-09-29 15:59 --- Created an attachment (id=18666) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18666&action=view) Patch to fix gcov -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41506

[Bug gcov-profile/41506] New: all gcov tests fail because gcov.c's use of '#define __USE_GNU' has no effect

2009-09-29 Thread jason dot vas dot dias at gmail dot com
has no effect Product: gcc Version: 4.4.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: gcov-profile AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jason dot vas dot dias at gmail dot com GCC build triplet: x86_64-pc-linux-gnu GCC host triplet: x86_64-pc-linux-gnu GCC target triplet: x86_64-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41506

[Bug tree-optimization/41501] New: FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE - `-fprofile-use' fails with '-02'

2009-09-29 Thread jason dot vas dot dias at gmail dot com
4.4.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jason dot vas dot dias at gmail dot com GCC build triplet: x86_64-pc-linux-gnu GCC host triplet: x86_6

[Bug regression/39508] gcc libdecnumber 4.3.4 & 4.3.3 x86_64 linux : /usr/bin/ld: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.4//libgcc.a(bid_decimal_globals.o): TLS transition from R_X86_64_TLSGD to R_

2009-03-22 Thread jason dot vas dot dias at gmail dot com
--- Comment #4 from jason dot vas dot dias at gmail dot com 2009-03-22 22:32 --- Yes, compiling latest binutils did fix - many thanks Mr. Lu ! But please, is there any ld(1) or elfdump or elflint(1) or objdump(1) invocation you could suggest that would reliably tell me : 1. If the

[Bug regression/39508] gcc libdecnumber 4.3.4 & 4.3.3 x86_64 linux : /usr/bin/ld: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.4//libgcc.a(bid_decimal_globals.o): TLS transition from R_X86_64_TLSGD to R_

2009-03-19 Thread jason dot vas dot dias at gmail dot com
--- Comment #3 from jason dot vas dot dias at gmail dot com 2009-03-19 23:22 --- RE: Comment #1 : Sorry, the linker input files contain proprietary software of my employer that I am legally prohibited from sharing - if the new binutils doesn't fix it, I'll try to get

[Bug regression/39508] New: gcc libdecnumber 4.3.4 & 4.3.3 x86_64 linux : /usr/bin/ld: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.4//libgcc.a(bid_decimal_globals.o): TLS transition from R_X86_64_TLSGD

2009-03-19 Thread jason dot vas dot dias at gmail dot com
against `__bid_IDEC_glbround' at 0x7 in section `.text' failed Product: gcc Version: 4.3.4 Status: UNCONFIRMED Severity: major Priority: P3 Component: regression AssignedTo: unassigned at gcc dot gnu d

[Bug c/35214] New: -Wconversion produces spurious warnings

2008-02-15 Thread jason dot vas dot dias at gmail dot com
Please consider fixing this in a future release - thank you! -- Summary: -Wconversion produces spurious warnings Product: gcc Version: 4.2.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo:

[Bug bootstrap/34257] --with-sysroot does not change default linux glibc dynamic-linker path

2007-11-27 Thread jason dot vas dot dias at gmail dot com
--- Comment #3 from jason dot vas dot dias at gmail dot com 2007-11-28 05:35 --- Please consider this as an enhancement request to provide some way to configure a gcc build that prepends a given path to its default search paths, including that of the default dynamic linker. There

[Bug bootstrap/34257] --with-sysroot does not change default linux glibc dynamic-linker path

2007-11-27 Thread jason dot vas dot dias at gmail dot com
--- Comment #2 from jason dot vas dot dias at gmail dot com 2007-11-28 05:23 --- OK, I understand this was not the designed use of "--with-sysroot", but there appears to be no other way to get a gcc build that compiles and links against a non-root directory hierarchy

[Bug bootstrap/34257] New: --with-sysroot does not change default linux glibc dynamic-linker path

2007-11-27 Thread jason dot vas dot dias at gmail dot com
verity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jason dot vas dot dias at gmail dot com GCC build triplet: i386-linux-gnu GCC host triplet: i386-linux-gnu GCC target triplet: i386-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34257