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++ PATCH: Fix PR 10300


On Mon, 2003-04-14 at 09:30, Andreas Schwab wrote:
> Mark Mitchell <mark at codesourcery dot com> writes:
> 
> |> > I'm getting a mysterious failure on ia64-linux while compiling libstdc++:
> |> > 
> |> > ../../../../libstdc++-v3/src/ios.cc:373: error: parse error at end of input
> |> > 
> |> > This patch is the only change since yesterday and reverting it makes this
> |> > error go away.
> |> 
> |> That sounds like a miscompilation of cc1plus, more likely than not.
> 
> Either compiling cp/init.c with -O0 or applying this patch (which should
> actually change nothing) makes the error go away:

Yeah, I was going to ask if I had failed to initialize something, but it
doesn't look like I did.  It looks like we've found an IA64 GCC bug. 
Ugh.

I'm building a cross compiler now, and will let you know what I learn.

-- 
Mark Mitchell
CodeSourcery, LLC
mark at codesourcery dot com


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