[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: cvs commit to glibc-package/debian by jbailey



Hi Jeff,
On Wed, May 07, 2003 at 08:27:33AM -0700, Jeff Bailey wrote:
> Does the mips GCC have __USE_GNU and __USE_BSD defined by default?  A couple
> of these macros shouldn't exist unless those are defined (which is
> inappropriate for this test)
(testing/unstable)foo@bar:~$ gcc-3.3 -dM -E bla.c | grep __GNU
#define __GNUC_PATCHLEVEL__ 0
#define __GNUC__ 3
#define __GNUC_MINOR__ 3
(testing/unstable)foo@bar:~$ gcc-3.3 -dM -E bla.c | grep __BSD
(testing/unstable)foo@bar:~$

> If it does, that seems like it might be a GCC bug.
If I remember correctly the isomac failure happend for both 2.3.1 and
2.3.2 when compiled with gcc-3.3 so this seems to be a gcc issue.
Regards,
 -- Guido



Reply to: