https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122966
Bug ID: 122966
Summary: algol68, meet clang
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: algol68
Assignee: algol68 at gcc dot gnu.org
Reporter: dcb314 at hotmail dot com
Target Milestone: ---
On building the new Algol 68 source code with clang,
I find:
trunk/gcc/algol68/a68-low-clauses.cc:1293:30: warning: explicitly assigning
value of variable of type 'tree' (aka 'union tree_node *') to itself
[-Wself-assign]
Source code is
sub_multiple_elements = sub_multiple_elements;
Suggest remove.