This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: c++/3028: 3.0 Compiler complains about template that used to work under 2.95


Alexandre Oliva wrote:

> > If 3.0 is correct, from a language point of view, then this would be a
> > candidate for the list of known bugs at
> > http://gcc.gnu.org/bugs.html#known
>
> I beg to differ.  That page is for actual bugs, or for non-bugs that
> lots of people perceive as bugs.  The problem you report is neither.

I would suggest that this problem is the same as with the
"G++ allows to access private types" bug.  Both
are cases where the old compiler allows (without error)
a construct that the new compiler does not allow.
For those of us trying to get large bodies of C++ code
(that work with the old compiler) to work with the 3.0
compiler, it would help to have both of these listed
**as problems with the old compiler**, not as
problems with the new compiler.

It seems to me that only question would be whether or
not "lots of people" will run into either or both.  If you believe
that few people will run into this problem, then you are right.

jim



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]