pe
refused
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: SWElef at post dot sk
CC: g
--- Additional Comments From SWElef at post dot sk 2005-04-15 07:30 ---
I was wrong. std:10.2/2 (member name lookup) says
[snip] If the resulting set of declarations are not all from sub-objects of
the same type, or the set has a nonstatic member and includes members from
distinct
--- Additional Comments From SWElef at post dot sk 2005-04-08 07:33 ---
Well, if we speak about other compilers, MSVC++ Toolkit 2003 supports my view
on the first snippet and emits an ICE on the second. And the behaviour of
Comeau Online is pretty irrelevant as it fails deduction even
--- Additional Comments From SWElef at post dot sk 2005-04-07 18:12 ---
I forgot to write that I used gcc-3.4.2-mingw, gcc-3.4.3-cygwin and
gcc-4.0.0-experimental-20050130 and the results were the same, i.e. buggy.
Vladimir Marko
--
What|Removed
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: SWElef at post dot sk
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20812
--
What|Removed |Added
Keywords||accepts-invalid
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20172
iority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: SWElef at post dot sk
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20172
--- Additional Comments From SWElef at post dot sk 2005-01-14 13:33 ---
It took me quite a long time to realise that the best performance tests are
those where we count the elementary operations. The best way to expose the
O(n log n) complexity in non-fixed case is to supply the
--- Additional Comments From SWElef at post dot sk 2005-01-14 08:24 ---
I was a little in a hurry, so I'll add a comment on the test programm now.
The "reference time" of std::list ctor taking range must be linear. Thus it
makes sence to have a look at the quotient of
--- Additional Comments From SWElef at post dot sk 2005-01-13 16:59 ---
Created an attachment (id=7953)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7953&action=view)
performance test
This is my test program.
After giving it some thought I believe that calling the
insert
--
What|Removed |Added
Component|c++ |libstdc++
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19422
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: SWElef at post dot sk
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19422
--- Additional Comments From SWElef at post dot sk 2004-12-20 17:09 ---
(In reply to comment #13)
> Here's a condensed version of Wolfgang's testcase:
>
> int i=1;
> class A;
> template struct B
> {
> A *p;
&
--- Additional Comments From SWElef at post dot sk 2004-12-17 11:12 ---
AFAICT the code in comment #5 is well-formed.
std:12.4/5: An implicitly-declared destructor is implicitly defined
when it is used to destroy an object of its class type...
Thus, the declaration+definition of class
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: SWElef at post dot sk
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18407
15 matches
Mail list logo