You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2008/06/26 16:35:45 UTC

[jira] Created: (STDCXX-974) [EDG eccp/Linux] errors with optimization on long long in

[EDG eccp/Linux] errors with optimization on long long in <pthreadtypes.h>
--------------------------------------------------------------------------

                 Key: STDCXX-974
                 URL: https://issues.apache.org/jira/browse/STDCXX-974
             Project: C++ Standard Library
          Issue Type: Bug
          Components: Test Driver
    Affects Versions: 4.2.1
         Environment: EDG eccp 3.9 on SUSE Linux Enterprise Server 10 (x86_64)
            Reporter: Farid Zaripov
             Fix For: 4.2.2


The rwtest library fails to compile with the EDG eccp demo on Linux. 

>From nightly build logs:

{noformat}
eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/lockfile.cpp
"/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
          long" is nonstandard
      __extension__ unsigned long long int __total_seq;
                                  ^

"/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
          long" is nonstandard
      __extension__ unsigned long long int __wakeup_seq;
                                  ^

"/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
          long" is nonstandard
      __extension__ unsigned long long int __woken_seq;
                                  ^

"/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
          long" is nonstandard
    __extension__ long long int __align;
                       ^

4 errors detected in the compilation of "$(TOPDIR)/tests/src/lockfile.cpp".
gmake: *** [lockfile.o] Error 2


eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/qestream.cpp
"/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
          long" is nonstandard
      __extension__ unsigned long long int __total_seq;
                                  ^

"/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
          long" is nonstandard
      __extension__ unsigned long long int __wakeup_seq;
                                  ^

"/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
          long" is nonstandard
      __extension__ unsigned long long int __woken_seq;
                                  ^

"/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
          long" is nonstandard
    __extension__ long long int __align;
                       ^

4 errors detected in the compilation of "$(TOPDIR)/tests/src/qestream.cpp".
gmake: *** [qestream.o] Error 2


eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/rwmstats.cpp
"/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
          long" is nonstandard
      __extension__ unsigned long long int __total_seq;
                                  ^

"/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
          long" is nonstandard
      __extension__ unsigned long long int __wakeup_seq;
                                  ^

"/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
          long" is nonstandard
      __extension__ unsigned long long int __woken_seq;
                                  ^

"/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
          long" is nonstandard
    __extension__ long long int __align;
                       ^

4 errors detected in the compilation of "$(TOPDIR)/tests/src/rwmstats.cpp".
gmake: *** [rwmstats.o] Error 2


eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/rwqethread.cpp
"/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
          long" is nonstandard
      __extension__ unsigned long long int __total_seq;
                                  ^

"/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
          long" is nonstandard
      __extension__ unsigned long long int __wakeup_seq;
                                  ^

"/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
          long" is nonstandard
      __extension__ unsigned long long int __woken_seq;
                                  ^

"/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
          long" is nonstandard
    __extension__ long long int __align;
                       ^

4 errors detected in the compilation of "$(TOPDIR)/tests/src/rwqethread.cpp".
gmake: *** [rwqethread.o] Error 2


eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/rwtest.cpp
"/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
          long" is nonstandard
      __extension__ unsigned long long int __total_seq;
                                  ^

"/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
          long" is nonstandard
      __extension__ unsigned long long int __wakeup_seq;
                                  ^

"/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
          long" is nonstandard
      __extension__ unsigned long long int __woken_seq;
                                  ^

"/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
          long" is nonstandard
    __extension__ long long int __align;
                       ^

4 errors detected in the compilation of "$(TOPDIR)/tests/src/rwtest.cpp".
gmake: *** [rwtest.o] Error 2


eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/singleton.cpp
"/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
          long" is nonstandard
      __extension__ unsigned long long int __total_seq;
                                  ^

"/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
          long" is nonstandard
      __extension__ unsigned long long int __wakeup_seq;
                                  ^

"/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
          long" is nonstandard
      __extension__ unsigned long long int __woken_seq;
                                  ^

"/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
          long" is nonstandard
    __extension__ long long int __align;
                       ^

4 errors detected in the compilation of "$(TOPDIR)/tests/src/singleton.cpp".
gmake: *** [singleton.o] Error 2


eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/thread.cpp
"/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
          long" is nonstandard
      __extension__ unsigned long long int __total_seq;
                                  ^

"/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
          long" is nonstandard
      __extension__ unsigned long long int __wakeup_seq;
                                  ^

"/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
          long" is nonstandard
      __extension__ unsigned long long int __woken_seq;
                                  ^

"/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
          long" is nonstandard
    __extension__ long long int __align;
                       ^

4 errors detected in the compilation of "$(TOPDIR)/tests/src/thread.cpp".
gmake: *** [thread.o] Error 2
{noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (STDCXX-974) [EDG eccp/Linux] errors with optimization on long long in

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor reassigned STDCXX-974:
-----------------------------------

    Assignee: Eric Lemings

Assigned to Brad.

> [EDG eccp/Linux] errors with optimization on long long in <pthreadtypes.h>
> --------------------------------------------------------------------------
>
>                 Key: STDCXX-974
>                 URL: https://issues.apache.org/jira/browse/STDCXX-974
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Test Driver
>    Affects Versions: 4.2.1
>         Environment: EDG eccp 3.9 on SUSE Linux Enterprise Server 10 (x86_64)
>            Reporter: Farid Zaripov
>            Assignee: Eric Lemings
>             Fix For: 4.2.2
>
>
> The rwtest library fails to compile with the EDG eccp demo on Linux. 
> From nightly build logs:
> {noformat}
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/lockfile.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/lockfile.cpp".
> gmake: *** [lockfile.o] Error 2
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/qestream.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/qestream.cpp".
> gmake: *** [qestream.o] Error 2
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/rwmstats.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/rwmstats.cpp".
> gmake: *** [rwmstats.o] Error 2
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/rwqethread.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/rwqethread.cpp".
> gmake: *** [rwqethread.o] Error 2
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/rwtest.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/rwtest.cpp".
> gmake: *** [rwtest.o] Error 2
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/singleton.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/singleton.cpp".
> gmake: *** [singleton.o] Error 2
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/thread.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/thread.cpp".
> gmake: *** [thread.o] Error 2
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (STDCXX-974) [EDG eccp/Linux] errors with optimization on long long in

Posted by "Eric Lemings (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STDCXX-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12615812#action_12615812 ] 

Eric Lemings commented on STDCXX-974:
-------------------------------------

No clue where these files are coming from.  I see no such source files in either the Subversion or Perforce repositories.

> [EDG eccp/Linux] errors with optimization on long long in <pthreadtypes.h>
> --------------------------------------------------------------------------
>
>                 Key: STDCXX-974
>                 URL: https://issues.apache.org/jira/browse/STDCXX-974
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Test Driver
>    Affects Versions: 4.2.1
>         Environment: EDG eccp 3.9 on SUSE Linux Enterprise Server 10 (x86_64)
>            Reporter: Farid Zaripov
>            Assignee: Eric Lemings
>             Fix For: 4.2.2
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The rwtest library fails to compile with the EDG eccp demo on Linux. 
> From nightly build logs:
> {noformat}
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/lockfile.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/lockfile.cpp".
> gmake: *** [lockfile.o] Error 2
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/qestream.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/qestream.cpp".
> gmake: *** [qestream.o] Error 2
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/rwmstats.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/rwmstats.cpp".
> gmake: *** [rwmstats.o] Error 2
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/rwqethread.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/rwqethread.cpp".
> gmake: *** [rwqethread.o] Error 2
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/rwtest.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/rwtest.cpp".
> gmake: *** [rwtest.o] Error 2
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/singleton.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/singleton.cpp".
> gmake: *** [singleton.o] Error 2
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/thread.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/thread.cpp".
> gmake: *** [thread.o] Error 2
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (STDCXX-974) [EDG eccp/Linux] errors with optimization on long long in

Posted by "Travis Vitek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STDCXX-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12615814#action_12615814 ] 

Travis Vitek commented on STDCXX-974:
-------------------------------------

Brad, they're all in //rwtest/..., the same place they were the last time you had to make changes to the test driver. :)

> [EDG eccp/Linux] errors with optimization on long long in <pthreadtypes.h>
> --------------------------------------------------------------------------
>
>                 Key: STDCXX-974
>                 URL: https://issues.apache.org/jira/browse/STDCXX-974
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Test Driver
>    Affects Versions: 4.2.1
>         Environment: EDG eccp 3.9 on SUSE Linux Enterprise Server 10 (x86_64)
>            Reporter: Farid Zaripov
>            Assignee: Eric Lemings
>             Fix For: 4.2.2
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The rwtest library fails to compile with the EDG eccp demo on Linux. 
> From nightly build logs:
> {noformat}
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/lockfile.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/lockfile.cpp".
> gmake: *** [lockfile.o] Error 2
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/qestream.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/qestream.cpp".
> gmake: *** [qestream.o] Error 2
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/rwmstats.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/rwmstats.cpp".
> gmake: *** [rwmstats.o] Error 2
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/rwqethread.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/rwqethread.cpp".
> gmake: *** [rwqethread.o] Error 2
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/rwtest.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/rwtest.cpp".
> gmake: *** [rwtest.o] Error 2
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/singleton.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/singleton.cpp".
> gmake: *** [singleton.o] Error 2
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/thread.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/thread.cpp".
> gmake: *** [thread.o] Error 2
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (STDCXX-974) [EDG eccp/Linux] errors with optimization on long long in

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor updated STDCXX-974:
--------------------------------

    Remaining Estimate: 1h
     Original Estimate: 1h

This a problem in the Rogue Wave the test driver, RWTest.

> [EDG eccp/Linux] errors with optimization on long long in <pthreadtypes.h>
> --------------------------------------------------------------------------
>
>                 Key: STDCXX-974
>                 URL: https://issues.apache.org/jira/browse/STDCXX-974
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Test Driver
>    Affects Versions: 4.2.1
>         Environment: EDG eccp 3.9 on SUSE Linux Enterprise Server 10 (x86_64)
>            Reporter: Farid Zaripov
>            Assignee: Eric Lemings
>             Fix For: 4.2.2
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The rwtest library fails to compile with the EDG eccp demo on Linux. 
> From nightly build logs:
> {noformat}
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/lockfile.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/lockfile.cpp".
> gmake: *** [lockfile.o] Error 2
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/qestream.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/qestream.cpp".
> gmake: *** [qestream.o] Error 2
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/rwmstats.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/rwmstats.cpp".
> gmake: *** [rwmstats.o] Error 2
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/rwqethread.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/rwqethread.cpp".
> gmake: *** [rwqethread.o] Error 2
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/rwtest.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/rwtest.cpp".
> gmake: *** [rwtest.o] Error 2
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/singleton.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/singleton.cpp".
> gmake: *** [singleton.o] Error 2
> eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include  -A -x --template_directory=$(BUILDDIR)/lib -g   --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815   $(TOPDIR)/tests/src/thread.cpp
> "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __total_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __wakeup_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long
>           long" is nonstandard
>       __extension__ unsigned long long int __woken_seq;
>                                   ^
> "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long
>           long" is nonstandard
>     __extension__ long long int __align;
>                        ^
> 4 errors detected in the compilation of "$(TOPDIR)/tests/src/thread.cpp".
> gmake: *** [thread.o] Error 2
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.