https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119323
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to David Binderman from comment #0) > 4. > > libgcobol/libgcobol.cc:11072:33: warning: 'operator=' should check for > assignment to self to avoid problems with dynamic memory. [operatorEqToSelf] > > 5. > > libgcobol/common-defs.h:473:7: warning: Struct > 'cbl_enabled_exceptions_array_t' does not have a copy constructor which is > recommended since it has dynamic memory/resource allocation(s). > [noCopyConstructor] I already have a patch for these two.