Re: [PATCH] Fix -fsection-anchors alias handling (PR middle-end/65003)

2015-02-11 Thread Richard Biener
On Wed, 11 Feb 2015, Jakub Jelinek wrote: > Hi! > > This patch fixes a thinko in -fsection-anchors alias handling code > Honza added in r211357. Usually for aliases we don't create > SYMBOL_REF_HAS_BLOCK_INFO_P, but in the following testcase we do, > because the rtl is created through notice_glo

[PATCH] Fix -fsection-anchors alias handling (PR middle-end/65003)

2015-02-11 Thread Jakub Jelinek
Hi! This patch fixes a thinko in -fsection-anchors alias handling code Honza added in r211357. Usually for aliases we don't create SYMBOL_REF_HAS_BLOCK_INFO_P, but in the following testcase we do, because the rtl is created through notice_global_symbol already when the symbol wasn't an alias, onl