Re: Please Take Attention To This BUG.

2017-06-07 Thread Jonathan Wakely
On 7 June 2017 at 08:38, 林作健 wrote: > I have found the cause of this bug. > In 5.3, the function strip_typedefs only use > result = cp_build_type_attribute_variant (result, TYPE_ATTRIBUTES (t)); > but in 6.3 remove_attributes prediction get invovled: > if (TYPE_ATTRIBUTES (t)) > { > if

Re: Please Take Attention To This BUG.

2017-06-07 Thread 林作健
I have found the cause of this bug. In 5.3, the function strip_typedefs only use result = cp_build_type_attribute_variant (result, TYPE_ATTRIBUTES (t)); but in 6.3 remove_attributes prediction get invovled: if (TYPE_ATTRIBUTES (t)) { if (remove_attributes) result = apply_identity_attrib

Please Take Attention To This BUG.

2017-06-06 Thread 林作健
Hi, Please help me with the following bug. It's a blocker. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80986 Thanks. -- Lin Zuojian