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]

Internal compiler error with method pointer in latest GCC (2.95.2)


While i was compiling my 3D Engine at home, i got an error message "Internal 
compiler error in varasm ...".

I used latest DJGPP with MS-DOS (g++ 2.95.2)

The problem was apparently related with a table of function pointers (in fact it 
was method pointers) because it diseappeared when i removed it

By method pointers, i mean function pointers which points to a method of a 
particular class.

If nobody has warned you about a similar bug with method pointers, i can send 
you more details (including the preprocessed output)
In fact, as the source code is at home and my internet access is at the 
university, i am too lazy to spend one hour doing a bug report (unless i am sure 
it will be useful for someone).

Please just give me a quick answer by mail, if you are already not aware of this 
bug with method pointers (in fact i discovered this bug in october 1999 but was 
too lazy to warn you because i thought someone else must already have done it)


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