--- Comment #16 from pinskia at gcc dot gnu dot org 2006-01-04 03:44
---
(In reply to comment #8)
> Disagree with known to work 4.0.2 - original report was from 4.0.2.
I actually disagree with saying the compiler you are using is a 4.0.2 compiler.
It is a 4.0.3 compiler from the date
--- Comment #15 from pinskia at gcc dot gnu dot org 2006-01-04 03:42
---
*** Bug 25659 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-04 03:42 ---
The reduced testcase for this one is:
template class obj_pool {
public:
T *allocate(S *sim, const I& id) {
return Allocator(sim, id);
}
};
namespace simulator {
struct arm_simulator {
static int *mach_
The bug reporting instructions always say:
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see .
please do so.
thanks, Matthias
Meelis Roos writes:
> Package:
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-04 02:26 ---
Reducing.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25659
--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.
--
To UNSUBSCRIBE, email to [EMAIL PROT
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Summary|[4.0/4.1 regression] ICE in |[4.0/4.1/4.2 regression] ICE
|build_call, at cp/cal
Package: libstdc++6
Version: 4.0.2-5
Severity: normal
Using libstdc++, I've got code like this:
__gnu_cxx::stdio_filebuf fdbuf(fd, std::ios::in);
The doxygen docs for this fd ctor say "The file descriptor will be
automatically closed when the stdio_filebuf is closed/destroyed.", but I
appear t
--- Comment #46 from ebotcazou at gcc dot gnu dot org 2006-01-03 12:38
---
Mark's change for PR 23171 has eliminated the ICE on PowerPC/Darwin.
--
ebotcazou at gcc dot gnu dot org changed:
What|Removed |Added
--
--
ebotcazou at gcc dot gnu dot org changed:
What|Removed |Added
Attachment #10552|0 |1
is obsolete||
http://gcc.gnu
9 matches
Mail list logo