------- Comment #3 from geoffk at gcc dot gnu dot org 2006-08-20 23:21 ------- As a workaround, I believe you can simply delete the gcc_assert. This will mean, though, that either you don't get debug information for Foo, or you will get debug information but saying that Foo lives in the constant pool.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28692