https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102846

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |pinskia at gcc dot 
gnu.org

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Let me look into this.

What should be done is

auto cpp_node = cpp_lookup (cpp_reader, name, namelen);
if (cpp_node  && cpp_fun_like_macro_p (cpp_node))
 ; // Don't add the node since it is already defined.

Reply via email to