Creation of precompiled headers fails for gcc-3.4.0 on i386-pc-solaris2.8

Rainer Orth ro@TechFak.Uni-Bielefeld.DE
Tue Apr 27 23:55:00 GMT 2004


Brad Spencer <spencer@infointeractive.com> writes:

> static tree
> ix86_build_builtin_va_list (void)
> {
>   tree f_gpr, f_fpr, f_ovf, f_sav, record, type_decl;
> 
>   /* For i386 we use plain pointer to argument area.  */
>   if (!TARGET_64BIT)
>     return build_pointer_type (char_type_node);
> 
>   // ...
> }
> 
> So for i386-pc-solaris2.8, who's right? :)

I just ran into the same problem in a different context (investigating many
g++ testsuite failures on i386-pc-solaris2.10).  The i386.c definition is
wrong for Solaris 2/x86.  I'm currently testing a patch to use the default
instead.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Faculty of Technology, Bielefeld University



More information about the Gcc-bugs mailing list