
| Key: |
STDCXX-856
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Critical
|
| Assignee: |
Unassigned
|
| Reporter: |
Martin Sebor
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
2h
|
|
|
Remaining Estimate:
|
2h
|
|
|
Time Spent:
|
4h
|
|
|
|
|
Environment:
|
Sun C++ 5.9/Solaris 10/AMD64
|
|
Issue Links:
|
Blocker
|
|
|
|
This issue is blocked by:
|
|
|
STDCXX-861 [Sun C++ 5.9/x86_64] bad codegen on va_arg and long double
|
|
|
|
|
Reference
|
|
|
|
This issue is related to:
|
|
|
STDCXX-828 [AMD64] SIGABRT in 27.istream.fmat.arith
|
|
|
|
|
|
|
When compiled with Sun C++ (both 5.9 and 5.8) in 15S build mode the program below exits with SIGABRT. It runs fine when compiled with HP aCC 3.73 or gcc 4.1.1 on Linux/x86_64 (both in wide mode). I suspect it might have something to do with STDCXX-828.
|
|
Description
|
When compiled with Sun C++ (both 5.9 and 5.8) in 15S build mode the program below exits with SIGABRT. It runs fine when compiled with HP aCC 3.73 or gcc 4.1.1 on Linux/x86_64 (both in wide mode). I suspect it might have something to do with STDCXX-828.
|
Show » |
|