https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78484
Bug ID: 78484
Summary: if-else chain is not turned into a local jump table
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Compo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78479
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14799
Andrew Pinski changed:
What|Removed |Added
CC||timshen at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78484
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78478
--- Comment #4 from Joel Sherrill ---
FWIW I haven't been able to build this far using i386-elf. It fails in
libbacktrace doing a configure probe because there isn't a crt0.o. I can't
figure out why it isn't building libgloss. I have it and newli
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77684
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78485
Bug ID: 78485
Summary: Missed scalarization in simple read-from-clobber case
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Keywords: diagnostic
Severity: enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78485
Andrew Pinski changed:
What|Removed |Added
Summary|Missed scalarization in |Missed scalarization in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78485
--- Comment #2 from Andrew Pinski ---
Warning is not done at compile time but is handled at runtime via the
sanitizers:
-fsanitize-address-use-after-scope
Enable sanitization of local variables to detect use-after-scope bugs. The
option sets -fst
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78458
--- Comment #10 from Peter Bergner ---
(In reply to Peter Bergner from comment #9)
> I'm testing the following patch (which is a little more general) on a
> powerpc64le-linux bootstrap to see if this survives.
Ok, this patch passed bootstrap and
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78485
Marc Glisse changed:
What|Removed |Added
Keywords||missed-optimization
--- Comment #3 from Ma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78483
--- Comment #1 from Andrew Pinski ---
This is most likely because _GNU_SOURCE is defined when compiling with C++ code
in GNU C++ mode.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78483
--- Comment #2 from Andrew Pinski ---
Also on_exit is not part of the C++ standard at all.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78483
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11196
Andrew Pinski changed:
What|Removed |Added
CC||krzysztof at jusiak dot net
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78486
Bug ID: 78486
Summary: feature request: std::iu16stringstream
std::ou16stringstream, and utf8
Product: gcc
Version: 6.2.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78432
--- Comment #4 from ian at gcc dot gnu.org ---
Author: ian
Date: Tue Nov 22 23:25:07 2016
New Revision: 242728
URL: https://gcc.gnu.org/viewcvs?rev=242728&root=gcc&view=rev
Log:
PR go/78431
PR go/78432
* godump.c (go_form
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78431
--- Comment #2 from ian at gcc dot gnu.org ---
Author: ian
Date: Tue Nov 22 23:25:07 2016
New Revision: 242728
URL: https://gcc.gnu.org/viewcvs?rev=242728&root=gcc&view=rev
Log:
PR go/78431
PR go/78432
* godump.c (go_form
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78431
Bug 78431 depends on bug 78432, which changed state.
Bug 78432 Summary: [7 Regression] -fdump-go-spec ICEs for aligned causing x32
libgo library to fail to build
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78432
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78431
Ian Lance Taylor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78432
Ian Lance Taylor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78479
--- Comment #5 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Tue Nov 22 23:28:43 2016
New Revision: 242729
URL: https://gcc.gnu.org/viewcvs?rev=242729&root=gcc&view=rev
Log:
2016-11-22 Steven G. Kargl
PR fortran/78479
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78476
--- Comment #1 from Martin Sebor ---
Created attachment 40122
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40122&action=edit
Patch under test.
Patch being tested (requires a patch for bug 78461).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68548
Jeffrey A. Law changed:
What|Removed |Added
CC||law at redhat dot com
--- Comment #2 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78486
--- Comment #1 from Andrew Pinski ---
Do these exist in standard C++ at all? If not then I doubt they will be added
to the GCC's library.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78476
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78487
Bug ID: 78487
Summary: asm cpuid code and -fgcse crashes
Product: gcc
Version: 6.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78487
--- Comment #1 from Andrew Pinski ---
What is the error message which you are getting?
Here is how GCC's cpuid.h header look like for cpuid:
#define __cpuid(level, a, b, c, d) \
__asm__ ("cpuid\n\t"
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78487
--- Comment #2 from Stephan Beyer ---
The following problem is only reproducible on one machine.
I cannot reproduce it on any other machine.
When compiling the attached C++ source file with
g++ -O1 -fgcse, it crashes at the third cpuid call (ie,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78487
--- Comment #3 from Andrew Pinski ---
Crashes at runtime or crashes inside GCC?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78487
--- Comment #4 from Andrew Pinski ---
Also I doubt this code is correct.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78478
--- Comment #5 from joseph at codesourcery dot com ---
On Tue, 22 Nov 2016, ubizjak at gmail dot com wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78478
>
> --- Comment #2 from Uroš Bizjak ---
> For 7.0, somebody changed i[34567]86-*-r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78458
--- Comment #11 from joseph at codesourcery dot com ---
For e500v2, that patch moves things from a libgcc build failure to a glibc
build failure having built libgcc successfully: many files in glibc fail
to build with errors of the form:
../sy
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78455
--- Comment #4 from Marek Polacek ---
Author: mpolacek
Date: Wed Nov 23 03:17:14 2016
New Revision: 242733
URL: https://gcc.gnu.org/viewcvs?rev=242733&root=gcc&view=rev
Log:
PR tree-optimization/78455
* tree-ssa-uninit.c (can_cha
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78455
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78434
--- Comment #3 from Marc Mutz ---
Possibly. I couldn't check later versions because trunk failed to compile for
me in i386.c.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78488
Bug ID: 78488
Summary: ICE when building call to inherited default
constructor.
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priorit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77505
--- Comment #7 from Elizebeth Punnoose ---
I plan to send the patch to gcc-patches from my official mail id, in a couple
of days. Please do let me know if there are any suggestions/comments.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78488
--- Comment #1 from Eric Fiselier ---
> GCC 6 exits with status 1 and without producing any diagnostics or an output
> file
Disregard that I was using a broken GCC 6. IDK how GCC 6 handles this bug.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77855
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Summary|[6 Regression] wr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77493
Richard Biener changed:
What|Removed |Added
Priority|P1 |P2
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78429
Eric Botcazou changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78463
Bug ID: 78463
Summary: pure/const functions are assumed not to trap
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Keywords: missed-optimization, wrong-code
Severity: enha
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70586
Richard Biener changed:
What|Removed |Added
Status|NEW |RESOLVED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78460
Richard Biener changed:
What|Removed |Added
Priority|P3 |P4
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78459
Richard Biener changed:
What|Removed |Added
Priority|P3 |P4
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78458
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |7.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78456
Richard Biener changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68682
--- Comment #4 from Richard Biener ---
*** Bug 78456 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78451
Richard Biener changed:
What|Removed |Added
Target||x86_64-*-*, i?86-*-*
Target Milestone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78461
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78451
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78453
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78439
--- Comment #7 from ktkachov at gcc dot gnu.org ---
*** Bug 78453 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78429
--- Comment #14 from Eric Botcazou ---
> In the end having a bool_with_only_0_and_1 predicate rather than
> open-coding (several variants of) the test throughout the middle-end
> might be a good idea...
Like the to be attached patch?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78429
--- Comment #15 from Eric Botcazou ---
Created attachment 40106
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40106&action=edit
Tentative fix
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78464
Bug ID: 78464
Summary: Feature request: automatic function multi versioning
Product: gcc
Version: 6.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78294
--- Comment #23 from Dmitry Vyukov ---
Markus,
Changes to sanitizer runtimes are not committed into gcc tree. The upstream is
in llvm tree. Changes must go there first, then they are backported to gcc
tree. Your change will be overwritten on nex
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78464
--- Comment #1 from Bo Lind ---
See this StackOverflow question for a different phrasing of this issue:
http://stackoverflow.com/questions/39979926/is-there-or-will-there-be-a-global-version-of-the-target-clones-attribute
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78294
--- Comment #24 from Markus Trippelsdorf ---
(In reply to Dmitry Vyukov from comment #23)
> Markus,
>
> Changes to sanitizer runtimes are not committed into gcc tree. The upstream
> is in llvm tree. Changes must go there first, then they are bac
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78309
--- Comment #4 from Martin Liška ---
Author: marxin
Date: Tue Nov 22 09:18:37 2016
New Revision: 242687
URL: https://gcc.gnu.org/viewcvs?rev=242687&root=gcc&view=rev
Log:
Add sem_item::m_hash_set (PR ipa/78309)
PR ipa/78309
* ip
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78294
--- Comment #25 from Dmitry Vyukov ---
> The question is if we want to change this or not and in what way.
I would say that we need to change something, because current behavior is
counter-intuitive.
In tsan runtime we have a declaration with t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78309
Martin Liška changed:
What|Removed |Added
Summary|[7 Regression] ICE: in |[5/6 Regression] ICE: in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78294
--- Comment #26 from Dmitry Vyukov ---
> I was under the impression that upstream wouldn't be interested in this patch,
because llvm uses static compiler-rt libs and clang doesn't run into this
issue.
Upstream is not interested from this point o
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78255
--- Comment #2 from avieira at gcc dot gnu.org ---
The approach I had doesnt work, it ICE's elsewhere...
At the time I am not sure how to fix this without disabling indirect tail calls
for the current function if any sibcall is done within it. T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78439
Bernd Edlinger changed:
What|Removed |Added
CC||bernd.edlinger at hotmail dot
de
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78439
--- Comment #9 from ktkachov at gcc dot gnu.org ---
(In reply to Bernd Edlinger from comment #8)
> Does something like that work?
>
> --- gcc/config/arm/vfp.md.orig2016-11-10 11:38:03.0 +0100
> +++ gcc/config/arm/vfp.md 2016-1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78437
--- Comment #5 from Uroš Bizjak ---
(In reply to Uroš Bizjak from comment #4)
> I have started bootstrap+regtest with your patch on alpha native. Please
> expect results sometime tomorrow.
Bootstrap and regression tests pass OK, the patch fixes
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78437
--- Comment #6 from Eric Botcazou ---
> Bootstrap and regression tests pass OK, the patch fixes reported
> gcc.dg/atomic/stdatomic-compare-exchange-[1,2].c failure.
Thanks, no regressions with -free on SPARC either.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78449
--- Comment #1 from nsz at gcc dot gnu.org ---
Author: nsz
Date: Tue Nov 22 10:06:05 2016
New Revision: 242688
URL: https://gcc.gnu.org/viewcvs?rev=242688&root=gcc&view=rev
Log:
[PR libgfortran/78449] XFAIL ieee_8.f90 on aarch64 and arm
ARM and
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78445
--- Comment #5 from Jakub Jelinek ---
Author: jakub
Date: Tue Nov 22 10:13:01 2016
New Revision: 242689
URL: https://gcc.gnu.org/viewcvs?rev=242689&root=gcc&view=rev
Log:
PR tree-optimization/78445
* tree-if-conv.c (tree_if_conve
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78314
nsz at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #6 from nsz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78416
--- Comment #2 from Jakub Jelinek ---
Author: jakub
Date: Tue Nov 22 10:14:21 2016
New Revision: 242690
URL: https://gcc.gnu.org/viewcvs?rev=242690&root=gcc&view=rev
Log:
PR middle-end/78416
* expmed.c (expand_divmod): Use wide_i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78436
--- Comment #7 from Jakub Jelinek ---
Author: jakub
Date: Tue Nov 22 10:15:43 2016
New Revision: 242691
URL: https://gcc.gnu.org/viewcvs?rev=242691&root=gcc&view=rev
Log:
PR tree-optimization/78436
* gimple-ssa-store-merging.c (z
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78445
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78416
Jakub Jelinek changed:
What|Removed |Added
Known to work||7.0
Known to fail|7.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78436
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78465
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |7.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57082
Stephane Kaloustian changed:
What|Removed |Added
CC||stephane.kaloustian@optimo-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78465
Bug ID: 78465
Summary: [7 regression] 29_atomics/headers/atomic/macros.cc
FAILs
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priorit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78466
Bug ID: 78466
Summary: [coarray] Explicit cobounds of a procedures parameter
not respected
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78466
vehre at gcc dot gnu.org changed:
What|Removed |Added
Priority|P3 |P4
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77904
--- Comment #5 from Thomas Preud'homme ---
Author: thopre01
Date: Tue Nov 22 10:44:29 2016
New Revision: 242693
URL: https://gcc.gnu.org/viewcvs?rev=242693&root=gcc&view=rev
Log:
2016-11-22 Thomas Preud'homme
gcc/
PR target/77904
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78466
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78467
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |7.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78467
Bug ID: 78467
Summary: [7 regression] gcc.dg/tree-prof/comp-goto-1.c FAILs
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77904
--- Comment #6 from Thomas Preud'homme ---
Author: thopre01
Date: Tue Nov 22 10:57:55 2016
New Revision: 242694
URL: https://gcc.gnu.org/viewcvs?rev=242694&root=gcc&view=rev
Log:
Fix PR77904: callee-saved register trashed when clobbering sp
201
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78468
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |7.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78468
Bug ID: 78468
Summary: [7 regression] libgomp.c/reduction-10.c and many more
FAIL
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78468
--- Comment #1 from Jakub Jelinek ---
Can you please bisect it? Not aware of any recent changes that could cause
that.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78428
--- Comment #6 from Martin Liška ---
Created attachment 40107
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40107&action=edit
Tentative patch
Attaching tentative patch where I added bitregion_{start,end} to
store_constructor_field.
Actual
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78451
Jakub Jelinek changed:
What|Removed |Added
CC||kyukhin at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78451
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77673
Thomas Preud'homme changed:
What|Removed |Added
Priority|P1 |P3
--- Comment #6 from Thomas Preud
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77673
Thomas Preud'homme changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57082
--- Comment #4 from Jonathan Wakely ---
(In reply to Stephane Kaloustian from comment #3)
> In my understanding, this is related to the creation of a copy.
> Using g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4):
No, that's a completely different is
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57082
--- Comment #5 from Jonathan Wakely ---
(In reply to lucdanton from comment #1)
> Using a very similar testcase I bisected the issue to r239783:
>
> //--
> struct no_destr {
> no_destr() = default;
> protected:
> ~no_destr() = de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78469
Bug ID: 78469
Summary: [7 Regression] defaulted default constructor causes
bogus requirement for accessible destructor
Product: gcc
Version: 7.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78443
janus at gcc dot gnu.org changed:
What|Removed |Added
CC||mrestelli at gmail dot com
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61284
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|--
101 - 200 of 215 matches
Mail list logo