Bug#739891: libstdc++: -static-libstdc++ broken

2014-02-23 Thread Nachman
Package: libstdc++-4.8-dev Version: 4.8.2-15 Severity: important File: libstdc++ Tags: upstream Dear Maintainer, -static-libstdc++ does not seem to be working anymore. Consider this following test application: - #include iostream #include string int main() { std::string

Results for 4.7.3 (Debian 4.7.3-11) testsuite on x86_64-pc-linux-gnu

2014-02-23 Thread Matthias Klose
LAST_UPDATED: Sat Feb 22 16:58:25 UTC 2014 (revision 208044) Target: x86_64-linux-gnu gcc version 4.7.3 (Debian 4.7.3-11) Native configuration is x86_64-pc-linux-gnu === g++ tests === Running target unix === g++ Summary for unix === # of expected passes

Results for 4.7.3 (Debian 4.7.3-11) testsuite on sparc-unknown-linux-gnu

2014-02-23 Thread Matthias Klose
LAST_UPDATED: Sat Feb 22 16:58:25 UTC 2014 (revision 208044) Target: sparc-linux-gnu gcc version 4.7.3 (Debian 4.7.3-11) Native configuration is sparc-unknown-linux-gnu === g++ tests === Running target unix === g++ Summary for unix === # of expected passes

Results for 4.7.3 (Debian 4.7.3-11) testsuite on s390x-ibm-linux-gnu

2014-02-23 Thread Matthias Klose
LAST_UPDATED: Sat Feb 22 16:58:25 UTC 2014 (revision 208044) Target: s390x-linux-gnu gcc version 4.7.3 (Debian 4.7.3-11) Native configuration is s390x-ibm-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/init/const9.C -std=c++98 scan-assembler-not rodata FAIL:

Bug#717014: gnat-4.6: on some archs, a library using Elementary_Functions needs -lm

2014-02-23 Thread Nicolas Boulenguez
Package: gnat-4.6 Followup-For: Bug #717014 For the record, here are two sensible work-arounds: * in linker options: -Wl,--as-needed -lm -Wl,--no-as-needed * in a GNAT project: case External (NEEDS_LM) is when yes = for Library_Options use (-lm); when no = null;