https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86725
Arseny Solokha changed:
What|Removed |Added
Known to fail|8.1.0 |8.5.0
Known to work|9.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103324
--- Comment #8 from Sam James ---
Using make synchronisation can help a bit:
https://www.gnu.org/software/make/manual/html_node/Parallel-Output.html. It's
made our build logs in Gentoo a lot more readable for GCC, FWIW.
As for the bug request:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98469
--- Comment #3 from Arseny Solokha ---
The ICE was fixed for gcc 11, and gcc 10 does not support __builtin_bit_cast. I
believe this PR can be closed now.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105765
Bug ID: 105765
Summary: [13 Regression] ICE: Segmentation fault (in
ana::region_model::deref_rvalue)
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Keywords: i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104423
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82383
Eric Gallager changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66005
Eric Gallager changed:
What|Removed |Added
CC||tkoenig at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90084
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82383
--- Comment #7 from CVS Commits ---
The master branch has been updated by Eric Gallager :
https://gcc.gnu.org/g:da5f0cc2f51a791a397fd1b3cef662763897a826
commit r13-817-gda5f0cc2f51a791a397fd1b3cef662763897a826
Author: Eric Gallager
Date: Sun
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90084
Sam James changed:
What|Removed |Added
CC||sam at gentoo dot org
--- Comment #2 from Sa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84402
Sam James changed:
What|Removed |Added
CC||sam at gentoo dot org
--- Comment #46 from S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105764
Bug ID: 105764
Summary: libgfortran fails to build with a custom thread model
Product: gcc
Version: 12.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105763
Andrew Pinski changed:
What|Removed |Added
Version|12.0|13.0
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105763
--- Comment #1 from David Binderman ---
Reduced C code is
int rl2_decode_png_bit_depth;
int *rl2_decode_png_p_data;
void rl2_decode_png_row_pointers() {
unsigned sample_type = 0;
_setjmp();
switch (rl2_decode_png_bit_depth)
case 6:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105763
Bug ID: 105763
Summary: ice in outgoing_edge_range_p, at gimple-ra
nge-gori.cc:1253
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91300
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|u
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105762
Bug ID: 105762
Summary: [12 Regression] -Warray-bounds false positives for
integer-to-pointer casts
Product: gcc
Version: 12.1.1
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103722
--- Comment #6 from Jeffrey A. Law ---
Fixed on the trunk. Backporting to the gcc-12 release branch should be safe if
someone wanted to do that.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105761
--- Comment #1 from Johel Ernesto Guerrero Peña ---
Simplified: https://godbolt.org/z/66Gd84dos.
```C++
template
class X {
friend auto f(X);
};
struct Y : X {
friend auto f(X) { return 0L; }
};
```
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103722
--- Comment #5 from CVS Commits ---
The master branch has been updated by Jeff Law :
https://gcc.gnu.org/g:ce1580252ea57de23a595e9804ea87ed4353aa6a
commit r13-813-gce1580252ea57de23a595e9804ea87ed4353aa6a
Author: Vladimir Makarov
Date: Sat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105759
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105761
Bug ID: 105761
Summary: ICE on hidden friend definition defined in base type
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105760
Bug ID: 105760
Summary: ICE: in build_function_type, at tree.cc:7365
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105759
Bug ID: 105759
Summary: is_contiguous(zero_size_array(2:0)) wrongly returns
.true.
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Keywords: wrong-code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77311
Jeffrey A. Law changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105721
Ian Lance Taylor changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105721
--- Comment #1 from CVS Commits ---
The master branch has been updated by Ian Lance Taylor :
https://gcc.gnu.org/g:f535f9d7b05db6fa02e90c90173c597d1972faa1
commit r13-811-gf535f9d7b05db6fa02e90c90173c597d1972faa1
Author: Ian Lance Taylor
Date
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105758
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|--- |12.2
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105758
Bug ID: 105758
Summary: [12/13 Regression] ICE in build_baselink since
r12-6897
Product: gcc
Version: 12.1.1
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105757
Bug ID: 105757
Summary: default argument of incomplete type with C++20
Product: gcc
Version: 12.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98865
Roger Sayle changed:
What|Removed |Added
CC||roger at nextmovesoftware dot
com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105756
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
CC|
32 matches
Mail list logo