https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110776
--- Comment #6 from Kewen Lin ---
(In reply to rguent...@suse.de from comment #5)
> On Tue, 25 Jul 2023, linkw at gcc dot gnu.org wrote:
>
> I think apart from the consideration what a single element vector
> is compared to a scalar, a more to-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110798
Bug ID: 110798
Summary: The reusult of sizeof operator followed with an
'unsigned typedef-ed generic integer' type is alway 4
bytes(except char)
Product: gcc
Ver
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110776
--- Comment #5 from rguenther at suse dot de ---
On Tue, 25 Jul 2023, linkw at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110776
>
> Kewen Lin changed:
>
>What|Removed |Added
> -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110797
Bug ID: 110797
Summary: GCC rejects std::template same_as form
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110776
Kewen Lin changed:
What|Removed |Added
Target|powerpc-darwin |powerpc-darwin,
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110776
Kewen Lin changed:
What|Removed |Added
CC||rguenth at gcc dot gnu.org
--- Comment #3 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103605
--- Comment #9 from CVS Commits ---
The master branch has been updated by HaoChen Gui :
https://gcc.gnu.org/g:54ce3cbd285d453b954c281bb3ad38bee2f65330
commit r14-2758-g54ce3cbd285d453b954c281bb3ad38bee2f65330
Author: Haochen Gui
Date: Tue J
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110174
--- Comment #3 from CVS Commits ---
The master branch has been updated by Gaius Mulley :
https://gcc.gnu.org/g:c4637cbed3f23095b98962b41063380c4ab9eda9
commit r14-2757-gc4637cbed3f23095b98962b41063380c4ab9eda9
Author: Gaius Mulley
Date: Tue
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93044
--- Comment #6 from Andrew Pinski ---
Patch posted:
https://gcc.gnu.org/pipermail/gcc-patches/2023-July/625379.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110796
--- Comment #2 from Thiago Jung Bauermann
---
Thanks for the quick response!
(In reply to Andrew Pinski from comment #1)
> Does pr91323.c fail on arm?
No, all its tests pass:
PASS: gcc.dg/torture/pr91323.c -O0 (test for excess errors)
PAS
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110796
--- Comment #1 from Andrew Pinski ---
Does pr91323.c fail on arm?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110796
Bug ID: 110796
Summary: builtin_iseqsig fails some tests in
armv8l-linux-gnueabihf
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110795
--- Comment #2 from Steven Munroe ---
Also fails with gcc11/12. Also fails with Advance Toolchain 10.0 GCC 6.4.1.
It might fail for all version between GCC 6 and 13.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110795
--- Comment #1 from Steven Munroe ---
Created attachment 55627
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55627&action=edit
Main and unit-test. When compiled and linked with vec_divide.c will verify if
the divide code is correct or not
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110795
Bug ID: 110795
Summary: Bad code gen for vector compare booleans
Product: gcc
Version: 13.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71065
--- Comment #5 from CVS Commits ---
The master branch has been updated by Tobias Burnus :
https://gcc.gnu.org/g:2e31fe431b08b0302e1fa8a1c18ee51adafd41df
commit r14-2754-g2e31fe431b08b0302e1fa8a1c18ee51adafd41df
Author: Tobias Burnus
Date: Mo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110725
--- Comment #6 from CVS Commits ---
The master branch has been updated by Tobias Burnus :
https://gcc.gnu.org/g:2e31fe431b08b0302e1fa8a1c18ee51adafd41df
commit r14-2754-g2e31fe431b08b0302e1fa8a1c18ee51adafd41df
Author: Tobias Burnus
Date: M
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110653
--- Comment #22 from CVS Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:31c3b67dfc6e67773d13260bc38b833663698b74
commit r14-2753-g31c3b67dfc6e67773d13260bc38b833663698b74
Author: Jonathan Wakely
Date
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110174
--- Comment #2 from Gaius Mulley ---
Created attachment 55625
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55625&action=edit
Proposed fix
Here is a patch for gcc-14 which exhibits the same bug. Will apply to git once
a full bootstrap h
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110794
Bug ID: 110794
Summary: FAIL: g++.dg/pr99966.C -std=gnu++17
scan-tree-dump-not vrp1 "throw"
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110780
rsandifo at gcc dot gnu.org changed:
What|Removed |Added
CC||rsandifo at gcc dot gnu.or
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110792
--- Comment #10 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #9)
> Created attachment 55623 [details]
> x86_64 testcase
>
> Here is a x86_64 testcase which shows the issue is not just with i686 but
> also with int128 and x86_6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110792
--- Comment #9 from Andrew Pinski ---
Created attachment 55623
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55623&action=edit
x86_64 testcase
Here is a x86_64 testcase which shows the issue is not just with i686 but also
with int128 and
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110755
--- Comment #10 from Aurelien Jarno ---
(In reply to Jakub Jelinek from comment #9)
> Created attachment 55616 [details]
> gcc14-pr110755.patch
>
> Updated patch.
Thanks. I have just tested it, and I confirm it fixes the reported issue.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70472
Arthur O'Dwyer changed:
What|Removed |Added
CC||arthur.j.odwyer at gmail dot
com
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110792
--- Comment #8 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #7)
> Created attachment 55622 [details]
> Reduced C testcase
>
> This reduces the previous testcase and forces the overlap ...
Oh and changed it to be able to compi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110792
Andrew Pinski changed:
What|Removed |Added
Attachment #55620|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110792
Andrew Pinski changed:
What|Removed |Added
CC||roger at nextmovesoftware dot
com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110792
--- Comment #5 from Andrew Pinski ---
When this is split:
(insn 12 11 18 2 (set (reg:DI 0 ax [87])
(rotate:DI (mem:DI (plus:SI (mult:SI (reg:SI 0 ax [orig:89 x0 ] [89])
(const_int 8 [0x8]))
(sy
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110792
--- Comment #4 from Andrew Pinski ---
Created attachment 55621
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55621&action=edit
almost reduced all the way
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110792
--- Comment #3 from Andrew Pinski ---
Created attachment 55620
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55620&action=edit
semi-reduced testcase
Here is a reduced testcase which also fails on the trunk.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110792
--- Comment #2 from Andrew Pinski ---
It seems like it is one of these which is causing the miscompile:
const uint64_t s0 = WHIRL_S[get_byte<0>(x0)];
const uint64_t s1 = WHIRL_S[get_byte<1>(x1)];
const uint64_t s2 = WHIRL_S[get_byte<2>(
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110792
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |13.2
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87326
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109938
Drew Ross changed:
What|Removed |Added
CC||drross at redhat dot com
--- Comment #2 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110789
--- Comment #5 from Peter Lezoch ---
I built a new gcc with --disable-avx2:
bash-5.2# gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configure
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109986
--- Comment #4 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:2a3556376c69a1fb588dcf25225950575e42784f
commit r14-2751-g2a3556376c69a1fb588dcf25225950575e42784f
Author: Drew Ross
Date: Mon J
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110791
Wilco changed:
What|Removed |Added
Ever confirmed|0 |1
Component|rtl-optimization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110789
--- Comment #4 from Peter Lezoch ---
I have a complete buildLog and there is NO -march=native
I'm just rebuilding now with --disable-avx2
Have to build on R9 because on Zeut gcc reports 'internal error' again !!!
On 2023-07-24 11:04, ars
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110725
Jakub Jelinek changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110793
--- Comment #4 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #3)
> For all optimization levels.
I mean for all C++ standards.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110793
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87326
Brad Richardson changed:
What|Removed |Added
CC||everythingfunctional@proton
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110793
Andrew Pinski changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
Comp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110791
Alex Coplan changed:
What|Removed |Added
Keywords|needs-bisection |
--- Comment #5 from Alex Coplan ---
Tha
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110793
--- Comment #1 from Jonathan Wakely ---
(In reply to Barry Revzin from comment #0)
> Notably, 13.1 C++20 and C++23 also compiles to just xor.
>
Probably because we don't use the extern template declarations for C++20.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110793
Bug ID: 110793
Summary: regression in optimizing unused string
Product: gcc
Version: 13.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110783
Jose E. Marchesi changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110783
--- Comment #1 from CVS Commits ---
The master branch has been updated by Jose E. Marchesi :
https://gcc.gnu.org/g:4be3919fb75e3d2a4d2bb80ba33c14e0973bc08f
commit r14-2749-g4be3919fb75e3d2a4d2bb80ba33c14e0973bc08f
Author: Jose E. Marchesi
Dat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110787
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110790
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110791
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |12.4
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110792
Richard Biener changed:
What|Removed |Added
Last reconfirmed||2023-07-24
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110791
Wilco changed:
What|Removed |Added
CC||wilco at gcc dot gnu.org
--- Comment #4 from Wi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110792
Bug ID: 110792
Summary: GCC 13 x86_32 miscompilation of Whirlpool hash
function
Product: gcc
Version: 13.1.1
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110790
--- Comment #3 from Sergei Trofimovich ---
The change fixed `gmp` and `mpfr` test suites on `i686-linux` for me. And also
a `grep` testsuite on `x86_64-linux`. Thank you!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110787
--- Comment #4 from CVS Commits ---
The master branch has been updated by Roger Sayle :
https://gcc.gnu.org/g:9f66753ef48f37729a88735ae1a2bf2d2558e69f
commit r14-2743-g9f66753ef48f37729a88735ae1a2bf2d2558e69f
Author: Roger Sayle
Date: Mon J
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110790
--- Comment #2 from CVS Commits ---
The master branch has been updated by Roger Sayle :
https://gcc.gnu.org/g:9f66753ef48f37729a88735ae1a2bf2d2558e69f
commit r14-2743-g9f66753ef48f37729a88735ae1a2bf2d2558e69f
Author: Roger Sayle
Date: Mon J
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110791
Xi Ruoyao changed:
What|Removed |Added
Status|WAITING |UNCONFIRMED
Ever confirmed|1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110791
--- Comment #2 from Alex Coplan ---
(In reply to Xi Ruoyao from comment #1)
> Isn't this a UB?
>
> while (p >= path && *p != '/')
> p--;
>
> This will cause p to become "&main::path[0] - 1". C23 6.5.6p9:
In this case, with the input gi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110791
Xi Ruoyao changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110791
Bug ID: 110791
Summary: [12/13/14 Regression] arm: Wrong code with -Os
-march=armv8.1-m.main
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110783
Jose E. Marchesi changed:
What|Removed |Added
Ever confirmed|0 |1
Assignee|unassigned at g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110790
Sergei Trofimovich changed:
What|Removed |Added
CC||roger at nextmovesoftware dot
com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110790
Bug ID: 110790
Summary: [14 Regression] gcc -m32 generates invalid bit test
code on gmp-6.2.1
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110787
--- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE ---
> --- Comment #2 from Roger Sayle ---
> I'm bootstrapping with --enable-languages=all to investigate what's going on.
> I'll revert the patch once I (or anyone) can confirm that this r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110787
Roger Sayle changed:
What|Removed |Added
CC||roger at nextmovesoftware dot
com
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110786
Jose E. Marchesi changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110789
Arsen Arsenović changed:
What|Removed |Added
CC||arsen at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110786
--- Comment #1 from CVS Commits ---
The master branch has been updated by Jose E. Marchesi :
https://gcc.gnu.org/g:f1e34551e4d6e259ab3bd0c9aba4fa1f0c448214
commit r14-2741-gf1e34551e4d6e259ab3bd0c9aba4fa1f0c448214
Author: Jose E. Marchesi
Dat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110789
Peter Lezoch changed:
What|Removed |Added
Attachment #55617|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110789
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100096
--- Comment #30 from Sascha Wilde ---
Anything else I should test?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107199
Richard Biener changed:
What|Removed |Added
CC||peter at cordes dot ca
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110789
Bug ID: 110789
Summary: Internal Compiler Error: Illegal instruction
Product: gcc
Version: og12 (devel/omp/gcc-12)
Status: UNCONFIRMED
Severity: normal
Priority: P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110788
Bug ID: 110788
Summary: Spilling to mask register for GPR vec_duplicate
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947
Bug 53947 depends on bug 107093, which changed state.
Bug 107093 Summary: AVX512 mask operations not simplified in fully masked loop
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107093
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107093
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110787
--- Comment #1 from Andrew Pinski ---
I am also seeing go failures.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110787
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |14.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110787
Bug ID: 110787
Summary: [14 regression] ICE building SYSTEM.def
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110777
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110766
Richard Biener changed:
What|Removed |Added
Summary|[14 Regression] ICE on |[13 Regression] ICE on
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110766
--- Comment #5 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:fb132cdfb204bc12851eb1d5852eef6f03c13af3
commit r14-2737-gfb132cdfb204bc12851eb1d5852eef6f03c13af3
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110777
--- Comment #8 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:50b5feaa94c26d01fed13f1119f025ae2bc75d2b
commit r14-2738-g50b5feaa94c26d01fed13f1119f025ae2bc75d2b
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110755
Jakub Jelinek changed:
What|Removed |Added
Attachment #55594|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110755
--- Comment #8 from Jakub Jelinek ---
Actually looking at IEEE754, the fix should be limited to +- operations, not
+-*/.
Because only for +- IEEE754 has:
"When the sum of two operands with opposite signs (or the difference of two
operands with l
87 matches
Mail list logo