https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100113
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100220
Andrew Pinski changed:
What|Removed |Added
Keywords||needs-bisection
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100314
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93176
Peter Bergner changed:
What|Removed |Added
CC||guojiufu at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111051
--- Comment #2 from Haochen Jiang ---
It is caused by when including immintrin.h, since the pragma is removed, there
will be no AVX support, which makes _mm256_setzero_pd invisible.
Adding a AVX2 pragma instead of removing it should solve the p
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101813
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100082
--- Comment #3 from Andrew Pinski ---
Looks like it is jump threading differences between GCC 11 and GCC 12 which
fixes this.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83662
Sergey Fedorov changed:
What|Removed |Added
CC||vital.had at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83662
--- Comment #11 from Andrew Pinski ---
(In reply to Sergey Fedorov from comment #10)
> I just got the same error with gcc 12.3.0:
> https://github.com/kokkos/kokkos/issues/6367
This should be filed seperately as it is a darwin target specific is
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93176
--- Comment #10 from Jens Seifert ---
Looks like no patch in the area got delivered. I did a small test for
unsigned long long c()
{
return 0xULL;
}
gcc 13.2.0:
li 3,0
ori 3,3,0x
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93176
Sam James changed:
What|Removed |Added
CC||sjames at gcc dot gnu.org
--- Comment #11 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111051
--- Comment #3 from Haochen Jiang ---
See patch:
https://gcc.gnu.org/pipermail/gcc-patches/2023-August/627829.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99987
--- Comment #5 from Andrew Pinski ---
Note turning off ivopts, DOM3 can't optimize away the call either ...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93176
--- Comment #12 from Jiu Fu Guo ---
Thanks a lot for asking!
The patch which handles this is submitted at:
https://gcc.gnu.org/pipermail/gcc-patches/2023-July/623519.html
I would ping this patch again. If ok, I will commit to trunk.
(And the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99987
Andrew Pinski changed:
What|Removed |Added
Known to fail||7.5.0
--- Comment #6 from Andrew Pinski
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111047
--- Comment #4 from Richard Biener ---
unfortunately inform() wasn't designed for this, I suppose using warning()
would have been better here.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111050
Richard Biener changed:
What|Removed |Added
CC||rguenth at gcc dot gnu.org
Target Mi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100080
--- Comment #3 from Andrew Pinski ---
I am thinking we should mark this as won't fix.
In VRP2 we have:
[local count: 105119324]:
_7 = l_20(D) | 1;
_8 = (unsigned int) _7;
if (_8 <= 1)
goto ; [41.00%]
else
goto ;
101 - 118 of 118 matches
Mail list logo