https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93754
Bug ID: 93754
Summary: [GCOV] incorrect coverage for user-defined "free"
function
Product: gcc
Version: 9.2.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93745
--- Comment #4 from Alexander Monakov ---
Placement new is translated to a plain pointer assignment on GIMPLE, so
optimizers cannot distinguish programs that had placement new from programs
that did not.
(in C we need memory from malloc to be re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93168
--- Comment #5 from CVS Commits ---
The master branch has been updated by Bernd Edlinger :
https://gcc.gnu.org/g:458c8d6459c4005fc9886b6e25d168a6535ac415
commit r10-6643-g458c8d6459c4005fc9886b6e25d168a6535ac415
Author: Bernd Edlinger
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87488
--- Comment #23 from CVS Commits ---
The master branch has been updated by Bernd Edlinger :
https://gcc.gnu.org/g:458c8d6459c4005fc9886b6e25d168a6535ac415
commit r10-6643-g458c8d6459c4005fc9886b6e25d168a6535ac415
Author: Bernd Edlinger
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #181 from Peter Bisroev ---
(In reply to Peter Bisroev from comment #179)
> (In reply to dave.anglin from comment #178)
> > The configure test didn't find support for COMDAT groups even though aCC and
> > HP ld
> > support them. So,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #180 from Peter Bisroev ---
(In reply to dave.anglin from comment #177)
> On 2020-02-13 6:01 p.m., peter.bisroev at groundlabs dot com wrote:
> > I have tried playing around with weak using aCC, however even though it
> > accepts
> >
++ (GCC) 10.0.1 20200214 (experimental)
---
Stack dump:
---
poc.cpp:4:10: internal compiler error: in output_constructor_regular_field, at
varasm.c:5255
4 | } s = {1};
| ^
0x836f9b output_constructor_regular_field
../../gcc/varasm.c:5255
0x836f9b output_constructor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93752
Bug ID: 93752
Summary: internal compiler error: in pop_local_binding, at
cp/name-lookup.c:2036
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #179 from Peter Bisroev ---
(In reply to dave.anglin from comment #178)
> The configure test didn't find support for COMDAT groups even though aCC and
> HP ld
> support them. So, there's likely something incompatible with the default
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93589
Jonathan Wakely changed:
What|Removed |Added
Status|RESOLVED|NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93750
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93565
--- Comment #22 from Segher Boessenkool ---
T0T2T3T4
alpha 6049096 100.020% 100.018% 100.001%
arc 4019384 100.000% 99.989% 99.989%
arm 14177962 99.999% 99.999%
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93751
--- Comment #2 from Andrew Pinski ---
This has been an issue since before modern history of GCC for dwarf2 :). That
is is was broken in 1996.
Stabs emitted the debug info:
.stabs "bar:S(0,1)",40,0,0,bar
.stabs "foo:G(0,1)",32,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93751
--- Comment #1 from Alexey Neyman ---
Created attachment 47845
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47845&action=edit
Patch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93751
Bug ID: 93751
Summary: -g1 does not do behave per manual
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: debug
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93745
Martin Sebor changed:
What|Removed |Added
CC||msebor at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93589
John Downing changed:
What|Removed |Added
CC||jrdowning at yahoo dot com
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93750
--- Comment #2 from Christoph Junghans ---
(In reply to Andrew Pinski from comment #1)
> Does using -std=gnu++11 work?
It does indeed!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93750
--- Comment #1 from Andrew Pinski ---
Does using -std=gnu++11 work?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93750
Bug ID: 93750
Summary: Altivec and std=c++11
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unas
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93749
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Component|c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93749
--- Comment #1 from Roland Illig ---
Typo nearby: "not an transparent_alias" should be "not a" instead of "not an"
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93749
Bug ID: 93749
Summary: internal jargon in publicly visible diagnostic
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93748
Andrew Pinski changed:
What|Removed |Added
Component|c |rtl-optimization
--- Comment #1 from And
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93747
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93747
Andrew Pinski changed:
What|Removed |Added
Component|rtl-optimization|middle-end
--- Comment #2 from Andrew Pi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93748
Bug ID: 93748
Summary: too much quotation in diagnostic (%qs instead of %s)
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93747
--- Comment #1 from Roland Illig ---
Should be:
"ambiguous attribute %qs; could be %qs (via %<%s:%s%>) or %qs (via %<%s:%s%>)"
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93747
Bug ID: 93747
Summary: straight quotes
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: rtl-optimization
Assigne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148
--- Comment #6 from Roland Illig ---
ping? It's one year later, I'm translating GCC 10 right now, and the issues are
still there. :(
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93746
Bug ID: 93746
Summary: probably missing colon in diagnostic
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: plugins
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92799
Martin Sebor changed:
What|Removed |Added
Keywords||patch
--- Comment #5 from Martin Sebor -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93744
--- Comment #6 from Jakub Jelinek ---
Created attachment 47844
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47844&action=edit
gcc10-pr93744.patch
Untested fix. I'd say issues with that pattern unrelated to side-effects
should be tracked
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93744
Jakub Jelinek changed:
What|Removed |Added
Component|middle-end |tree-optimization
--- Comment #5 from Ja
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93692
--- Comment #4 from David Malcolm ---
Good catch, thanks. Yes, this was a copy-and-paste issue.
How about this for the analyzer.opt description:
Dump analyzer-specific call graph information to a SRCFILE.callgraph.dot
file.
FWIW, invoke.tex
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93744
Alexander Monakov changed:
What|Removed |Added
CC||amonakov at gcc dot gnu.org
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92799
Martin Sebor changed:
What|Removed |Added
Keywords|ice-on-valid-code |ice-on-invalid-code
Status|NE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93744
--- Comment #3 from Jakub Jelinek ---
Well, genmatch has some code to add TREE_SIDE_EFFECTS checks on its own, but
apparently it doesn't trigger in this case, perhaps it needs be conditional in
the matching pattern rather than replacement or it n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93744
--- Comment #2 from Andrew Pinski ---
(In reply to Jakub Jelinek from comment #1)
> Started with r8-2090-g2071f8f980cc0de02af3d7d7de201f4f189058ff
I was thinking it was that and I was looking for that part in match.pd earlier.
There are two ways
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93744
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
Assig
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93744
Jakub Jelinek changed:
What|Removed |Added
Priority|P3 |P2
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93745
--- Comment #2 from Marc Glisse ---
Ah, right :-(
I thought the example rang a bell, but before your explanation I couldn't
connect it, thanks.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93745
Alexander Monakov changed:
What|Removed |Added
CC||amonakov at gcc dot gnu.org
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93721
Dávid Bolvanský changed:
What|Removed |Added
CC||david.bolvansky at gmail dot
com
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93745
Bug ID: 93745
Summary: Redundant store not eliminated with intermediate
instruction
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Keywords: missed-optimization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93583
--- Comment #4 from Segher Boessenkool ---
The line where things crash is
rtx temp = gen_reg_rtx (GET_MODE (valreg));
but presumably valreg is just 0 here?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93744
Andrew Pinski changed:
What|Removed |Added
Keywords||wrong-code
Component|c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93743
Alexander Monakov changed:
What|Removed |Added
CC||uros at gcc dot gnu.org
Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93743
Andrew Pinski changed:
What|Removed |Added
Component|rtl-optimization|target
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93704
Eric Botcazou changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93704
--- Comment #8 from CVS Commits ---
The releases/gcc-8 branch has been updated by Eric Botcazou
:
https://gcc.gnu.org/g:c35cfc834eda41cd8b08ee989b028552ad9cd6a8
commit r8-10023-gc35cfc834eda41cd8b08ee989b028552ad9cd6a8
Author: Eric Botcazou
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93704
--- Comment #7 from CVS Commits ---
The releases/gcc-9 branch has been updated by Eric Botcazou
:
https://gcc.gnu.org/g:c1379a1c645684599b8902edcdf4a2b5f2648542
commit r9-8239-gc1379a1c645684599b8902edcdf4a2b5f2648542
Author: Eric Botcazou
Dat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93704
--- Comment #6 from CVS Commits ---
The master branch has been updated by Eric Botcazou :
https://gcc.gnu.org/g:81fc552558f54c6f691e7816da9ab4ad8483f7ef
commit r10-6639-g81fc552558f54c6f691e7816da9ab4ad8483f7ef
Author: Eric Botcazou
Date: Fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93743
Alexander Monakov changed:
What|Removed |Added
Target||i?86-*-*, x86_64-*-*
Sta
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93744
Bug ID: 93744
Summary: Different results between gcc-9 and gcc-7
Product: gcc
Version: 9.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93658
Jakub Jelinek changed:
What|Removed |Added
Priority|P1 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90378
Jakub Jelinek changed:
What|Removed |Added
Priority|P1 |P2
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91724
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93743
Bug ID: 93743
Summary: swapped arguments in atan2l
Product: gcc
Version: 9.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93515
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93576
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93512
Bug 93512 depends on bug 93505, which changed state.
Bug 93505 Summary: [8 Regression] wrong code or ICE with __builtin_bswap64()
and rotation at -Og
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93505
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65782
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93505
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93463
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93228
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93073
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93402
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93087
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93065
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92438
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92992
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92977
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92904
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92930
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92899
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92732
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92723
Jakub Jelinek changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 60228, which changed state.
Bug 60228 Summary: ICE using lambda in #pragma omp declare reduction
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60228
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91944
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60228
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92664
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92648
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44209
Bug 44209 depends on bug 61414, which changed state.
Bug 61414 Summary: enum class bitfield size-checking needs a separate warning
flag controlling it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61414
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61414
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92615
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90842
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92154
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61414
--- Comment #28 from CVS Commits ---
The releases/gcc-8 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:53073523bca574251d45bded65b2b0c183b01e5d
commit r8-10022-g53073523bca574251d45bded65b2b0c183b01e5d
Author: Jakub Jelinek
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61414
--- Comment #27 from CVS Commits ---
The releases/gcc-9 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:f0a72494ea3747d1f66a0cda3e67a7611779030d
commit r9-8238-gf0a72494ea3747d1f66a0cda3e67a7611779030d
Author: Jakub Jelinek
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61414
--- Comment #26 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:519a33f954fd71cb8b74053e168e23a1cb00d30b
commit r10-6637-g519a33f954fd71cb8b74053e168e23a1cb00d30b
Author: Jakub Jelinek
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93673
--- Comment #7 from CVS Commits ---
The releases/gcc-8 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:fbb4d21086a20cd996049309d6c24d7fb3099123
commit r8-10019-gfbb4d21086a20cd996049309d6c24d7fb3099123
Author: Jakub Jelinek
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93670
--- Comment #7 from CVS Commits ---
The releases/gcc-8 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:5538456480ad9c1a411b76479c798984bcae2c5c
commit r8-10018-g5538456480ad9c1a411b76479c798984bcae2c5c
Author: Jakub Jelinek
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93576
--- Comment #12 from CVS Commits ---
The releases/gcc-8 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:cd73697811f4d638a26be9aeada6eb20b645b739
commit r8-10021-gcd73697811f4d638a26be9aeada6eb20b645b739
Author: Jakub Jelinek
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93637
--- Comment #10 from CVS Commits ---
The releases/gcc-8 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:231b10fe9f870a8a8a162e95416a6bc6df023839
commit r8-10017-g231b10fe9f870a8a8a162e95416a6bc6df023839
Author: Jakub Jelinek
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93696
--- Comment #6 from CVS Commits ---
The releases/gcc-8 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:db4bfbae142906291ee319d768f4fa56d2a7682c
commit r8-10020-gdb4bfbae142906291ee319d768f4fa56d2a7682c
Author: Jakub Jelinek
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65782
--- Comment #10 from CVS Commits ---
The releases/gcc-8 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:baef3efdc4992e4dcb7f4de62ff5bcb13bf05f60
commit r8-10016-gbaef3efdc4992e4dcb7f4de62ff5bcb13bf05f60
Author: Jakub Jelinek
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93555
--- Comment #7 from CVS Commits ---
The releases/gcc-8 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:5781600c42f3ed9860a804dbbf892392bea3e39d
commit r8-10014-g5781600c42f3ed9860a804dbbf892392bea3e39d
Author: Jakub Jelinek
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93515
--- Comment #8 from CVS Commits ---
The releases/gcc-8 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:fdaf101b1dd46d6673a318139e9620c068f45a12
commit r8-10015-gfdaf101b1dd46d6673a318139e9620c068f45a12
Author: Jakub Jelinek
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93505
--- Comment #21 from CVS Commits ---
The releases/gcc-8 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:a73ee641c3d2ca729bdf55225afd881f57bf4d96
commit r8-10013-ga73ee641c3d2ca729bdf55225afd881f57bf4d96
Author: Jakub Jelinek
D
1 - 100 of 187 matches
Mail list logo