https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99932
--- Comment #6 from Tom de Vries ---
(In reply to Tom de Vries from comment #5)
> FIled https://developer.nvidia.com/nvidia_bug/3299227
Nvidia reported it will be fixed in the next major cuda release. I've asked
about driver fixes.
7;foo':
bz3qiqjv.c:4:9: internal compiler error: in lower_omp_target, at
omp-low.c:12287
4 | #pragma acc kernels
| ^~~
0x6a5d35 lower_omp_target
/var/tmp/portage/sys-devel/gcc-11.0.1_alpha20210426/work/gcc-11-20210426/gcc/omp-low.c:12287
0x6a5d35 lower_omp_1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78368
Arseny Solokha changed:
What|Removed |Added
CC||asolokha at gmx dot com
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100263
--- Comment #4 from Stefan Schulze Frielinghaus
---
You are right. I got lured by the fact that the assignments c__lsm.20_94 = 1;
and c__lsm_flag.21_95 = 1; of bb5 are "moved" into the PHI as e.g.
# c__lsm.20_51 = PHI
# c__lsm_flag.21_5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100279
--- Comment #3 from Bob Miller ---
Further minimized example. Same ICE.
ICE is visible here: https://godbolt.org/z/o7M9nYYYE
template struct T {};
template
void f(T) {}
int main(int, char**)
{
f(T<-1.0>{});
f(T<-2.0>{});
return
in/g++
Target: x86_64-linux-gnu
Configured with: ../gcc-trunk-20210426/configure
--prefix=/opt/compiler-explorer/gcc-build/staging --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu --disable-bootstrap
--enable-multiarch --with-abi=m64 --with-multilib-list=m32,m64,mx32
--ena
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100279
--- Comment #1 from Bob Miller ---
Created attachment 50684
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50684&action=edit
New preprocessed source for more minimal example. This one leads to an ICE on
godbolt's GCC version.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98952
--- Comment #7 from CVS Commits ---
The releases/gcc-10 branch has been updated by Michael Meissner
:
https://gcc.gnu.org/g:a633f7f96daac391fe0bc5d87427c0e7cf1ab1b3
commit r10-9772-ga633f7f96daac391fe0bc5d87427c0e7cf1ab1b3
Author: Michael Meiss
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97420
Patrick Palka changed:
What|Removed |Added
Known to fail||10.3.0, 11.0, 8.4.0, 9.3.0
Target Mile
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100240
--- Comment #8 from Peter Taraba ---
So, this is happening also with gcc11:
pepe@pepe-MS-7C90:~/code/DeeperThought$ ./compile.sh
/usr/include/c++/10/chrono: In substitution of ‘template template using __is_harmonic =
std::__bool_constant<(std:
ported LTO compression algorithms: zlib
gcc version 12.0.0 20210426 (experimental) (GCC)
Command line to trigger bug: g++-11 --std=c++20 bugtest.cpp -o test
Compiler output:
/tmp/ccmrd0Wr.s: Assembler messages:
/tmp/ccmrd0Wr.s:106: Error: symbol
`_ZZ3foovENKUl1TIXT_EEE_clILdEEEDaS0_' is already defined
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100278
Bug ID: 100278
Summary: IBM Z: Segmentation fault when building valgrind with
-march=z14
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100277
Bug ID: 100277
Summary: ICE on cuda host code
Product: gcc
Version: 10.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98952
--- Comment #6 from CVS Commits ---
The releases/gcc-9 branch has been updated by Michael Meissner
:
https://gcc.gnu.org/g:39f46514ca8a78a0fc2e1e0a73d0934fe515a78d
commit r9-9467-g39f46514ca8a78a0fc2e1e0a73d0934fe515a78d
Author: Michael Meissne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100250
Martin Sebor changed:
What|Removed |Added
Keywords||patch
--- Comment #3 from Martin Sebor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90904
Martin Sebor changed:
What|Removed |Added
Keywords||patch
Assignee|unassigned at gc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98952
--- Comment #5 from CVS Commits ---
The releases/gcc-8 branch has been updated by Michael Meissner
:
https://gcc.gnu.org/g:078d2c5efbc6d372411fa2b8f07efb50e23f70b9
commit r8-10923-g078d2c5efbc6d372411fa2b8f07efb50e23f70b9
Author: Michael Meissn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=989
--- Comment #3 from CVS Commits ---
The releases/gcc-8 branch has been updated by Michael Meissner
:
https://gcc.gnu.org/g:078d2c5efbc6d372411fa2b8f07efb50e23f70b9
commit r8-10923-g078d2c5efbc6d372411fa2b8f07efb50e23f70b9
Author: Michael Meissner
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69698
Bug 69698 depends on bug 100124, which changed state.
Bug 100124 Summary: Why is "flexible array member '...' in an otherwise empty
'...'" an issue?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100124
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100124
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100209
--- Comment #4 from CVS Commits ---
The master branch has been updated by Patrick Palka :
https://gcc.gnu.org/g:0120cd9382728fdc99d4cfdcb72cd0f55aca2ce3
commit r12-136-g0120cd9382728fdc99d4cfdcb72cd0f55aca2ce3
Author: Patrick Palka
Date: Mo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100240
--- Comment #7 from Peter Taraba ---
Created attachment 50682
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50682&action=edit
*.i files zipped
crashes on DNNLayerMatrix (attaching .i* files zipped).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99647
Alex Coplan changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99647
--- Comment #5 from CVS Commits ---
The releases/gcc-10 branch has been updated by Alex Coplan
:
https://gcc.gnu.org/g:9266a101ac9707a164bd241c00675a45aae01373
commit r10-9770-g9266a101ac9707a164bd241c00675a45aae01373
Author: Alex Coplan
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100252
Patrick Palka changed:
What|Removed |Added
CC||ppalka at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100274
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |9.4
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100273
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |9.4
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100273
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100276
Bug ID: 100276
Summary: [12 regression] Many failures after r12-119
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fort
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100275
G. Steinmetz changed:
What|Removed |Added
Keywords||ice-on-invalid-code
--- Comment #1 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100275
Bug ID: 100275
Summary: ICE in gfc_build_null_descriptor, at
fortran/trans-array.c:417
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100274
Bug ID: 100274
Summary: [9/10/11/12 Regression] ICE in
gfc_conv_procedure_call, at fortran/trans-expr.c:6131
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Sev
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100273
G. Steinmetz changed:
What|Removed |Added
Keywords||ice-on-valid-code
--- Comment #1 from G.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100273
Bug ID: 100273
Summary: [9/10/11/12 Regression] ICE in
gfc_create_module_variable, at
fortran/trans-decl.c:5352
Product: gcc
Version: 12.0
Status: UN
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100272
Bug ID: 100272
Summary: some incomplete dg-commands
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: testsuite
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96168
Jeffrey Walton changed:
What|Removed |Added
CC||noloader at gmail dot com
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100256
Martin Sebor changed:
What|Removed |Added
Resolution|--- |WONTFIX
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92621
Dominique d'Humieres changed:
What|Removed |Added
Last reconfirmed||2021-04-26
Status|UNC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100263
--- Comment #3 from Jakub Jelinek ---
And, just to verify it, I've compiled the testcase with r11-39 with a
breakpoint on pass_expand::execute and set global_options.x_optimize = 0 there,
and resulting testcase passes.
So most likely things go w
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95317
Marek Polacek changed:
What|Removed |Added
CC||zchendd at connect dot ust.hk
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100271
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100271
Bug ID: 100271
Summary: ICE in in tsubst_copy, at cp/pt.c:16480
Product: gcc
Version: 10.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100250
Martin Sebor changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100250
--- Comment #2 from Martin Sebor ---
This is a consequence of fixing pr97172 by clearing the VLA bounds encoded by
the front end in function attributes before the IL enters the middle end: they
VLA bounds aren't used to decide whether to diagnos
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100263
--- Comment #2 from Jakub Jelinek ---
Though, looking at the r11-39 optimized dump, I actually don't see anything
wrong.
The path taken in the testcase should be:
[local count: 1073741824]:
b.0_1 = b;
if (b.0_1 != 2)
goto ; [96.34
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100270
rsandifo at gcc dot gnu.org changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |rsandifo at gcc dot
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100270
Bug ID: 100270
Summary: _Generic can't distinguish VLS SVE vectors and GNU
vectors
Product: gcc
Version: 10.3.1
Status: UNCONFIRMED
Keywords: rejects-valid
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100262
--- Comment #5 from Martin Sebor ---
I should add: because mdesc is a member of another struct it can't have a
flexible array member, but as long as the enclosing struct mdesc_handle is not
embedded as a member in another struct it can have a tr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88580
Patrick Palka changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100262
Martin Sebor changed:
What|Removed |Added
Component|c |middle-end
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100269
Iain Sandoe changed:
What|Removed |Added
Last reconfirmed||2021-04-26
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100269
Bug ID: 100269
Summary: [12 Regression] i686 biarch compiler fails for Darwin
after r12-36.
Product: gcc
Version: 10.2.1
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100055
--- Comment #4 from Marek Polacek ---
This fixes https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99465#c1 but not
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99465#c0.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100200
Jakub Jelinek changed:
What|Removed |Added
Last reconfirmed||2021-04-26
Assignee|unassigne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100261
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100217
--- Comment #9 from Ilya Leoshkevich ---
Created attachment 50679
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50679&action=edit
regtesting this patch now
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100252
Marek Polacek changed:
What|Removed |Added
Summary|Internal compiler error |[8/9/10/11/12 Regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100236
Richard Earnshaw changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100263
Jakub Jelinek changed:
What|Removed |Added
Last reconfirmed||2021-04-26
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100268
Bug ID: 100268
Summary: lm32-uclinux:
../.././gcc/config/lm32/uclinux-elf.h:70: error:
"LINK_GCC_C_SEQUENCE_SPEC" redefined [-Werror]
Product: gcc
Version: unkno
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100239
--- Comment #2 from Jakub Jelinek ---
Created attachment 50678
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50678&action=edit
gcc11-pr100239.patch
Untested fix.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100267
Bug ID: 100267
Summary: gcc -O2 for avx512 instrincts generates extra warnings
and less optimizations
Product: gcc
Version: 10.2.0
Status: UNCONFIRMED
Severity
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100266
--- Comment #1 from Christoph M. ---
A patchset to resolve this can be found here:
https://gcc.gnu.org/pipermail/gcc-patches/2021-April/568684.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100265
--- Comment #1 from Christoph M. ---
A patchset to resolve this can be found here:
https://gcc.gnu.org/pipermail/gcc-patches/2021-April/568684.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100249
Patrick Palka changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100266
Bug ID: 100266
Summary: [RISCV] Provide programmatic implementation of CAS
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100262
--- Comment #3 from Romain Naour ---
Created attachment 50677
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50677&action=edit
arch/sparc/kernel/mdesc.o generated with gcc -E
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100265
Bug ID: 100265
Summary: [RISCV] Use proper fences for atomic load/store
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99956
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99956
--- Comment #4 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:6ff66d1ea48960fe96bb51a750c01135e65fe452
commit r12-125-g6ff66d1ea48960fe96bb51a750c01135e65fe452
Author: Richard Biener
Date: W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99880
Richard Biener changed:
What|Removed |Added
Known to work||10.3.1
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100053
--- Comment #12 from CVS Commits ---
The releases/gcc-10 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:be0093e7273f00fe850578415c0b06bc7dec6dc0
commit r10-9769-gbe0093e7273f00fe850578415c0b06bc7dec6dc0
Author: Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99954
--- Comment #7 from CVS Commits ---
The releases/gcc-10 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:ee16f803357725df96e8c232b8066d9db3ec16a8
commit r10-9768-gee16f803357725df96e8c232b8066d9db3ec16a8
Author: Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99880
--- Comment #7 from CVS Commits ---
The releases/gcc-10 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:05b35bc2ba6c96ef3d468b246ab141f95694d95a
commit r10-9767-g05b35bc2ba6c96ef3d468b246ab141f95694d95a
Author: Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100264
--- Comment #1 from Christoph M. ---
A patch can be found here:
https://gcc.gnu.org/pipermail/gcc-patches/2021-April/568680.html
It does not show any regressions (target riscv*).
The patch does not include a new test case to demonstrate it ac
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100264
Bug ID: 100264
Summary: REE does not work on PARALLEL expressions with a
single register SET child
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92621
--- Comment #8 from José Rui Faustino de Sousa ---
Patch (version 2) posted:
https://gcc.gnu.org/pipermail/fortran/2021-April/055991.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100263
Bug ID: 100263
Summary: Wrong removal of statement in copyprop3
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-opt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947
Bug 53947 depends on bug 98117, which changed state.
Bug 98117 Summary: [8 Regression] wrong code with "-O3 -fno-tree-scev-cprop"
since r8-1163-g7078979b291419f3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98117
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98117
Richard Biener changed:
What|Removed |Added
Known to work||8.4.1
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96591
Richard Biener changed:
What|Removed |Added
Known to fail||8.4.0
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96385
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96591
--- Comment #12 from CVS Commits ---
The releases/gcc-8 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:d0669d6ac82726cd751b73c7fb04194b446dfd49
commit r8-10921-gd0669d6ac82726cd751b73c7fb04194b446dfd49
Author: Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96385
--- Comment #21 from CVS Commits ---
The releases/gcc-8 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:e6a720bf5b1328ff018880063ae3d1e777e5b61d
commit r8-10922-ge6a720bf5b1328ff018880063ae3d1e777e5b61d
Author: Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98117
--- Comment #9 from CVS Commits ---
The releases/gcc-8 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:c6da7015827a0557108a65f384419cddd6f8ba57
commit r8-10920-gc6da7015827a0557108a65f384419cddd6f8ba57
Author: Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100243
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100238
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|WAITING
--- Comment #2 from Jonathan
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100254
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100259
--- Comment #2 from CVS Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:3f4aa4579a6c03e0a0b0a6aec68aa5a301264d45
commit r12-120-g3f4aa4579a6c03e0a0b0a6aec68aa5a301264d45
Author: Jonathan Wakely
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98301
Andre Vehreschild changed:
What|Removed |Added
Status|ASSIGNED|WAITING
--- Comment #11 from Andre V
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98301
--- Comment #10 from Andre Vehreschild ---
Created attachment 50674
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50674&action=edit
Delta from Steve's patch to one submitted for acceptance to implement
random_init for coarray=shared.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100251
Eric Botcazou changed:
What|Removed |Added
Ever confirmed|0 |1
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100257
--- Comment #6 from Hongtao.liu ---
> const __m128i in = _mm_setr_epi16(val_0, val_1, val_2, 0, 0, 0, 0, 0);
in ix86_expand_vector_init, we can generate asm like
vmovd val_0, %xmm0
pinsrw $1, val_1, %xmm0
pinsrw $2, val_2, %xmm0
and l
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100254
--- Comment #2 from Jakub Jelinek ---
I think the problem is during Cross-jumping in jump2 pass, so the r11-5391
change just likely triggered a latent problem. Will have a look in detail
soon.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100259
Jonathan Wakely changed:
What|Removed |Added
Last reconfirmed||2021-04-26
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100233
--- Comment #1 from Jonathan Wakely ---
(In reply to gcc-bugs from comment #0)
> https://eel.is/c++draft/range.elements#iterator-3
>
> With some good-will you could say that `get` should be called unqualified :)
Nope, that call is required to
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55578
Vadim Zeitlin changed:
What|Removed |Added
CC||vz-gcc at zeitlins dot org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100243
--- Comment #1 from Jonathan Wakely ---
It should be already fixed on the branch by
32a859531e854382c18abf0b14a306d83f793eb5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100262
Richard Biener changed:
What|Removed |Added
CC||msebor at gcc dot gnu.org
Ke
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100261
Richard Biener changed:
What|Removed |Added
Keywords||rejects-valid
Priority|P3
1 - 100 of 129 matches
Mail list logo