Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
IBM XL C/C++ 9.0 on AIX
Description
$ cat t.cpp && xlC -qversion && xlC t.cpp
#include <new>
template <int> struct S { S () { } template <int N> S (S<N>) { } };
int main ()
{
typedef S<1> B;
unsigned char buf [sizeof (B)] = "";
B* b = new (buf) B (S<2>());
for (int i = 0; i < sizeof buf; ++i);
b->~B ();
}
IBM XL C/C++ Enterprise Edition for AIX, V9.0
Version: 09.00.0000.0000
/nfs/packages/mdx/aix/compilers/5.2.0/va90/root/usr/vacpp/bin/.orig/xlC: 1501-230 (S) Internal compiler error; please contact your Service Representative
Attachments
Issue Links
- relates to
-
STDCXX-604 [IBM XLC++ 9.0] ICE on 23.bitset.cons.stdcxx-297
- Closed