[gcc r15-5620] Daily bump.

2024-11-23 Thread GCC Administrator via Gcc-cvs
https://gcc.gnu.org/g:a095d720acd8b19aee4bf5052fb50c64207fe788

commit r15-5620-ga095d720acd8b19aee4bf5052fb50c64207fe788
Author: GCC Administrator 
Date:   Sun Nov 24 00:18:09 2024 +

Daily bump.

Diff:
---
 gcc/ChangeLog   | 18 +
 gcc/DATESTAMP   |  2 +-
 gcc/ada/ChangeLog   |  4 +++
 gcc/analyzer/ChangeLog  |  7 +
 gcc/c-family/ChangeLog  | 14 ++
 gcc/cp/ChangeLog| 34 
 gcc/m2/ChangeLog|  4 +++
 gcc/testsuite/ChangeLog | 24 +
 include/ChangeLog   |  5 
 libcpp/ChangeLog| 70 +
 libgfortran/ChangeLog   |  7 +
 11 files changed, 188 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 90f9a76c00a9..3d13552ddeab 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,21 @@
+2024-11-23  Lewis Hyatt  
+
+   * gimple.cc (get_tail_padding_adjustment): New function.
+   (DEFGSSTRUCT): Adjust the computation of gimple_ops_offset_ to be
+   correct in the presence of tail padding.
+
+2024-11-23  Georg-Johann Lay  
+
+   PR target/117744
+   * config/avr/avr.cc (out_movqi_r_mr): Fix code when a load
+   only partially clobbers an address register due to
+   changing the address register temporally to accomodate for
+   faked addressing modes.
+
+2024-11-23  Andrew Pinski  
+
+   * doc/rtl.texi: Add a note about quotes in braced strings.
+
 2024-11-22  Andrew Pinski  
 
PR bootstrap/117737
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index f69d3317a0a5..eba8e1cb787f 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20241123
+20241124
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 11c89892bd3d..96dbd6073a73 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,7 @@
+2024-11-23  Maciej W. Rozycki  
+
+   * gcc-interface/Make-lang.in (gnattools): Remove $(GCC_PARTS).
+
 2024-11-22  Andrew Pinski  
 
PR bootstrap/117737
diff --git a/gcc/analyzer/ChangeLog b/gcc/analyzer/ChangeLog
index 5240740da635..efaafbb6272c 100644
--- a/gcc/analyzer/ChangeLog
+++ b/gcc/analyzer/ChangeLog
@@ -1,3 +1,10 @@
+2024-11-23  Lewis Hyatt  
+
+   * checker-event.cc (checker_event::dump): Support printing either
+   32- or 64-bit location_t values.
+   * checker-path.cc (checker_path::inject_any_inlined_call_events):
+   Likewise.
+
 2024-11-22  Andrew Pinski  
 
PR bootstrap/117737
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 06907e0dd0ec..8a20a3dba36d 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,17 @@
+2024-11-23  Jakub Jelinek  
+
+   * c.opt.urls: Regenerate.
+
+2024-11-23  Lewis Hyatt  
+
+   * c-indentation.cc (should_warn_for_misleading_indentation): Remove
+   comment about -flarge-source-files.
+   * c-lex.cc (cb_ident): Change "unsigned int" argument to type
+   "location_t".
+   (cb_def_pragma): Likewise.
+   (cb_define): Likewise.
+   (cb_undef): Likewise.
+
 2024-11-22  Andrew Pinski  
 
PR bootstrap/117737
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 77932e57f485..e527d5d8adaf 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,37 @@
+2024-11-23  Lewis Hyatt  
+
+   * module.cc (bytes_out::loc): New function.
+   (bytes_in::loc): New function.
+   (struct span): Change int fields to location_diff_t.
+   (range_t): Change from "unsigned int" to "line_map_uint_t".
+   (struct ord_loc_info): Likewise.
+   (struct macro_loc_info): Likewise.
+   (class module_state): Likewise.
+   (dumper::operator()): Add new code 'K' for dumping a location_t.
+   (loc_spans::init): Use %K instead of %u for location_t dumps.
+   (loc_spans::open): Likewise.
+   (loc_spans::close): Likewise. Adjust bitwise expressions to support
+   64-bit location_t as well.
+   (struct module_state_config): Change ordinary_locs and macro_locs
+   from "unsigned int" to "line_map_uint_t".  Reorder fields to improve
+   packing.  Rather than changing the constructor initializer list to
+   match the new order, switch to NSDMI instead.
+   (module_state::note_location): Adjust to support 64-bit location_t.
+   (module_state::write_location): Use %K instead of %u for location_t
+   dumps. Use loc() instead of u() for streaming location_t.
+   (module_state::read_location): Likewise.
+   (module_state::write_ordinary_maps): Likewise.
+   (module_state::write_macro_maps): Likewise.
+   (module_state::write_config): Likewise.
+   (module_state::read_config): Likewise.
+   (module_state::write_prepare_maps): Use %K instead of %u for
+   location_t dumps. Adjust variable types and bitwise expressions to
+   support 64-bit location_t.
+   (module_state::read_ordin

[gcc r12-10829] Daily bump.

2024-11-23 Thread GCC Administrator via Gcc-cvs
https://gcc.gnu.org/g:bfe6f62ab602cbee32911c55a336ae778eb20084

commit r12-10829-gbfe6f62ab602cbee32911c55a336ae778eb20084
Author: GCC Administrator 
Date:   Sun Nov 24 00:21:09 2024 +

Daily bump.

Diff:
---
 gcc/ChangeLog   | 11 +++
 gcc/DATESTAMP   |  2 +-
 gcc/fortran/ChangeLog   | 10 ++
 gcc/testsuite/ChangeLog |  9 +
 4 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1e0c794232c6..f09eeaa2232b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,14 @@
+2024-11-23  Georg-Johann Lay  
+
+   Backported from master:
+   2024-11-23  Georg-Johann Lay  
+
+   PR target/117744
+   * config/avr/avr.cc (out_movqi_r_mr): Fix code when a load
+   only partially clobbers an address register due to
+   changing the address register temporally to accommodate for
+   faked addressing modes.
+
 2024-11-19  Uros Bizjak  
 
Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index f69d3317a0a5..eba8e1cb787f 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20241123
+20241124
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 7ebf8cb86b87..b7e213a131ec 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,13 @@
+2024-11-23  Paul Thomas  
+
+   Backported from master:
+   2024-11-11  Paul Thomas  
+
+   PR fortran/109345
+   * trans-array.cc (gfc_get_array_span): Unlimited polymorphic
+   expressions are now treated separately since the span need not
+   be the same as the element size.
+
 2024-11-01  Paul Thomas  
 
Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 33f9fea5b97a..0fee413c5fa8 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,12 @@
+2024-11-23  Paul Thomas  
+
+   Backported from master:
+   2024-11-11  Paul Thomas  
+
+   PR fortran/109345
+   * gfortran.dg/character_workout_1.f90: Cut trailing whitespace.
+   * gfortran.dg/pr109345.f90: New test.
+
 2024-11-19  Uros Bizjak  
 
Backported from master:


Cron sh /home/gccadmin/scripts/update_web_docs_libstdcxx_git

2024-11-23 Thread (Cron Daemon) via Gccadmin
9993 blocks


[gcc r13-9210] Daily bump.

2024-11-23 Thread GCC Administrator via Gcc-cvs
https://gcc.gnu.org/g:6353e3294d0bea933fec2f053d200cb385a4cca5

commit r13-9210-g6353e3294d0bea933fec2f053d200cb385a4cca5
Author: GCC Administrator 
Date:   Sun Nov 24 00:22:24 2024 +

Daily bump.

Diff:
---
 gcc/ChangeLog   | 11 +++
 gcc/DATESTAMP   |  2 +-
 gcc/fortran/ChangeLog   | 20 
 gcc/testsuite/ChangeLog | 18 ++
 4 files changed, 50 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9244d9dc9717..a7877dacdf3a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,14 @@
+2024-11-23  Georg-Johann Lay  
+
+   Backported from master:
+   2024-11-23  Georg-Johann Lay  
+
+   PR target/117744
+   * config/avr/avr.cc (out_movqi_r_mr): Fix code when a load
+   only partially clobbers an address register due to
+   changing the address register temporally to accommodate for
+   faked addressing modes.
+
 2024-11-19  Uros Bizjak  
 
Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index f69d3317a0a5..eba8e1cb787f 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20241123
+20241124
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index b52ecdc9fb43..be92e031c338 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,23 @@
+2024-11-23  Paul Thomas  
+
+   Backported from master:
+   2024-11-11  Tomas Trnka  
+   Paul Thomas  
+
+   PR fortran/116388
+   * class.cc (finalize_component): Leading underscore in the name
+   of 'byte_stride' to suppress invalid finalization.
+
+2024-11-23  Paul Thomas  
+
+   Backported from master:
+   2024-11-11  Paul Thomas  
+
+   PR fortran/109345
+   * trans-array.cc (gfc_get_array_span): Unlimited polymorphic
+   expressions are now treated separately since the span need not
+   be the same as the element size.
+
 2024-11-14  Paul Thomas  
 
Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 567c2956eebe..a85aca11b1f8 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,21 @@
+2024-11-23  Paul Thomas  
+
+   Backported from master:
+   2024-11-11  Tomas Trnka  
+   Paul Thomas  
+
+   PR fortran/116388
+   * gfortran.dg/finalize_58.f90: New test.
+
+2024-11-23  Paul Thomas  
+
+   Backported from master:
+   2024-11-11  Paul Thomas  
+
+   PR fortran/109345
+   * gfortran.dg/character_workout_1.f90: Cut trailing whitespace.
+   * gfortran.dg/pr109345.f90: New test.
+
 2024-11-21  Marek Polacek  
 
PR c++/116731


Cron sh /home/gccadmin/scripts/update_version_git

2024-11-23 Thread (Cron Daemon) via Gccadmin
2024-11-24 00:17:07,293:INFO:root:=== Working on: master ===
2024-11-24 00:17:08,018:INFO:root:branch pulled and checked out
2024-11-24 00:17:08,031:INFO:root:15 revisions since last Daily bump
2024-11-24 00:17:08,511:INFO:root:writing to ./gcc/ChangeLog
2024-11-24 00:17:15,066:INFO:root:writing to ./gcc/ChangeLog
2024-11-24 00:17:24,303:INFO:root:writing to ./include/ChangeLog
2024-11-24 00:17:28,513:INFO:root:writing to ./gcc/ada/ChangeLog
2024-11-24 00:17:31,002:INFO:root:writing to ./gcc/m2/ChangeLog
2024-11-24 00:17:31,273:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-11-24 00:17:43,595:INFO:root:writing to ./libgfortran/ChangeLog
2024-11-24 00:17:43,919:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-11-24 00:17:44,102:INFO:root:writing to ./libcpp/ChangeLog
2024-11-24 00:17:44,854:INFO:root:writing to ./libcpp/ChangeLog
2024-11-24 00:17:54,840:INFO:root:writing to ./gcc/c-family/ChangeLog
2024-11-24 00:17:55,002:INFO:root:writing to ./gcc/analyzer/ChangeLog
2024-11-24 00:17:55,181:INFO:root:writing to ./gcc/cp/ChangeLog
2024-11-24 00:17:55,330:INFO:root:writing to ./gcc/ChangeLog
2024-11-24 00:18:05,545:INFO:root:writing to ./libcpp/ChangeLog
2024-11-24 00:18:05,686:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-11-24 00:18:06,009:INFO:root:writing to ./gcc/c-family/ChangeLog
2024-11-24 00:18:06,164:INFO:root:DATESTAMP will be changed:
2024-11-24 00:18:09,463:INFO:root:commit is done
2024-11-24 00:18:44,990:INFO:root:branch is pushed
2024-11-24 00:18:45,056:INFO:root:branch is done
2024-11-24 00:18:45,056:INFO:root:
2024-11-24 00:18:54,311:INFO:root:=== Working on: releases/gcc-12 ===
2024-11-24 00:21:04,787:INFO:root:branch pulled and checked out
2024-11-24 00:21:04,788:INFO:root:3 revisions since last Daily bump
2024-11-24 00:21:04,904:INFO:root:writing to ./gcc/ChangeLog
2024-11-24 00:21:06,468:INFO:root:writing to ./gcc/fortran/ChangeLog
2024-11-24 00:21:06,637:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-11-24 00:21:06,780:INFO:root:DATESTAMP will be changed:
2024-11-24 00:21:09,999:INFO:root:commit is done
2024-11-24 00:21:38,380:INFO:root:branch is pushed
2024-11-24 00:21:38,436:INFO:root:branch is done
2024-11-24 00:21:38,436:INFO:root:
2024-11-24 00:21:43,455:INFO:root:=== Working on: releases/gcc-13 ===
2024-11-24 00:22:16,412:INFO:root:branch pulled and checked out
2024-11-24 00:22:16,413:INFO:root:4 revisions since last Daily bump
2024-11-24 00:22:16,571:INFO:root:writing to ./gcc/ChangeLog
2024-11-24 00:22:21,035:INFO:root:writing to ./gcc/fortran/ChangeLog
2024-11-24 00:22:21,198:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-11-24 00:22:21,419:INFO:root:writing to ./gcc/fortran/ChangeLog
2024-11-24 00:22:21,591:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-11-24 00:22:21,747:INFO:root:DATESTAMP will be changed:
2024-11-24 00:22:24,668:INFO:root:commit is done
2024-11-24 00:22:49,564:INFO:root:branch is pushed
2024-11-24 00:22:49,631:INFO:root:branch is done
2024-11-24 00:22:49,632:INFO:root:
2024-11-24 00:22:53,327:INFO:root:=== Working on: releases/gcc-14 ===
2024-11-24 00:24:32,414:INFO:root:branch pulled and checked out
2024-11-24 00:24:32,415:INFO:root:7 revisions since last Daily bump
2024-11-24 00:24:32,693:INFO:root:writing to ./gcc/ChangeLog
2024-11-24 00:24:36,580:INFO:root:writing to ./gcc/m2/ChangeLog
2024-11-24 00:24:36,975:INFO:root:writing to ./gcc/m2/ChangeLog
2024-11-24 00:24:40,326:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-11-24 00:24:40,514:INFO:root:writing to ./gcc/m2/ChangeLog
2024-11-24 00:24:40,733:INFO:root:writing to ./gcc/fortran/ChangeLog
2024-11-24 00:24:40,916:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-11-24 00:24:43,551:INFO:root:writing to ./gcc/fortran/ChangeLog
2024-11-24 00:24:49,774:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-11-24 00:24:49,926:INFO:root:DATESTAMP will be changed:
2024-11-24 00:24:53,037:INFO:root:commit is done
2024-11-24 00:25:17,698:INFO:root:branch is pushed
2024-11-24 00:25:17,762:INFO:root:branch is done
2024-11-24 00:25:17,762:INFO:root:


[gcc r14-10976] Daily bump.

2024-11-23 Thread GCC Administrator via Gcc-cvs
https://gcc.gnu.org/g:1e18a1ba272721583e8290b13a6e5cde2b8b2ad1

commit r14-10976-g1e18a1ba272721583e8290b13a6e5cde2b8b2ad1
Author: GCC Administrator 
Date:   Sun Nov 24 00:24:53 2024 +

Daily bump.

Diff:
---
 gcc/ChangeLog   | 11 +++
 gcc/DATESTAMP   |  2 +-
 gcc/fortran/ChangeLog   | 20 
 gcc/m2/ChangeLog| 44 
 gcc/testsuite/ChangeLog | 26 ++
 5 files changed, 102 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d7d6e491d6bf..85d54e048890 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,14 @@
+2024-11-23  Georg-Johann Lay  
+
+   Backported from master:
+   2024-11-23  Georg-Johann Lay  
+
+   PR target/117744
+   * config/avr/avr.cc (out_movqi_r_mr): Fix code when a load
+   only partially clobbers an address register due to
+   changing the address register temporally to accommodate for
+   faked addressing modes.
+
 2024-11-22  Gaius Mulley  
 
Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index f69d3317a0a5..eba8e1cb787f 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20241123
+20241124
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 0104ca2f6bf1..317946c57c5b 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,23 @@
+2024-11-23  Paul Thomas  
+
+   Backported from master:
+   2024-11-11  Tomas Trnka  
+   Paul Thomas  
+
+   PR fortran/116388
+   * class.cc (finalize_component): Leading underscore in the name
+   of 'byte_stride' to suppress invalid finalization.
+
+2024-11-23  Paul Thomas  
+
+   Backported from master:
+   2024-11-11  Paul Thomas  
+
+   PR fortran/109345
+   * trans-array.cc (gfc_get_array_span): Unlimited polymorphic
+   expressions are now treated separately since the span need not
+   be the same as the element size.
+
 2024-11-22  Harald Anlauf  
 
Backported from master:
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index cb3eb6b0fb7e..eabaca49d6e9 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -1,3 +1,47 @@
+2024-11-23  Gaius Mulley  
+
+   Backported from master:
+   2024-07-12  Gaius Mulley  
+
+   * gm2-gcc/m2linemap.cc (INCLUDE_STRING): Define before
+   include of gcc-consolidation.h.
+   * gm2spec.cc (INCLUDE_STRING): Define before include of
+   system.h.
+   (INCLUDE_VECTOR): Ditto.
+
+2024-11-23  Gaius Mulley  
+
+   Backported from master:
+   2024-07-10  Gaius Mulley  
+
+   PR modula2/115823
+   * gm2-gcc/m2builtins.cc (struct builtin_macro_definition): New
+   field builtinname.
+   (builtin_function_match): New function.
+   (builtin_macro_match): Ditto.
+   (m2builtins_BuiltinExists): Use builtin_function_match and
+   builtin_macro_match.
+   (lookup_builtin_macro): Use builtin_macro_match.
+   (lookup_builtin_function): Use builtin_function_match.
+   (define_builtin): Assign builtinname field.
+
+2024-11-23  Gaius Mulley  
+
+   Backported from master:
+   2024-07-07  Gaius Mulley  
+   Stefan Schulze Frielinghaus   
+   Andrew Pinski   
+
+   PR modula2/115804
+   * gm2-gcc/m2builtins.cc (builtin_function_entry): Add GTY.
+   (DoBuiltinMemCopy): Add rettype and use rettype in the call.
+   (DoBuiltinAlloca): Ditto.
+   (DoBuiltinIsfinite): Ditto.
+   (DoBuiltinIsnan): Ditto.
+   (m2builtins_BuiltInHugeVal): Ditto.
+   (m2builtins_BuiltInHugeValShort): Ditto.
+   (m2builtins_BuiltInHugeValLong): Ditto.
+
 2024-11-22  Gaius Mulley  
 
Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index e0a97a92f594..d6391e724816 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,29 @@
+2024-11-23  Paul Thomas  
+
+   Backported from master:
+   2024-11-11  Tomas Trnka  
+   Paul Thomas  
+
+   PR fortran/116388
+   * gfortran.dg/finalize_58.f90: New test.
+
+2024-11-23  Paul Thomas  
+
+   Backported from master:
+   2024-11-11  Paul Thomas  
+
+   PR fortran/109345
+   * gfortran.dg/character_workout_1.f90: Cut trailing whitespace.
+   * gfortran.dg/pr109345.f90: New test.
+
+2024-11-23  Gaius Mulley  
+
+   Backported from master:
+   2024-07-10  Gaius Mulley  
+
+   PR modula2/115823
+   * gm2/builtins/run/pass/testalloa.mod: New test.
+
 2024-11-22  Gaius Mulley  
 
Backported from master:


☠ Buildbot (Sourceware): gcc-autoregen - failed 'git diff ...' (failure) (master)

2024-11-23 Thread builder--- via Gccadmin
A failed build has been detected on builder gcc-autoregen while building gcc.

Full details are available at:
https://builder.sourceware.org/buildbot/#/builders/269/builds/10174

Build state: failed 'git diff ...' (failure)
Revision: af6665e1fdcc6bcd42db51845d7cb2f19fbda650
Worker: bb2-1
Build Reason: (unknown)
Blamelist: Andrew Pinski , Dimitar Dimitrov 
, Evgeny Karpov , GCC 
Administrator , Georg-Johann Lay , Jakub 
Jelinek , Jeff Law , Jerry DeLisle 
, Joseph Myers , Lewis Hyatt 
, Lulu Cheng , Maciej W. Rozycki 
, Sam James , Siddhesh Poyarekar 
, Tamar Christina , Tobias Burnus 


Steps:

- 0: worker_preparation ( success )

- 1: git checkout ( success )
Logs:
- stdio: 
https://builder.sourceware.org/buildbot/#/builders/269/builds/10174/steps/1/logs/stdio

- 2: autoregen.py ( success )
Logs:
- stdio: 
https://builder.sourceware.org/buildbot/#/builders/269/builds/10174/steps/2/logs/stdio

- 3: git diff ( success )
Logs:
- stdio: 
https://builder.sourceware.org/buildbot/#/builders/269/builds/10174/steps/3/logs/stdio

- 4: mkdir objdir ( success )
Logs:
- stdio: 
https://builder.sourceware.org/buildbot/#/builders/269/builds/10174/steps/4/logs/stdio

- 5: configure ( success )
Logs:
- stdio: 
https://builder.sourceware.org/buildbot/#/builders/269/builds/10174/steps/5/logs/stdio

- 6: make html ( warnings )
Logs:
- stdio: 
https://builder.sourceware.org/buildbot/#/builders/269/builds/10174/steps/6/logs/stdio
- warnings (124): 
https://builder.sourceware.org/buildbot/#/builders/269/builds/10174/steps/6/logs/warnings__124_

- 7: make regenerate-opt-urls ( success )
Logs:
- stdio: 
https://builder.sourceware.org/buildbot/#/builders/269/builds/10174/steps/7/logs/stdio

- 8: git diff_1 ( failure )
Logs:
- stdio: 
https://builder.sourceware.org/buildbot/#/builders/269/builds/10174/steps/8/logs/stdio



Cron sh /home/gccadmin/scripts/gcc_release -s 14:releases/gcc-14 -l -d /sourceware/snapshot-tmp/gcc all

2024-11-23 Thread (Cron Daemon) via Gccadmin
gcc_release: Sources are commit c53a8c0410b4858d1a1b628b9d950eee47bc345c
Touching fixincludes/fixincl.x...
Touching gcc/configure...
Touching gcc/config.in...
Touching gcc/config/aarch64/aarch64-tune.md...
Touching gcc/config/arm/arm-tune.md...
Touching gcc/config/arm/arm-tables.opt...
Touching gcc/config/c6x/c6x-tables.opt...
Touching gcc/config/c6x/c6x-sched.md...
Touching gcc/config/c6x/c6x-mult.md...
Touching gcc/testsuite/gcc.dg/cpp/_Pragma3.c...
Touching lto-plugin/aclocal.m4...
Touching lto-plugin/configure...
Touching lto-plugin/Makefile.in...
Touching c++tools/config.h.in...
Touching libobjc/configure...
Touching zlib/aclocal.m4...
Touching zlib/Makefile.in...
Touching zlib/configure...
Touching libffi/aclocal.m4...
Touching libffi/Makefile.in...
Touching libffi/configure...
Touching libffi/fficonfig.h.in...
Touching libgfortran/aclocal.m4...
Touching libgfortran/Makefile.in...
Touching libgm2/aclocal.m4...
Touching libgm2/Makefile.in...
Touching libquadmath/aclocal.m4...
Touching libquadmath/configure...
Touching libquadmath/Makefile.in...
Touching libgfortran/configure...
Touching libcpp/aclocal.m4...
Touching libcpp/Makefile.in...
Touching libcpp/configure...
Touching libgomp/configure.ac...
Touching libgomp/aclocal.m4...
Touching libgomp/Makefile.am...
Touching libgomp/Makefile.in...
Touching libgomp/testsuite/Makefile.in...
Touching libgomp/configure...
Touching libgomp/config.h.in...
Touching libgrust/aclocal.m4...
Touching libgrust/Makefile.in...
Touching libgrust/configure...
Touching libgrust/libproc_macro_internal/Makefile.in...
Touching libitm/aclocal.m4...
Touching libitm/Makefile.in...
Touching libitm/testsuite/Makefile.in...
Touching libitm/configure...
Touching libitm/config.h.in...
Touching libatomic/aclocal.m4...
Touching libatomic/Makefile.in...
Touching libatomic/testsuite/Makefile.in...
Touching libatomic/configure...
Touching libatomic/auto-config.h.in...
Touching libsanitizer/aclocal.m4...
Touching libsanitizer/Makefile.in...
Touching libsanitizer/configure...
Touching libsanitizer/asan/Makefile.in...
Touching libsanitizer/interception/Makefile.in...
Touching libsanitizer/sanitizer_common/Makefile.in...
Touching libvtv/aclocal.m4...
Touching libvtv/Makefile.in...
Touching libvtv/configure...
Touching libbacktrace/aclocal.m4...
Touching libbacktrace/Makefile.in...
Touching libbacktrace/configure...
Touching libbacktrace/config.h.in...
Touching libphobos/aclocal.m4...
Touching libphobos/Makefile.in...
Touching libphobos/config.h.in...
Touching libphobos/configure...
Touching libphobos/src/Makefile.in...
Touching libphobos/testsuite/Makefile.in...
Touching libstdc++-v3/aclocal.m4...
Touching libstdc++-v3/Makefile.in...
Touching libstdc++-v3/configure...
Touching libcc1/aclocal.m4...
Touching libcc1/Makefile.in...
Touching configure...
mv: cannot stat '../objdir/gcc/po/*.gmo': No such file or directory
mv: cannot stat '../objdir/libcpp/po/*.gmo': No such file or directory
gcc_release: Building tarfiles
gcc_release: Building diffs against version 14-20241116
gcc_release: Uploading files
gcc_release: Updating links and READMEs on the FTP server
gcc_release: Sending mail