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: Re: fixinc required for new FreeBSD 4.x bootstrap failures


In article <41466506.396A2D83@veritas.com>,
Bruce Korb<bkorb@veritas.com> writes:

> Don't forget tests/base/sys/cdefs.h, too.  Thanks!

As installed (as tested on i386-unknown-freebsd4.10).

	* tests/base/sys/cdefs.h: Update for new test.

Index: tests/base/sys/cdefs.h
===================================================================
RCS file: /cvs/gcc/gcc/fixincludes/tests/base/sys/cdefs.h,v
retrieving revision 1.1
diff -r1.1 cdefs.h
16a17,21
> #if defined( FREEBSD_GCC4_BREAKAGE_CHECK )
> #if __GNUC__ == 2 && __GNUC_MINOR__ >= 7 || __GNUC__ >= 3
> #endif  /* FREEBSD_GCC4_BREAKAGE_CHECK */
> 
> 


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