This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Bug Report: internal compiler error with use of std::



My apologies if the following problem has already been spotted / fixed (I
am no longer reading this list):

---------------------------------------------------------------------------
[babylon] % cat foo.cc

#include <vector>

class Foo
{
    int std::j;
};

[babylon] % g++ -v
Reading specs from /usr/local/lib/gcc-lib/i586-pc-linux-gnulibc1/egcs-2.91.47/specs
gcc version egcs-2.91.47 19980707 (gcc2 ss-980609 experimental)
[babylon] % g++ -c foo.cc
foo.cc:6: Internal compiler error.
foo.cc:6: Please submit a full bug report to `egcs-bugs@cygnus.com'.
[babylon] % 
---------------------------------------------------------------------------

Cheers,

-- 
Leo Breebaart  <leo@lspace.org>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]