[Bug libstdc++/68479] Dynamic loading multiple shared libraries with identical static libstdc++ breaks streams

2015-11-23 Thread dd0t at users dot sourceforge.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68479 --- Comment #2 from Stefan H. --- Interesting. So this breakage is expected behavior? I wasn't sure as there were so many ways to load it differently that didn't seem to exhibit the problems. I assume the ones I listed (except linking libstdc++ d

[Bug c++/68479] New: Dynamic loading multiple shared libraries with identical static libstdc++ breaks streams

2015-11-21 Thread dd0t at users dot sourceforge.net
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dd0t at users dot sourceforge.net Target Milestone: --- Created attachment 36802 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36802&action=edit

[Bug c/66098] #pragma diagnostic 'ignored' not fully undone by pop for strict-overflow

2015-05-10 Thread dd0t at users dot sourceforge.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66098 --- Comment #1 from Stefan H. --- I should probably mention that I found this while trying to create a repro case for a potentially related g++ issue I encountered: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66099 .

[Bug c++/66099] _Pragma diagnostic 'ignored' in macro with strict-overflow not suppressing warning fully with -Werror

2015-05-10 Thread dd0t at users dot sourceforge.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66099 --- Comment #1 from Stefan H. --- I actually meant to link https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66098 as a potentially related bug and not 53469. Sorry about that.

[Bug c++/66099] New: _Pragma diagnostic 'ignored' in macro with strict-overflow not suppressing warning fully with -Werror

2015-05-10 Thread dd0t at users dot sourceforge.net
ion: 5.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dd0t at users dot sourceforge.net Target Milestone: --- Created attachment 35517 --> https://gcc.gnu

[Bug c/66098] New: #pragma diagnostic 'ignored' not fully undone by pop for strict-overflow

2015-05-10 Thread dd0t at users dot sourceforge.net
Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: dd0t at users dot sourceforge.net Target Milestone: --- Created attachment 35516 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35516&action=edit Repro case