This is the mail archive of the gcc@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: GCC 3.4.0 fails to boot with a non-GCC C compiler


On Wed, Apr 07, 2004 at 11:29:15PM +0200, Andreas Schwab wrote:
> Joe Buck <Joe.Buck@synopsys.COM> writes:
> 
> > According to Jakub, it seems the autoconf 2.13 test says HP has inline,
> > autoconf 2.5x says it does not.  So upgrading to 2.5x everywhere would
> > be one way of fixing the world.
> 
> The main difference between 2.13 and 2.5x AC_C_INLINE is described by this
> comment in the autoconf sources:
> 
> # HP C version B.11.11.04 doesn't allow a typedef as the return value for an
> # inline function, only builtin types.

HP C also appears to reject a return type of "struct foo *" for an inline
function.


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