Re: [PATCH] Handle IDENTIFIER_NODEs in ubsan.c (PR sanitizer/58420)

2013-09-25 Thread Jakub Jelinek
On Wed, Sep 25, 2013 at 10:35:40AM +0200, Marek Polacek wrote: > > 2013-09-16 Marek Polacek > > > > PR sanitizer/58420 > > * ubsan.c (ubsan_type_descriptor): Handle IDENTIFIER_NODEs > > when determining the type name. Ok. Jakub

Re: [PATCH] Handle IDENTIFIER_NODEs in ubsan.c (PR sanitizer/58420)

2013-09-25 Thread Marek Polacek
Ping. On Mon, Sep 16, 2013 at 05:49:55PM +0200, Marek Polacek wrote: > This patch amends the chunk of code where we are determining the > type name; I haven't consider that IDENTIFIER_NODEs require special > handling, since we need to omit the DECL_NAME. I had something similar > in http://gcc.gn

[PATCH] Handle IDENTIFIER_NODEs in ubsan.c (PR sanitizer/58420)

2013-09-16 Thread Marek Polacek
This patch amends the chunk of code where we are determining the type name; I haven't consider that IDENTIFIER_NODEs require special handling, since we need to omit the DECL_NAME. I had something similar in http://gcc.gnu.org/ml/gcc-patches/2013-09/msg00917.html patch, but there I had a thinko: I