Bug#995301: All "format" sections are invalid

2021-09-29 Thread Philipp Marek
Package: libffi-dev Version: 3.4.2-2 Severity: minor X-Debbugs-Cc: phil...@marek.priv.at On update I got (sorry about my locale ;) Fehler in »/usr/share/doc-base/libffi-dev.libffi«, Zeile 18: alle »Format«-Abschnitte sind ungültig. Beachten Sie: »install-docs --verbose --check Dateiname«

Bug#897896: gcc-7: "gcc" doesn't run "as" from $PATH

2018-05-04 Thread Philipp Marek
Package: gcc-7 Version: 7.3.0-17 Severity: normal "gcc" doesn't run "as" from $PATH, but uses a hardcoded location; the issue seems to arise from https://anonscm.debian.org/viewvc/gcccvs/branches/sid/gcc-7/debian/rules2?r1=10122&r2=10123&; (see gcc/gcc.c, "find_a_file()" function and the DEFAU

Bug#810819: gcc-5: misoptimization, "goto out" removed

2016-01-14 Thread Philipp Marek
Hi Matthias, thanks for the quick answer! > >During debugging for some strange behaviour in DRBD I got upon this. > > please could you recheck with gcc-4.9 (unstable) and gcc-6 (experimental)? well, wouldn't that make the module incompatible with the running kernel? I switched the GCC version

Bug#810819: Acknowledgement (gcc-5: misoptimization, "goto out" removed)

2016-01-12 Thread Philipp Marek
To expand on that - as DRBD is a kernel module, and the kernel if *full* of "goto"s, I don't know how many other locations are miscompiled. Can't be that many, because it would be easier to trigger, but still, I'm worried quite a bit... Sadly deactivating the optimizations completely doesn't s

Bug#678122: fixed in -2

2012-06-22 Thread Philipp Marek
2:7.3.547-2 fixes the issue for me. Thank you very much for the (very!) quick help! Regards & happy weekend! Ph. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/201

Bug#678122: output difference?

2012-06-20 Thread Philipp Marek
Just out of curiosity, could you show the disassembler output of the OutputWrite() function for gcc-4.6, and gcc-4.7 with -O1 and -O2? # objdump -Sgd and pasting only this function might be a good way. Regards, Phil -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org

Bug#659865: Regression: address of bitfield

2012-02-14 Thread Philipp Marek
Package: gcc-4.6 Version: 4.6.2-14 Severity: normal With the attached file, "gcc-4.5 -Wall .c" says ... /tmp/.c:13: error: cannot take address of bit-field ‘ref’ gcc-4.6 gives /tmp/.c:13:2: internal compiler error: in build_unary_op, at c-typeck.c:3786 Please s