Bug#925567: gcc-8-cross: FTBFS: conftest.c:72: undefined reference to `getexecname'

2019-03-31 Thread Bernhard R. Link
ian.org/release-critical/other/testing.html, I guess because bugs.debian.org says: Found in version gcc-8-cross/26 Fixed in version 26 and thus thinks testing is still affected. I'm trying to send some notfound and fixed commands to clear that. Bernhard R. Link -- F8AC 04D5 0B9B

Bug#684635: ICE when compiling malformed struct initializers

2012-08-12 Thread Bernhard R. Link
Package: gcc-4.7 Version: 4.7.1-6 Severity: minor The following invalid C code triggers an segmentation fault in gcc-4.7: cat > t.c <<'EOF' struct bla{char **a;};void test(void){struct bla b = {.a =(char**){"a","b"}};} EOF gcc -c t.c results in: | t.c: In function ‘test’: | t.c:1:46: warning: in

Bug#677139: gcc-4.6: unresolved symbol __aeabi_unwind_cpp_pr1@GCC_3.5

2012-06-11 Thread Bernhard R. Link
in none of the libraries. Is this a bug in gcc/libgcc or something else (libc?, ld?). Or should dpkg-shlibs just ignore this particular symbol? Thanks in advance, Bernhard R. Link -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe".

Bug#667519: gcc-4.6-multilib: 32 bit libgcc_s.so missing

2012-04-04 Thread Bernhard R. Link
title 667519 gcc-4.6-multilib: misses dependency on lib32gcc1 severity 667519 normal thanks * Bernhard R. Link [120404 18:16]: > Creating 32 bit binaries with -m32 does not work, as there is only > a broken libgcc_s.so symlink. Looks like this is caused by a missing dependency on lib

Bug#667519: gcc-4.6-multilib: 32 bit libgcc_s.so missing

2012-04-04 Thread Bernhard R. Link
Package: gcc-4.6-multilib Version: 4.6.3-2 Severity: important Creating 32 bit binaries with -m32 does not work, as there is only a broken libgcc_s.so symlink. $ gcc -v -m32 some.o Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper Target: x86_

Re: Suggested buildd log check

2011-11-26 Thread Bernhard R. Link
alling a compiler. gcc can be called as cc, gcc, or something like i486-gnu-gcc. (similar for g++). Bernhard R. Link P.S: I guess the discussion left the topic of this mailing list. Any better to switch to? -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with

Re: Suggested buildd log check

2011-11-26 Thread Bernhard R. Link
arnings (currently a global rescan also looking for "warning: assignment makes pointer from integer without a cast" is running), and I'd love to get hints for other interesting warnings like those to add to that list. I can also gather more information, but would like to see some id

Re: DSO linking changes for wheezy

2010-11-16 Thread Bernhard R. Link
test & $ editres # Select Commands/Get Tree and click at the window the first program created $ gcc -o ertest -Wl,--as-needed -Wall -O2 ertest.c -lXaw -lXt $ ./ertest & $ editres # Try it again and it fails now... Bernhard R. Link -- "Never contain programs so few bugs, as when

Bug#452402: gcc-4.2: cannot generate sparc64 executables

2007-11-22 Thread Bernhard R. Link
. Is this worth reopening another bug or reopen/retitle this one? Hochachtungsvoll, Bernhard R. Link -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#452402: gcc-4.2: cannot generate sparc64 executables

2007-11-22 Thread Bernhard R. Link
Package: gcc-4.2 Version: 4.2.2-3 Severity: normal When I try to compile a 64 bit executable on sparc, I get errors about missing a libgcc.a file for it: $ cat > test.c <