Re: bug in gcc/cp/coroutines.cc line 4688

2025-01-19 Thread Jonathan Wakely via Gcc
On Sat, 18 Jan 2025, 23:27 Lee Brown via Gcc,  wrote:

> In my view  it is a bug.  It gives an error that it can't find
> std::throw,  but that is gcc's problem,  not the problem according to
> the standard.  According to the standard, the problem is that ::operator
> new(size_t, nothrow_t)  has not been declared.   In fact,  the relevant
> paragraph of the standard never mentions std::nothrow .  It only
> mentions std::nothrow_t.  Not the same thing.
>
> In other words,  this is an error message for developers,  not for
> users...i.e. a bug.
>

In that case it should be reported to bugzilla, not on this mailing list.


small install.texi error

2025-01-19 Thread James K. Lowden
I noticed an error in gcc/doc/install.texi, but I don't know how to
correct it.  It occurs here, 

> @xref{with-included-gettext,,--with-included-gettext} for more
> information on the conditions required to get gettext support.

The build produces this warning: 

> install.texi:2295: warning: `.' or `,' must follow @xref, not f

The rendered text in info(1) is probably not what is intended, 

>  gettext (such as the GNU C Library).  *Note
> -with-included-gettext: with-included-gettext. for more information
> on the conditions required to get gettext support.

The 2-hyphen prefix of the 3rd parameter of @xref is removed in the
rendering.  Compared with other @xref examples in the document, it's
not wrapped in @ifnothtml.  At that point I decided not to guess, but
just to ask what the author was aiming at, and if a patch is wanted.  

--jkl


gcc-15-20250119 is now available

2025-01-19 Thread GCC Administrator via Gcc
Snapshot gcc-15-20250119 is now available on
  https://gcc.gnu.org/pub/gcc/snapshots/15-20250119/
and on various mirrors, see https://gcc.gnu.org/mirrors.html for details.

This snapshot has been generated from the GCC 15 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch master 
revision 9d4b1e3772547c8c836638d09fc9a84c3c73e277

You'll find:

 gcc-15-20250119.tar.xz   Complete GCC

  SHA256=19259842b4551970d461b4cbd9799f9e7350f93b3eb655bb07dc6bf4c62557fb
  SHA1=92bbfdb77572f813133505a8390fc6a51e885d54

Diffs from 15-20250112 are available in the diffs/ subdirectory.

When a particular snapshot is ready for public consumption the LATEST-15
link is updated and a message is sent to the gcc list.  Please do not use
a snapshot before it has been announced that way.