This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [C/C++/ObjC/ObjC++ PATCH] Battle of the comptypes (PR c++/35049)


On Feb 7, 2008 4:06 PM, Jakub Jelinek <jakub@redhat.com> wrote:
>
> On Thu, Feb 07, 2008 at 06:58:52AM -0800, H.J. Lu wrote:
> > On Thu, Feb 07, 2008 at 03:06:23PM +0100, Paolo Bonzini wrote:
> > >
> > >> Will your patch work with g++.dg/ext/vector13.C for PR c++/35096,
> > >> which is the part for Doug's changes?
> > >
> > > It works with whatever vector13.C is already in svn.
> >
> > I tried your patch and it doesn't work for me:
> >
> > bash-3.2$ /export/build/gnu/gcc/build-x86_64-linux/gcc/testsuite/g++/../../g++ -B/export/build/gnu/gcc/build-x86_64-linux/gcc/testsuite/g++/../../ /export/gnu/src/gcc/gcc/gcc/testsuite/g++.dg/ext/vector13.C -nostdinc++ -I/export/build/gnu/gcc/build-x86_64-linux/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu -I/export/build/gnu/gcc/build-x86_64-linux/x86_64-unknown-linux-gnu/libstdc++-v3/include -I/export/gnu/src/gcc/gcc/libstdc++-v3/libsupc++ -I/export/gnu/src/gcc/gcc/libstdc++-v3/include/backward -I/export/gnu/src/gcc/gcc/libstdc++-v3/testsuite/util -fmessage-length=0   -ansi -pedantic-errors -Wno-long-long -fno-show-column -S -o foo.s
> > /export/gnu/src/gcc/gcc/gcc/testsuite/g++.dg/ext/vector13.C:6: error:
> > zero-size array 'x'
> > bash-3.2$
> >
> > It is
> >
> > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35113
>
> Maybe you missed
> http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132154
> ?

But now it ICEs for me again...

/space/rguenther/src/svn/trunk/gcc/testsuite/g++.dg/ext/vector13.C:6:
internal compiler error: canonical types differ for identical types
const int __vector__ [] and const int __vector__ []^M
Please submit a full bug report,^M
with preprocessed source if appropriate.^M
See <http://gcc.gnu.org/bugs.html> for instructions.^M

FAIL: g++.dg/ext/vector13.C (internal compiler error)
FAIL: g++.dg/ext/vector13.C (test for excess errors)

Richard.


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