+++ This bug was initially created as a clone of Bug #38727 +++

The autogen program finds fixinclude test failures in miro :

# gmake -i check
gmake[2]: Entering directory `/usr/share/src/miro_build/fixincludes'
autogen -T ../../miro/fixincludes/check.tpl ../../miro/fixincludes/inclhack.def
/bin/sh ./check.sh ../../miro/fixincludes/tests/base
Fixed:  testing.h
Fixed:  testing.h
Fixed:  ansi/math.h
Fixed:  ansi/stdlib.h
...
Fixed:  pixrect/memvar.h
sed: command garbled: /define[  ]\+PTHREAD_MUTEX_INITIALIZER[   ]*\\/,+1s/{ {
0, } }/{ { 0, 0, 0, 0, 0, 0 } }/
Fixed:  regex.h
...
Fixed:  Xm/Traversal.h
sys/stat.h /usr/share/src/miro/fixincludes/tests/base/sys/stat.h differ: char
432, line 18
*** sys/stat.h  Sun Feb 22 04:17:27 2009
--- /usr/share/src/miro/fixincludes/tests/base/sys/stat.h       Sat Feb 21
18:06:34 2009
***************
*** 15,23 ****


  #if defined( GLIBC_C99_INLINE_2_CHECK )
- extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
  #ifdef __GNUC_GNU_INLINE__
  extern
  #endif
  __inline__ int
  __NTH (fstat64 (int __fd, struct stat64 *__statbuf))
--- 15,26 ----


  #if defined( GLIBC_C99_INLINE_2_CHECK )
  #ifdef __GNUC_GNU_INLINE__
  extern
+ #endif
+ __inline__ int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull
((2));
+ #ifdef __GNUC_GNU_INLINE__
+ extern
  #endif
  __inline__ int
  __NTH (fstat64 (int __fd, struct stat64 *__statbuf))
Missing header fix:  pthread.h

There were fixinclude test FAILURES
gmake[2]: [check] Error 1 (ignored)
gmake[2]: Leaving directory `/usr/share/src/miro_build/fixincludes'
gmake[2]: Entering directory `/usr/share/src/miro_build/gcc'
...

Thanks,
Rob


-- 
           Summary: [miro] revision 144368 - "make -i check" autogen
                    "fixinclude test FAILURES"
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rob1weld at aol dot com
 GCC build triplet: i386-pc-solaris2.11
  GCC host triplet: i386-pc-solaris2.11
GCC target triplet: i386-pc-solaris2.11


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39265

Reply via email to