https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69224
--- Comment #14 from rguenther at suse dot de ---
On Mon, 23 Jul 2018, law at redhat dot com wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69224
>
> --- Comment #13 from Jeffrey A. Law ---
> Agreed. I don't see a lot of value in backp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68836
--- Comment #3 from rguenther at suse dot de ---
On Tue, 24 Jul 2018, egallager at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68836
>
> Eric Gallager changed:
>
>What|Removed |Add
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86653
Bug ID: 86653
Summary: UBSAN error: cp/parser.c:11760:19: runtime error: load
of value 10, which is not a valid value for type
'bool'
Product: gcc
Version: 9.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84640
--- Comment #5 from Martin Liška ---
Any progress about this?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86653
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85969
Georg-Johann Lay changed:
What|Removed |Added
Priority|P3 |P5
Status|WAITING
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654
Bug ID: 86654
Summary: [9 Regression] ICE in gen_member_die, at
dwarf2out.c:24933
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654
--- Comment #1 from Martin Liška ---
Created attachment 44426
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44426&action=edit
test-case 1/4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654
--- Comment #2 from Martin Liška ---
Created attachment 44427
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44427&action=edit
test-case 2/4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654
--- Comment #3 from Martin Liška ---
Created attachment 44428
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44428&action=edit
test-case 3/4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654
--- Comment #4 from Martin Liška ---
Created attachment 44429
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44429&action=edit
test-case 4/4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86651
U.Mutlu changed:
What|Removed |Added
CC||um at mutluit dot com
--- Comment #1 from U.Mu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86267
--- Comment #2 from Matthias Kretz ---
Sorry for the delay. Vacation...
This pattern appears in many variations in the implementation of
wg21.link/p0214r9. The fixed_size ABI tag used with a simd_mask type
requires a decision from the implemente
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18501
Michael Veksler changed:
What|Removed |Added
CC||mickey.veksler at gmail dot com
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654
--- Comment #6 from Richard Biener ---
So it doesn't seem to be the same issue as the last one but with SCC size != 1
since the following doesn't make it ICE for me:
Index: lto/lto.c
==
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83938
François Dumont changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86649
--- Comment #2 from Jakub Jelinek ---
Author: jakub
Date: Tue Jul 24 10:24:00 2018
New Revision: 262942
URL: https://gcc.gnu.org/viewcvs?rev=262942&root=gcc&view=rev
Log:
PR testsuite/86649
* g++.dg/tree-ssa-/pr19476-1.C: Check d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86655
Bug ID: 86655
Summary: std::assoc_legendre should not constrain the value of
m
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priority
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86655
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86652
Jonathan Wakely changed:
What|Removed |Added
Keywords||accepts-invalid
Status|UNC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86475
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57160
--- Comment #11 from janus at gcc dot gnu.org ---
Patch posted at: https://gcc.gnu.org/ml/fortran/2018-07/msg00086.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57160
--- Comment #12 from Dominique d'Humieres ---
> Patch posted at: https://gcc.gnu.org/ml/fortran/2018-07/msg00086.html
Don't abuse any optimization option.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86527
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86470
Dominique d'Humieres changed:
What|Removed |Added
Priority|P3 |P4
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86545
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86545
--- Comment #3 from Dominique d'Humieres ---
> gfortran 4.8 rejects it without ICE:
>
> character(len=:), allocatable :: cs
> 1
> Error: Deferred-length character component 'cs' at (1) is not yet supp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86656
Bug ID: 86656
Summary: Issues found with -fsanitize=address
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Keywords: meta-bug
Severity: normal
Priority: P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80798
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
Blo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86657
Bug ID: 86657
Summary: ASAN error: heap-use-after-free
gcc/fortran/symbol.c:1762 in gfc_add_flavor
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: norma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79635
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59962
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86651
--- Comment #2 from jwjagersma at gmail dot com ---
(In reply to U.Mutlu from comment #1)
> Do you get the same error if you leave out the --disable-plugin ?
Yes, same error.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86657
Dominique d'Humieres changed:
What|Removed |Added
Priority|P3 |P4
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86648
--- Comment #2 from Boris ---
(In reply to Marek Polacek from comment #1)
> I don't see any ICE with -std=c++17.
Did you try it on godbolt, or locally(maybe you have newer version than
godbolt) ?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86547
--- Comment #3 from Ilya Leoshkevich ---
I think I found an issue in spill_hard_reg_in_range().
The idea behind the rclass loop in spill_hard_reg_in_range() seems to
be: find a hard_regno, which in general conflicts with reload regno,
but does n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86547
--- Comment #4 from Ilya Leoshkevich ---
Created attachment 44430
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44430&action=edit
patch v1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654
--- Comment #7 from Martin Liška ---
With the dwarf2out.c file patches, now the library builds. But it took my ~30
minutes of linking, seeing perf top:
36.96% lto1 [.] lookup_external_ref
18.60% lto1 [.] hash_table:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68836
Eric Gallager changed:
What|Removed |Added
CC||aoliva at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85377
Martin Liška changed:
What|Removed |Added
Priority|P3 |P4
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80798
chefmax at gcc dot gnu.org changed:
What|Removed |Added
CC||chefmax at gcc dot gnu.org
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85179
Martin Liška changed:
What|Removed |Added
Priority|P3 |P4
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70966
--- Comment #3 from Jonathan Wakely ---
Author: redi
Date: Tue Jul 24 13:03:11 2018
New Revision: 262943
URL: https://gcc.gnu.org/viewcvs?rev=262943&root=gcc&view=rev
Log:
PR libstdc++/70966 fix lifetime bug for default resource
PR libs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86648
--- Comment #3 from Marek Polacek ---
Locally, with the latest trunk. Could've been fixed already.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83616
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|NEW
Assignee|marxin at gcc dot
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83616
Martin Liška changed:
What|Removed |Added
Priority|P3 |P4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83434
Martin Liška changed:
What|Removed |Added
Priority|P3 |P4
Assignee|marxin at gcc dot g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85199
Martin Liška changed:
What|Removed |Added
Priority|P3 |P4
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85299
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85297
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85294
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85274
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654
--- Comment #8 from rguenther at suse dot de ---
On Tue, 24 Jul 2018, marxin at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654
>
> --- Comment #7 from Martin Liška ---
> With the dwarf2out.c file patches, now the l
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85225
Martin Liška changed:
What|Removed |Added
Priority|P3 |P5
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85243
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85219
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85273
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85272
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86649
Richard Biener changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86648
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |9.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85245
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85218
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85202
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85333
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86651
Richard Biener changed:
What|Removed |Added
Keywords||lto
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86651
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |8.2
Summary|lto-wrapper.exe:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68663
The Written Word changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82005
--- Comment #42 from Richard Biener ---
(In reply to Iain Sandoe from comment #40)
> Created attachment 44417 [details]
> Patch series to enable copying of early debug data.
>
First thanks for continuing to look into this (and sorry for the lat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86627
--- Comment #8 from Jakub Jelinek ---
Author: jakub
Date: Tue Jul 24 14:23:18 2018
New Revision: 262948
URL: https://gcc.gnu.org/viewcvs?rev=262948&root=gcc&view=rev
Log:
PR middle-end/86627
* expmed.c (expand_divmod): Punt if d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654
--- Comment #9 from Martin Liška ---
(In reply to rguent...@suse.de from comment #8)
> On Tue, 24 Jul 2018, marxin at gcc dot gnu.org wrote:
>
> > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654
> >
> > --- Comment #7 from Martin Liška ---
t; $ gcc/inst/bin/g++ --version
> g++ (GCC) 9.0.0 20180724 (experimental)
> Copyright (C) 2018 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654
--- Comment #10 from rguenther at suse dot de ---
On Tue, 24 Jul 2018, marxin at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654
>
> --- Comment #9 from Martin Liška ---
> (In reply to rguent...@suse.de from comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86646
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86636
--- Comment #3 from David Malcolm ---
Author: dmalcolm
Date: Tue Jul 24 16:06:58 2018
New Revision: 262950
URL: https://gcc.gnu.org/viewcvs?rev=262950&root=gcc&view=rev
Log:
Fix segfault in -fsave-optimization-record (PR tree-optimization/86636)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86636
David Malcolm changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85925
--- Comment #4 from Segher Boessenkool ---
Any progress with this PR?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85610
Segher Boessenkool changed:
What|Removed |Added
CC||segher at gcc dot gnu.org
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86656
Bug 86656 depends on bug 80798, which changed state.
Bug 80798 Summary: Dynamic stack buffer (alloca) overflow in ObjC compiler.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80798
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80798
chefmax at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85476
chefmax at gcc dot gnu.org changed:
What|Removed |Added
CC||m.ostapenko at samsung dot co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654
--- Comment #11 from Richard Biener ---
OK, so patch at least regresses
FAIL: g++.dg/debug/dwarf2/lambda1.C -std=gnu++11 scan-assembler-times
DW_TAG_variable[^.]*.ascii "this.0" 2
FAIL: g++.dg/debug/dwarf2/lambda1.C -std=gnu++14 scan-assembl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86618
--- Comment #4 from rsandifo at gcc dot gnu.org
---
Author: rsandifo
Date: Tue Jul 24 18:08:19 2018
New Revision: 262951
URL: https://gcc.gnu.org/viewcvs?rev=262951&root=gcc&view=rev
Log:
Avoid &LOOP_VINFO_MASKS for bb vectorisation (PR 86618)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86448
--- Comment #2 from kelvin at gcc dot gnu.org ---
Using the GCC8 branch, svn version id 262483 (the same version tested by
Michael), I'm getting the following results:
-mcpu=power8-mcpu=power9
28.57 28.7
Assignee: unassigned at gcc dot gnu.org
Reporter: ro at gcc dot gnu.org
CC: ebotcazou at gcc dot gnu.org
Target Milestone: ---
Target: sparc-sun-solaris2.*
Between 20180723 (r262933) and 20180724 (r262948) a couple of gnat.dg tests
started to FAIL on
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86659
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |9.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86538
--- Comment #2 from Steve Ellcey ---
While I agree that we want users to use the __sync and atomic primitives,
it still seems like it would be useful in some cases to know if the LSE
operations are available and if GCC is generating code for them
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86598
--- Comment #3 from joseph at codesourcery dot com ---
On Fri, 20 Jul 2018, zhonghao at pku dot org.cn wrote:
> g++ rejects the above code:
You don't say what options you are using, or what compiler version; please
include that in future bug r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86658
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58224
janus at gcc dot gnu.org changed:
What|Removed |Added
Keywords||diagnostic
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86658
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86658
--- Comment #3 from Jonathan Wakely ---
Author: redi
Date: Tue Jul 24 20:49:10 2018
New Revision: 262952
URL: https://gcc.gnu.org/viewcvs?rev=262952&root=gcc&view=rev
Log:
PR libstdc++/86658 fix __niter_wrap to not copy invalid iterators
An out
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86631
--- Comment #1 from joseph at codesourcery dot com ---
On Sun, 22 Jul 2018, msebor at gcc dot gnu.org wrote:
> In ILP32 it sets the limit for the warning to LLONG_MAX which is greater than
> the value of PTRDIFF_MAX on the targer (the intended s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86631
--- Comment #2 from Martin Sebor ---
I just happen to be looking into this. Is there a way to defer the option
processing until after all this info is available? (When things like
ptrdiff_type_node are already initialized, or at least when the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86599
--- Comment #3 from The Written Word
---
6.4.0 and 7.3.0 exhibit the same error.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86660
Bug ID: 86660
Summary: libgomp.c++/for-15.C ICEs with nvptx offloading
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86599
The Written Word changed:
What|Removed |Added
Version|7.2.0 |8.1.0
--- Comment #4 from The Written
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86660
--- Comment #1 from cesar at gcc dot gnu.org ---
Created attachment 44431
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44431&action=edit
LTO graceful abort patch
With the LTO graceful abort patch, I now see this error:
lto1: error: Missi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86599
--- Comment #5 from The Written Word
---
(In reply to The Written Word from comment #4)
> On HP-UX 11.23/PA, this isn't an issue because of the following in
> fixincludes/inclhack.def:
> /*
> * HP-UX long_double
> */
> fix = {
> hackname
-languages=c,c++ --disable-werror --enable-multilib
Thread model: posix
gcc version 9.0.0 20180724 (experimental) [trunk revision 262942] (GCC)
$ g++-trunk abc.C
abc.C:5:31: internal compiler error: tree check: expected tree that contains
‘decl minimal’ structure, have ‘overload’ in
1 - 100 of 122 matches
Mail list logo