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: [PATCH]: Fix solaris10 testsuite c99 detection


On Wed, 11 Oct 2006, Eric Botcazou wrote:

> > Since <sys/types.h> is already included by builtins-config.h, I don't have
> > to add any headers I just have to move the solaris block to after where
> > <sys/types.h> is already included.  That seems safer to me.
>
> Agreed.
>
> > Tested via "make check" on solaris10 and solaris7.  If there are no
> > objections, I'll install it as "obvious" on all active branches after 24
> > hours.
>
> I'd check that this doesn't cause new failures to pop up on release branches.
> They would not be regressions so we couldn't fix them there.
> Thanks for catching this!
> Eric Botcazou

I installed the patch on mainline.

However, err... umm..., on the branches solaris 10 doesn't define
TARGET_C99_FUNCTIONS, so I didn't backport this yet cause it won't pass.

Eric, do you want me to backport the patch to activate
TARGET_C99_FUNCTIONS on solaris 10, or since that's technically new
functionality leave it be?

http://gcc.gnu.org/ml/gcc-patches/2006-03/msg01340.html

		Thanks,
		--Kaveh
--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu


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