https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105522
Bug ID: 105522
Summary: gcc11: internal compiler error: in decode_addr_const,
at varasm.c:3059
Product: gcc
Version: 11.3.0
Status: UNCONFIRMED
Severity: norma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105521
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105521
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2022-05-08
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105521
Andrew Pinski changed:
What|Removed |Added
Component|middle-end |target
Target|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105521
Bug ID: 105521
Summary: missed optimization in modulo arithmetic
Product: gcc
Version: 11.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105520
Desmond Gold changed:
What|Removed |Added
Version|12.0|10.0
--- Comment #1 from Desmond Gold -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105520
Bug ID: 105520
Summary: Ignores constraint in auto declaration with
braced-init-list
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105519
--- Comment #3 from Andrew Pinski ---
template
__attribute__((noipa)) void DoNotOptimize(Tp& value) {}
Is a better way. Yes it will still have a function call but really this is just
all to do microbenchmarking so it is not even a high thing
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105519
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105519
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105519
Bug ID: 105519
Summary: Unnecessary memcpy() copy for empty asm volatile
Product: gcc
Version: 11.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102950
Roger Sayle changed:
What|Removed |Added
Status|ASSIGNED|NEW
Summary|[11/12/13 Regressi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105486
Roger Sayle changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40883
Bug 40883 depends on bug 96248, which changed state.
Bug 96248 Summary: Closing quote in wrong position in config/rs6000/rs6000.c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96248
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96248
Göran Uddeborg changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105518
Bug ID: 105518
Summary: [rejects valid] nested lambda using an outer type
alias fails with constexpr integer in that alias
Product: gcc
Version: 13.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105517
Bug ID: 105517
Summary: [13 Regression] Missing diagnostic after recent
optimizer improvements
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47634
Marek Polacek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101833
Marek Polacek changed:
What|Removed |Added
Summary|[9/10/11/12/13 Regression] |[9/10/11/12 Regression] ICE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101833
--- Comment #3 from CVS Commits ---
The trunk branch has been updated by Marek Polacek :
https://gcc.gnu.org/g:0c723bb4be2a67657828b692997855afcdc5d286
commit r13-167-g0c723bb4be2a67657828b692997855afcdc5d286
Author: Marek Polacek
Date: Thu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47634
--- Comment #2 from CVS Commits ---
The trunk branch has been updated by Marek Polacek :
https://gcc.gnu.org/g:0c723bb4be2a67657828b692997855afcdc5d286
commit r13-167-g0c723bb4be2a67657828b692997855afcdc5d286
Author: Marek Polacek
Date: Thu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105516
康桓瑋 changed:
What|Removed |Added
CC||hewillk at gmail dot com
--- Comment #2 from 康桓瑋
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105516
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105516
Bug ID: 105516
Summary: auto() is incorrectly parsed as
declaration
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102537
Eric Gallager changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105515
Bug ID: 105515
Summary: const vector inside a module namespace. Error.
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105514
--- Comment #1 from Andrew Pinski ---
Just looking at the code, there seems to be some aliasing violations going on
which is causing the problem.
Sometimes accessing via unsigned long and others by double.
Does -fno-strict-aliasing fixes the i
ble-languages=c,c++,fortran --disable-multilib
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 13.0.0 20220507 (experimental) (GCC)
There is no problem with the execution result of the following compiler.
% riscv64-linux-gnu-gcc qsort.c -o qsort -O2 --static -march=
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105504
--- Comment #5 from Alexander Monakov ---
The strange xmm0 spill issue may affect more code, so I reported an isolated
testcase: PR 105513 (regression vs. gcc-8, the complete testcase in this PR
also does not spill with gcc-8).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105513
Bug ID: 105513
Summary: [9/10/11/12/13 Regression] Unnecessary SSE spill
Product: gcc
Version: unknown
Status: UNCONFIRMED
Keywords: missed-optimization, ra
Severity: no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100902
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99754
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105512
Bug ID: 105512
Summary: compilation with -fmodules-ts and std=c++20 leads to
segfault
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
33 matches
Mail list logo