https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99959
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |9.4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99966
Richard Biener changed:
What|Removed |Added
Last reconfirmed||2021-04-08
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99951
--- Comment #3 from Richard Biener ---
(In reply to Feng Xue from comment #2)
> Can we report error in verify_ssa() when a non-default SSA's defining
> statement has NULL bb, which is always a case that the statement is removed
> somewhere?
We c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18635
Manuel López-Ibáñez changed:
What|Removed |Added
URL||http://www.open-std.org/jtc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99647
--- Comment #3 from CVS Commits ---
The master branch has been updated by Alex Coplan :
https://gcc.gnu.org/g:67d56b272021363eb58c319ca3b73beba3a60817
commit r11-8038-g67d56b272021363eb58c319ca3b73beba3a60817
Author: Alex Coplan
Date: Thu Ap
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99647
--- Comment #4 from Alex Coplan ---
Fixed on trunk so far.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92546
--- Comment #19 from Jonathan Wakely ---
(In reply to Jonathan Wakely from comment #16)
> includes so std::boyer_moore_searcher can use
> std::vector, but it doesn't need it at all. Using std::unique_ptr would
> do fine.
We can't change that n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92546
--- Comment #20 from Jonathan Wakely ---
As noted in PR 99958 comment 1, got big, because:
is included by which is included by
which is included by which is included by
which is included by which is included
by .
is included by , wh
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92546
--- Comment #21 from Jonathan Wakely ---
This seems to work:
diff --git a/libstdc++-v3/include/pstl/glue_algorithm_defs.h
b/libstdc++-v3/include/pstl/glue_algorithm_defs.h
index 48bc56ae401..cef78e22e31 100644
--- a/libstdc++-v3/include/pstl/glu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99958
Jonathan Wakely changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92546
Jonathan Wakely changed:
What|Removed |Added
CC||hewillk at gmail dot com
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99920
--- Comment #13 from Richard Biener ---
So I can confirm the issue trying to build gcc10 packages for SLE11 ppc64
(after much massaging). It works fine (past the failure point) on x86_64
with the same versioned host compiler. It works fine when
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99898
--- Comment #11 from CVS Commits ---
The releases/gcc-10 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:3134e02305d00b358659d42400f45bdd49f4fbd3
commit r10-9663-g3134e02305d00b358659d42400f45bdd49f4fbd3
Author: Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99898
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99951
Martin Jambor changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jamborm at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99333
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|--- |12.0
See Also|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99930
--- Comment #9 from Hongtao.liu ---
(In reply to Segher Boessenkool from comment #8)
> That patch is no good. The combination is not allowed because it is not
> known what the "use"s are *for*. Checking if something is from the constant
> pools
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99967
Bug ID: 99967
Summary: gcc accepts declaration type contains unexpanded
parameter pack
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99965
--- Comment #9 from Jakub Jelinek ---
Note, even std::vector isn't guaranteed to align for the pointer types,
but usually will, but even when you ensure the start is aligned, the pointer
arithmetics you do afterwards needs to ensure that it is al
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80039
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97513
--- Comment #9 from Jakub Jelinek ---
So fixed?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99968
Bug ID: 99968
Summary: [11 Regression] ICE on remove_const_t in requires-expression
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99968
Jonathan Wakely changed:
What|Removed |Added
Known to work||10.2.1
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99969
Bug ID: 99969
Summary: g++ incorrectly thinks a private destructor is
available
Product: gcc
Version: 10.2.0
Status: UNCONFIRMED
Severity: normal
Prio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99920
--- Comment #14 from Richard Biener ---
(In reply to Richard Biener from comment #13)
> So I can confirm the issue trying to build gcc10 packages for SLE11 ppc64
> (after much massaging). It works fine (past the failure point) on x86_64
> with t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99968
--- Comment #1 from Jonathan Wakely ---
The ICE only happens with -g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99968
Marek Polacek changed:
What|Removed |Added
Priority|P3 |P2
Summary|[11 Regression] IC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99968
Jonathan Wakely changed:
What|Removed |Added
Summary|[10/11 Regression] ICE on |ICE on
|remove_const
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99968
--- Comment #4 from CVS Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:43ab1dc24abd6fded8d5bf6547f0de6851beb200
commit r11-8039-g43ab1dc24abd6fded8d5bf6547f0de6851beb200
Author: Jonathan Wakely
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99968
Marek Polacek changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99920
--- Comment #15 from Richard Biener ---
Dump of assembler code from 0x1094366c to 0x109436e0:
0x1094366c : lhz r0,0(r9)
0x10943670 : clrldi r0,r0,48
0x10943674 : stw r0,200(r31)
0x1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99938
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
Sta
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99844
--- Comment #3 from CVS Commits ---
The master branch has been updated by Marek Polacek :
https://gcc.gnu.org/g:2cd5333d16419f596d07a830bb3f1c40fa8a7b5c
commit r11-8041-g2cd5333d16419f596d07a830bb3f1c40fa8a7b5c
Author: Marek Polacek
Date: We
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99844
Marek Polacek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99920
--- Comment #16 from Richard Biener ---
Created attachment 50528
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50528&action=edit
preprocessed source of fold-const.c
This is the preprocessed source of fold-const.c with the offending functi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99920
Richard Biener changed:
What|Removed |Added
Priority|P1 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94529
--- Comment #3 from CVS Commits ---
The master branch has been updated by Jason Merrill :
https://gcc.gnu.org/g:ac24fa46e449fbff0ff571951cfcc78b8488f6e7
commit r11-8042-gac24fa46e449fbff0ff571951cfcc78b8488f6e7
Author: Jason Merrill
Date: Th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94529
Jason Merrill changed:
What|Removed |Added
Summary|[8/9/10/11 Regression] |[8/9/10 Regression] Wrong
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91498
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #23 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80481
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #14 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96391
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #24 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79405
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #16 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99675
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #2 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98899
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #8 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90777
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #4 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98644
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #3 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94655
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #17 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98444
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #2 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97296
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #3 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92126
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #8 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92310
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #4 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97973
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #5 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82255
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #10 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90720
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #8 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94335
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #11 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89689
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #9 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96252
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #7 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88510
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #7 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90823
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #4 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98268
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #10 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94613
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #13 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91512
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #34 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95798
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #9 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95021
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #18 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98736
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #9 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #10 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95464
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #14 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95859
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #14 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94324
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #7 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92535
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #16 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97984
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #2 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97966
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #6 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99402
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #9 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84577
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #4 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90698
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #12 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92006
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #9 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95123
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #10 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93358
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #4 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96307
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #13 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95316
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #4 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79534
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #18 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99863
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #20 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98000
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #7 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80520
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #16 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90807
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #4 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93007
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #3 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97631
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #5 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88779
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #4 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91707
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #10 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98891
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #5 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92002
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #18 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93385
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #42 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63326
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #31 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93645
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #6 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99008
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #2 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99309
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #8 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90822
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #7 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99249
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #2 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97246
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #4 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97452
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #8 from Richard Biener
1 - 100 of 333 matches
Mail list logo