This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/18367] make check fails with fixinclude problem
- From: "mckelvey at maskull dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Jul 2005 21:09:45 -0000
- Subject: [Bug bootstrap/18367] make check fails with fixinclude problem
- References: <20041108022109.18367.mckelvey@maskull.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From mckelvey at maskull dot com 2005-07-10 21:09 -------
Fails a little differently now, with latest CVS:
Fixed: Xm/BaseClassI.h
Fixed: Xm/Traversal.h
math.h /home/mckelvey/software/gcc/fixincludes/tests/base/math.h differ: char
501, line 22
*** math.h Sun Jul 10 12:23:40 2005
--- /home/mckelvey/software/gcc/fixincludes/tests/base/math.h Tue Jun 14
21:25:02 2005
***************
*** 19,29 ****
struct exception;
- #if defined( AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_2_CHECK )
- #include <architecture/ppc/math.h>
- #endif /* AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_2_CHECK */
-
-
#if defined( BROKEN_CABS_CHECK )
#ifdef __STDC__
--- 19,24 ----
There were fixinclude test FAILURES
gmake[1]: *** [check] Error 1
gmake[1]: Leaving directory `/usr/home/mckelvey/software/gcc-obj/fixincludes'
gmake: *** [check-fixincludes] Error 2
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18367