Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libstdc++: Use aligned_alloc instead of memalign for newlib #86

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
412 commits
Select commit Hold shift + click to select a range
5f7a1a4
d: Improve TypeInfo errors when compiling in -fno-rtti mode
ibuclaw Jun 13, 2022
2d45d5d
Daily bump.
Jun 14, 2022
65d1215
RISC-V: bitmanip: improve constant-loading for (1ULL << 31) in DImode
ptomsich Jun 29, 2020
4b06b73
x86: Require AVX for F16C and VAES
hjl-tools Jun 10, 2022
d1201db
libstdc++: Rename __null_terminated to avoid collision with Apple SDK
markmentovai Jun 13, 2022
d10b3b5
libstdc++: Use type_identity_t for non-deducible std::atomic_xxx args
jwakely Jun 13, 2022
e110910
Daily bump.
Jun 15, 2022
bac09a8
Fix ICE in extract_insn, at recog.cc:2791
algebra84 Jun 14, 2022
5f4931e
d: Set TYPE_ARTIFICIAL on internal TypeInfo types
ibuclaw Jun 15, 2022
58c0bc2
Darwin: Fix empty g++ command lines [PR105599].
iains May 29, 2022
be343e0
Darwin: Future-proof -mmacosx-version-min
markmentovai Jun 10, 2022
64f5efc
Darwin: Truncate kernel-provided version to OS major for Darwin >= 20.
simonjwright Jun 12, 2022
f5fe920
Daily bump.
Jun 16, 2022
723c1d6
arm: big-endian issue in gen_cpymem_ldrd_strd [PR105981]
Jun 15, 2022
4804d03
Daily bump.
Jun 17, 2022
d4583d0
Daily bump.
Jun 18, 2022
3e43eee
Daily bump.
Jun 19, 2022
0ddeeb1
c++: Fix up ICE on __builtin_shufflevector constexpr evaluation [PR10…
jakubjelinek Jun 9, 2022
bf4ba94
Fix ipa-cp wrt volatile loads
Jun 14, 2022
86e10e4
expand: Fix up IFN_ATOMIC_{BIT*,*CMP_0} expansion [PR105951]
jakubjelinek Jun 16, 2022
566e599
c++: Use fold_non_dependent_expr rather than maybe_constant_value in …
jakubjelinek Jun 17, 2022
e8df0d9
varasm: Fix up ICE in narrowing_initializer_constant_valid_p [PR105998]
jakubjelinek Jun 18, 2022
1c79be2
Daily bump.
Jun 20, 2022
ddc9b96
i386: Fix assert in ix86_function_arg [PR105970]
ubizjak Jun 17, 2022
f8fc8a6
alpha: Introduce target specific store_data_bypass_p function [PR105209]
ubizjak Jun 17, 2022
00b26ae
Daily bump.
Jun 21, 2022
2474c8e
i386: Disallow sibcall for calling ifunc functions with PIC register
hjl-tools Jun 14, 2022
1ad2ee2
Daily bump.
Jun 22, 2022
29b8b21
Daily bump.
Jun 23, 2022
b3200ac
vect: Move suggested_unroll_factor applying [PR105940]
jedilyn Jun 14, 2022
bb1a6d9
aarch64: Revert bogus fix for PR105254
rsandifo-arm Jun 15, 2022
4fcf79c
c++: class scope function lookup [PR105908]
jicama Jun 22, 2022
c85cea9
c++: dependence of baselink [PR105964]
jicama Jun 22, 2022
70deb85
tree-object-size: Don't let error_mark_node escape for ADDR_EXPR [PR1…
siddhesh Jun 21, 2022
c600ff8
ipa-icf: skip variables with body_removed
marxin May 18, 2022
b96b64b
c++: -Waddress and value-dependent expr [PR105885]
jicama Jun 23, 2022
db29b66
c++: anon union designated init [PR105925]
jicama Jun 23, 2022
c822723
Daily bump.
Jun 24, 2022
5cf4746
c++: constexpr folding in unevaluated context [PR105931]
Jun 23, 2022
16d4ccc
tilegx: Fix infinite loop in gen-mul-tables generator
ibuclaw Jun 22, 2022
ea754f9
Daily bump.
Jun 25, 2022
88323c9
Daily bump.
Jun 26, 2022
5b26a2b
Daily bump.
Jun 27, 2022
6dfeb4b
Daily bump.
Jun 28, 2022
81c832f
libgomp: fix typo in mold linker detection
marxin Jun 28, 2022
8e230a3
loongarch: exclude LARCH_PROLOGUE_TEMP from SIBCALL_REGS [PR 106096]
xry111 Jun 28, 2022
d67dfc5
libgomp: Fix up target-31.c test [PR106045]
jakubjelinek Jun 21, 2022
d068623
expand: Fix up expand_cond_expr_using_cmove [PR106030]
jakubjelinek Jun 21, 2022
9e72a52
ifcvt: Don't introduce trapping or faulting reads in noce_try_sign_ma…
jakubjelinek Jun 21, 2022
306733d
Daily bump.
Jun 29, 2022
ef1c61d
LoongArch: Remove undefined behavior from code [PR 106097]
chenglulu326 Jun 27, 2022
a6a0f34
bootstrap/105551 - restore nvptx build
rguenth May 11, 2022
7811663
libsanitizer: cherry-pick 791e0d1bc85d
marxin Jun 29, 2022
5cf7ffe
Daily bump.
Jun 30, 2022
eb4336f
Fortran: fix checking of arguments to UNPACK when MASK is a variable …
harald-anlauf Jun 24, 2022
26ea506
Fortran: fix simplification of INDEX(str1,str2) [PR105691]
harald-anlauf Jun 21, 2022
6bcab64
Fortran: handle explicit-shape specs with constant bounds [PR105954]
harald-anlauf Jun 20, 2022
8d8af14
Daily bump.
Jul 1, 2022
c172067
c++: dependent generic lambda template-id [PR106024]
jicama Jun 24, 2022
d913088
c++: tweak resolve_args change
jicama Jul 1, 2022
b1c8ee2
c++: lambda template in requires [PR105541]
jicama May 11, 2022
962e7f0
Fix ICE on sh
May 28, 2022
e748398
c++: simpler fix for PR106024
jicama Jul 1, 2022
c7d4a71
Daily bump.
Jul 2, 2022
de6f402
c++: avoid <memory> poisoning on musl [PR106102]
trofi Jun 27, 2022
ad5d760
jit: avoid calloc() poisoning on musl [PR106102]
trofi Jun 27, 2022
a60152e
Daily bump.
Jul 3, 2022
55899e3
PR target/106122: Don't update %esp via the stack with -Oz on x86.
rogersayle Jul 3, 2022
cf12a70
Fortran: improve error recovery for EXTENDS_TYPE_OF() [PR106121]
harald-anlauf Jun 28, 2022
d870ce1
Fortran: error recovery on invalid CLASS(), PARAMETER declarations [P…
harald-anlauf Jun 29, 2022
554fa14
Daily bump.
Jul 4, 2022
d6bedcf
loongarch: use -mno-check-zero-division as the default for optimized …
xry111 Jul 2, 2022
6c175b3
PR target/105991: Recognize PLUS and XOR forms of rldimi in rs6000.md.
rogersayle Jul 4, 2022
32dfb07
d: Fix error: aggregate value used where floating point was expected
ibuclaw Jun 29, 2022
d4738cb
Don't use gori depedencies to optimize.
andrewwmacleod Jul 4, 2022
92d1e27
Daily bump.
Jul 5, 2022
24f3213
Daily bump.
Jul 6, 2022
65941a9
c-family: Prevent -Wformat warnings with u8 strings [PR105626]
mpolacek Jul 5, 2022
40ddc30
c-family: Add <time.h> names to diagnostics for known headers
jwakely Jun 29, 2022
ce40e06
Daily bump.
Jul 7, 2022
e3b4dcf
libstdc++: Properly remove temporary directories in filesystem tests
jwakely Jun 23, 2022
ce5b1c3
libstdc++: Add missing prerequisite to generated header [PR106162]
jwakely Jul 1, 2022
e02edb3
Daily bump.
Jul 8, 2022
e623829
LoongArch: Modify fp_sp_offset and gp_sp_offset's calculation method …
chenglulu326 Jul 7, 2022
3fbb94b
Daily bump.
Jul 9, 2022
3ce205f
PR target/105930: Split *xordi3_doubleword after reload on x86.
rogersayle Jul 9, 2022
7282722
Daily bump.
Jul 10, 2022
b568e0d
loongarch: fix mulsidi3_64bit instruction
xry111 Jul 8, 2022
54b8432
Daily bump.
Jul 11, 2022
1a78fff
tree-sra: Fix union handling in build_reconstructed_reference
jamborm Jul 11, 2022
e25a446
Daily bump.
Jul 12, 2022
8c57e80
Daily bump.
Jul 13, 2022
87d4bdc
Daily bump.
Jul 14, 2022
0380d00
regrename: Fix -fcompare-debug issue in check_new_reg_p [PR105041]
Jun 10, 2022
22736f3
[BACKPORT] Disable generating load/store vector pairs for block copies.
Jul 14, 2022
b8102d1
Daily bump.
Jul 15, 2022
5b877e0
Daily bump.
Jul 16, 2022
c1b0037
Fortran: do not generate conflicting results under -ff2c [PR104313]
Jul 15, 2022
57f5107
Daily bump.
Jul 17, 2022
1124c88
Daily bump.
Jul 18, 2022
f25b0b9
Daily bump.
Jul 19, 2022
4ed850a
target/105459 - allow delayed target option node fixup
rguenth Jul 1, 2022
92aa949
tree-optimization/105946 - avoid accessing excess args from uninit diag
rguenth Jun 14, 2022
1fe7321
middle-end/105965 - add missing v_c_e <{ el }> simplification
rguenth Jun 14, 2022
4f34a9e
tree-optimization/105969 - FPE with array diagnostics
rguenth Jun 15, 2022
8dd1c40
tree-optimization/105971 - less surprising refs_may_alias_p_2
rguenth Jun 15, 2022
71c6baa
middle-end/106027 - fix types in needle folding
rguenth Jun 20, 2022
854ab8b
tree-optimization/106112 - fix CSE from wider operation
rguenth Jun 28, 2022
ec9287b
tree-optimization/106131 - wrong code with FRE rewriting
rguenth Jun 30, 2022
1a7200d
middle-end/106331 - fix mem attributes for string op arguments
rguenth Jul 19, 2022
deafa40
c++: fix SIGFPE with -Wclass-memaccess [PR105634]
mpolacek Jul 19, 2022
94d44a8
Daily bump.
Jul 20, 2022
1615531
Fortran: fix parsing of omp task affinity iterator clause [PR101330]
harald-anlauf Jul 20, 2022
7f596e4
Daily bump.
Jul 21, 2022
ade3197
libstdc++: Fix lifetime bugs for non-TLS eh_globals [PR105880]
jwakely Jun 8, 2022
f3ff78e
libstdc++: Fix experimental::filesystem::status on Windows [PR88881]
jwakely Jun 28, 2022
0bb30f9
libstdc++: Make __from_chars_alnum_to_val conversion explicit
Jul 19, 2022
145ef5e
libstdc++: Simplify test by not using std::log2
jwakely Jun 23, 2022
c19fe8a
libstdc++: testsuite: Guard use of C99 std::log2
jwakely Jun 28, 2022
545e8fb
libstdc++: Fix comment typos
jwakely Jun 30, 2022
86fd1b0
libstdc++: Make headers include their prerequisites
urnathan May 24, 2022
6a7ed22
libstdc++: Fix minor bugs in std::common_iterator
jwakely Jul 20, 2022
06443fa
libstdc++: Fix std::common_iterator assignment [PR100823]
jwakely Jul 20, 2022
f29c845
libsanitizer: cherry-pick 9cf13067cb5088626ba7 from upstream
marxin Jul 11, 2022
4f15d22
libgo: don't include <linux/fs.h> when building gen-sysinfo.go
ianlancetaylor Jul 13, 2022
12d8a4a
c++: constrained partial spec forward decl [PR96363]
May 26, 2022
4ebc9fe
c++: non-dep call with empty TYPE_BINFO [PR105758]
May 31, 2022
90655e3
c++: don't substitute TEMPLATE_PARM_CONSTRAINTS [PR100374]
Jun 3, 2022
41487bf
c++: cv-quals of dummy obj for non-dep memfn call [PR105637]
Jun 3, 2022
670ef5b
c++: function NTTP argument considered unused [PR53164, PR105848]
Jun 6, 2022
5d62869
c++: dependence of constrained memfn from current inst [PR105842]
Jul 13, 2022
a074ae2
c++: non-dependent call to consteval operator [PR105912]
Jul 21, 2022
707bc64
c++: defaulted friend op== [PR106361]
jicama Jul 21, 2022
64edead
Daily bump.
Jul 22, 2022
98ce66a
libstdc++: Do not include <cxxabi.h> in <stacktrace>
jwakely May 6, 2022
ca82e79
libstdc++: check for openat
Jun 24, 2022
4eb15ec
libstdc++: check for openat with dirfd in std::filesystem
Jun 27, 2022
4be7b79
libstdc++: Do not optimize away storing pathname if it's needed
jwakely Jun 28, 2022
2a1263d
Daily bump.
Jul 23, 2022
8b85716
Daily bump.
Jul 24, 2022
16ea82f
Daily bump.
Jul 25, 2022
0057fda
RTEMS: Do not define _GNU_SOURCE by default
sebhub Jul 22, 2022
3387ec2
Daily bump.
Jul 26, 2022
60954a0
c++: aggregate prvalue as for range [PR106230]
jicama Jul 25, 2022
9be0fee
c++: ICE with erroneous template redeclaration [PR106311]
mpolacek Jul 15, 2022
2009850
Fortran: error recovery from calculation of storage size of a symbol …
harald-anlauf Jul 25, 2022
81a0fa3
d: Merge upstream dmd 76e3b41375, druntime 1462ebd1, phobos 5fef0d28f.
ibuclaw Jul 26, 2022
f281d9d
libstdc++: Minor codegen improvement for atomic wait spinloop
rodgert Jul 6, 2022
5e45d07
Daily bump.
Jul 27, 2022
4ca164a
[PR105665] ivopts: check defs of names in base for undefs
Jun 3, 2022
13d23c3
middle-end: don't lower past veclower [PR106063]
TamarChristinaArm Jul 8, 2022
019a9ef
testsuite: Require int128 for gcc.dg/pr106063.c
Jul 10, 2022
e0e3889
Fix tree-opt/PR106087: ICE with inline-asm with multiple output and a…
apinski-cavium Jul 7, 2022
d2892fa
lto: Fix option merging [PR106129]
jsm28 Jun 30, 2022
5b8458b
tree-optimization/106189 - avoid division by zero exception
rguenth Jul 25, 2022
4c1c38b
RISC-V: Remove duplicate backslashes from `stack_protect_set_<mode>'
maciej-w-rozycki Jul 27, 2022
1321183
analyzer: add .fpath.txt dumps to -fdump-analyzer-feasibility
davidmalcolm Jul 27, 2022
05530fc
analyzer: handle repeated accesses after init of unknown size [PR105285]
davidmalcolm Jul 27, 2022
1d38fa5
analyzer: fix memory leaks
davidmalcolm Jul 27, 2022
6fd39b0
json: fix escaping of '\'
davidmalcolm Jul 27, 2022
4eac9fa
analyzer: add more uninit test coverage
davidmalcolm Jul 27, 2022
9fa1141
analyzer: show saved diagnostics as nodes in .eg.dot dumps
davidmalcolm Jul 27, 2022
09cb9c8
analyzer: fix uninit false positive with -ftrivial-auto-var-init= [PR…
davidmalcolm Jul 27, 2022
71a4f73
analyzer: fix false positives from -Wanalyzer-tainted-divisor [PR106225]
davidmalcolm Jul 27, 2022
7455e98
analyzer: fix stray get_element decls
davidmalcolm Jul 27, 2022
b2ae75f
Daily bump.
Jul 28, 2022
8351dd9
Daily bump.
Jul 29, 2022
2339ee2
Daily bump.
Jul 30, 2022
527dccb
wide-int: Fix up wi::shifted_mask [PR106144]
jakubjelinek Jul 1, 2022
0062d84
cgraphunit: Don't emit asm thunks for -dx [PR106261]
jakubjelinek Jul 27, 2022
681c73d
openmp: Fix up handling of non-rectangular simd loops with pointer ty…
jakubjelinek Jul 29, 2022
caf6336
Daily bump.
Jul 31, 2022
d2bafe1
Daily bump.
Aug 1, 2022
98e2676
c: Fix location for _Pragma tokens [PR97498]
Jul 9, 2022
e04785d
Daily bump.
Aug 2, 2022
bd52170
rs6000: Preserve REG_EH_REGION when replacing load/store [PR106091]
jedilyn Jul 26, 2022
5f583aa
rs6000: Adjust -mdejagnu-cpu to filter out -mtune [PR106345]
peter-bergner Jul 25, 2022
eb941a6
Daily bump.
Aug 3, 2022
4e5ca7f
libfortran: Fix up boz_15.f90 on powerpc64le with -mabi=ieeelongdoubl…
jakubjelinek Aug 1, 2022
8a57deb
libstdc++: Make std::lcm and std::gcd detect overflow [PR105844]
jwakely Jun 10, 2022
2ef2de7
libstdc++: Check for size overflow in constexpr allocation [PR105957]
jwakely Jun 14, 2022
2fd16b1
libstdc++: Fix indentation in allocator base classes
jwakely Jun 14, 2022
e562236
libstdc++: Support constexpr global std::string for size < 15 [PR105995]
jwakely Jun 16, 2022
cff25d2
libstdc++: Add nodiscard attribute to filesystem operations
jwakely Jul 1, 2022
7a0ed28
libstdc++: Check for EOF if extraction avoids buffer overflow [PR106248]
jwakely Jul 12, 2022
1a9681e
libstdc++: Tweak common_iterator::operator-> return type [PR104443]
jwakely Jul 28, 2022
3df2f03
libstdc++: Improve directory iterator abstractions for openat
jwakely Jun 27, 2022
c749de4
Daily bump.
Aug 4, 2022
99679c0
Daily bump.
Aug 5, 2022
3a9dcef
libstdc++: Update value of __cpp_lib_ios_noreplace macro
jwakely Aug 4, 2022
0b4d2f5
libstdc++: Rename data members of std::unexpected and std::bad_expect…
jwakely Aug 4, 2022
6107654
libstdc++: Make std::string_view(Range&&) constructor explicit
jwakely Aug 4, 2022
25b1161
Do not enable -mblock-ops-vector-pair.
Aug 5, 2022
4178af1
Daily bump.
Aug 6, 2022
b8d9acc
Daily bump.
Aug 7, 2022
556e5a3
Daily bump.
Aug 8, 2022
fc7166a
d: Fix ICE in in add_stack_var, at cfgexpand.cc:476
ibuclaw Aug 8, 2022
e62a644
Daily bump.
Aug 9, 2022
79a86a6
d: Fix undefined reference to pragma(inline) symbol (PR106563)
ibuclaw Aug 9, 2022
92f2582
libgccjit.h: Uncomment macro definition for testing gcc_jit_context_n…
vibhavp Aug 9, 2022
04e3c9a
Daily bump.
Aug 10, 2022
4769ac6
lto/106540 - fix LTO tree input wrt dwarf2out_register_external_die
rguenth Aug 8, 2022
ab2ca2d
tree-optimization/106513 - fix mistake in bswap symbolic number shifts
rguenth Aug 10, 2022
68b8c55
OpenMP: Fix folding with simd's linear clause [PR106492]
tob2 Aug 9, 2022
bc52af4
Daily bump.
Aug 11, 2022
28a7b5d
aarch64: Implement ACLE Data Intrinsics
avieira-arm Jul 25, 2022
7c81a89
Daily bump.
Aug 12, 2022
6aaaf20
c: Handle initializations of opaque types [PR106016]
peter-bergner Jun 18, 2022
60fed79
c++: pedwarn for empty unnamed enum in decl [PR67048]
mpolacek Apr 28, 2022
6b7d570
c++: constexpr, empty base after non-empty [PR106369]
jicama Jul 26, 2022
7ea6b4e
Daily bump.
Aug 13, 2022
a3bd980
Daily bump.
Aug 14, 2022
0dd5036
Daily bump.
Aug 15, 2022
dc230a0
d: Fix internal compiler error: Segmentation fault at gimple-expr.cc:88
ibuclaw Aug 15, 2022
91e1219
d: Defer compiling inline definitions until after the module has fini…
ibuclaw Aug 15, 2022
62fc557
Daily bump.
Aug 16, 2022
f6431df
d: Update DIP links in gdc documentation to point at upstream repository
ibuclaw Aug 16, 2022
ebf3cd1
Daily bump.
Aug 17, 2022
06254d9
PR106342 - IBM zSystems: Provide vsel for all vector modes
iii-i Jul 29, 2022
fe2a564
Regenerate gcc.pot
jsm28 Aug 17, 2022
d66882d
Daily bump.
Aug 18, 2022
0bdc158
Daily bump.
Aug 19, 2022
2ee5e43
Update ChangeLog and version files for release
rguenth Aug 19, 2022
5d63b9a
crosstool-ng patches for GCC 12.2.0
stephanosio Jan 6, 2023
6bbae89
nios2: add multilib support
nashif Aug 7, 2019
c3a198b
Add support to build for x86_64-zephyr-elf
dcpleung Oct 11, 2019
41ab318
Enable soft-fp on i586
galak Feb 18, 2019
3f32238
Add LEON multilibs for sparc-zephyr-elf
Nov 18, 2020
662e235
x86_64-zephyr-elf: fix soft float for x86 32-bit
dcpleung Dec 10, 2020
26b2e8e
RISC-V: Add Zephyr multilib configuration
stephanosio Jun 17, 2022
38d7128
RISC-V: Add base instruction set multilibs
stephanosio Jun 28, 2022
1da2f12
RISC-V: Add bit manipulation extension multilibs
stephanosio Jun 29, 2022
6d11ef7
ARC: One patch
claziss Aug 28, 2019
bd72e25
libstdc++: Do not check getentropy and arc4random for cross builds
stephanosio Jul 25, 2022
fce1dce
arc: Fix enter pattern instruction's offsets
claziss Jul 21, 2022
5eca6de
RISC-V: Build RV64 multilib with mcmodel=medany
stephanosio Aug 19, 2022
72118c8
RISC-V: Use RV64 mcmodel=medany multilibs when mcmodel is not specified
stephanosio Aug 19, 2022
02edd27
Revert "AArch64: Cleanup aarch64_classify_symbol"
stephanosio Aug 23, 2022
ef46677
arc: Add ARCHS release 310a tune variant.
claziss Jul 18, 2022
2e390c3
riscv: support RV32IAFC
tari Aug 30, 2022
dbf7154
RISC-V: Add rv32if/ilp32f multilib variant
stephanosio Sep 22, 2022
ebc0b98
Microblaze: Removed moddi3 routinue in favour of the default moddi3 f…
alpsayin Oct 29, 2022
5d6d1f9
libstdc++: Allow C99 long double math functions to be optional
stephanosio Nov 16, 2022
261c563
[RISC-V] Fix 32bit riscv with zbs extension enabled
apinski-cavium Aug 5, 2022
b01b6dc
Fix PR 106600: __builtin_bswap32 is not hooked up for ZBB for 32bit
apinski-cavium Aug 19, 2022
9dd0c72
Fix PR 106601: __builtin_bswap16 code gen could be improved with ZBB …
apinski-cavium Aug 19, 2022
1588d48
Fix PR 106690: enable effective_target_bswap for RISCV targets with Z…
apinski-cavium Aug 19, 2022
550a8db
[RISCV] Fix PR 106586: riscv32 vs ZBS
apinski-cavium Aug 15, 2022
db5fcf3
arm: Fix MVE's vcmp vector-scalar patterns [PR107987]
avieira-arm Dec 6, 2022
dcec480
libstdc++-v3: Add aligned_alloc to list of funcs in newlib targets
keith-packard May 18, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2022-08-19 Release Manager

* GCC 12.2.0 released.

2022-05-06 Release Manager

* GCC 12.1.0 released.

2022-04-19 Richard Henderson <rth@gcc.gnu.org>

* MAINTAINERS: Update my email address.
Expand Down
8 changes: 8 additions & 0 deletions c++tools/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2022-08-19 Release Manager

* GCC 12.2.0 released.

2022-05-06 Release Manager

* GCC 12.1.0 released.

2022-03-18 Iain Sandoe <iain@sandoe.co.uk>

* server.cc (accept_from): Use "1" as the dummy port number.
Expand Down
2 changes: 1 addition & 1 deletion config.sub
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# shellcheck disable=SC2006,SC2268 # see below for rationale

timestamp='2021-10-27'
timestamp='2022-06-15'

# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
Expand Down
8 changes: 8 additions & 0 deletions config/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2022-08-19 Release Manager

* GCC 12.2.0 released.

2022-05-06 Release Manager

* GCC 12.1.0 released.

2022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
Lulu Cheng <chenglulu@loongson.cn>

Expand Down
1 change: 1 addition & 0 deletions config/dfp.m4
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;;
[
case $1 in
powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \
x86_64-zephyr-* | \
i?86*-*-elfiamcu | i?86*-*-gnu* | x86_64*-*-gnu* | \
i?86*-*-mingw* | x86_64*-*-mingw* | \
i?86*-*-cygwin* | x86_64*-*-cygwin*)
Expand Down
15 changes: 15 additions & 0 deletions contrib/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2022-08-19 Release Manager

* GCC 12.2.0 released.

2022-05-06 Jakub Jelinek <jakub@redhat.com>

Backported from master:
2022-05-06 Jakub Jelinek <jakub@redhat.com>

* gennews (files): Add files for GCC 12.

2022-05-06 Release Manager

* GCC 12.1.0 released.

2022-04-25 Martin Liska <mliska@suse.cz>

* filter-clang-warnings.py: Filter out
Expand Down
3 changes: 2 additions & 1 deletion contrib/gennews
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Script to generate the NEWS file from online release notes.
# Contributed by Joseph Myers <jsm28@cam.ac.uk>.
#
# Copyright (C) 2000-2021 Free Software Foundation, Inc.
# Copyright (C) 2000-2022 Free Software Foundation, Inc.
# This file is part of GCC.
#
# GCC is free software; you can redistribute it and/or modify
Expand All @@ -23,6 +23,7 @@

website=http://gcc.gnu.org/
files="
gcc-12/index.html gcc-12/changes.html
gcc-11/index.html gcc-11/changes.html
gcc-10/index.html gcc-10/changes.html
gcc-9/index.html gcc-9/changes.html
Expand Down
8 changes: 8 additions & 0 deletions contrib/header-tools/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2022-08-19 Release Manager

* GCC 12.2.0 released.

2022-05-06 Release Manager

* GCC 12.1.0 released.

2022-01-17 Martin Liska <mliska@suse.cz>

* README: Rename .c names to .cc.
Expand Down
8 changes: 8 additions & 0 deletions contrib/reghunt/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2022-08-19 Release Manager

* GCC 12.2.0 released.

2022-05-06 Release Manager

* GCC 12.1.0 released.

2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>

* bin/gcc-svn-ids: Fix unportable shell quoting.
Expand Down
8 changes: 8 additions & 0 deletions contrib/regression/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2022-08-19 Release Manager

* GCC 12.2.0 released.

2022-05-06 Release Manager

* GCC 12.1.0 released.

2012-08-26 Hans-Peter Nilsson <hp@axis.com>

* btest-gcc.sh (TESTLOGS): Make gfortran.sum optional.
Expand Down
8 changes: 8 additions & 0 deletions fixincludes/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2022-08-19 Release Manager

* GCC 12.2.0 released.

2022-05-06 Release Manager

* GCC 12.1.0 released.

2022-02-27 John David Anglin <danglin@gcc.gnu.org>

* inclhack.def (hpux_math_constexpr): New hack.
Expand Down
2 changes: 1 addition & 1 deletion gcc/BASE-VER
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.0.1
12.2.0
Loading