Re: [patch] Assert assemble_external is only called during or after expanding to RTL

2012-03-26 Thread Steven Bosscher
On Mon, Mar 26, 2012 at 9:25 AM, Richard Guenther wrote: > On Sat, Mar 24, 2012 at 9:25 PM, Steven Bosscher > wrote: >> Hello, >> >> This patch tightens the conditions on when assemble_external() may be >> called. It also removes a comment that "most platforms do not define >> ASM_OUTPUT_EXTERNA

Re: [patch] Assert assemble_external is only called during or after expanding to RTL

2012-03-26 Thread Richard Guenther
On Sat, Mar 24, 2012 at 9:25 PM, Steven Bosscher wrote: > Hello, > > This patch tightens the conditions on when assemble_external() may be > called. It also removes a comment that "most platforms do not define > ASM_OUTPUT_EXTERNAL", because hasn't been true since r119764 added a > definition of A

[patch] Assert assemble_external is only called during or after expanding to RTL

2012-03-24 Thread Steven Bosscher
Hello, This patch tightens the conditions on when assemble_external() may be called. It also removes a comment that "most platforms do not define ASM_OUTPUT_EXTERNAL", because hasn't been true since r119764 added a definition of ASM_OUTPUT_EXTERNAL to elfos.h. This is the first step toward addres