https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86218
Alexandre Oliva changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88919
--- Comment #9 from rguenther at suse dot de ---
On Wed, 6 Feb 2019, wschmidt at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88919
>
> Bill Schmidt changed:
>
>What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88919
--- Comment #10 from rguenther at suse dot de ---
On Wed, 6 Feb 2019, wschmidt at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88919
>
> --- Comment #8 from Bill Schmidt ---
> My mistake. The patch did land on 1-22.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87929
--- Comment #4 from Richard Biener ---
Author: rguenth
Date: Thu Feb 7 08:16:07 2019
New Revision: 268608
URL: https://gcc.gnu.org/viewcvs?rev=268608&root=gcc&view=rev
Log:
2019-02-07 Richard Biener
Backport from mainline
20
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88415
--- Comment #6 from Richard Biener ---
Author: rguenth
Date: Thu Feb 7 08:16:07 2019
New Revision: 268608
URL: https://gcc.gnu.org/viewcvs?rev=268608&root=gcc&view=rev
Log:
2019-02-07 Richard Biener
Backport from mainline
20
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88030
--- Comment #4 from Richard Biener ---
Author: rguenth
Date: Thu Feb 7 08:16:07 2019
New Revision: 268608
URL: https://gcc.gnu.org/viewcvs?rev=268608&root=gcc&view=rev
Log:
2019-02-07 Richard Biener
Backport from mainline
20
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88448
--- Comment #4 from Richard Biener ---
Author: rguenth
Date: Thu Feb 7 08:16:07 2019
New Revision: 268608
URL: https://gcc.gnu.org/viewcvs?rev=268608&root=gcc&view=rev
Log:
2019-02-07 Richard Biener
Backport from mainline
20
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88223
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88223
--- Comment #14 from Richard Biener ---
Author: rguenth
Date: Thu Feb 7 08:22:01 2019
New Revision: 268609
URL: https://gcc.gnu.org/viewcvs?rev=268609&root=gcc&view=rev
Log:
2019-02-07 Richard Biener
Backport from mainline
2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88105
--- Comment #3 from Richard Biener ---
Author: rguenth
Date: Thu Feb 7 08:22:01 2019
New Revision: 268609
URL: https://gcc.gnu.org/viewcvs?rev=268609&root=gcc&view=rev
Log:
2019-02-07 Richard Biener
Backport from mainline
20
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89093
--- Comment #25 from Bernd Edlinger ---
you might consider adding something like that to your patch:
Index: elf.h
===
--- elf.h (revision 268337)
+++ elf.h (working copy
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89093
--- Comment #26 from Jakub Jelinek ---
(In reply to Bernd Edlinger from comment #25)
> you might consider adding something like that to your patch:
>
> Index: elf.h
> ===
> --- elf.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89223
--- Comment #6 from Richard Biener ---
The error is clearly in the dataref code, first that it ends up asserting
instead of failing analysis and second that it, dependent on context(!) keeps
to-be
interpreted as "signed" values sizetype constants
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89223
--- Comment #7 from Richard Biener ---
The chrec in question is {8, +, 0xfffe}_1 which
wraps. The dependence code basically assumes infinite precision integers
(which we don't have) and thus cannot really handle the c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89232
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89223
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89233
Bug ID: 89233
Summary: ICE in change_address_1, at emit-rtl.c:2286
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89234
Bug ID: 89234
Summary: ICE in get_eh_region_and_lp_from_rtx at
gcc/except.c:1824
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89223
--- Comment #9 from Richard Biener ---
Created attachment 45624
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45624&action=edit
patch I am testing
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89235
Bug ID: 89235
Summary: ICE: tree check: expected block, have in inlining_chain_to_json, at
optinfo-emit-json.cc:285
Product: gcc
Version: 9.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89232
--- Comment #2 from pere at hungry dot com ---
Aha. I thought valid C code would also be valid C++ code, and this belief
became stronger when clang (and clang++) would accept the code. Is there a
list of C headers not supported by C++?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86960
Alexandre Oliva changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86960
--- Comment #4 from Alexandre Oliva ---
AFAICT the problem is that we do not substitute the type pack into the arg pack
when specializing the enclosing template. That specialization removes one
template level from the nested template, so we can'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89236
Bug ID: 89236
Summary: Intrinsic documentation changes for intrinsics
affected by GNU extension
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89024
--- Comment #11 from Christophe Lyon ---
Author: clyon
Date: Thu Feb 7 10:21:11 2019
New Revision: 268613
URL: https://gcc.gnu.org/viewcvs?rev=268613&root=gcc&view=rev
Log:
[testsuite] Fix g++.dg/cpp0x/enum37.C testcase.
2019-02-07 Christophe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89024
Christophe Lyon changed:
What|Removed |Added
CC||clyon at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89236
--- Comment #1 from MarkEggleston ---
Created attachment 45627
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45627&action=edit
Change log for gcc/fortran for patch
No date as it should inserted when patch is committed.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89234
Segher Boessenkool changed:
What|Removed |Added
Target|ppc64le-linux-gnu, |powerpc*-*-*
|ppc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89234
--- Comment #2 from Segher Boessenkool ---
"Works fine for C"... With the error
error: can't mix operands of decimal float and other float types
that is.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89236
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88850
Tamar Christina changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89232
--- Comment #3 from Jonathan Wakely ---
The standard C++ headers are listed at:
https://en.cppreference.com/w/cpp/header
It does have an "Unsupported C headers" section:
https://en.cppreference.com/w/cpp/header#Unsupported_C_headers
"The C head
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89232
--- Comment #4 from Jonathan Wakely ---
The reason you get a warning from cc (and clang) is that your function
sometimes returns, which would lead to undefined behaviour. You are misusing
noreturn.
The noreturn specifier/attribute means the func
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87118
--- Comment #3 from Sameeran Joshi ---
comfirmed on gcc-9.0
Currently, I tested on gcc-9.0, I could reproduce the same there.
I found the crash function name differs this time, from the previous function
name, whereas the backtrack remains the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89236
--- Comment #3 from MarkEggleston ---
Looks like I missed MIN with literals.
integer(2) :: a2
integer(4) :: a4
write(*,*) kind(max(7, 9_1))
write(*,*) kind(max(7_2, 9))
write(*,*) kind(max(a2, a4))
write(*,*) kind(min(7_2, 9))
write(*,*) kind(mi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89237
Bug ID: 89237
Summary: Partial specialization incorrectly marked as ambiguous
Product: gcc
Version: 8.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89238
Bug ID: 89238
Summary: cc1 hangs after
Product: gcc
Version: 8.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
Assi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89235
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84075
--- Comment #9 from Christoph Hertzberg
---
Independent of this issue, the forward declaration in
boost/serialization/shared_ptr_helper.hpp does not make sense. I created a PR
to fix that:
https://github.com/boostorg/serialization/pull/144
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78063
--- Comment #6 from Martin Liška ---
I can confirm LTO bootstrapped GCC can properly report backtraces for an ICE.
Moreover, asan.exp tests work fine (compiled with -flto).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88919
--- Comment #11 from Bill Schmidt ---
Thanks! Bill Seurer, can you please verify this is fixed with GCC 8?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89236
MarkEggleston changed:
What|Removed |Added
Attachment #45626|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84402
Giuliano Belinassi changed:
What|Removed |Added
CC||giuliano.belinassi at usp dot
br
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89234
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88723
--- Comment #11 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:25:01 2019
New Revision: 268617
URL: https://gcc.gnu.org/viewcvs?rev=268617&root=gcc&view=rev
Log:
Backported from mainline
2019-01-07 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88635
--- Comment #6 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:25:01 2019
New Revision: 268617
URL: https://gcc.gnu.org/viewcvs?rev=268617&root=gcc&view=rev
Log:
Backported from mainline
2019-01-07 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88714
--- Comment #41 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:27:09 2019
New Revision: 268619
URL: https://gcc.gnu.org/viewcvs?rev=268619&root=gcc&view=rev
Log:
Backported from mainline
2019-01-11 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84402
--- Comment #27 from Martin Liška ---
> Since gimple-match.c takes so long to compile, I was wondering if it might
> be possible to reorder the compilation so we can push its compilation early
> in the dependency graph.
No, the proper fix would
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84075
--- Comment #10 from Gael Guennebaud ---
I created a simplified example that has no dependencies at all:
https://godbolt.org/z/uIy1Uu
You can workaround the compilation issue by either:
#1 - commenting line 16 and uncommenting line 15,
i.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88734
--- Comment #12 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:30:48 2019
New Revision: 268622
URL: https://gcc.gnu.org/viewcvs?rev=268622&root=gcc&view=rev
Log:
Backported from mainline
2019-01-17 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88870
--- Comment #6 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:29:14 2019
New Revision: 268621
URL: https://gcc.gnu.org/viewcvs?rev=268621&root=gcc&view=rev
Log:
Backported from mainline
2019-01-17 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49429
--- Comment #22 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:35:30 2019
New Revision: 268626
URL: https://gcc.gnu.org/viewcvs?rev=268626&root=gcc&view=rev
Log:
Backported from mainline
2019-01-22 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88905
--- Comment #7 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:36:20 2019
New Revision: 268627
URL: https://gcc.gnu.org/viewcvs?rev=268627&root=gcc&view=rev
Log:
Backported from mainline
2019-01-22 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88906
--- Comment #10 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:35:30 2019
New Revision: 268626
URL: https://gcc.gnu.org/viewcvs?rev=268626&root=gcc&view=rev
Log:
Backported from mainline
2019-01-22 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88949
--- Comment #4 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:34:32 2019
New Revision: 268625
URL: https://gcc.gnu.org/viewcvs?rev=268625&root=gcc&view=rev
Log:
Backported from mainline
2019-01-21 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88965
--- Comment #9 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:38:15 2019
New Revision: 268629
URL: https://gcc.gnu.org/viewcvs?rev=268629&root=gcc&view=rev
Log:
Backported from mainline
2019-01-22 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88902
--- Comment #9 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:33:07 2019
New Revision: 268623
URL: https://gcc.gnu.org/viewcvs?rev=268623&root=gcc&view=rev
Log:
Backported from mainline
2019-01-19 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568
--- Comment #11 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:26:06 2019
New Revision: 268618
URL: https://gcc.gnu.org/viewcvs?rev=268618&root=gcc&view=rev
Log:
Backported from mainline
2019-01-10 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88964
--- Comment #12 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:39:13 2019
New Revision: 268630
URL: https://gcc.gnu.org/viewcvs?rev=268630&root=gcc&view=rev
Log:
Backported from mainline
2019-01-23 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88901
--- Comment #6 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:33:51 2019
New Revision: 268624
URL: https://gcc.gnu.org/viewcvs?rev=268624&root=gcc&view=rev
Log:
Backported from mainline
2019-01-21 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88976
--- Comment #4 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:40:13 2019
New Revision: 268631
URL: https://gcc.gnu.org/viewcvs?rev=268631&root=gcc&view=rev
Log:
Backported from mainline
2019-01-24 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86334
--- Comment #5 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:35:30 2019
New Revision: 268626
URL: https://gcc.gnu.org/viewcvs?rev=268626&root=gcc&view=rev
Log:
Backported from mainline
2019-01-22 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49454
--- Comment #10 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:35:30 2019
New Revision: 268626
URL: https://gcc.gnu.org/viewcvs?rev=268626&root=gcc&view=rev
Log:
Backported from mainline
2019-01-22 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88968
--- Comment #7 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:37:26 2019
New Revision: 268628
URL: https://gcc.gnu.org/viewcvs?rev=268628&root=gcc&view=rev
Log:
Backported from mainline
2019-01-22 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89239
Bug ID: 89239
Summary: gcc claims that this expression is not constexpr
Product: gcc
Version: 8.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88964
--- Comment #13 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:40:50 2019
New Revision: 268632
URL: https://gcc.gnu.org/viewcvs?rev=268632&root=gcc&view=rev
Log:
Backported from mainline
2019-01-24 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86960
--- Comment #5 from Alexandre Oliva ---
Created attachment 45631
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45631&action=edit
hack that allows the testcase to compile
This patchlet enables compilation of the testcase, but it's most def
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89233
Jakub Jelinek changed:
What|Removed |Added
Priority|P3 |P1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87295
--- Comment #15 from Jan Hubicka ---
I now can build Firefox with gdb, but debugging experience is not optimal. Gdb
starts and when I start firefox it stops itself. After doing "fg" it complains
about dwarf headers
hubicka@lomikamen-jh:/aux/hubic
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87214
--- Comment #26 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:42:54 2019
New Revision: 268633
URL: https://gcc.gnu.org/viewcvs?rev=268633&root=gcc&view=rev
Log:
Backported from mainline
2019-01-27 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89073
--- Comment #5 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:43:41 2019
New Revision: 268634
URL: https://gcc.gnu.org/viewcvs?rev=268634&root=gcc&view=rev
Log:
Backported from mainline
2019-01-28 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89233
Ilya Leoshkevich changed:
What|Removed |Added
CC||iii at linux dot ibm.com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89002
--- Comment #6 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:44:31 2019
New Revision: 268635
URL: https://gcc.gnu.org/viewcvs?rev=268635&root=gcc&view=rev
Log:
Backported from mainline
2019-01-28 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89104
--- Comment #7 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:45:41 2019
New Revision: 268636
URL: https://gcc.gnu.org/viewcvs?rev=268636&root=gcc&view=rev
Log:
Backported from mainline
2019-01-29 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66676
--- Comment #7 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:45:41 2019
New Revision: 268636
URL: https://gcc.gnu.org/viewcvs?rev=268636&root=gcc&view=rev
Log:
Backported from mainline
2019-01-29 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89105
--- Comment #5 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:46:32 2019
New Revision: 268637
URL: https://gcc.gnu.org/viewcvs?rev=268637&root=gcc&view=rev
Log:
Backported from mainline
2019-01-30 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88988
--- Comment #6 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:47:18 2019
New Revision: 268638
URL: https://gcc.gnu.org/viewcvs?rev=268638&root=gcc&view=rev
Log:
Backported from mainline
2019-01-30 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89124
--- Comment #7 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:48:43 2019
New Revision: 268639
URL: https://gcc.gnu.org/viewcvs?rev=268639&root=gcc&view=rev
Log:
Backported from mainline
2019-01-31 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88107
--- Comment #7 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:51:41 2019
New Revision: 268640
URL: https://gcc.gnu.org/viewcvs?rev=268640&root=gcc&view=rev
Log:
Backported from mainline
2019-02-01 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89084
--- Comment #17 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:52:41 2019
New Revision: 268642
URL: https://gcc.gnu.org/viewcvs?rev=268642&root=gcc&view=rev
Log:
Backported from mainline
2019-02-01 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83246
--- Comment #8 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:52:41 2019
New Revision: 268642
URL: https://gcc.gnu.org/viewcvs?rev=268642&root=gcc&view=rev
Log:
Backported from mainline
2019-02-01 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87887
--- Comment #3 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:53:33 2019
New Revision: 268643
URL: https://gcc.gnu.org/viewcvs?rev=268643&root=gcc&view=rev
Log:
Backported from mainline
2019-02-02 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87295
--- Comment #16 from Jan Hubicka ---
GDB PR is now https://sourceware.org/bugzilla/show_bug.cgi?id=24189
lldb complains too
error: libxul.so {0x0077}: invalid abbreviation code 42879271, please file
a bug and attach the file at the start of t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88714
--- Comment #42 from Matthew Malcomson ---
Author: matmal01
Date: Thu Feb 7 14:54:15 2019
New Revision: 268644
URL: https://gcc.gnu.org/viewcvs?rev=268644&root=gcc&view=rev
Log:
[Patch] [arm] Fix 88714, Arm LDRD/STRD peepholes.
These peepholes
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89186
--- Comment #6 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:54:16 2019
New Revision: 268645
URL: https://gcc.gnu.org/viewcvs?rev=268645&root=gcc&view=rev
Log:
Backported from mainline
2019-02-05 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89195
--- Comment #14 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:55:04 2019
New Revision: 268646
URL: https://gcc.gnu.org/viewcvs?rev=268646&root=gcc&view=rev
Log:
Backported from mainline
2019-02-05 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89188
--- Comment #5 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:55:50 2019
New Revision: 268647
URL: https://gcc.gnu.org/viewcvs?rev=268647&root=gcc&view=rev
Log:
Backported from mainline
2019-02-05 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11304
--- Comment #7 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:56:24 2019
New Revision: 268648
URL: https://gcc.gnu.org/viewcvs?rev=268648&root=gcc&view=rev
Log:
Backported from mainline
2019-02-05 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89211
--- Comment #6 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:58:21 2019
New Revision: 268650
URL: https://gcc.gnu.org/viewcvs?rev=268650&root=gcc&view=rev
Log:
Backported from mainline
2019-02-06 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89187
--- Comment #9 from Jakub Jelinek ---
Author: jakub
Date: Thu Feb 7 14:57:29 2019
New Revision: 268649
URL: https://gcc.gnu.org/viewcvs?rev=268649&root=gcc&view=rev
Log:
Backported from mainline
2019-02-05 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88919
seurer at gcc dot gnu.org changed:
What|Removed |Added
CC||tamar.christina at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88870
Jakub Jelinek changed:
What|Removed |Added
Summary|[7/8 Regression] ICE: |[7 Regression] ICE:
|S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88635
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88107
Jakub Jelinek changed:
What|Removed |Added
Summary|[7/8 Regression] ICE in |[7 Regression] ICE in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88734
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88902
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88901
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88905
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88906
--- Comment #11 from Jakub Jelinek ---
Fixed for 8.3+ too.
1 - 100 of 195 matches
Mail list logo