[C++-sig] method_call_expr not supported by dump_expr

Dominique Devriese dominique.devriese at student.kuleuven.ac.be
Thu May 22 17:00:20 CEST 2003


Marcelo A Camelo writes:

  Marcelo> Hi!!!  While porting my code to Linux, I got the following
  Marcelo> error message from GCC 3.3:

  Marcelo> 	sorry, unimplemented: `
  Marcelo> 	   method_call_expr' not supported by dump_expr

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10858

it's a gcc 3.3 bug that doesn't allow a function to be called within a
sizeof(), it seems.. 

try downgrading to GCC 3.2, or commenting out the ASSERT call..

cheers
domi

-- 
VI is historically important, if "religiously evil;"
(Christopher Browne on alt.religion.emacs)




More information about the Cplusplus-sig mailing list