This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: New G++ testsuite errors for AIX 3.2 20020429 (experimental)
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: David Edelsohn <dje at watson dot ibm dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 30 Apr 2002 09:14:06 -0700
- Subject: Re: New G++ testsuite errors for AIX 3.2 20020429 (experimental)
- References: <200204301522.LAA24300@makai.watson.ibm.com>
On Tue, Apr 30, 2002 at 11:22:05AM -0400, David Edelsohn wrote:
> FYI, three new errors appeared yesterday when running the G++
> regression tests:
>
> /gcc/dje/src/gcc/testsuite/g++.dg/template/friend6.C: In constructor `boost_no_member_template_friends::foo<T>::foo(const boost_no_member_template_friends::foo<Y>&) [with U = int, T = double]':
> /gcc/dje/src/gcc/testsuite/g++.dg/template/friend6.C:46: instantiated from here/gcc/dje/src/gcc/testsuite/g++.dg/template/friend6.C:15: `int boost_no_member_template_friends::foo<int>::i' is private
> /gcc/dje/src/gcc/testsuite/g++.dg/template/friend6.C:19: within this context
>
>
> /gcc/dje/src/gcc/testsuite/g++.dg/warn/effc1.C:13: warning: `A& A::operator+(int)' should return by value
>
> (test for warnings and test for excess errors)
>
> David
These new tests (added yesterday) also fail on ia64-unknown-linux-gnu.
Janis