https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96789
Richard Biener changed:
What|Removed |Added
Component|tree-optimization |target
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96565
Richard Biener changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87256
Roger Sayle changed:
What|Removed |Added
Resolution|--- |FIXED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96565
--- Comment #7 from rguenther at suse dot de ---
On Tue, 25 Aug 2020, jakub at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96565
>
> --- Comment #5 from Jakub Jelinek ---
> Wouldn't many spots in the middle-end be ups
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87256
--- Comment #16 from CVS Commits ---
The releases/gcc-10 branch has been updated by Roger Sayle :
https://gcc.gnu.org/g:ed1e7a6a8ad6903ee952e82ac9ddac01efb286dd
commit r10-8674-ged1e7a6a8ad6903ee952e82ac9ddac01efb286dd
Author: Roger Sayle
Date
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96591
Arseny Solokha changed:
What|Removed |Added
CC||asolokha at gmx dot com
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96031
--- Comment #4 from zhongyunde at tom dot com ---
> As for ivopt, I can see a minor improvement by replacing != exit condition
> with <=, thus saving add 2 instruction computing _22, which happens to
> "disable" the wrong PRE transformation.
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96791
Bug ID: 96791
Summary: ICE in convert_mode_scalar, at expr.c:412
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96790
Bug ID: 96790
Summary: Indirectly inherited default constructor doesn't
zero-initialize
Product: gcc
Version: 11.0
URL: https://godbolt.org/z/3563e1
Status
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96789
Bug ID: 96789
Summary: x264: sub4x4_dct() improves when vectorization is
disabled
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
Prio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96787
--- Comment #7 from Bill Schmidt ---
I believe the problem may be that rs6000_sibcall_aix doesn't contain any
handling for indirect calls, whereas similar code for other ABIs, like
rs6000_sibcall_sysv, does. Alan, does this make sense?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96787
Bill Schmidt changed:
What|Removed |Added
CC||amodra at gcc dot gnu.org
--- Comment #6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96667
Hongtao.liu changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96787
--- Comment #5 from Bill Schmidt ---
The divergence occurs after .L75 in the two versions. In the P10 version, we
see that the second bctrl has been converted into a bctr. It looks like a tail
call optimization happening, but we aren't at the e
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96667
--- Comment #2 from CVS Commits ---
The master branch has been updated by hongtao Liu :
https://gcc.gnu.org/g:55290635d10ea3d18b0a45aa2e6f59405b8c1f54
commit r11-2856-g55290635d10ea3d18b0a45aa2e6f59405b8c1f54
Author: liuhongt
Date: Tue Aug 1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94858
David Malcolm changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96777
David Malcolm changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94858
--- Comment #4 from CVS Commits ---
The master branch has been updated by David Malcolm :
https://gcc.gnu.org/g:2fc201382d3498778934f1262b57acd20f76f300
commit r11-2855-g2fc201382d3498778934f1262b57acd20f76f300
Author: David Malcolm
Date: Fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96777
--- Comment #3 from CVS Commits ---
The master branch has been updated by David Malcolm :
https://gcc.gnu.org/g:d88c8df70342fcd6817e23f243ff38d0fe42fc6b
commit r11-2854-gd88c8df70342fcd6817e23f243ff38d0fe42fc6b
Author: David Malcolm
Date: Tu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96787
David Edelsohn changed:
What|Removed |Added
Last reconfirmed||2020-08-26
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96788
--- Comment #1 from Andrew Pinski ---
__int128 should not be used with respect to the type at all. __int128 is NOT
extended integer type:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50441
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96788
Bug ID: 96788
Summary: "integer constant is so large that it is unsigned"
warning is incorrect
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96787
--- Comment #3 from acsawdey at gcc dot gnu.org ---
Never mind that, all I'm seeing is the lack of save/restore of r2 in the
power10 version.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96787
--- Comment #2 from acsawdey at gcc dot gnu.org ---
I'm seeing some load-past-store code motion that happens when compiling for
power10 vs power9 that makes me suspicious.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96787
--- Comment #1 from acsawdey at gcc dot gnu.org ---
Created attachment 49123
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49123&action=edit
hashtab.c with target power9 attribute on htab_delete()
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96787
Bug ID: 96787
Summary: rs6000 mcpu=power10 miscompiles libiberty
htab_delete() causing bootstrap failure
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95863
H.J. Lu changed:
What|Removed |Added
Target Milestone|--- |11.0
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95863
--- Comment #4 from CVS Commits ---
The master branch has been updated by H.J. Lu :
https://gcc.gnu.org/g:4f73bf20d9c0ad1cd143db39d73f70841dcc1471
commit r11-2852-g4f73bf20d9c0ad1cd143db39d73f70841dcc1471
Author: H.J. Lu
Date: Fri Jun 26 14:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95979
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Keywords||ice-on-valid-code
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96711
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |anlauf at gcc dot
gnu.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96729
--- Comment #6 from Jakub Jelinek ---
Created attachment 49121
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49121&action=edit
gcc11-pr96729.patch
Untested fix for the next real insn caching.
$ time ./cc1.vanilla -quiet -g -O3 pr96729.c -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96729
--- Comment #5 from Jakub Jelinek ---
(In reply to Richard Biener from comment #4)
> Samples: 7K of event 'cycles:u', Event count (approx.): 7668407627
>
> Overhead Command Shared Object Symbol
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96758
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96722
--- Comment #9 from Jakub Jelinek ---
The path isolation bug fixed for 10.3+/11+. Keeping open for the DCE issue.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95450
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96535
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96549
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96786
--- Comment #1 from Segher Boessenkool ---
Perhaps we should just ignore AltiVec for the .machine selection?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96786
Segher Boessenkool changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96785
David Malcolm changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96616
--- Comment #6 from David Malcolm ---
*** Bug 96785 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96786
Bug ID: 96786
Summary: rs6000: We output the wrong .machine for -mcpu=7450
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compon
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87256
--- Comment #15 from CVS Commits ---
The master branch has been updated by Roger Sayle :
https://gcc.gnu.org/g:050fc8b27a852007f8bb667999e1c8cfd31f90e1
commit r11-2851-g050fc8b27a852007f8bb667999e1c8cfd31f90e1
Author: Roger Sayle
Date: Tue A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96535
--- Comment #10 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:7151b3d700efcd0994bc1a6cfc36f5abc53c7f5a
commit r10-8667-g7151b3d700efcd0994bc1a6cfc36f5abc53c7f5a
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96758
--- Comment #5 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:0dbfa88edafbe913a7a9099246041e0190aa3948
commit r10-8670-g0dbfa88edafbe913a7a9099246041e0190aa3948
Author: Jakub Jelinek
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96722
--- Comment #8 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:dff497c29a4f2a4cb3f0cb693e14f3073445
commit r10-8671-gdff497c29a4f2a4cb3f0cb693e14f3073445
Author: Jakub Jelinek
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95450
--- Comment #11 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:7e53436da1902061af797d0aaa744c52bd9829ae
commit r10-8669-g7e53436da1902061af797d0aaa744c52bd9829ae
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96549
--- Comment #5 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:db00336a49707327552e678b59da8e85384bdae6
commit r10-8665-gdb00336a49707327552e678b59da8e85384bdae6
Author: Jakub Jelinek
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96571
--- Comment #4 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:5c16de18f26df961e00a049f198aeb9dce8de225
commit r10-8668-g5c16de18f26df961e00a049f198aeb9dce8de225
Author: Jakub Jelinek
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96545
--- Comment #5 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:b9bb6a5e12cae44a1cbf298b69f28fc6871f81c8
commit r10-8666-gb9bb6a5e12cae44a1cbf298b69f28fc6871f81c8
Author: Jakub Jelinek
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96497
--- Comment #5 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:aaac798d29acb61ab510c6106d10fc641becfcb7
commit r10-8664-gaaac798d29acb61ab510c6106d10fc641becfcb7
Author: Jakub Jelinek
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93553
--- Comment #10 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:cbde60ab63e7b94a664fb8fef8640d0d6a63b13c
commit r10-8663-gcbde60ab63e7b94a664fb8fef8640d0d6a63b13c
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96459
--- Comment #5 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:fa6563471f5c9f96d2e446b15eb7aa770b4b4f17
commit r10-8662-gfa6563471f5c9f96d2e446b15eb7aa770b4b4f17
Author: Jakub Jelinek
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96596
--- Comment #2 from Martin Sebor ---
The following change avoids the ICE:
diff --git a/gcc/c/c-decl.c b/gcc/c/c-decl.c
index b31d99fcfaf..0d2a95f63d5 100644
--- a/gcc/c/c-decl.c
+++ b/gcc/c/c-decl.c
@@ -1712,7 +1712,10 @@ match_builtin_function_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96596
Martin Sebor changed:
What|Removed |Added
Last reconfirmed||2020-08-25
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96785
Bug ID: 96785
Summary: Excess errors in new test case
gcc.dg/analyzer/pr93032-mztools.c
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96784
Bug ID: 96784
Summary: Templated lambda body remains constexpr despite having
co_await in body
Product: gcc
Version: 10.2.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96565
--- Comment #6 from Jakub Jelinek ---
I'd say that the VLAs are more like "malloc" with the stack restore than
performing one or more "free" conceptually, so perhaps we should instead emit
calls to free-like internal function .FREE_VLA (ptr); rig
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96678
Tobias Burnus changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96678
--- Comment #3 from CVS Commits ---
The master branch has been updated by Tobias Burnus :
https://gcc.gnu.org/g:3d5ed337cb354c2f85a9caf60377bad887b18d53
commit r11-2849-g3d5ed337cb354c2f85a9caf60377bad887b18d53
Author: Tobias Burnus
Date: Tu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96678
--- Comment #2 from Tobias Burnus ---
Side remark: This pops up for SPEC ACCEL 504.polbm; however, it is permitted to
require explicit sizes by defining SPEC_NEED_EXPLICIT_SIZE.
(The default of the testcase is to expect that it works without tha
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96678
--- Comment #1 from Tobias Burnus ---
At least for C, there is:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96751
Richard Earnshaw changed:
What|Removed |Added
Last reconfirmed||2020-08-25
Status|UNCONFI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94619
Sam Huang changed:
What|Removed |Added
CC||samestimable2016 at gmail dot
com
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96730
Martin Jambor changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96730
--- Comment #5 from CVS Commits ---
The releases/gcc-10 branch has been updated by Martin Jambor
:
https://gcc.gnu.org/g:e57cdbca52df908a48bbf92c64d50dd46f483de9
commit r10-8661-ge57cdbca52df908a48bbf92c64d50dd46f483de9
Author: Martin Jambor
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96777
David Malcolm changed:
What|Removed |Added
Summary|[11 Regression] ICE in |[11 Regression] ICE in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96783
Jonathan Wakely changed:
What|Removed |Added
Attachment #49119|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96565
--- Comment #5 from Jakub Jelinek ---
Wouldn't many spots in the middle-end be upset about the gimple clobber having
a variable length type (both the MEM_REF on the lhs and corresponding type on
the CONSTRUCTOR)?
I think tree DCE should have ever
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96783
--- Comment #3 from Jonathan Wakely ---
Created attachment 49119
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49119&action=edit
preprocessed source, slightly reduced
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96760
Richard Biener changed:
What|Removed |Added
CC||vsevolod.livinskij at frtk dot
ru
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96693
Richard Biener changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96729
--- Comment #4 from Richard Biener ---
Samples: 7K of event 'cycles:u', Event count (approx.): 7668407627
Overhead Command Shared Object Symbol
26.63% cc1 cc1 [.] dwar
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96729
Richard Biener changed:
What|Removed |Added
CC||aoliva at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96780
Marek Polacek changed:
What|Removed |Added
Last reconfirmed||2020-08-25
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96783
Richard Biener changed:
What|Removed |Added
Ever confirmed|0 |1
Assignee|unassigned at gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96782
Richard Biener changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96781
Richard Biener changed:
What|Removed |Added
Last reconfirmed||2020-08-25
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96781
--- Comment #2 from Richard Biener ---
gcc (Ubuntu 20200418-1ubuntu1) 10.0.1 20200418 (experimental)
is a quite old prerelease. Please update and re-try. We also need
preprocessed source as a reproducer.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96783
--- Comment #1 from Jonathan Wakely ---
Created attachment 49117
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49117&action=edit
gzipped preprocessed source
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96779
Richard Biener changed:
What|Removed |Added
Last reconfirmed||2020-08-25
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96781
Ting Peng changed:
What|Removed |Added
CC||pengtingbit at 126 dot com
--- Comment #1 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96783
Bug ID: 96783
Summary: [11 Regression] std::rotate miscompiled
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Keywords: wrong-code
Severity: normal
Priority: P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96591
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
Keywo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96782
Bug ID: 96782
Summary: Failure to optimize comparison with bitwise not-ed
with self
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
Pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96760
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96781
Bug ID: 96781
Summary: internal compiler error: Segmentation fault
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96760
--- Comment #6 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:660b5c10dc04988b02a2c3f6baed013340af3ef8
commit r11-2841-g660b5c10dc04988b02a2c3f6baed013340af3ef8
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96548
--- Comment #7 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:660b5c10dc04988b02a2c3f6baed013340af3ef8
commit r11-2841-g660b5c10dc04988b02a2c3f6baed013340af3ef8
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96548
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96714
--- Comment #2 from Gabriel Ravier ---
Hmm, I can't reproduce it either, either I was simply wrong (on something like
whether I had fast math enabled) or there is some peculiarity on my setup from
6 days ago that I missed.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96780
Bug ID: 96780
Summary: debuginfo for std::move and std::forward isn't useful
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96779
Bug ID: 96779
Summary: Failure to optimize comparison of negative version of
self
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
Prio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96777
David Malcolm changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96722
--- Comment #7 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:a5b15fcb954ba63d58f0daa700281aba33b5f24a
commit r11-2840-ga5b15fcb954ba63d58f0daa700281aba33b5f24a
Author: Jakub Jelinek
Date: Tu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96777
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |11.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96776
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96758
--- Comment #4 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:f982a6ec9b6d98f5f37114b1d7455c54ce5056b8
commit r11-2839-gf982a6ec9b6d98f5f37114b1d7455c54ce5056b8
Author: Jakub Jelinek
Date: Tu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96628
rsandifo at gcc dot gnu.org changed:
What|Removed |Added
CC||rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96764
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |11.0
1 - 100 of 169 matches
Mail list logo