[Bug libstdc++/28278] formatted I/O and calliing width(0)

2010-12-27 Thread mikeus at hotmail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28278 Michael changed: What|Removed |Added CC||mikeus at hotmail dot ru --- Comment #1 from

[Bug libstdc++/28278] formatted I/O and calling width(0)

2010-12-27 Thread mikeus at hotmail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28278 --- Comment #4 from Michael 2010-12-27 15:12:50 UTC --- :))OK. ( I merely have looked at 'ios_base state functions' chapter in C++0x draft and not found any mention that any preset state of a stream may be lost after an output operation. It turn

[Bug c++/44733] New: a bug with virtual base class (?)

2010-06-30 Thread mikeus at hotmail dot ru
s... -- Summary: a bug with virtual base class (?) Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mikeus at hotmail dot ru GCC host triplet: i686-pc-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44733

[Bug c++/72752] New: internal compiler error: in retrieve_specialization

2016-07-29 Thread mikeus at hotmail dot ru
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: mikeus at hotmail dot ru Target Milestone: --- The following code generates an ice: - 8< -- 8< -- 8< - typedef void (*foo_t)(); void test(foo_t) {} template< typename > struct

[Bug c++/72752] internal compiler error: in retrieve_specialization

2016-07-31 Thread mikeus at hotmail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72752 --- Comment #1 from Michael --- When it is explicitly specified to use a default template argument the code is compiled successfully: - 8< -- 8< -- 8< - typedef void (*foo_t)(); void test(foo_t) {} template< typename > s