------- Comment #7 from danglin at gcc dot gnu dot org 2007-12-21 23:58 ------- This problem should now be fixed. I had modified the testcase and this led me to think I'd killed the ICE ;)
I have to say that the code in the original testcase is probably very wrong for hppa. Like ia64, function pointers point to function descriptors (when the plabel bit is set). The function descriptor also may point to a stub and not the function code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34525