On 21/11/16 15:17, Jakub Jelinek wrote:
On Mon, Nov 21, 2016 at 12:09:30PM +, Yuri Gribov wrote:
On Mon, Nov 21, 2016 at 11:50 AM, Jakub Jelinek wrote:
On Mon, Nov 21, 2016 at 11:43:56AM +, Yuri Gribov wrote:
This is just weird. DECL_NAME in theory could be NULL, or can be a symbol
m
On 21/11/16 15:17, Jakub Jelinek wrote:
On Mon, Nov 21, 2016 at 12:09:30PM +, Yuri Gribov wrote:
On Mon, Nov 21, 2016 at 11:50 AM, Jakub Jelinek wrote:
On Mon, Nov 21, 2016 at 11:43:56AM +, Yuri Gribov wrote:
This is just weird. DECL_NAME in theory could be NULL, or can be a symbol
m
On Mon, Nov 21, 2016 at 12:09:30PM +, Yuri Gribov wrote:
> On Mon, Nov 21, 2016 at 11:50 AM, Jakub Jelinek wrote:
> > On Mon, Nov 21, 2016 at 11:43:56AM +, Yuri Gribov wrote:
> >> > This is just weird. DECL_NAME in theory could be NULL, or can be a
> >> > symbol
> >> > much longer than 1
On Mon, Nov 21, 2016 at 11:50 AM, Jakub Jelinek wrote:
> On Mon, Nov 21, 2016 at 11:43:56AM +, Yuri Gribov wrote:
>> > This is just weird. DECL_NAME in theory could be NULL, or can be a symbol
>> > much longer than 100 bytes, at which point you have strlen (tmp_name) == 99
>> > and ASM_GENERA
On Mon, Nov 21, 2016 at 11:43:56AM +, Yuri Gribov wrote:
> > This is just weird. DECL_NAME in theory could be NULL, or can be a symbol
> > much longer than 100 bytes, at which point you have strlen (tmp_name) == 99
> > and ASM_GENERATE_INTERNAL_LABEL will just misbehave.
> > I fail to see why
On Mon, Nov 21, 2016 at 11:38 AM, Jakub Jelinek wrote:
> On Mon, Nov 14, 2016 at 11:44:26AM +0300, Maxim Ostapenko wrote:
>> this is the second attempt to support ASan odr indicators in GCC. I've fixed
>> issues with several flags (e.g.TREE_ADDRESSABLE) and introduced new "asan
>> odr indicator" a
On Mon, Nov 14, 2016 at 11:44:26AM +0300, Maxim Ostapenko wrote:
> this is the second attempt to support ASan odr indicators in GCC. I've fixed
> issues with several flags (e.g.TREE_ADDRESSABLE) and introduced new "asan
> odr indicator" attribute to distinguish indicators from other symbols.
> Look
Hi,
this is the second attempt to support ASan odr indicators in GCC. I've
fixed issues with several flags (e.g.TREE_ADDRESSABLE) and introduced
new "asan odr indicator" attribute to distinguish indicators from other
symbols.
Looks better now?
Tested and ASan bootstrapped on x86_64-unknown-l