------- Comment #7 from richard at codesourcery dot com 2006-05-11 16:18 ------- Subject: Re: [4.2 Regression] -fsection-anchors breaks Ada
Thanks Andreas. I might be barking up the wrong tree here, but it seems odd to me is that output_ttype is using expand_normal () to expand this tree. That in general allows arbitrary code to be generated. output_ttype does seem to want an assembly constant. Shouldn't it be using EXPAND_INITIALIZER instead? Richard -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27536