* regex.c sync with libc broken
@ 2024-01-02 16:05 Karl Berry
2024-01-02 17:29 ` Paul Eggert
0 siblings, 1 reply; 2+ messages in thread
From: Karl Berry @ 2024-01-02 16:05 UTC (permalink / raw)
To: bug-gnulib
Looks like the pragmas recently added to lib/regex.c have not been
installed upstream. I did the sync from libc anyway ... -k
*** lib/regex.c Sun Dec 31 00:26:03 2023
--- /tmp/gnulib.srclist/regex.c Tue Jan 2 00:26:37 2024
***************
*** 1,4 ****
/* Extended regular expression matching and search library.
! Copyright (C) 2002-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
--- 1,4 ----
/* Extended regular expression matching and search library.
! Copyright (C) 2002-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
***************
*** 27,34 ****
# pragma GCC diagnostic ignored "-Wvla"
# endif
- # if __GNUC_PREREQ (4, 3)
- # pragma GCC diagnostic ignored "-Wold-style-definition"
- # pragma GCC diagnostic ignored "-Wtype-limits"
- # endif
#endif
--- 27,30 ----
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: regex.c sync with libc broken
2024-01-02 16:05 regex.c sync with libc broken Karl Berry
@ 2024-01-02 17:29 ` Paul Eggert
0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggert @ 2024-01-02 17:29 UTC (permalink / raw)
To: Karl Berry, bug-gnulib
On 2024-01-02 08:05, Karl Berry wrote:
> Looks like the pragmas recently added to lib/regex.c have not been
> installed upstream.
Actually it's the other way around, so things are good now.
I recently removed those pragmas from Gnulib, not realizing the file was
synced from glibc. You autoupdated and restored them. So, I removed the
pragmas from glibc, and you then autoupdated them away, which is what I
wanted in the first place.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-02 17:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-02 16:05 regex.c sync with libc broken Karl Berry
2024-01-02 17:29 ` Paul Eggert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).