https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99745
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |8.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99745
--- Comment #7 from CVS Commits ---
The releases/gcc-8 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:45f0ddc530eed61c45f1873a9cf7c85eb4f5da10
commit r8-10900-g45f0ddc530eed61c45f1873a9cf7c85eb4f5da10
Author: Jakub Jelinek
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99745
--- Comment #6 from CVS Commits ---
The releases/gcc-9 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:4b30a6d214ad94dfdffa93843d628484d2555b51
commit r9-9437-g4b30a6d214ad94dfdffa93843d628484d2555b51
Author: Jakub Jelinek
Dat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99745
--- Comment #5 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:f8780caf07340f5d5e55cf5fb1b2be07cabab1ea
commit r10-9622-gf8780caf07340f5d5e55cf5fb1b2be07cabab1ea
Author: Jakub Jelinek
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99745
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99745
--- Comment #3 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:0b86a6438191f720bebf880a2b932cd97d10229a
commit r11-7834-g0b86a6438191f720bebf880a2b932cd97d10229a
Author: Jakub Jelinek
Date: Th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99745
Jakub Jelinek changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99745
--- Comment #1 from 康桓瑋 ---
Reduce a little:
template
struct S {
int x : Xs;
};
S s;
:3:7: internal compiler error: unexpected expression 'Xs' of kind
template_parm_index
3 | int x : Xs;
| ^