https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119711
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110343
--- Comment #19 from GCC Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:4c8c400ddf0d6de54b0ee557836a934b4025d21f
commit r16-111-g4c8c400ddf0d6de54b0ee557836a934b4025d21f
Author: Jakub Jelinek
Date: T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119610
--- Comment #6 from GCC Commits ---
The trunk branch has been updated by Richard Sandiford :
https://gcc.gnu.org/g:fa61afef18a8566d1907a5ae0e7754e1eac207d9
commit r16-112-gfa61afef18a8566d1907a5ae0e7754e1eac207d9
Author: Richard Sandiford
Dat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119399
--- Comment #9 from GCC Commits ---
The releases/gcc-13 branch has been updated by Richard Sandiford
:
https://gcc.gnu.org/g:261bcbf171021d20323ff0271f1e33850ff4
commit r13-9615-g261bcbf171021d20323ff0271f1e33850ff4
Author: Richard San
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116125
--- Comment #12 from GCC Commits ---
The releases/gcc-13 branch has been updated by Richard Sandiford
:
https://gcc.gnu.org/g:cf40537f3afc4903a5278305db78b7675be4f97a
commit r13-9614-gcf40537f3afc4903a5278305db78b7675be4f97a
Author: Richard Sa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119925
Bug ID: 119925
Summary: [15/16 Regression] 4% slowdown of 538.imagick_r on
Aarch64
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Keywords: missed-optimization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119925
Filip Kastl changed:
What|Removed |Added
Target Milestone|--- |16.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119924
Filip Kastl changed:
What|Removed |Added
Target Milestone|--- |16.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119924
Bug ID: 119924
Summary: [16 Regression] ICE when building 531.deepsjeng_r
during ipa-cp since r16-101-g132d01d96ea9d6
Product: gcc
Version: 15.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119552
--- Comment #5 from Jakub Jelinek ---
So, I'd handle it as a subpass of bitintlower (in the early code just try to
detect it and move them to be adjacent and then either handle in the bitint
lowering pass specially or match up the adjacent cases
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119552
--- Comment #4 from Jakub Jelinek ---
widening_mul is unfortunately too late here.
The normal widening_mul divmod optimization can handle not just
c = a / b;
d = a % b;
or
d = a % b;
c = a / b;
but also
c = a / b;
... hundreds of stmts
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119920
--- Comment #4 from Alfie Richards ---
Ah okay great, I'll shelve this for now and check back later.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119147
--- Comment #5 from Jan Hubicka ---
as g:132d01d96ea9d617aaffdd5dfba3284a8958e529 I have committed the patch that
enables ipa-cp to clone over edges which are !maybe_hot_p().
This improves x264 with FDO by 7.8% and exchange by 3.3%
It causes qu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119900
Filip Kastl changed:
What|Removed |Added
Summary|[16 regression] imagick |[16 regression] imagick
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119921
Andrew Pinski changed:
What|Removed |Added
Component|target |tree-optimization
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119235
--- Comment #3 from GCC Commits ---
The releases/gcc-13 branch has been updated by Stefan Schulze Frielinghaus
:
https://gcc.gnu.org/g:a6a66eca19b5c556e2be7ca8c2b0d556ef52374c
commit r13-9613-ga6a66eca19b5c556e2be7ca8c2b0d556ef52374c
Author: S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119921
--- Comment #4 from Andrew Pinski ---
Note my reduced testcase fails even for GCC 10.1.0. So this is not a regression
either.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119921
Andrew Pinski changed:
What|Removed |Added
Known to fail||10.2.0
Summary|[12/13/14/15/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119921
--- Comment #1 from Andrew Pinski ---
Created attachment 61194
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61194&action=edit
Reduced testcase all the way
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119923
--- Comment #1 from Andrew Pinski ---
Maybe ms-extensions should be updated to what MSVC actually does these days ...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119923
--- Comment #3 from Andrew Pinski ---
>For comparison, Clang in MinGW mode doesn't allow neither of those, and I
>couldn't find any flag to enable them.
Most likely because clang started to support mingw way after Visual Studio 2005
was releas
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119923
--- Comment #2 from Andrew Pinski ---
The requiring & was changed in Visual Studio 2005:
https://learn.microsoft.com/en-us/cpp/error-messages/compiler-errors-2/compiler-error-c3867?view=msvc-170
implicit int is PR 119400 .
So I think it migh
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119235
--- Comment #2 from GCC Commits ---
The releases/gcc-14 branch has been updated by Stefan Schulze Frielinghaus
:
https://gcc.gnu.org/g:29004acab5caa46e59f53c8516619a9e996f8c49
commit r14-11681-g29004acab5caa46e59f53c8516619a9e996f8c49
Author:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119920
Andrew Pinski changed:
What|Removed |Added
Depends on||64700
--- Comment #3 from Andrew Pinski
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119923
Bug ID: 119923
Summary: `-pedantic-errors` should imply `-fno-ms-extensions`
on MinGW
Product: gcc
Version: 14.2.1
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119920
--- Comment #2 from Alfie Richards ---
Ive explored adding a simplify to match.pd and a case to tree-vect-patterns.cc
but both cause other trade-offs that are sub-optimal.
Interested in any thoughts on changing ifcvt behavior in this case to ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119922
Bug ID: 119922
Summary: V4SI & {-1, -1, 0, 0} should produce movq
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119915
--- Comment #3 from GCC Commits ---
The master branch has been updated by Gaius Mulley :
https://gcc.gnu.org/g:7a4f7a92770db4e739e76a06175454ba38d60b22
commit r16-107-g7a4f7a92770db4e739e76a06175454ba38d60b22
Author: Gaius Mulley
Date: Thu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119920
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119921
Tamar Christina changed:
What|Removed |Added
Version|13.3.1 |16.0
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119921
Bug ID: 119921
Summary: [12/13/14/15/16 Regression] ICE building SVE ACLE in
varasm
Product: gcc
Version: 13.3.1
Status: UNCONFIRMED
Keywords: ice-on-valid-cod
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119920
Bug ID: 119920
Summary: Missed vectorization for conditioned adds
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-o
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119606
--- Comment #7 from Jennifer Schmitz ---
For another regression in the Snappy workload
(https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119910), we found that it was
caused by an alignment issue. I added -falign-functions=32 -falign-loops=32
-falig
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119373
--- Comment #10 from rdapp.gcc at gmail dot com ---
> Since the primary underlying scalar mode in the loop is DF, the autodetected
> vector mode returned by preferred_simd_mode is RVVM1DF. In comparison, AArch64
> picks VNx2DF, which allows the v
Since the primary underlying scalar mode in the loop is DF, the autodetected
vector mode returned by preferred_simd_mode is RVVM1DF. In comparison, AArch64
picks VNx2DF, which allows the vectorisation factor to be 8. By choosing
RVVMF8QI, RISC-V is restricted to VF = 4.
Generally we pick the lar
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117249
Jakub Jelinek changed:
What|Removed |Added
Summary|[12/13 Regression] |[12 Regression]
|--di
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43374
--- Comment #16 from Jakub Jelinek ---
Fixed also for 13.4.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102674
--- Comment #8 from Jakub Jelinek ---
Fixed also for 13.4.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98533
Jakub Jelinek changed:
What|Removed |Added
Summary|[12/13 Regression] ICE when |[12 Regression] ICE when
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114870
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114877
Jakub Jelinek changed:
What|Removed |Added
Summary|[12/13 Regression] |[12 Regression] wrong-code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116108
Jakub Jelinek changed:
What|Removed |Added
Summary|[12/13 Regression] GCC |[12 Regression] GCC crashes
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116678
--- Comment #6 from Jakub Jelinek ---
Fixed also for 14.3 and 13.4.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116738
Jakub Jelinek changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117095
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117209
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117259
Jakub Jelinek changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117296
Jakub Jelinek changed:
What|Removed |Added
Summary|[12/13 Regression] ICE: in |[12 Regression] ICE: in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117317
Jakub Jelinek changed:
What|Removed |Added
Summary|[12/13 Regression] ICE on |[12 Regression] ICE on call
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117321
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|--- |13.4
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117406
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119919
--- Comment #1 from Jan Hubicka ---
There is also 4% tonto regression in Intel in the same range it seems
https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.0=799.230.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117439
Jakub Jelinek changed:
What|Removed |Added
Summary|[12/13 Regression] ICE in |[12 Regression] ICE in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117432
Jakub Jelinek changed:
What|Removed |Added
Summary|[12/13 Regression] IPA ICF |[12 Regression] IPA ICF
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117642
Jakub Jelinek changed:
What|Removed |Added
Summary|[12/13 Regression] |[12 Regression]
|__sy
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117825
Jakub Jelinek changed:
What|Removed |Added
Summary|[12/13 Regression] ICE on |[12 Regression] ICE on
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117745
Jakub Jelinek changed:
What|Removed |Added
Summary|[12/13 Regression] GCC |[12 Regression] GCC hangs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117827
Jakub Jelinek changed:
What|Removed |Added
Summary|[12/13 regression] |[12 regression] Incorrect
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117960
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118477
Jakub Jelinek changed:
What|Removed |Added
Summary|[12/13 Regression] Race |[12 Regression] Race
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118024
--- Comment #10 from Jakub Jelinek ---
Fixed also for 13.4.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119919
Bug ID: 119919
Summary: 7% exchange2 regression between
g:6390fc86995fbd5239497cb9e1797a3af51d3936 and
g:f72a2d221539cede358f2487b94bc370c6fc44b5
Product: gcc
Ve
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118661
Jakub Jelinek changed:
What|Removed |Added
Summary|[12/13 regression] Reading |[12 regression] Reading
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118763
Jakub Jelinek changed:
What|Removed |Added
Summary|[12/13 regression] memory |[12 regression] memory leak
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118915
Jakub Jelinek changed:
What|Removed |Added
Summary|[12/13 Regression] |[12 Regression] Miscompile
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118776
Jakub Jelinek changed:
What|Removed |Added
Summary|[12/13 regression] ICE when |[12 regression] ICE when
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119045
--- Comment #8 from Jakub Jelinek ---
Fixed also for 14.3 and 13.4.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119151
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119000
--- Comment #6 from Jakub Jelinek ---
Fixed also for 14.3 and 13.4.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119785
Jakub Jelinek changed:
What|Removed |Added
Summary|[12/13 Regression] UBSAN|[12 Regression] UBSAN
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119183
Jakub Jelinek changed:
What|Removed |Added
Summary|[12/13 Regression] |[12 Regression] Compilation
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119291
Jakub Jelinek changed:
What|Removed |Added
Summary|[12/13 regression] wrong|[12 regression] wrong code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119582
--- Comment #7 from Jakub Jelinek ---
Fixed also for 13.4.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119727
--- Comment #12 from Jakub Jelinek ---
Fixed also for 13.4.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119796
--- Comment #16 from Jakub Jelinek ---
Fixed also for 13.4.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119711
--- Comment #5 from GCC Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:1d52798ea907471b992616911ef4991ba704195f
commit r16-106-g1d52798ea907471b992616911ef4991ba704195f
Author: Jakub Jelinek
Date: Th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119910
--- Comment #3 from Jennifer Schmitz ---
Yes, it seems to be an alignment problem: I took a look with perf at the hot
sections and the assembly sequence is the same. But objdump of the benchmark
executable showed that the number of nops differs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119918
--- Comment #1 from Tomasz Kamiński ---
This is similar to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119517.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119918
Tomasz Kamiński changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119918
Bug ID: 119918
Summary: formattable returns true for types
other than char and wchar_t
Product: gcc
Version: 14.1.0
Status: UNCONFIRMED
Severity: normal
80 matches
Mail list logo