[Bug c++/84704] internal compiler error: gimplification failed

2018-03-04 Thread vegard.nossum at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84704 --- Comment #1 from Vegard Nossum --- I should add that both -g and (one of) -Os/-O1/-O2/-O3 seems necessary for the ICE to trigger. Also, it seems that 7.3.0 works by emitting this for -O1: b(): mov eax, DWORD PTR a[rip] mov ecx, 0 cdq

[Bug c++/84704] New: internal compiler error: gimplification failed

2018-03-04 Thread vegard.nossum at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84704 Bug ID: 84704 Summary: internal compiler error: gimplification failed Product: gcc Version: 8.0.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c+

[Bug c++/84703] New: internal compiler error: in cxx_eval_bare_aggregate, at cp/constexpr.c:2810

2018-03-04 Thread vegard.nossum at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84703 Bug ID: 84703 Summary: internal compiler error: in cxx_eval_bare_aggregate, at cp/constexpr.c:2810 Product: gcc Version: 8.0.1 Status: UNCONFIRMED Keywords: ice

[Bug c++/84702] New: internal compiler error: in tsubst_copy, at cp/pt.c:15082

2018-03-04 Thread vegard.nossum at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84702 Bug ID: 84702 Summary: internal compiler error: in tsubst_copy, at cp/pt.c:15082 Product: gcc Version: 8.0.1 Status: UNCONFIRMED Severity: normal Prio

[Bug c++/84701] New: casting to ( typeof(variable) ) gives wrong results

2018-03-04 Thread jim.avera at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84701 Bug ID: 84701 Summary: casting to ( typeof(variable) ) gives wrong results Product: gcc Version: 7.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug target/84700] New: ICE on 32-bit BE powerpc targets w/ -misel -O1

2018-03-04 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84700 Bug ID: 84700 Summary: ICE on 32-bit BE powerpc targets w/ -misel -O1 Product: gcc Version: unknown Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal

[Bug c++/84618] [8 Regression] ICE in build_capture_proxy, at cp/lambda.c:460

2018-03-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84618 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug fortran/31009] Generate conditional code to assign arrays, depending on their stride

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31009 Dominique d'Humieres changed: What|Removed |Added Status|NEW |WAITING --- Comment #6 from Domin

[Bug c++/81700] Unresolved function type when taking address of operator() of generic lambda

2018-03-04 Thread gufideg at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81700 --- Comment #1 from Guillaume Racicot --- Still happen with 7.3 and trunk on godbolt: https://godbolt.org/g/xXUn1v

[Bug fortran/59298] ICE when initialising PARAMETER array of derived-type (containing an array) using array constructor

2018-03-04 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59298 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug tree-optimization/28364] poor optimization choices when iterating over a std::string (probably not c++-specific)

2018-03-04 Thread amker.cheng at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28364 bin.cheng changed: What|Removed |Added CC||amker.cheng at gmail dot com --- Comment #31

[Bug fortran/84697] [8 Regression] minloc/maxloc not simplified with zero size

2018-03-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84697 Thomas Koenig changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug fortran/59298] ICE when initialising PARAMETER array of derived-type (containing an array) using array constructor

2018-03-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59298 --- Comment #13 from Thomas Koenig --- This still segfaults: ig25@linux-d6cw:/tmp> cat a.f90 implicit none type Plane integer :: M(1,1) end type type(Plane), parameter :: planes(1) = [ Plane(1) ] integer:: f(1,

[Bug tree-optimization/84670] [8 Regression] ICE: in compute_antic_aux, at tree-ssa-pre.c:2148 with -O2 -fno-tree-dominator-opts

2018-03-04 Thread gerald at pfeifer dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84670 Gerald Pfeifer changed: What|Removed |Added CC||gerald at pfeifer dot com --- Comment #

[Bug c++/84667] unreasonable refusal to use assignment operator method

2018-03-04 Thread estellnb at elstel dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84667 Elmar Stellnberger changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug fortran/28154] SPREAD (and friends) on unallocated arrays

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28154 --- Comment #2 from Dominique d'Humieres --- Related to/Duplicate of pr36683?

[Bug fortran/59298] ICE when initialising PARAMETER array of derived-type (containing an array) using array constructor

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59298 --- Comment #12 from Dominique d'Humieres --- I can only get the ICE with an instrumented compiler.

[Bug fortran/59298] ICE when initialising PARAMETER array of derived-type (containing an array) using array constructor

2018-03-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59298 Thomas Koenig changed: What|Removed |Added Status|WAITING |NEW Last reconfirmed|2013-11-26 00:00:

[Bug fortran/61180] surprising -Wsurprising warning

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61180 Dominique d'Humieres changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unass

[Bug fortran/34742] Document the kind of integer passed for string lengths

2018-03-04 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34742 Janne Blomqvist changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/59298] ICE when initialising PARAMETER array of derived-type (containing an array) using array constructor

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59298 Dominique d'Humieres changed: What|Removed |Added Status|NEW |WAITING --- Comment #10 from Domi

[Bug fortran/58618] Wrong code with character substring and ASSOCIATE

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58618 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P4 Summary|ICE with ch

[Bug fortran/66128] ICE for some intrinsics with zero sized array parameter

2018-03-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66128 Thomas Koenig changed: What|Removed |Added Status|SUSPENDED |NEW

[Bug c++/71569] [6 regression] Crash: External definition of template member from template struct

2018-03-04 Thread oliver.tale at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71569 --- Comment #14 from Oliver Tale-Yazdi --- So can we close this? You actually fixed two bugs, should I open a second report for the decltype bug (accepts-invalid) and link it here as solved? I dont really know how bugzilla is used here.

[Bug fortran/58200] Option fcheck is misleadingly located in option descriptions

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58200 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P4 Status|NEW

[Bug fortran/52622] heap-use-after-free with instrumented compiler

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52622 Dominique d'Humieres changed: What|Removed |Added Summary|ICE in gfortran 4.6.3, |heap-use-after-free with

[Bug middle-end/21161] [6/7/8 Regression] "clobbered by longjmp" warning ignores the data flow

2018-03-04 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21161 --- Comment #14 from Peter Bergner --- (In reply to Peter Bergner from comment #13) > In case you haven't creduce'd the test case yet, here's what I got: Of course that's a totally bogus test case given what Bruno was trying to prove, namely tha

[Bug fortran/66128] ICE for some intrinsics with zero sized array parameter

2018-03-04 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66128 kargl at gcc dot gnu.org changed: What|Removed |Added Assignee|kargl at gcc dot gnu.org |unassigned at gcc dot g

[Bug fortran/34742] Document the kind of integer passed for string lengths

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34742 Dominique d'Humieres changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug fortran/33097] Function decl trees without proper argument list

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33097 Dominique d'Humieres changed: What|Removed |Added Status|NEW |WAITING --- Comment #19 from Domi

[Bug fortran/84697] [8 Regression] minloc/maxloc not simplified with zero size

2018-03-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84697 Thomas Koenig changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- Comment #3

[Bug c++/84699] New: discarded value expression of volatile class type shall materialize a temporary

2018-03-04 Thread okannen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84699 Bug ID: 84699 Summary: discarded value expression of volatile class type shall materialize a temporary Product: gcc Version: 7.3.1 Status: UNCONFIRMED Severity:

[Bug fortran/40978] Use named return value (NRV) for functions returning the result as argument

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40978 --- Comment #2 from Dominique d'Humieres --- > Six years without any activity. Is there any reason to keep this PR opened? No feedback in more than two years.

[Bug fortran/42122] [F03] -fdump-tree-original shows wrong static decl for functions with procptr argument

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42122 Dominique d'Humieres changed: What|Removed |Added Status|NEW |WAITING --- Comment #3 from Domin

[Bug target/84277] [8 Regression] A lot of new acats testsuite failures

2018-03-04 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84277 Eric Botcazou changed: What|Removed |Added Component|ada |target --- Comment #12 from Eric Botcazo

[Bug c++/82336] [6/7/8 Regression] GCC requires but does not emit defaulted constructors in certain cases

2018-03-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82336 --- Comment #5 from Paolo Carlini --- For reference, testing successfully completed too.

[Bug fortran/83076] [8 Regression] ICE in gfc_deallocate_scalar_with_status, at fortran/trans.c:1598

2018-03-04 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83076 Paul Thomas changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/83319] [7/8 Regression] ICE on use of allocatable component in derived type coarray defined in module

2018-03-04 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83319 --- Comment #6 from Paul Thomas --- Author: pault Date: Sun Mar 4 13:56:09 2018 New Revision: 258233 URL: https://gcc.gnu.org/viewcvs?rev=258233&root=gcc&view=rev Log: 2018-03-04 Paul Thomas PR fortran/83076 * resolve.c (res

[Bug fortran/83076] [8 Regression] ICE in gfc_deallocate_scalar_with_status, at fortran/trans.c:1598

2018-03-04 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83076 --- Comment #12 from Paul Thomas --- Author: pault Date: Sun Mar 4 13:56:09 2018 New Revision: 258233 URL: https://gcc.gnu.org/viewcvs?rev=258233&root=gcc&view=rev Log: 2018-03-04 Paul Thomas PR fortran/83076 * resolve.c (re

[Bug fortran/40196] [F03] [F08] Type parameter inquiry (str%len, a%kind) and Complex parts (z%re, z%im)

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40196 Dominique d'Humieres changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug fortran/84219] Failure to generate error for IO of transfer intrinsic, when MOLD has derived type components.

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84219 Dominique d'Humieres changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/83898] [6/7 Regression] ICE in gfc_conv_expr_descriptor, at fortran/trans-array.c:7181

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83898 Dominique d'Humieres changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/83149] [6- and 7-branches] Missing test for sym->ns->proc_name: crash_signal in toplev.c:325

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83149 Dominique d'Humieres changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/80657] [7/8 Regression] Loop in character function declaration

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80657 Dominique d'Humieres changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/83076] [8 Regression] ICE in gfc_deallocate_scalar_with_status, at fortran/trans.c:1598

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83076 Dominique d'Humieres changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/65024] [OOP] unlimited polymorphic pointer structure not built when it should be

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65024 Dominique d'Humieres changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/83646] (PDT) Use statement with PDTs excludes the specific instances.

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83646 Dominique d'Humieres changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/83275] [PDT] ICE in get_pdt_constructor, at fortran/resolve.c:1185 (and others)

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83275 Dominique d'Humieres changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/82923] Automatic allocation of deferred length character using function result

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82923 Dominique d'Humieres changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/82865] Option -fdec collides with PDT

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82865 Dominique d'Humieres changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/82842] (PDT) Constructors do not work

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82842 Dominique d'Humieres changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/82649] (PDT) Invalid error for assumed parameters in ALLOCATE typespec

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82649 Dominique d'Humieres changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/82753] (PDT) Invalid error for generic interface with different KIND parameter values

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82753 Dominique d'Humieres changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/82275] gfortran rejects valid & accepts invalid reference to dimension-remapped type SELECT TYPE selector

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82275 Dominique d'Humieres changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/82173] [meta-bug] Parameterized derived type errors

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82173 Dominique d'Humieres changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/49636] [F03] ASSOCIATE construct confused with slightly complicated case

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49636 Dominique d'Humieres changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/46897] [OOP] type-bound defined ASSIGNMENT(=) not used for derived type component in intrinsic assign

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46897 Dominique d'Humieres changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/38319] Memory leaks in allocatable component expressions

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38319 Dominique d'Humieres changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/84698] New: ICE when using noexcept(noexcept()) declaration on global friend function of template class

2018-03-04 Thread nyronium at genthree dot io
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84698 Bug ID: 84698 Summary: ICE when using noexcept(noexcept()) declaration on global friend function of template class Product: gcc Version: 7.3.0 Status: UNCONFIRMED

[Bug fortran/84697] [8 Regression] minloc/maxloc not simplified with zero size

2018-03-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84697 Thomas Koenig changed: What|Removed |Added Keywords||rejects-valid, wrong-code Bl

[Bug fortran/84697] minloc/maxloc not simplified with zero size

2018-03-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84697 --- Comment #2 from Thomas Koenig --- There is also a regression here: $ cat a.f90 program main implicit none integer, parameter :: z(0) = 0 print *,minloc(z) end program main $ ./a.out Fortran runtime error: Rank of array needs to be > 0

[Bug fortran/84697] minloc/maxloc not simplified with zero size

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84697 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/84538] [8 Regression] Array of derived type elements incorrectly accessed in function

2018-03-04 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84538 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/84538] [8 Regression] Array of derived type elements incorrectly accessed in function

2018-03-04 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84538 --- Comment #8 from Paul Thomas --- Fixed on trunk. Thanks for the report. Paul

[Bug fortran/84697] New: minloc/maxloc not simplified with zero size

2018-03-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84697 Bug ID: 84697 Summary: minloc/maxloc not simplified with zero size Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: for

[Bug c++/84667] unreasonable refusal to use assignment operator method

2018-03-04 Thread estellnb at elstel dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84667 --- Comment #10 from Elmar Stellnberger --- Created attachment 43557 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43557&action=edit fixed version of auxtypes.h which works under g++ and clang Well if I fix things for clang then the code

[Bug c++/84667] unreasonable refusal to use assignment operator method

2018-03-04 Thread estellnb at elstel dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84667 --- Comment #9 from Elmar Stellnberger --- I still do not understand why this constructor gets called: inline xstrbuf( base_str s ). If I use .as_const() the result should be an xstr_const : public xstr_abstract and not an xstr_mutable: public xs

[Bug c++/84667] unreasonable refusal to use assignment operator method

2018-03-04 Thread estellnb at elstel dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84667 --- Comment #8 from Elmar Stellnberger --- concerning comment #4: Why do I not get the warning of utf8len being used uninitialized? I have compiled with -Wall and -Wmaybe-uninitialized. This would not be the first time that g++ does not notify m

[Bug tree-optimization/84696] [8 Regression] ICE in compute_antic_aux, at tree-ssa-pre.c:2148

2018-03-04 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84696 --- Comment #2 from Dmitry G. Dyachenko --- duplicate PR84670?

[Bug tree-optimization/84696] [8 Regression] ICE in compute_antic_aux, at tree-ssa-pre.c:2148

2018-03-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84696 Martin Liška changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED