http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28278
Michael changed:
What|Removed |Added
CC||mikeus at hotmail dot ru
--- Comment #1 from
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
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
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
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