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] PR 4093


>>>>> "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


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