https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109618
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109619
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109643
Martin Liška changed:
What|Removed |Added
Last reconfirmed|2023-04-27 00:00:00 |
Summary|[14 Regression] IPA
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109643
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109634
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109643
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |14.0
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109639
--- Comment #10 from Richard Biener ---
IPA also propagates &x, aka IP invariant addresses.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109638
--- Comment #2 from Richard Biener ---
Hmm, but more generally
if (n != x)
n = 0;
return n != 0;
could be handled as well. Or
if (n != x)
n = 0;
return n;
->
return (n == x) * x;
-1 might be another special case that CPUs can
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109643
Bug ID: 109643
Summary: [14 Regression] IPA inline ICE on pkg-config-0.29.2
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109642
Bug ID: 109642
Summary: False Positive -Wdangling-reference with
std::span-like classes
Product: gcc
Version: 13.1.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109639
Andrew Pinski changed:
What|Removed |Added
Attachment #54934|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109639
--- Comment #8 from Andrew Pinski ---
Created attachment 54934
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54934&action=edit
Slightly more reduced from what Sam had
Removes the struct type and do some name shorting.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109639
Sam James changed:
What|Removed |Added
Summary|[14 regression] Internal|[14 regression] Internal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109639
--- Comment #6 from Sam James ---
Created attachment 54933
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54933&action=edit
sam-reduced-clean.i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109639
--- Comment #5 from Sam James ---
Created attachment 54932
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54932&action=edit
sam-reduced.i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109639
Andrew Pinski changed:
What|Removed |Added
Keywords||needs-bisection,
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109639
--- Comment #4 from Andrew Pinski ---
Created attachment 54931
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54931&action=edit
One version of the reduced testcase
I am not a fan of this reduced testcase so I am trying again.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109639
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |14.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109639
Andrew Pinski changed:
What|Removed |Added
Host|aarch64-unknown-linux-gnu |
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109639
--- Comment #2 from Sam James ---
(In reply to Sam James from comment #1)
> (In reply to Sam James from comment #0)
> > gcc (Gentoo 14.0.0. p, commit 7546d8be5a8ae93e81535644c2578807db276ab6)
> > 14.0.0 20230426 (experime
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25290
Andrew Pinski changed:
What|Removed |Added
Attachment #54821|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109412
Sam James changed:
What|Removed |Added
CC||sjames at gcc dot gnu.org
Summar
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61445
--- Comment #5 from CVS Commits ---
The trunk branch has been updated by Jason Merrill :
https://gcc.gnu.org/g:95d4c0d2e6318aef88ba0bc607dfc1ec6b7a612f
commit r14-283-g95d4c0d2e6318aef88ba0bc607dfc1ec6b7a612f
Author: Jason Merrill
Date: Thu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109641
Bug ID: 109641
Summary: Gfortran fails to overload intrinsic operator (*) if
operands are complex. It works with real ones.
Product: gcc
Version: og10 (devel/omp/gcc-10)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109610
--- Comment #7 from Hongtao.liu ---
(In reply to rsand...@gcc.gnu.org from comment #6)
> Please don't do the peephole thing! This seems like a
> target-independent problem.
>
> The costs for r117 look odd. Why is the cost of GENERAL_REGS so h
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109639
--- Comment #1 from Sam James ---
(In reply to Sam James from comment #0)
> gcc (Gentoo 14.0.0. p, commit 7546d8be5a8ae93e81535644c2578807db276ab6)
> 14.0.0 20230426 (experimental)
This commit is wrong (recorded incorrectly). I'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109640
--- Comment #2 from Ed Catmur ---
Ah, so this is Bug 108165? That's a shame, we use (temporary) lambdas
extensively so I think we'd have to disable the warning entirely.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109640
Andrew Pinski changed:
What|Removed |Added
Keywords||diagnostic
--- Comment #1 from Andrew P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109640
Bug ID: 109640
Summary: Spurious Wdangling-reference for argument to temporary
lambda cast to rvalue reference
Product: gcc
Version: 13.1.0
Status: UNCONFIRMED
cc-14.0.0./gcc/tree.h:3728
0x83cf9b tree_int_cst_elt_check(tree_node const*, int, char const*, int, char
const*)
/usr/src/debug/sys-devel/gcc-14.0.0./gcc-14.0.0./gcc/tree.h:6285
[...]
```
```
gcc (Gentoo 14.0.0. p, commit 7546d8be5a8ae93e81535644c2578807db276ab6)
14.0.0 20230426
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109636
--- Comment #3 from Andrew Pinski ---
Oh simplify_gen_subreg should not be used I think. Rather gen_lowpart should be
used instead. Especially when it comes to big endian.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109636
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
CC||ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106376
Jonathan Wakely changed:
What|Removed |Added
Resolution|--- |WORKSFORME
Status|SUSPEND
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109241
--- Comment #4 from CVS Commits ---
The trunk branch has been updated by Jason Merrill :
https://gcc.gnu.org/g:d60cbbfaa9a3ad3bd1f613be95add939c16fc9a1
commit r14-278-gd60cbbfaa9a3ad3bd1f613be95add939c16fc9a1
Author: Jason Merrill
Date: Wed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69836
--- Comment #6 from CVS Commits ---
The trunk branch has been updated by Jason Merrill :
https://gcc.gnu.org/g:1e27e7e0985e055b3d4ec92e93976b709fdbe425
commit r14-277-g1e27e7e0985e055b3d4ec92e93976b709fdbe425
Author: Jason Merrill
Date: Wed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109638
--- Comment #1 from Andrew Pinski ---
This should do it, I think:
(simplify
(cond (lt @1 integer_onep@2) integer_zerop @1)
(if (TYPE_UNSIGNED (type))
(convert (eq @1 @2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109638
Bug ID: 109638
Summary: unsigned > 1 ? 0 : n is not optimized to n == 1
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: enhancemen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109625
Sam James changed:
What|Removed |Added
Resolution|--- |MOVED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108697
--- Comment #7 from CVS Commits ---
The master branch has been updated by Andrew Macleod :
https://gcc.gnu.org/g:0a38f677463ff8a4fb61b049263aa596ef6471a7
commit r14-275-g0a38f677463ff8a4fb61b049263aa596ef6471a7
Author: Andrew MacLeod
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109417
--- Comment #5 from CVS Commits ---
The master branch has been updated by Andrew Macleod :
https://gcc.gnu.org/g:40c7f943e882e8c5eccf45fc28146559f446764d
commit r14-271-g40c7f943e882e8c5eccf45fc28146559f446764d
Author: Andrew MacLeod
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109637
--- Comment #5 from Andrew Macleod ---
Perhaps switch conv just needs to look at it...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109636
Andrew Pinski changed:
What|Removed |Added
Known to work|13.0|
Host|x86_64-pc-linux-gnu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109637
--- Comment #4 from Andrew Pinski ---
(In reply to Andrew Macleod from comment #3)
> we know the range of _2 is [0, 3].. wonder why we don't know that about
> _1... having a look
I assume the range of _1 is [-INF, +INF] (aka [0, 3] aka varryin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109637
--- Comment #3 from Andrew Macleod ---
Just to add:
040.evrp:
_2 : [irange] int [0, 3] NONZERO 0x3
_3 : [irange] int [0, 3] NONZERO 0x3
:
_1 = s_5(D)->x;
_2 = (int) _1;
switch (_1) [INV], case 1: [INV], case 2: [INV],
case 3: [I
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109637
Andrew Macleod changed:
What|Removed |Added
CC||amacleod at redhat dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109637
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2023-04-26
Component|middle-en
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109637
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Severity|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109637
Bug ID: 109637
Summary: unnecessary range check in complete switch on bitfield
Product: gcc
Version: 13.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108969
Xi Ruoyao changed:
What|Removed |Added
CC||bremende55 at gmail dot com
--- Comment #26
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109633
Xi Ruoyao changed:
What|Removed |Added
Resolution|INVALID |DUPLICATE
CC|
ith-as=/usr/bin/aarch64-unknown-linux-gnu-as --disable-libstdcxx-pch
--prefix=/repo/gcc-trunk//binary-trunk-r14-268-20230426091040-ge02f68df385-checking-yes-rtl-df-extra-aarch64
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 14.0.0 20230426 (experimental) (GCC)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109633
--- Comment #4 from Jo ---
good idea, thank you
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109633
--- Comment #3 from Andrew Pinski ---
Since I see this as going to be a FAQ soon, I submitted a patch to add a note
to the begining of changes page for GCC 13:
https://gcc.gnu.org/pipermail/gcc-patches/2023-April/616806.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104338
--- Comment #15 from CVS Commits ---
The master branch has been updated by Patrick O'Neill :
https://gcc.gnu.org/g:f797260adaf52bee0ec0e16190bbefbe1bfc3692
commit r14-269-gf797260adaf52bee0ec0e16190bbefbe1bfc3692
Author: Patrick O'Neill
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107769
Martin Jambor changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109318
Martin Jambor changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107769
--- Comment #10 from CVS Commits ---
The releases/gcc-12 branch has been updated by Martin Jambor
:
https://gcc.gnu.org/g:bea3885200c549419567ad3a43ac71642619ad1a
commit r12-9476-gbea3885200c549419567ad3a43ac71642619ad1a
Author: Martin Jambor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109318
--- Comment #13 from CVS Commits ---
The releases/gcc-12 branch has been updated by Martin Jambor
:
https://gcc.gnu.org/g:bea3885200c549419567ad3a43ac71642619ad1a
commit r12-9476-gbea3885200c549419567ad3a43ac71642619ad1a
Author: Martin Jambor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109634
--- Comment #3 from Andrew Pinski ---
https://gcc.gnu.org/pipermail/gcc/2015-February/216464.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109635
Bug ID: 109635
Summary: -Wanalyzer-use-of-uninitialized-value false alarm
involving adding 8 to index
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108801
--- Comment #3 from simon at pushface dot org ---
Fixed in GCC 13.1.0.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109634
--- Comment #2 from Andrew Pinski ---
Could be a glibc issue too.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109632
--- Comment #3 from Tamar Christina ---
note that even if we can't stop SLP, we should be able to generate as efficient
code by being creative about the instruction selection, that's why I marked it
as a target bug :)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109634
Andrew Pinski changed:
What|Removed |Added
See Also||https://github.com/Imagick/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109634
Bug ID: 109634
Summary: Linking Imagick for PHP compiles fine but gives
segfault caused by libgomp on runtime
Product: gcc
Version: unknown
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105788
Patrick Palka changed:
What|Removed |Added
Last reconfirmed||2023-04-26
Keywords|ice-on-in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109533
Martin Liška changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109632
--- Comment #2 from Tamar Christina ---
(In reply to Richard Biener from comment #1)
> Well, the usual unknown ABI boundary at function entry/exit.
Yes but LLVM gets it right, so should be a solve able computer science problem.
:)
Note that th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109633
Patrick Palka changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109633
Jo changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109533
--- Comment #1 from Sam James ---
Pretty sure this is fixed by r14-263-gd53b3d94aaf211.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109610
rsandifo at gcc dot gnu.org changed:
What|Removed |Added
CC||rsandifo at gcc dot gnu.or
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109632
--- Comment #1 from Richard Biener ---
Well, the usual unknown ABI boundary at function entry/exit.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109633
--- Comment #1 from Richard Biener ---
You have to use the GCC 13 runtime libraries - you likely run into a system
with older libstdc++?
Probably a duplicate of PR108969.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109633
Bug ID: 109633
Summary: segfault using cout after set with simple prog from
cppreference.com
Product: gcc
Version: 13.1.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97553
Patrick Palka changed:
What|Removed |Added
Resolution|--- |FIXED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109607
--- Comment #3 from Martin Jambor ---
(In reply to Richard Biener from comment #0)
> On cfghooks.cc we replace
>
> BIT_FIELD_REF <*this_8(D), 8, 56>
>
An alternative (perhaps for the release branches) would be to avoid SRA if the
parameter ta
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109632
Bug ID: 109632
Summary: Inefficient codegen when complex numbers are emulated
with structs
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Keywords: missed-opti
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88804
fiesh at zefix dot tv changed:
What|Removed |Added
CC||fiesh at zefix dot tv
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109607
--- Comment #2 from Richard Biener ---
(In reply to Richard Biener from comment #1)
> #0 ipa_param_body_adjustments::modify_expression (this=0x4b1f040,
> expr_p=0x737222b8, convert=true)
> at /space/rguenther/src/gcc/gcc/ipa-param-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109566
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109566
--- Comment #20 from CVS Commits ---
The releases/gcc-12 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:2e5e72488b108e5d75049179ef91a093e5fedc49
commit r12-9475-g2e5e72488b108e5d75049179ef91a093e5fedc49
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109609
Richard Biener changed:
What|Removed |Added
Known to fail||12.2.0, 13.1.0
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109609
--- Comment #19 from CVS Commits ---
The releases/gcc-12 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:2c7e89510fe41265b285e886d19f9895adf545e8
commit r12-9474-g2c7e89510fe41265b285e886d19f9895adf545e8
Author: Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109585
--- Comment #26 from CVS Commits ---
The releases/gcc-12 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:ef6051b36241bf130bf76af0b775248635dc616e
commit r12-9473-gef6051b36241bf130bf76af0b775248635dc616e
Author: Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109573
--- Comment #8 from CVS Commits ---
The releases/gcc-12 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:c7de861c609573b1f219fcdf6c683612c987621f
commit r12-9472-gc7de861c609573b1f219fcdf6c683612c987621f
Author: Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109154
--- Comment #58 from Jakub Jelinek ---
As a different testcase showing what still needs to be done is e.g.
void
foo (int *p, int *q, int *r, int *s, int *t, int *u)
{
#pragma omp simd
for (int i = 0; i < 1024; i++)
{
int vp = p[i];
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109631
Andrew Pinski changed:
What|Removed |Added
Component|libstdc++ |middle-end
Keywords|ABI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101326
Andrew Pinski changed:
What|Removed |Added
CC||david at westcontrol dot com
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109631
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109631
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109154
Tamar Christina changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |tnfchris at gcc dot
gnu.org
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109609
--- Comment #18 from CVS Commits ---
The releases/gcc-13 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:df49e4602882eabe0642699fb71a70f6e120e263
commit r13-7252-gdf49e4602882eabe0642699fb71a70f6e120e263
Author: Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109585
--- Comment #25 from CVS Commits ---
The releases/gcc-13 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:bb406a6aea336966681927a27f54ee89c4fd4ea1
commit r13-7251-gbb406a6aea336966681927a27f54ee89c4fd4ea1
Author: Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109573
--- Comment #7 from CVS Commits ---
The releases/gcc-13 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:263d1ed0484fc81d3f93e39cdd2f9eb0ce4d3e88
commit r13-7250-g263d1ed0484fc81d3f93e39cdd2f9eb0ce4d3e88
Author: Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109626
Mikael Morin changed:
What|Removed |Added
CC||mikael at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90857
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|13.2|14.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109278
--- Comment #8 from CVS Commits ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:4aeefba6cd657010a395dd187f9136cd152aac95
commit r13-7247-g4aeefba6cd657010a395dd187f9136cd152aac95
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109625
--- Comment #5 from Jonathan Wakely ---
(In reply to Andrew Pinski from comment #3)
> Folly should not use internal functions which is not designed for other than
> libstdc++.
The function wasn't designed for libstdc++, Clang had it first.
But
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109625
--- Comment #4 from Jonathan Wakely ---
(In reply to Arsen Arsenović from comment #1)
> do we want to match what clang does here?
No, this is an intentional choice.
1 - 100 of 163 matches
Mail list logo