https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85721
--- Comment #4 from Mathias Stearn ---
Marc Glisse pointed out at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85720#c3 that my I missed an
aliasing case when I created this ticket. memmove isn't a valid replacement if
out is in the range (in, in
https://noblelift.us10.list-manage.com/track/click?u=e8aec7d772de62b3b6c40316a&id=218fb2531d&e=7264378baa
Noblelift at CEMAT 2018 Hannover, Germany
https://noblelift.us10.list-manage.com/track/click?u=e8aec7d772de62b3b6c40316a&id=3ca9d9285f&e=7264378baa
Noblelift @ CeMAT 2018 in Hannover Germany
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85727
Bug ID: 85727
Summary: ICE in simplify_subreg, at simplify-rtx.c:6271
Product: gcc
Version: unknown
Status: UNCONFIRMED
Keywords: ice-checking, ice-on-valid-code
Severity
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84797
Jim Wilson changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82092
Eric Gallager changed:
What|Removed |Added
Summary|gcc fails to link genmodes |[8/9 regression] gcc fails
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85716
Eric Gallager changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85726
--- Comment #1 from Hans-Peter Nilsson ---
Created attachment 44107
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44107&action=edit
test-case
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85726
Hans-Peter Nilsson changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85726
Bug ID: 85726
Summary: div C1 to div C2 match.pd suboptimization
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-opti
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85725
Bug ID: 85725
Summary: strchr and strstr of a one-element array with a
non-empty string can be assumed to return null
Product: gcc
Version: 8.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80354
--- Comment #9 from Mike Sharov ---
(In reply to Martin Sebor from comment #8)
> A simple way to avoid the warning while also avoiding bugs resulting from
> unhandled truncation is to detect it and abort if it happens, e.g.
First of all, you mig
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85724
Bug ID: 85724
Summary: strspn of one-element arrays can be assumed to return
zero
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25829
Nicolas Koenig changed:
What|Removed |Added
Attachment #44034|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85723
Bug ID: 85723
Summary: [C++17][DR 1496] __is_trivial intrinsic fails with no
trivial non-deleted default c'tor
Product: gcc
Version: 8.1.0
Status: UNCONFIRMED
S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80354
--- Comment #8 from Martin Sebor ---
The problem in the pathname example is one of the bugs the warning is meant to
prevent. Allowing a pathname to be silently truncated can lead to bugs -- see
CWE 22 for some background and CVE-2002-0499 for an
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84797
--- Comment #4 from Jim Wilson ---
Author: wilson
Date: Wed May 9 21:17:14 2018
New Revision: 260096
URL: https://gcc.gnu.org/viewcvs?rev=260096&root=gcc&view=rev
Log:
RISC-V: Add with-multilib-list support.
gcc/
PR target/8479
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19808
Manuel López-Ibáñez changed:
What|Removed |Added
Keywords||patch
--- Comment #43 from Manuel
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19808
--- Comment #42 from Roger Weber ---
I posted the latest duplicate of this bug, and I don't know anything about how
gcc works. I am very grateful for the hard work you guys put into this, but
just looking at the data. This bug was first reported
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85722
--- Comment #4 from Jonathan Wakely ---
(In reply to Chris Giorgi from comment #1)
> Created attachment 44102 [details]
> config.log
Configure command is:
../gcc-7.3.1/configure --disable-libssp --enable-multilib
--enable-version-specific-runti
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85722
Jonathan Wakely changed:
What|Removed |Added
Attachment #44101|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85720
--- Comment #4 from Mathias Stearn ---
(In reply to Marc Glisse from comment #3)
> Again, you are ignoring aliasing issues (just like in your other PR the
> function copy isn't equivalent to memmove). Does adding __restrict change
> the result? A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85698
--- Comment #3 from Pat Haugen ---
(In reply to Richard Biener from comment #2)
>
> Can you help me with isolating this to a single function inside that file?
> Maybe try sticking __attribute__((optimize("no-tree-vectorize"))) on some
> function
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85722
--- Comment #2 from Chris Giorgi ---
Can not attach libffi.log to bug because of bugzilla software error:
"Wide character in compress at Bugzilla/Attachment.pm line 859."
Please see http://termbin.com/zyur9 for content of file.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85722
--- Comment #1 from Chris Giorgi ---
Created attachment 44102
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44102&action=edit
config.log
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80354
Mike Sharov changed:
What|Removed |Added
CC||msharov at users dot
sourceforge.n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85722
Bug ID: 85722
Summary: testsuite failure in libffi
Product: gcc
Version: 7.3.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libffi
Assi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85713
Paolo Carlini changed:
What|Removed |Added
Keywords|ice-on-invalid-code |ice-on-valid-code
Summary|[9
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85713
--- Comment #6 from paolo at gcc dot gnu.org ---
Author: paolo
Date: Wed May 9 19:46:47 2018
New Revision: 260092
URL: https://gcc.gnu.org/viewcvs?rev=260092&root=gcc&view=rev
Log:
2018-05-09 Paolo Carlini
PR c++/85713
* g++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85721
--- Comment #3 from Mathias Stearn ---
@Jonathan Wakely, that is because std::copy cheats and calls memmove directly.
A slight modification of the type that shouldn't matter defeats that
optimization and causes both forms to degrade to byte-by-by
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85720
--- Comment #3 from Marc Glisse ---
(In reply to Mathias Stearn from comment #2)
> Hmm. Taking the example from the -ftree-loop-distribute-patterns
> documentation, it still seems to generate poor code, this time at both -O2
> and -O3: https://go
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85721
--- Comment #2 from Jonathan Wakely ---
#include
void copy2(char* out, const char* in, SIZE_T n) {
std::copy(in, in+n, out);
}
At -O3:
copy2(char*, char const*, unsigned long):
test rdx, rdx
jne .L21
ret
.L21:
jmp memmove
#includ
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29557
Chris Giorgi changed:
What|Removed |Added
CC||chrisgiorgi at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85720
--- Comment #2 from Mathias Stearn ---
Hmm. Taking the example from the -ftree-loop-distribute-patterns documentation,
it still seems to generate poor code, this time at both -O2 and -O3:
https://godbolt.org/g/EsQDj8
Why isn't that transformed t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85721
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Component|c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85721
Bug ID: 85721
Summary: bad codegen for looped copy of primitives at -O2 and
-O3 (differently bad)
Product: gcc
Version: 8.1.0
Status: UNCONFIRMED
Severity: norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82092
--- Comment #10 from Ryan Schmidt ---
Is gcc8 ever going to be buildable on macOS again? It's been unbuildable for 11
months now.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85720
--- Comment #1 from Andrew Pinski ---
That is because -ftree-loop-distribute-patterns is turned on only for -O3 and
above.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85720
Bug ID: 85720
Summary: bad codegen for looped assignment of primitives at -O2
Product: gcc
Version: 8.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85716
--- Comment #4 from David Malcolm ---
Also, I'm not sure if it's available, but if we could print the
parent process and commandline passed at the beginning of an error report, and
tag the output for the error report with the PIDs, it would make
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82131
Uroš Bizjak changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85716
--- Comment #3 from David Malcolm ---
More from #gcc on freenode:
dmalcolm - A flag to have gcc spit out what it's doing on
long-runnign compiles would be immensely useful! I'm still trying to debug
compile runs with checking=all running incred
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85707
--- Comment #9 from Martin Sebor ---
The purpose of friendship is to grant access to class members that would
otherwise be inaccessible. The purpose of constructors is to establish class
invariants, and it is the responsibility of member functio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82967
David Malcolm changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82967
--- Comment #3 from David Malcolm ---
Another example:
ia3230612.c:4:41: error: '__i386__' undeclared here (not in a function); did
you mean '__DATE__'?
&& sizeof (long) == 4 ? 1 : -1] = { __i386__ };
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85599
--- Comment #15 from Steve Kargl ---
On Wed, May 09, 2018 at 10:25:59AM +, janus at gcc dot gnu.org wrote:
>
> --- Comment #14 from janus at gcc dot gnu.org ---
> (In reply to Dominique d'Humieres from comment #10)
> > Am I mistaken to read
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85719
Bug ID: 85719
Summary: Unclear docs for AVR io attribute
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Keywords: documentation
Severity: normal
Priority: P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85718
Jonathan Wakely changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85718
--- Comment #3 from Andreas Schwab ---
See gcc/config/mips/mips.c:mips_build_builtin_va_list. va_list is a simple
void* unless compiling for EABI.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85713
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85718
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84588
Paolo Carlini changed:
What|Removed |Added
Summary|[8 Regression] internal |[8/9 Regression] internal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84588
--- Comment #9 from paolo at gcc dot gnu.org ---
Author: paolo
Date: Wed May 9 16:19:09 2018
New Revision: 260087
URL: https://gcc.gnu.org/viewcvs?rev=260087&root=gcc&view=rev
Log:
/cp
2018-05-09 Paolo Carlini
PR c++/85713
R
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85713
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85713
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84588
--- Comment #8 from paolo at gcc dot gnu.org ---
Author: paolo
Date: Wed May 9 16:17:36 2018
New Revision: 260086
URL: https://gcc.gnu.org/viewcvs?rev=260086&root=gcc&view=rev
Log:
/cp
2018-05-09 Paolo Carlini
PR c++/85713
R
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85718
luke at diamand dot org changed:
What|Removed |Added
CC||luke at diamand dot org
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85713
--- Comment #2 from paolo at gcc dot gnu.org ---
Author: paolo
Date: Wed May 9 16:17:36 2018
New Revision: 260086
URL: https://gcc.gnu.org/viewcvs?rev=260086&root=gcc&view=rev
Log:
/cp
2018-05-09 Paolo Carlini
PR c++/85713
R
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83201
john henning changed:
What|Removed |Added
CC||mailboxnotfound at yahoo dot
com
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85713
Paolo Carlini changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|paolo.carlin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85707
--- Comment #8 from Mathias Stearn ---
> If the constructor had other side-effects (e.g., count
> the number of objects of the class) bypassing it could
> violate the invariant.
I thought one of the points of friendship was to allow friends t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82901
Tom de Vries changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82901
--- Comment #3 from Tom de Vries ---
Author: vries
Date: Wed May 9 16:01:30 2018
New Revision: 260085
URL: https://gcc.gnu.org/viewcvs?rev=260085&root=gcc&view=rev
Log:
[openacc, libgomp] Use GOMP_ASYNC_SYNC in GOACC_declare
2018-05-09 Tom de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85718
Bug ID: 85718
Summary: Incorrect name mangling for va_list on mipsel
Product: gcc
Version: 7.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85716
--- Comment #2 from David Malcolm ---
(or indeed, showing GGC usage)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85716
--- Comment #1 from David Malcolm ---
Another idea: maybe reuse the hierarchical logging support from libgccjit?
(possibly with an option to add timestamps or somesuch).
See:
https://gcc.gnu.org/onlinedocs/jit/internals/index.html#example-of-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85707
Martin Sebor changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85717
Bug ID: 85717
Summary: anonymous union in initializer list : do not handle
the types correctly
Product: gcc
Version: 5.3.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85699
--- Comment #4 from Andrey Guskov ---
Jakub, here is the requested output:
bug at 136 aa == -3.36210314311209350626267781732175260e-4932L / 4.0L +
3.64519953188247460252840593361941982e-4951L
bug at 145 aa == -3.362103143112093506262677817321752
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85716
David Malcolm changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |dmalcolm at gcc dot
gnu.org
Ta
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85716
Bug ID: 85716
Summary: No easy way for end-user to tell what GCC is doing
when compilation is slow
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19808
--- Comment #41 from Manuel López-Ibáñez ---
All these cases can be handled perfectly by the FE and there's a patch
above.
Why complicate it by expecting the ME to understand C++ mem-initializer
semantics?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19808
--- Comment #40 from Jason Merrill ---
(In reply to Richard Biener from comment #39)
> so - how do I make X::X used and thus prevail? It looks like it doesn't
> really exist
True, for C++14 and up, "X x{};" does aggregate initialization rather
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85715
Bug ID: 85715
Summary: internal compiler error: in reshape_init_class ( in
anonymous union )
Product: gcc
Version: 5.3.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59832
claudio daffra changed:
What|Removed |Added
CC||daffra.claudio at gmail dot com
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85712
Bill Schmidt changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |wschmidt at gcc dot
gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85714
--- Comment #1 from Thomas Otto ---
Created attachment 44098
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44098&action=edit
-Werror=implicit-fallthrough false positive demo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83792
Tom de Vries changed:
What|Removed |Added
Target Milestone|--- |9.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85714
Bug ID: 85714
Summary: -Wimplicit-fallthrough and nested exhaustive switch
statements with enum classes and return
Product: gcc
Version: 8.1.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83792
Tom de Vries changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83792
--- Comment #3 from Tom de Vries ---
Author: vries
Date: Wed May 9 13:52:49 2018
New Revision: 260081
URL: https://gcc.gnu.org/viewcvs?rev=260081&root=gcc&view=rev
Log:
[openacc] Factor out async argument utility functions
2018-05-09 Tom de V
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85712
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85713
Martin Liška changed:
What|Removed |Added
Keywords||ice-on-invalid-code
Status|UN
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85713
Bug ID: 85713
Summary: [9 Regression] ICE in dependent_type_p, at
cp/pt.c:24582 on invalid code
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84332
--- Comment #1 from Martin Liška ---
May I please ping this..
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85711
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
CC||ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85712
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85712
Bug ID: 85712
Summary: [8/9 Regression] ICE in all_phi_incrs_profitable_1 at
gcc/gimple-ssa-strength-reduction.c:3479
Product: gcc
Version: unknown
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85710
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85711
Bug ID: 85711
Summary: ICE in aarch64_classify_address, at
config/aarch64/aarch64.c:5678
Product: gcc
Version: unknown
Status: UNCONFIRMED
Keywords: ice-on-vali
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85699
--- Comment #3 from Jakub Jelinek ---
Created attachment 44097
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44097&action=edit
gcc9-pr85699.patch
Untested workaround (if we want to workaround libc bugs in the testsuite).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85699
--- Comment #2 from Jakub Jelinek ---
If you are using glibc < 2.24, then maybe this is:
https://sourceware.org/bugzilla/show_bug.cgi?id=20205
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85607
--- Comment #3 from Martin Liška ---
Started with r259772. We should skip incomplete types in ICF. I'm cooking a
patch for that.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85583
--- Comment #5 from Martin Liška ---
Reduced test-case:
$ cat json.ii
class b {
public:
virtual ~b();
};
template class c : b {};
class B {
c d;
};
extern template class c;
main() { B a; }
$ ./xgcc -B. -flto=8 -O2 -std=gnu++17 json.ii
json
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85645
--- Comment #13 from Segher Boessenkool ---
Fixed on trunk. The comment 9 and comment 10 patches probably should be
backported.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85645
--- Comment #12 from Segher Boessenkool ---
Author: segher
Date: Wed May 9 12:51:00 2018
New Revision: 260077
URL: https://gcc.gnu.org/viewcvs?rev=260077&root=gcc&view=rev
Log:
rs6000: Give an argument to every REG_CFA_REGISTER (PR85645)
The o
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85645
--- Comment #11 from Segher Boessenkool ---
Author: segher
Date: Wed May 9 12:48:43 2018
New Revision: 260076
URL: https://gcc.gnu.org/viewcvs?rev=260076&root=gcc&view=rev
Log:
shrink-wrap: Improve spread_components (PR85645)
In the testcase f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85710
Bug ID: 85710
Summary: Enabling memset-elt-size warning causes ICE on memset
of template member array
Product: gcc
Version: 8.1.1
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85583
Martin Liška changed:
What|Removed |Added
Status|WAITING |NEW
--- Comment #4 from Martin Liška ---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85645
--- Comment #10 from Segher Boessenkool ---
Author: segher
Date: Wed May 9 12:14:39 2018
New Revision: 260075
URL: https://gcc.gnu.org/viewcvs?rev=260075&root=gcc&view=rev
Log:
regrename: Don't rename the dest of a REG_CFA_REGISTER (PR85645)
W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85616
Richard Earnshaw changed:
What|Removed |Added
Resolution|FIXED |INVALID
--- Comment #7 from Richard E
1 - 100 of 137 matches
Mail list logo