https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81187
Andrew Pinski changed:
What|Removed |Added
Version|unknown |8.0
--- Comment #1 from Andrew Pinski -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81187
Bug ID: 81187
Summary: Doc entry for -Wnoexcept-type misspelled,
-Wc++1z-compat missing
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81156
--- Comment #5 from equilibrium556 at gmx dot de ---
I filed a bug report for glibc as well:
https://sourceware.org/bugzilla/show_bug.cgi?id=21660
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67328
Alan Modra changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81186
Bug ID: 81186
Summary: SIGSEGV when using Address Sanitizer with nested
functions
Product: gcc
Version: 7.1.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81167
--- Comment #6 from David Malcolm ---
Candidate patch for the ICE posted here:
https://gcc.gnu.org/ml/gcc-patches/2017-06/msg01725.html
Actually fixing the diagnostic as per comment #5 would be a separate patch.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81158
--- Comment #2 from Carl Love ---
On Thu, 2017-06-22 at 21:06 +, wschmidt at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81158
>
> --- Comment #1 from Bill Schmidt ---
> I expect this is probably due to the changes
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81185
--- Comment #3 from Michael Meissner ---
Created attachment 41619
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41619&action=edit
Proposed patch to fix the problem
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81185
--- Comment #2 from Michael Meissner ---
Created attachment 41618
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41618&action=edit
Assembler code for target clones
This file is compiled from the source file.
The vadd clone for -mavx is na
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81185
--- Comment #1 from Michael Meissner ---
Created attachment 41617
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41617&action=edit
Simple x86_64 text file to show the problem
This file when compiled on an x86_64 system will show the proble
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81185
Michael Meissner changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81185
Bug ID: 81185
Summary: Target clones support generates awkward names
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ipa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81163
--- Comment #9 from Alexander Perfeito ---
(In reply to Alexander Perfeito from comment #8)
> (In reply to Alexander Perfeito from comment #7)
> > (In reply to Martin Sebor from comment #5)
> > > Resolved as Invalid per comment #2.
> > >
> > > P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81163
--- Comment #8 from Alexander Perfeito ---
(In reply to Alexander Perfeito from comment #7)
> (In reply to Martin Sebor from comment #5)
> > Resolved as Invalid per comment #2.
> >
> > PS Thanks for providing the source file. Note that I/we hav
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81163
Alexander Perfeito changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81163
--- Comment #6 from Alexander Perfeito ---
Created attachment 41616
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41616&action=edit
snprintf Problems GCC 7.1.1 compiling Kernel Linux relay.i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81184
Bug ID: 81184
Summary: [8 regression] gcc.dg/pr21643.c and
gcc.dg/tree-ssa/phi-opt-11.c fail starting with
r249450
Product: gcc
Version: 8.0
Status: U
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81158
--- Comment #1 from Bill Schmidt ---
I expect this is probably due to the changes to rs6000_gimple_fold_builtin.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81183
Bug ID: 81183
Summary: -gdwarf-5: fatal error: unrecognized DWARF version in
.debug_info at 6
Product: gcc
Version: 7.1.1
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81182
Bug ID: 81182
Summary: result of ‘operator->()’ yields non-pointer result
Product: gcc
Version: 6.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81167
--- Comment #5 from David Malcolm ---
Note to self: I believe the "operator T() &&" here is a user-defined conversion
from an rvalue reference to T.
We have in joust at ../../src/gcc/cp/call.c:10071
10071 tree source = source_type (
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81167
--- Comment #4 from David Malcolm ---
Minimal reproducer:
$ cat ../../src/pr81167.C
struct bar;
struct foo
{
foo () {}
foo (const bar &) {}
};
struct bar
{
operator foo() && { return foo (); }
};
void test ()
{
foo f = bar ();
}
$ ./
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81163
Martin Sebor changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81169
Martin Sebor changed:
What|Removed |Added
Keywords||patch
--- Comment #2 from Martin Sebor -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81181
Marc Glisse changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81181
Bug ID: 81181
Summary: [7/8 Regression] ICE in compute_antic, at
tree-ssa-pre.c:2410
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Keywords: compile-time-hog, i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81163
Alexander Perfeito changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81163
--- Comment #3 from Alexander Perfeito ---
Created attachment 41614
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41614&action=edit
snprintf Problems GCC 7.1.1
source kernel code linux 3.10.18 compiling by gcc 7.1.1 tretament like error
s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81169
Martin Sebor changed:
What|Removed |Added
Status|NEW |ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81169
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81125
--- Comment #7 from Dominique d'Humieres ---
> Fixed.
Still failing on darwin (r249501): see comment 4. Should I reopen this PR or
file a new one?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81180
Bug ID: 81180
Summary: internal compiler error with class template deduction
in nested template class
Product: gcc
Version: 7.1.1
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81176
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81142
--- Comment #10 from tomas_paukrt at conel dot cz ---
> What happens if you use -fPIE since that is designed to create executables
> that are position independent and would do the right thing as far as various
> initializations go ?
It does not
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18805
Nathan Sidwell changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #2 from Nathan Sid
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81179
Bug ID: 81179
Summary: [8 regression] gcc.dg/vect/pr65947-9.c and
gcc.dg/vect/pr65947-14.c fail starting with r249553
Product: gcc
Version: 8.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80759
Eric Gallager changed:
What|Removed |Added
CC||egall at gwmail dot gwu.edu
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59904
--- Comment #13 from Ramana Radhakrishnan ---
(In reply to christophe.lyon from comment #12)
> Created attachment 32864 [details]
> ELF binary file #3
>
> Compiled with -Os -g3 -pie -fpie -march=armv5t -mthumb
Is this still an issue ?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61008
Ramana Radhakrishnan changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81175
--- Comment #2 from Dominique d'Humieres ---
Reduced test
SUBROUTINE ECPDRA(IC4C,FP,FQ,G)
IMPLICIT DOUBLE PRECISION (A-H,O-Z)
DIMENSION FP(*),FQ(*),G(*)
DIMENSION CKLU(23,12,12)
!
DO 240 I=IAMIN,IAMAX
DO 24
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80236
Ramana Radhakrishnan changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|2017-0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81142
Ramana Radhakrishnan changed:
What|Removed |Added
CC||ramana at gcc dot gnu.org
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81163
Martin Sebor changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81177
--- Comment #1 from Tom de Vries ---
Created attachment 41613
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41613&action=edit
Tentative patch
Creates plugin-nvptx.cubin. This file can be inspected using cuobjdump
--dump-sass (or nvdisasm)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81178
Bug ID: 81178
Summary: [concepts] poor (partial?) diagnostic for alias
substitution failure in a concept body
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Seve
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81167
--- Comment #3 from David Malcolm ---
The issue is that a diagnostic is passing NULL to a %qH (which was a %qT).
%T handles NULL gracefully by printing the empty string,
whereas %H/%I fail with an assertion failure.
Happens here:
#8 0x
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81177
Bug ID: 81177
Summary: Dump cubin module to file before offloading in nvptx
libgomp plugin
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81175
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80928
--- Comment #23 from Richard Biener ---
Created attachment 41612
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41612&action=edit
patch for the vectorizer ICE
This fixes the slp-perm-8.c ICE but causes libgomp vla1.f90 to ICE with
during
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81173
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81173
--- Comment #2 from Jonathan Wakely ---
Author: redi
Date: Thu Jun 22 14:16:38 2017
New Revision: 249554
URL: https://gcc.gnu.org/viewcvs?rev=249554&root=gcc&view=rev
Log:
PR libstdc++/81173 fix undefined memset with null pointer
PR lib
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81167
David Malcolm changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81148
--- Comment #10 from Marek Polacek ---
It should've been
--- a/gcc/fold-const.c
+++ b/gcc/fold-const.c
@@ -874,9 +874,24 @@ split_tree (location_t loc, tree in, tree type, enum
tree_code code,
}
if (var)
{
- /* Convert to TYPE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81176
Bug ID: 81176
Summary: decltype(auto) yields reference type for structured
binding
Product: gcc
Version: 7.1.0
Status: UNCONFIRMED
Severity: normal
Pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81156
--- Comment #4 from joseph at codesourcery dot com ---
My notion of __builtin_tgmath is something like
__builtin_tgmath (0, powf, pow, powl, cpowf, cpow, cpowl, a, b)
where the arguments are: an integer constant expression to distinguish
diffe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80928
--- Comment #22 from Richard Biener ---
Ok. So the ICEs are because we now have PHIs in the SLP tree but those can
get re-allocated during early transform phase that does peeling by
copy_bbs which uses duplicate_block which duplicates successor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81174
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81175
Bug ID: 81175
Summary: During the compilation of a program gfortran makes
"internal compiler error: Segmentation fault"
Product: gcc
Version: 7.1.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81148
--- Comment #9 from Marek Polacek ---
Except that isn't really correct yet...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81148
--- Comment #8 from Marek Polacek ---
Seems like we need something similar to
--- a/gcc/fold-const.c
+++ b/gcc/fold-const.c
@@ -874,9 +874,23 @@ split_tree (location_t loc, tree in, tree type, enum
tree_code code,
}
if (var)
{
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81174
Allan Jensen changed:
What|Removed |Added
Version|6.1.1 |7.1.0
--- Comment #1 from Allan Jensen -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43434
--- Comment #12 from Richard Biener ---
Author: rguenth
Date: Thu Jun 22 11:46:45 2017
New Revision: 249552
URL: https://gcc.gnu.org/viewcvs?rev=249552&root=gcc&view=rev
Log:
2017-06-22 Richard Biener
Backport from mainline
2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79552
--- Comment #12 from Richard Biener ---
Author: rguenth
Date: Thu Jun 22 11:46:45 2017
New Revision: 249552
URL: https://gcc.gnu.org/viewcvs?rev=249552&root=gcc&view=rev
Log:
2017-06-22 Richard Biener
Backport from mainline
2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81173
Jonathan Wakely changed:
What|Removed |Added
Known to work||7.1.1
Summary|bootstrap-ubs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79552
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81174
Bug ID: 81174
Summary: bswap not recognized in |= statement
Product: gcc
Version: 6.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: rtl-optimiza
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78049
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69953
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79849
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80909
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80879
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80663
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80589
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79850
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56469
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79155
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80853
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53915
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31468
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80809
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80879
--- Comment #3 from Martin Liška ---
Author: marxin
Date: Thu Jun 22 11:41:09 2017
New Revision: 249551
URL: https://gcc.gnu.org/viewcvs?rev=249551&root=gcc&view=rev
Log:
Backport r249368
2017-06-22 Martin Liska
Backport from mainli
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80918
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80984
Jakub Jelinek changed:
What|Removed |Added
Summary|[5/6 Regression] ICE with |[5 Regression] ICE with
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80822
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79155
--- Comment #6 from Martin Liška ---
Author: marxin
Date: Thu Jun 22 11:40:43 2017
New Revision: 249550
URL: https://gcc.gnu.org/viewcvs?rev=249550&root=gcc&view=rev
Log:
Backport r248729
2017-06-22 Martin Liska
Backport from mainli
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80973
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80909
--- Comment #6 from Martin Liška ---
Author: marxin
Date: Thu Jun 22 11:40:15 2017
New Revision: 249549
URL: https://gcc.gnu.org/viewcvs?rev=249549&root=gcc&view=rev
Log:
Backport r248647
2017-06-22 Martin Liska
Backport from mainli
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81154
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80663
--- Comment #6 from Martin Liška ---
Author: marxin
Date: Thu Jun 22 11:40:00 2017
New Revision: 249548
URL: https://gcc.gnu.org/viewcvs?rev=249548&root=gcc&view=rev
Log:
Backport r248489
2017-06-22 Martin Liska
Backport from mainli
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81130
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81173
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79850
--- Comment #6 from Martin Liška ---
Author: marxin
Date: Thu Jun 22 11:39:26 2017
New Revision: 249547
URL: https://gcc.gnu.org/viewcvs?rev=249547&root=gcc&view=rev
Log:
Backport r248089
2017-06-22 Martin Liska
Backport from mainli
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79849
--- Comment #5 from Martin Liška ---
Author: marxin
Date: Thu Jun 22 11:39:26 2017
New Revision: 249547
URL: https://gcc.gnu.org/viewcvs?rev=249547&root=gcc&view=rev
Log:
Backport r248089
2017-06-22 Martin Liska
Backport from mainli
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31468
--- Comment #6 from Martin Liška ---
Author: marxin
Date: Thu Jun 22 11:38:56 2017
New Revision: 249546
URL: https://gcc.gnu.org/viewcvs?rev=249546&root=gcc&view=rev
Log:
Backport r248060
2017-06-22 Martin Liska
Backport from mainli
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80589
--- Comment #6 from Martin Liška ---
Author: marxin
Date: Thu Jun 22 11:38:22 2017
New Revision: 249544
URL: https://gcc.gnu.org/viewcvs?rev=249544&root=gcc&view=rev
Log:
Backport r247485
2017-06-22 Martin Liska
Backport from mainli
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53915
--- Comment #12 from Martin Liška ---
Author: marxin
Date: Thu Jun 22 11:37:13 2017
New Revision: 249541
URL: https://gcc.gnu.org/viewcvs?rev=249541&root=gcc&view=rev
Log:
Backport r247375
2017-06-22 Martin Liska
Backport from mainl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56469
--- Comment #6 from Martin Liška ---
Author: marxin
Date: Thu Jun 22 11:36:56 2017
New Revision: 249540
URL: https://gcc.gnu.org/viewcvs?rev=249540&root=gcc&view=rev
Log:
Backport r247371
2017-06-22 Martin Liska
Backport from mainli
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81154
--- Comment #6 from Jakub Jelinek ---
Author: jakub
Date: Thu Jun 22 11:34:39 2017
New Revision: 249539
URL: https://gcc.gnu.org/viewcvs?rev=249539&root=gcc&view=rev
Log:
Backported from mainline
2017-06-21 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81115
Zenithar Champion changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79155
--- Comment #5 from Martin Liška ---
Author: marxin
Date: Thu Jun 22 11:31:28 2017
New Revision: 249538
URL: https://gcc.gnu.org/viewcvs?rev=249538&root=gcc&view=rev
Log:
Backport r248729
2017-06-22 Martin Liska
Backport from mainli
1 - 100 of 185 matches
Mail list logo