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,

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++ 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 obje

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.

ld: document static libraries when performing static linking

2024-02-21 Thread Christian Tramnitz via Gcc
Hello, For statically linked binaries one wants to keep track of external libraries that were pulled in at link time. I haven't found any initiatives or standards trying to achieve this yet, so I would like to make a proposal. ld already supports the `--depedency-file=` option to create a depfile

Re: ld: document static libraries when performing static linking

2024-02-21 Thread Jonathan Wakely via Gcc
On Wed, 21 Feb 2024 at 17:29, Christian Tramnitz via Gcc wrote: > > Hello, > > For statically linked binaries one wants to keep track of external > libraries that were pulled in at link time. I haven't found any > initiatives or standards trying to achieve this yet, so I would like > to make a pro

Contributor to the GSoC of 2024

2024-02-21 Thread Suraj Kadapa via Gcc
Hello, I am an undergraduate student with an extensive experience in computers from an early age, but most of my work has been limited to arduinos, and raspberry pi's. I have been intrigued with compilers, architecture and low level programming in the past few years. I have experience with ARM ass