public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/112485] New: datestamp on -v recently broken ?
@ 2023-11-12  7:39 dcb314 at hotmail dot com
  2023-11-12  7:40 ` [Bug c/112485] " pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dcb314 at hotmail dot com @ 2023-11-12  7:39 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112485

            Bug ID: 112485
           Summary: datestamp on -v recently broken ?
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

For this morning's gcc trunk compiler:

$ ~/gcc/results.20231112.asan.ubsan/bin/gcc -v
Using built-in specs.
COLLECT_GCC=/home/dcb38/gcc/results.20231112.asan.ubsan/bin/gcc
COLLECT_LTO_WRAPPER=/home/dcb38/gcc/results.20231112.asan.ubsan/libexec/gcc/x86_64-pc-linux-gnu/14.0.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../trunk.year/configure
--prefix=/home/dcb38/gcc/results.20231112.asan.ubsan --disable-multilib
--disable-bootstrap --with-build-config=bootstrap-asan
--with-build-config=bootstrap-ubsan --with-pkgversion=e0787da263322fc1
--enable-checking=df,extra,fold,rtl,yes --enable-languages=c,c++,fortran
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 14.0.0 20231109 (experimental) (e0787da263322fc1) 
~ $ 

The date 20231109 at the end looks wrong. It should be 20231112.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/112485] datestamp on -v recently broken ?
  2023-11-12  7:39 [Bug c/112485] New: datestamp on -v recently broken ? dcb314 at hotmail dot com
@ 2023-11-12  7:40 ` pinskia at gcc dot gnu.org
  2023-11-12  7:42 ` pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-11-12  7:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112485

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Changelog generation is broken due to a commit.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/112485] datestamp on -v recently broken ?
  2023-11-12  7:39 [Bug c/112485] New: datestamp on -v recently broken ? dcb314 at hotmail dot com
  2023-11-12  7:40 ` [Bug c/112485] " pinskia at gcc dot gnu.org
@ 2023-11-12  7:42 ` pinskia at gcc dot gnu.org
  2023-11-12  8:00 ` [Bug other/112485] " dcb314 at hotmail dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-11-12  7:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112485

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
https://gcc.gnu.org/pipermail/gccadmin/2023q4/020594.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug other/112485] datestamp on -v recently broken ?
  2023-11-12  7:39 [Bug c/112485] New: datestamp on -v recently broken ? dcb314 at hotmail dot com
  2023-11-12  7:40 ` [Bug c/112485] " pinskia at gcc dot gnu.org
  2023-11-12  7:42 ` pinskia at gcc dot gnu.org
@ 2023-11-12  8:00 ` dcb314 at hotmail dot com
  2023-11-14 13:36 ` pinskia at gcc dot gnu.org
  2023-11-14 13:36 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: dcb314 at hotmail dot com @ 2023-11-12  8:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112485

--- Comment #3 from David Binderman <dcb314 at hotmail dot com> ---
$ for i in results.202311*n/bin/gcc
> do
> echo $i
> $i -v 2>&1 | grep exp
> done
results.20231102.asan.ubsan/bin/gcc
gcc version 14.0.0 20231102 (experimental) (01c18f58d37865d5) 
results.20231103.asan.ubsan/bin/gcc
gcc version 14.0.0 20231103 (experimental) (751fc7bcdcdf25e7) 
results.20231106.asan.ubsan/bin/gcc
gcc version 14.0.0 20231106 (experimental) (b2075291af881079) 
results.20231107.asan.ubsan/bin/gcc
gcc version 14.0.0 20231107 (experimental) (86c913ec92c1b8e8) 
results.20231108.asan.ubsan/bin/gcc
gcc version 14.0.0 20231108 (experimental) (fdd912690344fdfa) 
results.20231109.asan.ubsan/bin/gcc
gcc version 14.0.0 20231109 (experimental) (e01c2eeb2b654abc) 
results.20231110.asan.ubsan/bin/gcc
gcc version 14.0.0 20231109 (experimental) (5dbaf4851bbf56b6) 
results.20231111.asan.ubsan/bin/gcc
gcc version 14.0.0 20231109 (experimental) (391f9798b35ec75c) 
results.20231112.asan.ubsan/bin/gcc
gcc version 14.0.0 20231109 (experimental) (e0787da263322fc1) 
gcc $ 

So it looks ok with g:e01c2eeb2b654abc and wrong with g:5dbaf4851bbf56b6

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug other/112485] datestamp on -v recently broken ?
  2023-11-12  7:39 [Bug c/112485] New: datestamp on -v recently broken ? dcb314 at hotmail dot com
                   ` (2 preceding siblings ...)
  2023-11-12  8:00 ` [Bug other/112485] " dcb314 at hotmail dot com
@ 2023-11-14 13:36 ` pinskia at gcc dot gnu.org
  2023-11-14 13:36 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-11-14 13:36 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112485

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
https://gcc.gnu.org/pipermail/gcc-cvs/2023-November/392992.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug other/112485] datestamp on -v recently broken ?
  2023-11-12  7:39 [Bug c/112485] New: datestamp on -v recently broken ? dcb314 at hotmail dot com
                   ` (3 preceding siblings ...)
  2023-11-14 13:36 ` pinskia at gcc dot gnu.org
@ 2023-11-14 13:36 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-11-14 13:36 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112485

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
See also https://gcc.gnu.org/pipermail/gcc-cvs/2023-November/392990.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-11-14 13:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-12  7:39 [Bug c/112485] New: datestamp on -v recently broken ? dcb314 at hotmail dot com
2023-11-12  7:40 ` [Bug c/112485] " pinskia at gcc dot gnu.org
2023-11-12  7:42 ` pinskia at gcc dot gnu.org
2023-11-12  8:00 ` [Bug other/112485] " dcb314 at hotmail dot com
2023-11-14 13:36 ` pinskia at gcc dot gnu.org
2023-11-14 13:36 ` pinskia at gcc dot gnu.org

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).