------- Comment #7 from pault at gcc dot gnu dot org 2007-10-12 04:49 -------
(In reply to comment #6)
Better still is
if (source->expr_type == EXPR_FUNCTION)
return NULL;
since source is already tested to be a constant expression.
Paul
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33733