[Bug libstdc++/70664] New: failbit is not set on stream reading negative value into unsigned type

2016-04-14 Thread osternhase at gmx dot de
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: osternhase at gmx dot de Target Milestone: --- I am using Ubuntu 14.04 64-bit (x86_64). Following code snippet: #include #include using namespace std; template void

[Bug libstdc++/70654] New: failbit is not set sometimes on stream reading double outside presentable range

2016-04-13 Thread osternhase at gmx dot de
: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: osternhase at gmx dot de Target Milestone: --- I am using Ubuntu 14.04 64-bit (x86_64). Following code snippet: #include #include using namespace std; int main