[jira] Commented: (STDCXX-360) [XLC++ 7.0] ICE compiling 2.smartptr.shared.cpp

2008-01-16 Thread Martin Sebor (JIRA)

[ 
https://issues.apache.org/jira/browse/STDCXX-360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12559636#action_12559636
 ] 

Martin Sebor commented on STDCXX-360:
-

I say we close this as Cannot Reproduce.

 [XLC++ 7.0] ICE compiling 2.smartptr.shared.cpp
 ---

 Key: STDCXX-360
 URL: https://issues.apache.org/jira/browse/STDCXX-360
 Project: C++ Standard Library
  Issue Type: Bug
  Components: Tests
Affects Versions: 4.1.3, 4.2.0
 Environment: IBM XL C/C++ Version: 07.00..0009  
Reporter: Martin Sebor
Assignee: Travis Vitek
 Fix For: 4.2.1

 Attachments: t.cpp.gz, t.cpp.gz.base64


 PMR 02337,K78,000
 The attached translation unit (gzipped and encoded in base-64) produced by 
 preprocessing tests/tr1.util/2.smartptr.shared.cpp) causes an internal 
 compiler error:
 $ xlC -qversion  xlC -q64 -c -g t.cpp
  IBM XL C/C++ Enterprise Edition V7.0 
  Version: 07.00..0009  
 /nfs/packages/mdx/aix/compilers/5.3.0/va70_20070227/root/usr/vacpp/bin/.orig/xlC:
 1501-230 Internal compiler error; please contact your Service Representative
 xlCcore_r -c -I/amd/devco/sebor/stdcxx-4.1.3/include/ansi -D_RWSTDDEBUG
 -D_RWSTD_USE_CONFIG -I/build/sebor/stdcxx-4.1.3-vacpp-7.0-15D/include 
 -I/amd/devco/sebor/stdcxx-4.1.3/include 
 -I/amd/devco/sebor/stdcxx-4.1.3/../rwtest 
 -I/amd/devco/sebor/stdcxx-4.1.3/../rwtest/include 
 -I/amd/devco/sebor/stdcxx-4.1.3/tests/include  -g  -q64  
 -qtemplateregistry=2.smartptr.shared.ti   
 /amd/devco/sebor/stdcxx-4.1.3/tests/tr1.util/2.smartptr.shared.cpp
 /nfs/packages/mdx/aix/compilers/5.3.0/va70_20070227/root/usr/vacpp/bin/.orig/xlCcore_r:
  1501-230 Internal compiler error; please contact your Service Representative

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



[jira] Commented: (STDCXX-360) [XLC++ 7.0] ICE compiling 2.smartptr.shared.cpp

2007-12-20 Thread Travis Vitek (JIRA)

[ 
https://issues.apache.org/jira/browse/STDCXX-360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553779
 ] 

Travis Vitek commented on STDCXX-360:
-

I've tried several different patch levels and I cannot reproduce this problem 
on VisualAge C++ 7.0.0.0 or later. I have been able to reproduce this with 
VisualAge C++ 6.0.0.12.

 [XLC++ 7.0] ICE compiling 2.smartptr.shared.cpp
 ---

 Key: STDCXX-360
 URL: https://issues.apache.org/jira/browse/STDCXX-360
 Project: C++ Standard Library
  Issue Type: Bug
  Components: Tests
Affects Versions: 4.1.3, 4.2.0
 Environment: IBM XL C/C++ Version: 07.00..0009  
Reporter: Martin Sebor
Assignee: Travis Vitek
 Fix For: 4.2.1

 Attachments: t.cpp.gz, t.cpp.gz.base64


 PMR 02337,K78,000
 The attached translation unit (gzipped and encoded in base-64) produced by 
 preprocessing tests/tr1.util/2.smartptr.shared.cpp) causes an internal 
 compiler error:
 $ xlC -qversion  xlC -q64 -c -g t.cpp
  IBM XL C/C++ Enterprise Edition V7.0 
  Version: 07.00..0009  
 /nfs/packages/mdx/aix/compilers/5.3.0/va70_20070227/root/usr/vacpp/bin/.orig/xlC:
 1501-230 Internal compiler error; please contact your Service Representative
 xlCcore_r -c -I/amd/devco/sebor/stdcxx-4.1.3/include/ansi -D_RWSTDDEBUG
 -D_RWSTD_USE_CONFIG -I/build/sebor/stdcxx-4.1.3-vacpp-7.0-15D/include 
 -I/amd/devco/sebor/stdcxx-4.1.3/include 
 -I/amd/devco/sebor/stdcxx-4.1.3/../rwtest 
 -I/amd/devco/sebor/stdcxx-4.1.3/../rwtest/include 
 -I/amd/devco/sebor/stdcxx-4.1.3/tests/include  -g  -q64  
 -qtemplateregistry=2.smartptr.shared.ti   
 /amd/devco/sebor/stdcxx-4.1.3/tests/tr1.util/2.smartptr.shared.cpp
 /nfs/packages/mdx/aix/compilers/5.3.0/va70_20070227/root/usr/vacpp/bin/.orig/xlCcore_r:
  1501-230 Internal compiler error; please contact your Service Representative

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



[jira] Commented: (STDCXX-360) [XLC++ 7.0] ICE compiling 2.smartptr.shared.cpp

2007-08-29 Thread Martin Sebor (JIRA)

[ 
https://issues.apache.org/jira/browse/STDCXX-360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523695
 ] 

Martin Sebor commented on STDCXX-360:
-

This doesn't appear to be an issue with XLC++ 7.0.0.7 from the 7 Oct 2006 PTF 
we've been using for our testing. Curious that we're not testing with the 
latest available patch, i.e., 7.0.0.9. See below.

XLC++ 7.0.0.7: http://www-1.ibm.com/support/docview.wss?uid=swg24013078
XLC++ 7.0.0.9: http://www-1.ibm.com/support/docview.wss?uid=swg24016516


 [XLC++ 7.0] ICE compiling 2.smartptr.shared.cpp
 ---

 Key: STDCXX-360
 URL: https://issues.apache.org/jira/browse/STDCXX-360
 Project: C++ Standard Library
  Issue Type: Bug
  Components: Tests
Affects Versions: 4.1.3
 Environment: IBM XL C/C++ Version: 07.00..0009  
Reporter: Martin Sebor
 Attachments: t.cpp.gz, t.cpp.gz.base64


 PMR 02337,K78,000
 The attached translation unit (gzipped and encoded in base-64) produced by 
 preprocessing tests/tr1.util/2.smartptr.shared.cpp) causes an internal 
 compiler error:
 $ xlC -qversion  xlC -q64 -c -g t.cpp
  IBM XL C/C++ Enterprise Edition V7.0 
  Version: 07.00..0009  
 /nfs/packages/mdx/aix/compilers/5.3.0/va70_20070227/root/usr/vacpp/bin/.orig/xlC:
 1501-230 Internal compiler error; please contact your Service Representative
 xlCcore_r -c -I/amd/devco/sebor/stdcxx-4.1.3/include/ansi -D_RWSTDDEBUG
 -D_RWSTD_USE_CONFIG -I/build/sebor/stdcxx-4.1.3-vacpp-7.0-15D/include 
 -I/amd/devco/sebor/stdcxx-4.1.3/include 
 -I/amd/devco/sebor/stdcxx-4.1.3/../rwtest 
 -I/amd/devco/sebor/stdcxx-4.1.3/../rwtest/include 
 -I/amd/devco/sebor/stdcxx-4.1.3/tests/include  -g  -q64  
 -qtemplateregistry=2.smartptr.shared.ti   
 /amd/devco/sebor/stdcxx-4.1.3/tests/tr1.util/2.smartptr.shared.cpp
 /nfs/packages/mdx/aix/compilers/5.3.0/va70_20070227/root/usr/vacpp/bin/.orig/xlCcore_r:
  1501-230 Internal compiler error; please contact your Service Representative

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