https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105933
--- Comment #2 from Tatsuyuki Ishi ---
Created attachment 53164
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53164&action=edit
A source that fails to link when ltrans is grabbed separatedly and passed to
link
Here's a minimized test cas
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106029
Bug ID: 106029
Summary: gcc doesn't report full stack trace for
static_assert()
Product: gcc
Version: 11.1.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106012
vincenzo Innocente changed:
What|Removed |Added
Summary|rsqrtss instruction |rsqrtps and rcpps
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105871
--- Comment #5 from CVS Commits ---
The releases/gcc-12 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:0ddeeb11e45b9b7e9ebc18292a42769304bf3e44
commit r12-8492-g0ddeeb11e45b9b7e9ebc18292a42769304bf3e44
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105739
--- Comment #13 from CVS Commits ---
The releases/gcc-12 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:bf4ba940673b80961c5979078f9d37a7bef2f5ff
commit r12-8493-gbf4ba940673b80961c5979078f9d37a7bef2f5ff
Author: Jan Hubicka
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105951
--- Comment #6 from CVS Commits ---
The releases/gcc-12 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:86e10e471fddfcacb0c02d02f30ab5bb2038e504
commit r12-8494-g86e10e471fddfcacb0c02d02f30ab5bb2038e504
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106001
--- Comment #5 from CVS Commits ---
The releases/gcc-12 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:566e599c8194f789b077eb94a5e45ced2de5b31e
commit r12-8495-g566e599c8194f789b077eb94a5e45ced2de5b31e
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105998
--- Comment #4 from CVS Commits ---
The releases/gcc-12 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:e8df0d960b36146c8e193b269f9f7ae7dc76e08b
commit r12-8496-ge8df0d960b36146c8e193b269f9f7ae7dc76e08b
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106003
Immad Mir changed:
What|Removed |Added
Last reconfirmed||2022-06-19
Status|UNCONFIRMED
--- Comment #1 from Mikael Pettersson ---
I can reproduce with gcc version 13.0.0 20220619 at -O2 on x86_64-pc-linux-gnu,
but not with gcc version 12.1.1 20220618 or gcc-11. I tried
-fsanitize=undefined to see if the code had any UB, but that was silent _and_
masked the problem.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106030
Bug ID: 106030
Summary: ice in emit_move_insn, at expr.cc:4026
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106023
Thiago Macieira changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77306
Thiago Macieira changed:
What|Removed |Added
CC||thiago at kde dot org
--- Comment #3 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106030
--- Comment #1 from David Binderman ---
I should mention that this code is fine on x86_64, but breaks on arm-32 native
and cross.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106031
Bug ID: 106031
Summary: ICE on container map empty aggregate.
Product: gcc
Version: 12.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ada
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105956
Patrick Palka changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105982
Patrick Palka changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105931
Patrick Palka changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105954
--- Comment #5 from anlauf at gcc dot gnu.org ---
The following patch fixes the ICE and regtests OK:
diff --git a/gcc/fortran/decl.cc b/gcc/fortran/decl.cc
index bd586e75008..3e04f45e9ac 100644
--- a/gcc/fortran/decl.cc
+++ b/gcc/fortran/decl.cc
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 13.0.0 20220619 (experimental) [master r13-1166-g4390e7bfbc6] (GCC)
[641] %
[641] % gcctk -O1 small.c; ./a.out
[642] %
[642] % gcctk -Os small.c
[643] % ./a.out
Segmentation fault
[644] %
[644] % cat small.c
int a, b, c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106032
--- Comment #1 from Zhendong Su ---
Compiler Explorer: https://godbolt.org/z/PnTzaKsf4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106032
Andrew Pinski changed:
What|Removed |Added
Version|unknown |13.0
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106032
Andrew Pinski changed:
What|Removed |Added
Component|tree-optimization |rtl-optimization
--- Comment #3 from An
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106032
Andrew Pinski changed:
What|Removed |Added
Summary|[12/13 Regression] wrong|[10/11/12/13 Regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106022
--- Comment #2 from Hongtao.liu ---
(In reply to H.J. Lu from comment #1)
> SLP thinks that it needs 4 stores to store 4 bytes of integer constant.
> But it takes only 1 4-byte store.
I think we can simplify that at combine.
Failed to match th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105729
--- Comment #6 from CVS Commits ---
The releases/gcc-11 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:e396f501f8a33439dee3ee5eef5b1d3a928852d9
commit r11-10079-ge396f501f8a33439dee3ee5eef5b1d3a928852d9
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105739
--- Comment #14 from CVS Commits ---
The releases/gcc-11 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:49aa637488053223bc04e59aac411d4a92ebcf7b
commit r11-10080-g49aa637488053223bc04e59aac411d4a92ebcf7b
Author: Jan Hubicka
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105998
--- Comment #5 from CVS Commits ---
The releases/gcc-11 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:f6b3ea602441ee870b6dd40cf8fa80fba127d99c
commit r11-10081-gf6b3ea602441ee870b6dd40cf8fa80fba127d99c
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105729
--- Comment #7 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:76562138659d6a3e6f11e467dd1ffd6d19f3df75
commit r10-10855-g76562138659d6a3e6f11e467dd1ffd6d19f3df75
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105739
--- Comment #15 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:62148f13c6427edd256072b3196a01b3d5ed2805
commit r10-10856-g62148f13c6427edd256072b3196a01b3d5ed2805
Author: Jan Hubicka
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105998
--- Comment #6 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:20bb976fb6a853d4f79577278ac2f01622946b61
commit r10-10857-g20bb976fb6a853d4f79577278ac2f01622946b61
Author: Jakub Jelinek
31 matches
Mail list logo