Re: Gcc Digest, Vol 29, Issue 7

2022-07-05 Thread Yair Lenga via Gcc
Hi, Wanted to get some feedback on an idea that I have - trying to address the age long issue with type check on VA list function - like 'scanf' and friends. In my specific case, I'm trying to build code that will parse a list of values from SELECT statement into list of C variables. The type of t

Wants to contribute!!

2022-07-05 Thread Aman Jha via Gcc
Hii, I wants to contribute in gcc, i have contributed in some good open source project like Libreoffice. I have good knowledge of c++ and git I am still learning c++ and want to contribute. I also participated in hactoberfest and contributed in various open source project. Regards, Aman Jha

Re: Gcc Digest, Vol 29, Issue 7

2022-07-05 Thread Florian Weimer via Gcc
* Yair Lenga via Gcc: > My question: does anyone know how much effort it will be to add a new GCC > built-in (or extension), that will automatically generate a descriptive > format string, consistent with scanf formatting, avoiding the need to > manually enter the formatting string. It's already

Copiable anchor links in gcc manual

2022-07-05 Thread Gavin Smith via Gcc
(Please CC bug-texi...@gnu.org in replies to this email.) The current gcc web documentation (for gcc 12.1, released May 2022) doesn't include copiable hyperlinks for some parts of the manual, as the manual was generated with an older version of Texinfo, 6.5: https://gcc.gnu.org/onlinedocs/gcc-12.

Re: Copiable anchor links in gcc manual

2022-07-05 Thread Jonathan Wakely via Gcc
On Tue, 5 Jul 2022 at 13:27, Gavin Smith wrote: > This was implemented in Texinfo 6.8, released 3rd July, 2021. See for > example any of the options listed on this page: > > https://www.gnu.org/software/texinfo/manual/texinfo/html_node/Invoking-texi2any.html > > Hovering over the options should mak

Re: Wants to contribute!!

2022-07-05 Thread David Edelsohn via Gcc
On Tue, Jul 5, 2022 at 3:32 AM Aman Jha via Gcc wrote: > > Hii, > > I wants to contribute in gcc, i have contributed in some good open source > project like Libreoffice. > > I have good knowledge of c++ and git I am still learning c++ and want to > contribute. > > I also participated in hactoberfe

Re: Build of any gcc breaks on my sparc / illumos env

2022-07-05 Thread Gabriele Bulfon via Gcc
Hi, took me some time to get back to this. The reason why I need to build new gccs is that to build latest illumos gate I need gcc7 and gcc10 together. The illumos gate that I can build with illumos gcc 4.4.4 is around 2019, so I tried backporting latest ld, libld, libelf, liblddbg sources to my

Re: Build of any gcc breaks on my sparc / illumos env

2022-07-05 Thread Gabriele Bulfon via Gcc
Hi, took me sometime to get back to this. The "-v" options is not available on Solaris ld. I tried other debug options but nothing special was in the output, just that long list of relocation errors. What I see is that ld is complaining during link to produce ".so", about the single ".o" files, a

Re: Build of any gcc breaks on my sparc / illumos env

2022-07-05 Thread Rainer Orth
Hi Gabriele, > Hi, took me some time to get back to this. > The reason why I need to build new gccs is that to build latest illumos > gate I need gcc7 and gcc10 together. > The illumos gate that I can build with illumos gcc 4.4.4 is around 2019, so > I tried backporting latest ld, libld, libelf, l

Re: Gcc Digest, Vol 29, Issue 7

2022-07-05 Thread Yair Lenga via Gcc
I prefer not to go into “flame wars” on the merits of C vs C++. My projects are (mostly) in “C” and I am happy with this setup. In addition, given technical / organizational / business issues, switching to C++ not an option. Yair. Sent from my iPad > On Jul 5, 2022, at 3:16 PM, Florian Weimer

Re: Gcc Digest, Vol 29, Issue 7

2022-07-05 Thread Andrew Pinski via Gcc
On Tue, Jul 5, 2022 at 12:21 AM Yair Lenga via Gcc wrote: > > Hi, > > Wanted to get some feedback on an idea that I have - trying to address the > age long issue with type check on VA list function - like 'scanf' and > friends. In my specific case, I'm trying to build code that will parse a > list