https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97599
--- Comment #6 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:2873c8af66e1248734bb638a49e6bc53f5e45382
commit r11-5028-g2873c8af66e1248734bb638a49e6bc53f5e45382
Author: Jakub Jelinek
Date: Sa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97822
Bug ID: 97822
Summary: internal compiler error: in choose_baseaddr
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tes
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97823
Bug ID: 97823
Summary: internal compiler error: in poplevel_class, at
cp/name-lookup.c:4112
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97824
Bug ID: 97824
Summary: internal compiler error: in gimplify_expr, at
gimplify.c:14531
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97825
Bug ID: 97825
Summary: internal compiler error: in build_ptrmemfunc, at
cp/typeck.c:9199
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97826
Bug ID: 97826
Summary: internal compiler error: in cp_build_addr_expr_1, at
cp/typeck.c:6453
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97827
Bug ID: 97827
Summary: [11 Regression] bootstrap error building the
amdgcn-amdhsa offload compiler
Product: gcc
Version: 10.2.1
Status: UNCONFIRMED
Severity: no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70928
Jens Seifert changed:
What|Removed |Added
CC||jens.seifert at de dot ibm.com
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97589
Toon Moene changed:
What|Removed |Added
Resolution|FIXED |---
Status|RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97828
Bug ID: 97828
Summary: std::ranges::search_n does not work with
counted_iterator<_List_iterator<...>>
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Keywords: r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97829
Bug ID: 97829
Summary: pragma ignore "-Wint-in-bool-context" is ignored for
_Bool _Complex interaction
Product: gcc
Version: 10.2.0
Status: UNCONFIRMED
Severity
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97082
--- Comment #4 from Dominique d'Humieres ---
At r11-5030 I get:
=
package-unused version-unused: ./test-suite.log
=
# TOTAL: 21
# PASS:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97821
H.J. Lu changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97830
Bug ID: 97830
Summary: [11 Regression] ICE in expressions_equal_p at
gcc/tree-ssa-sccvn.c:5631 since
r11-4982-g4d6b8d4213376e8a
Product: gcc
Version: 11.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97830
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92729
--- Comment #12 from Georg-Johann Lay ---
Simulator: avrtest core simulator hosted on SourceForge as part of WinAVR.
Libc: avr-libc trunk hosted on nongnu.org. There are several patches not yet
integrated: recent xtiny devices, fixes in libm to
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97831
Bug ID: 97831
Summary: Lack of disable_tail_calls attribute
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97832
Bug ID: 97832
Summary: AoSoA complex caxpy-like loops: AVX2+FMA -Ofast 7
times slower than -O3
Product: gcc
Version: 10.2.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97831
--- Comment #1 from Andrew Pinski ---
I can think of a simple way disabling tail calls:
static void disabletailcallfunc(void*) __attribute__((noipa));
static void disabletailcallfunc(void *x){}
#define disabletailcall() do {int a; disabletailcal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97831
--- Comment #2 from Andrew Pinski ---
I think this was rejected 3 years ago:
https://gcc.gnu.org/legacy-ml/gcc-patches/2017-05/msg02221.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97831
--- Comment #3 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #2)
And see https://gcc.gnu.org/legacy-ml/gcc-patches/2017-07/msg00130.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48958
anlauf at gcc dot gnu.org changed:
What|Removed |Added
CC||anlauf at gcc dot gnu.org
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97595
--- Comment #4 from Martin Sebor ---
Here's a small test case that causes a bogus false positive with patched GCC
(https://gcc.gnu.org/pipermail/gcc-patches/2020-November/558775.html).
$ cat t.C && gcc -O2 -S -Wall t.C
struct A { char a[32]; };
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96299
henrik changed:
What|Removed |Added
CC||gcc-bugzilla at mysko dot org
--- Comment #2 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97712
--- Comment #4 from Paco Arjonilla ---
(In reply to Jakub Jelinek from comment #3)
> [[nodiscard]] is a function attribute rather than function type attribute,
> so it really doesn't apply to virtual calls (unless it can be devirtualized
> early)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88115
--- Comment #6 from James Y Knight ---
> c++: Change the mangling of __alignof__ [PR88115]
The new mangling chosen for __alignof__(type) seems problematic, and I think
this commit ought to be reverted until a new mangling scheme has been cho
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97833
Bug ID: 97833
Summary: -Wconversion behaves erratic
Product: gcc
Version: 10.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assigne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97834
Bug ID: 97834
Summary: gcov-instrumented binaries are very slow due to
unbuffered IO
Product: gcc
Version: 10.1.0
Status: UNCONFIRMED
Severity: normal
28 matches
Mail list logo