Bug#930245: libstdc++-6-dev: namespace pollution with low-level macros

2019-06-09 Thread g1
Package: libstdc++-6-dev Version: 6.3.0-18+deb9u1 Severity: normal $ cat s.cc #include int major(int x) { return x & ~0x; } $ g++ -E -dD -ansi s.cc | grep -w major int major(int x) { return x & ~0x; } $ g++ -E -dDs.cc | grep -w major #define major(dev) gnu_dev_major (dev)

[Bug testsuite/32064] ssp tests can't find libssp

2019-06-09 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32064 Eric Gallager changed: What|Removed |Added CC||rob1weld at aol dot com -- You are