[Bug 479504] Re: internal compiler error: offsetof within class template definition

2009-12-29 Thread Matthias Klose
fixed in 4.3.4: $ g++-4.3 gcc-ice-bare.cpp gcc-ice-bare.cpp:3: error: invalid use of incomplete type 'struct A' gcc-ice-bare.cpp:1: error: forward declaration of 'struct A' gcc-ice-bare.cpp: In function 'int main()': gcc-ice-bare.cpp:6: error: 'A' is not a template ** Changed in: gcc-4.3 (Ubuntu

[Bug 479504] Re: internal compiler error: offsetof within class template definition

2009-11-09 Thread Roger Pate
Ack, I mean A is incomplete at that point, not undefined. 9.2/2 is the relevant section from the C++ standard for that minor point. -- internal compiler error: offsetof within class template definition https://bugs.launchpad.net/bugs/479504 You received this bug notification because you are a me