This is the mail archive of the gcc-bugs@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]

[Bug other/52626] New: make check fixinclude test FAILURES


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

             Bug #: 52626
           Summary: make check fixinclude test FAILURES
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: izamyatin@gmail.com
            Target: x86_64-unknown-linux-gnu


Issue appeared after revision 185392:

Author: ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Wed Mar 14 17:08:03 2012 +0000

    Remove obsolete Solaris 8 support


Snippet from make check report:
pthread.h
/export/users/izamyati/trunk_for_check/fixincludes/tests/base/pthread.h differ:
byte 2526, line 86
*** pthread.h    2012-03-20 00:03:27.660335543 +0400
--- /export/users/izamyati/trunk_for_check/fixincludes/tests/base/pthread.h   
2012-03-16 13:25:18.787318293 +0400
***************
*** 83,91 ****
  #define PTHREAD_MUTEX_INITIALIZER    {{{0},0}, {{{0}}}, {0}}
  #endif
  #if __STDC__ - 0 == 0 && !defined(_NO_LONGLONG)
! #define PTHREAD_COND_INITIALIZER    {{{0}, 0}, 0}    /* DEFAULTCV */
  #else
! #define PTHREAD_COND_INITIALIZER    {{{0}, 0}, {0}}    /* DEFAULTCV */
  #endif
  #if __STDC__ - 0 == 0 && !defined(_NO_LONGLONG)
  #define    PTHREAD_MUTEX_INITIALIZER        /* = DEFAULTMUTEX */    \
--- 83,91 ----
  #define PTHREAD_MUTEX_INITIALIZER    {{{0},0}, {{{0}}}, {0}}
  #endif
  #if __STDC__ - 0 == 0 && !defined(_NO_LONGLONG)
! #define PTHREAD_COND_INITIALIZER    {{{0}, 0, 0x4356}, 0}    /* DEFAULTCV */
  #else
! #define PTHREAD_COND_INITIALIZER    {{{0}, 0, 0x4356}, {0}}    /* DEFAULTCV
*/
  #endif
  #if __STDC__ - 0 == 0 && !defined(_NO_LONGLONG)
  #define    PTHREAD_MUTEX_INITIALIZER        /* = DEFAULTMUTEX */    \

There were fixinclude test FAILURES
make: *** [check] Error 1


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