Re: Improvement of CLOBBER descriptions

2024-02-22 Thread Jason Merrill via Gcc
On 2/21/24 10:43, Michael Matz wrote: Hello, On Wed, 21 Feb 2024, Daniil Frolov wrote: Following the recent introduction of more detailed CLOBBER types in GCC, a minor inconsistency has been identified in the description of CLOBBER_OBJECT_BEGIN: /* Beginning of object lifetime, e.g. C++

Re: Improvement of CLOBBER descriptions

2024-02-21 Thread Michael Matz via Gcc
Hello, On Wed, 21 Feb 2024, Daniil Frolov wrote: > >> Following the recent introduction of more detailed CLOBBER types in GCC, a > >> minor > >> inconsistency has been identified in the description of > >> CLOBBER_OBJECT_BEGIN: > >> > >> /* Beginning of object lifetime, e.g. C++ constructor.

Re: Improvement of CLOBBER descriptions

2024-02-21 Thread Daniil Frolov
On 2024-02-21 15:33, Nathaniel Shead wrote: On Wed, Feb 21, 2024 at 03:02:55PM +0400, Daniil Frolov wrote: Hi. Following the recent introduction of more detailed CLOBBER types in GCC, a minor inconsistency has been identified in the description of CLOBBER_OBJECT_BEGIN: /* Beginning of

Re: Improvement of CLOBBER descriptions

2024-02-21 Thread Nathaniel Shead via Gcc
On Wed, Feb 21, 2024 at 03:02:55PM +0400, Daniil Frolov wrote: > Hi. > > Following the recent introduction of more detailed CLOBBER types in GCC, a > minor > inconsistency has been identified in the description of > CLOBBER_OBJECT_BEGIN: > > /* Beginning of object lifetime, e.g. C++

Improvement of CLOBBER descriptions

2024-02-21 Thread Daniil Frolov
Hi. Following the recent introduction of more detailed CLOBBER types in GCC, a minor inconsistency has been identified in the description of CLOBBER_OBJECT_BEGIN: /* Beginning of object lifetime, e.g. C++ constructor. */ CLOBBER_OBJECT_BEGIN This comment appears somewhat contradictory,