"joseph cook" <[EMAIL PROTECTED]> writes: > I seem to have run across a g++ 3.4.3 Bug.
You need to specify 'g++ --version' for people to be able to reproduce the bug you are reporting. > This program will not compile: (Internal ERROR : Segmentation Fault) Compiles just fine here: $ cat junk.cc #include <vector> class myClass { std::vector<float> m_buffer[75000]; }; int main() { } $ /usr/local/gcc-3.4.3/bin/g++ --version && /usr/local/gcc-3.4.3/bin/g++ -c junk.cc && echo ok g++ (GCC) 3.4.3 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ok Cheers, -- In order to understand recursion you must first understand recursion. Remove /-nsp/ for email. _______________________________________________ help-gplusplus mailing list help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus