On 7/11/24 10:02 AM, Andrew Pinski (QUIC) wrote:
-----Original Message-----
From: Andrew Pinski (QUIC) <quic_apin...@quicinc.com>
Sent: Saturday, June 22, 2024 7:25 AM
To: gcc-patches@gcc.gnu.org
Cc: Andrew Pinski (QUIC) <quic_apin...@quicinc.com>
Subject: [PATCH] Ranger: Mark a few classes as final

I noticed there was a warning from clang about int_range's
dtor being marked as final saying the class cannot be inherited
from.
So let's mark the few ranger classes as final for those which
we know will be final.

Bootstrapped and tested on x86_64-linux-gnu.

Ping?


gcc/ChangeLog:

        * value-range.h (class int_range): Mark as final.
        (class prange): Likewise.
        (class frange): Likewise.
OK
jeff

Reply via email to