This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ Patch] PR 4093
- From: Jason Merrill <jason at redhat dot com>
- To: Craig Rodrigues <rodrigc at attbi dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sun, 24 Feb 2002 18:23:06 +0000
- Subject: Re: [C++ Patch] PR 4093
- References: <20020224124958.A20386@attbi.com>
>>>>> "Craig" == Craig Rodrigues <rodrigc@attbi.com> writes:
> Hi,
> This was patch was mentioned in PR 4093:
> http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4093
> PR 4093 mentions that for strict ANSI C compilers like
> the one on HP-UX, it is necessary for the return types
> for a conditional statement must be the same. This
> patch solves one particular instance of this problem,
> that was causing problems bootstrapping with HP's compiler.
You shouldn't be building the C++ frontend with HP's compiler, but...
> Is it OK?
Yes.
Jason