Issue Details (XML | Word | Printable)

Key: STDCXX-974
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Eric Lemings
Reporter: Farid Zaripov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
C++ Standard Library

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

Created: 26/Jun/08 02:35 PM   Updated: 22/Jul/08 10:30 PM
Return to search
Component/s: Test Driver
Affects Version/s: 4.2.1
Fix Version/s: 4.2.2

Time Tracking:
Original Estimate: 1h
Original Estimate - 1h
Remaining Estimate: 1h
Remaining Estimate - 1h
Time Spent: Not Specified
Remaining Estimate - 1h

Environment: EDG eccp 3.9 on SUSE Linux Enterprise Server 10 (x86_64)
Issue Links:
Reference
 

Severity: Compiler Error


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

From nightly build logs:

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


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.