https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81048
Bug ID: 81048
Summary: incorrect derived type initialization
Product: gcc
Version: 6.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81025
Doug Gilmore changed:
What|Removed |Added
Summary|[MIPS] soft-float glibc |[8 Regression] gcc ICE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81047
Bug ID: 81047
Summary: thread local storage static class members of class
type cannot be initialized
Product: gcc
Version: 5.4.0
Status: UNCONFIRMED
Severity: n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79242
Andrew Pinski changed:
What|Removed |Added
Keywords||ice-on-valid-code
Target|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80974
Michael Meissner changed:
What|Removed |Added
CC||meissner at gcc dot gnu.org
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81044
Michael Meissner changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81046
Bug ID: 81046
Summary: [8 Regression] FAIL: gcc.dg/pr28796-2.c execution test
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81045
--- Comment #1 from Andrew Pinski ---
Somehow GCC is deciding that easyObjects->begin() and end() are dependent types
so you need to use the template keyword for the call to cast.
That is:
auto casted = obj.template cast();
I don't know if GCC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81045
Bug ID: 81045
Summary: [7 Regression] return type deduction causes template
function call failure
Product: gcc
Version: 7.1.0
Status: UNCONFIRMED
Severity: norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81044
--- Comment #4 from Andrew Pinski ---
I had recorded my observations in PR 80894.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81044
--- Comment #3 from Andrew Pinski ---
This was broken for me on aarch64-linux-gnu too by the same revision but had
been fixed by revision 248919 aka PR80974. Can you try again to see if it is
still broken also.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81044
--- Comment #2 from Michael Meissner ---
Created attachment 41529
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41529&action=edit
Assembly code from svn 248446 that fails
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81044
--- Comment #1 from Michael Meissner ---
Created attachment 41528
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41528&action=edit
Assembly code from svn 248446 that works
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81044
Bug ID: 81044
Summary: fold-const change in svn 248447 breaks PowerPC spec
2006 hmmr
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67969
Hubert Tong changed:
What|Removed |Added
CC||hstong at ca dot ibm.com
--- Comment #2 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81043
Bug ID: 81043
Summary: [concepts] partially specializing on differing
constraints gives cryptic error
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81042
--- Comment #1 from Kevin Cox ---
Also it appears the loop condition isn't properly evaluated. For example the
following three examples (and any other number I tested also cause the error.
while (++i == 0) {} // Unreachable
while (++i == 1) {} /
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81042
Bug ID: 81042
Summary: Too many constexpr interations on unreachable loop.
Product: gcc
Version: 7.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80675
Ville Voutilainen changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80940
Ville Voutilainen changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80384
--- Comment #2 from Jason Merrill ---
Author: jason
Date: Fri Jun 9 20:13:38 2017
New Revision: 249078
URL: https://gcc.gnu.org/viewcvs?rev=249078&root=gcc&view=rev
Log:
PR c++/80384 - ICE with dependent noexcept-specifier
* pt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70601
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80968
--- Comment #8 from davem at gcc dot gnu.org ---
Author: davem
Date: Fri Jun 9 19:24:51 2017
New Revision: 249074
URL: https://gcc.gnu.org/viewcvs?rev=249074&root=gcc&view=rev
Log:
sparc: Further adjustments for alloca epilogue blockage.
gcc/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70601
--- Comment #14 from janus at gcc dot gnu.org ---
Author: janus
Date: Fri Jun 9 19:23:48 2017
New Revision: 249073
URL: https://gcc.gnu.org/viewcvs?rev=249073&root=gcc&view=rev
Log:
2017-06-09 Janus Weil
Backport from trunk
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80968
--- Comment #7 from davem at gcc dot gnu.org ---
Author: davem
Date: Fri Jun 9 19:21:15 2017
New Revision: 249072
URL: https://gcc.gnu.org/viewcvs?rev=249072&root=gcc&view=rev
Log:
sparc: Further adjustments for alloca epilogue blockage.
gcc/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81041
Bug ID: 81041
Summary: [8 regression] test case gcc.dg/pr78582.c fails with
ICE starting with r249058
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70601
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|7.2 |5.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70601
--- Comment #13 from janus at gcc dot gnu.org ---
Author: janus
Date: Fri Jun 9 18:10:48 2017
New Revision: 249067
URL: https://gcc.gnu.org/viewcvs?rev=249067&root=gcc&view=rev
Log:
2017-06-09 Janus Weil
Backport from trunk
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80009
--- Comment #11 from Walt Brainerd ---
I am not sure what you changed your mind from or to :-).
Yes, the assignment is invalid because r is real the the rhs is type B_type.
And, yes, the type of the io list item is B_type.
However, the uncomme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70601
--- Comment #12 from janus at gcc dot gnu.org ---
Author: janus
Date: Fri Jun 9 17:45:53 2017
New Revision: 249066
URL: https://gcc.gnu.org/viewcvs?rev=249066&root=gcc&view=rev
Log:
2017-06-09 Janus Weil
Backport from trunk
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81039
Jerry DeLisle changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81040
Bug ID: 81040
Summary: asan false negative if parameter of a global function
passed by reference
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81039
--- Comment #2 from Jerry DeLisle ---
(In reply to Dominique d'Humieres from comment #1)
> WORKSFORME: r248853 and x86_64-apple-darwin16.
Updating my trunk and doing a clean build.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81039
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81039
Bug ID: 81039
Summary: INTERNAL-PROC procedure rejected as EXTERNAL-PROC
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80998
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81038
seurer at gcc dot gnu.org changed:
What|Removed |Added
Target||powerpc*-*-*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81038
Bug ID: 81038
Summary: [8 regression] test case g++.dg/vect/slp-pr56812.cc
fails starting with r248678
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81037
--- Comment #3 from Jack Howarth ---
(In reply to Jack Howarth from comment #1)
> Created attachment 41522 [details]
> reproducer for gcc 6.3.0 bootstrap failure with Xcode 9 beta
>
> bzip2 compressed archive with auto-profile.ii preprocessed so
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81037
--- Comment #2 from Jack Howarth ---
Created attachment 41523
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41523&action=edit
reproducer for gcc 5.4.0 bootstrap failure with Xcode 9 beta
bzip2 compressed archive with auto-profile.ii prepr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81037
--- Comment #1 from Jack Howarth ---
Created attachment 41522
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41522&action=edit
reproducer for gcc 6.3.0 bootstrap failure with Xcode 9 beta
bzip2 compressed archive with auto-profile.ii prepr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81037
Bug ID: 81037
Summary: Xcode 9 requires back ports on gcc-5-branch and
gcc-6-branch for bootstrapping under Xcode 9
Product: gcc
Version: unknown
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81029
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79540
--- Comment #7 from dave.anglin at bell dot net ---
On 2017-06-09 10:35 AM, jvdelisle at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79540
>
> --- Comment #6 from Jerry DeLisle ---
> Some other bugs were fixed and I am w
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79540
--- Comment #6 from Jerry DeLisle ---
Some other bugs were fixed and I am wondering if this is still failing?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81004
--- Comment #14 from Matt Godbolt ---
I've just hit this same issue too (in only one of several projects I build with
7.1 and LTO). If anyone has any thoughts at a workaround I'd be very
appreciative. Thanks!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80803
--- Comment #29 from Ian Lance Taylor ---
My apologies for not explaining how to find the compilation commands, and I'm
sorry you had to waste time on it. Using "make GOTESTFLAGS=--trace net/check"
will put the commands in net/check-testlog.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81036
Bug ID: 81036
Summary: -fcall-saved-X does not work for floating-point
registers
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Priori
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81035
Richard Biener changed:
What|Removed |Added
Keywords||documentation
--- Comment #1 from Richa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81035
Bug ID: 81035
Summary: noreturn leads to worse code due to lack of sibcall
optimization
Product: gcc
Version: 6.3.1
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80556
--- Comment #40 from ro at CeBiTec dot Uni-Bielefeld.DE ---
> --- Comment #39 from simon at pushface dot org ---
[...]
> Updated patch posted here; working on gcc-patches@ submission.
Thanks for the analysis and the patch. I'll give it a whirl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80855
Tom de Vries changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80855
--- Comment #2 from Tom de Vries ---
Author: vries
Date: Fri Jun 9 13:11:52 2017
New Revision: 249060
URL: https://gcc.gnu.org/viewcvs?rev=249060&root=gcc&view=rev
Log:
Add "sorry, target cannot support label values" for nvptx
2017-06-09 Tom
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80556
simon at pushface dot org changed:
What|Removed |Added
Attachment #41474|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81022
--- Comment #3 from Vladimir Sedach ---
(In reply to Richard Biener from comment #1)
>
> So I'd say INVALID but x86 people may want to double-check the official
> intrinsic documentation.
I was using _mm_store_sd(_mm_load_sd()) to copy an arbit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81022
--- Comment #2 from Kirill Yukhin ---
Intrinsics guide states [1] that this intrinsic:
Store the lower double-precision (64-bit) floating-point element from a into
memory. mem_addr does not need to be aligned on any particular boundary.
[1] -
ht
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81028
--- Comment #5 from rguenther at suse dot de ---
On Fri, 9 Jun 2017, trippels at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81028
>
> Markus Trippelsdorf changed:
>
>What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81028
Markus Trippelsdorf changed:
What|Removed |Added
CC||trippels at gcc dot gnu.org
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81028
--- Comment #3 from Richard Biener ---
Simpler testcase. The sinking is valid if the aliasing does not occur in the
last iteration of the loop. In case *p would be done conditionally only
that would not necessarily be the case.
inline void* op
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80965
--- Comment #4 from Paul Thomas ---
Created attachment 41519
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41519&action=edit
Patch for the bug
This appears to be a consequence of r241450, which fixed PR69834 (select type
clashes).
The fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80803
--- Comment #28 from Martin Jambor ---
Created attachment 41518
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41518&action=edit
Possible fix
I'm testing the attached two patches which should fix the issue. If
everything goes well, I will
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81034
--- Comment #2 from Sebastian Peryt ---
I agree, that vec_merge takes 3 operands. And 3 are in my md (naming according
to GCC internals):
vec1:
(vec_merge:V2DF
(match_operand:V2DF 1 "nonimmediate_operand" "m")
(match_operand:V2DF 2 "vect
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80803
--- Comment #27 from Martin Jambor ---
Created attachment 41517
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41517&action=edit
Hack for revealing compiler command lines
Thanks Ian, the above was definitely helpful but did not allow me to
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81034
--- Comment #1 from Andrew Pinski ---
Comment on attachment 41516
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41516
Reproducible
Hmm, bugzilla might not be the right place for this kind of issue. I suspect
your avx512f_loadv2df_mask pat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67731
--- Comment #7 from rguenther at suse dot de ---
On Fri, 9 Jun 2017, tetra2005 at gmail dot com wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67731
>
> --- Comment #6 from Yuri Gribov ---
> (In reply to rguent...@suse.de from comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67731
--- Comment #6 from Yuri Gribov ---
(In reply to rguent...@suse.de from comment #5)
> On Fri, 9 Jun 2017, tetra2005 at gmail dot com wrote:
>
> > This should probly go to reassoc? Or better keep it in folder?
>
> As loads are involved it doesn'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81034
Bug ID: 81034
Summary: [x86] Broken IRA pass when printing results of
intrinsic execution
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81033
Rainer Orth changed:
What|Removed |Added
Target|x86_64-apple-darwin16 |x86_64-apple-darwin*
Host|x8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81033
Richard Biener changed:
What|Removed |Added
Keywords||build, wrong-code
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81032
Richard Biener changed:
What|Removed |Added
Priority|P3 |P4
Version|unknown
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81030
Richard Biener changed:
What|Removed |Added
Target||x86_64-*-*, i?86-*-*
Priority
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81028
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80965
Paul Thomas changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81022
Richard Biener changed:
What|Removed |Added
Target||x86_64-*-*, i?86-*-*
CC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81020
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81019
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79483
Richard Biener changed:
What|Removed |Added
Known to work||8.0
Summary|[7/8 Regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81007
Richard Biener changed:
What|Removed |Added
Known to work||8.0
Summary|[7/8 Regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66623
Richard Biener changed:
What|Removed |Added
Known to work||8.0
--- Comment #5 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66623
--- Comment #4 from Richard Biener ---
Author: rguenth
Date: Fri Jun 9 09:40:45 2017
New Revision: 249053
URL: https://gcc.gnu.org/viewcvs?rev=249053&root=gcc&view=rev
Log:
2017-06-09 Richard Biener
PR tree-optimization/66623
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79483
--- Comment #12 from Richard Biener ---
Author: rguenth
Date: Fri Jun 9 09:36:06 2017
New Revision: 249052
URL: https://gcc.gnu.org/viewcvs?rev=249052&root=gcc&view=rev
Log:
2017-06-09 Richard Biener
PR tree-optimization/79483
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81007
--- Comment #3 from Richard Biener ---
Author: rguenth
Date: Fri Jun 9 09:35:05 2017
New Revision: 249051
URL: https://gcc.gnu.org/viewcvs?rev=249051&root=gcc&view=rev
Log:
2017-06-09 Richard Biener
PR middle-end/81007
* ipa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67731
--- Comment #5 from rguenther at suse dot de ---
On Fri, 9 Jun 2017, tetra2005 at gmail dot com wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67731
>
> Yuri Gribov changed:
>
>What|Removed |Added
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81033
Rainer Orth changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80759
--- Comment #30 from ro at CeBiTec dot Uni-Bielefeld.DE ---
> --- Comment #29 from Daniel Santos ---
> (In reply to r...@cebitec.uni-bielefeld.de from comment #28)
>> As I've said before, the parallelization of ms-sysv.exp runs may be a
>> bonus
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65530
Bug 65530 depends on bug 79988, which changed state.
Bug 79988 Summary: [7/8 Regression][CHKP] ICE in tree check: accessed operand 5
of call_expr with 4 operands in ix86_expand_builtin, at config/i386/i386.c:36851
https://gcc.gnu.org/bugzilla/sho
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79988
Alexander Ivchenko changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81033
--- Comment #1 from Dominique d'Humieres ---
Created attachment 41515
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41515&action=edit
Broken assembly
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81033
Bug ID: 81033
Summary: [8 Regression] Bootstrap broken on darwin
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81025
--- Comment #5 from graham.stott at btinternet dot com ---
Hi Doug
I build both GCC and GLIBC daily but for mips-img-linux-gnu and hard-float the
only prob. I see is ADA fails building one multilib config. I do all langs I'll
give try hard-float m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81025
Doug Gilmore changed:
What|Removed |Added
CC||rguenth at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66462
tnfchris at gcc dot gnu.org changed:
What|Removed |Added
Status|VERIFIED|REOPENED
Last reconfirmed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66462
tnfchris at gcc dot gnu.org changed:
What|Removed |Added
Status|RESOLVED|VERIFIED
--- Comment #7 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79242
Alexey Neyman changed:
What|Removed |Added
CC||stilor at att dot net
--- Comment #4 fro
94 matches
Mail list logo