[Bug fortran/92189] Fortran-written bind(C) function with allocatable argument does not update C descriptor on exit

2019-11-14 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92189 --- Comment #3 from Tobias Burnus --- (In reply to Tobias Burnus from comment #2) > (A) For assumed-shape/assumed-rank arrays, there is trans-decl.c's > convert_CFI_desc I wonder if one needs to take care of TREE_THIS_VOLATILE() with any of the

[Bug c++/92505] Using mutable in constexpr

2019-11-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92505 --- Comment #2 from Marek Polacek --- cxx_eval_component_reference has: 2967 if (DECL_MUTABLE_P (part)) 2968 { 2969 if (!ctx->quiet) 2970 error ("mutable %qD is not usable in a constant expression", part); 2971

[Bug target/80938] [7 Regression] ICE in maybe_record_trace_start, at dwarf2cfi.c:2330

2019-11-14 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80938 --- Comment #12 from Arseny Solokha --- As powerpcspe is no longer relevant and GCC 7 branch is now closed, it's finally safe to close this PR.

[Bug rtl-optimization/83361] [7 Regression ?] ICE: verify_flow_info failed (error: non-cold basic block 3 reachable only by paths crossing the cold partition) on 32-bit BE powerpc targets

2019-11-14 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83361 --- Comment #9 from Arseny Solokha --- Segher, I believe it's finally safe to close this PR.

[Bug c++/92505] Using mutable in constexpr

2019-11-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92505 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/92430] [9 Regression] Compile-time hog w/ -Os -fno-if-conversion -fno-tree-dce -fno-tree-loop-optimize -fno-tree-vrp

2019-11-14 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92430 Arseny Solokha changed: What|Removed |Added Summary|[9/10 Regression] |[9 Regression] Compile-time

[Bug tree-optimization/92506] [10 Regression] Wrong code with -fwrapv since r277979

2019-11-14 Thread bugzilla.gnu at coelho dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92506 --- Comment #1 from Fabien --- I can confirm the version, it works with r277978 and breaks with r277979. See the trace on postgresql buildfarm: https://buildfarm.postgresql.org/cgi-bin/show_history.pl?nm=moonjelly=HEAD

[Bug fortran/92123] [F2018/array-descriptor] Scalar allocatable/pointer with array descriptor (via bind(C)): ICE with select rank or error scalar variable with POINTER or ALLOCATABLE in procedure wit

2019-11-14 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92123 --- Comment #12 from Tobias Burnus --- (all related to gcc/testsuite/gfortran.dg/ISO_Fortran_binding_15.f90) I tried - with Paul's attached patch (attachment 47261) DECL_CONTEXT (gfc_desc) = current_function_decl; instead of TREE_STATIC -

[Bug target/79636] [8/9/10 Regression] ICE in assign_by_spills, at lra-assigns.c:1457

2019-11-14 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79636 --- Comment #7 from Arseny Solokha --- GCC 7 seems to be the last supported branch where this issue could be reproduced, so this PR can be closed now.

[Bug ipa/92421] [10 Regression] ICE in inline_small_functions, at ipa-inline.c:2001 since r277759

2019-11-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92421 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ipa/92421] [10 Regression] ICE in inline_small_functions, at ipa-inline.c:2001 since r277759

2019-11-14 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92421 --- Comment #8 from Arseny Solokha --- Should this PR be closed now?

[Bug debug/92442] Compiling Boost.Spirit.X3 code uses exuberant amount of RAM with -gpubnames

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92442 --- Comment #5 from Richard Biener --- So pubnames has entries like 18 boost::spirit::x3::context [with auto:23 = boost::spirit::x3:: with very long names. There are not many duplicates but some, like f4000

[Bug ipa/92508] [10 Regression] ICE in do_estimate_edge_time, at ipa-inline-analysis.c:223 since r278159

2019-11-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92508 --- Comment #6 from Martin Liška --- (In reply to David Binderman from comment #5) > I am not sure if this is the same C++ code as the other reduced test case: > Maybe it's a bit different. Note I stopped using creduce rename pass as the

[Bug target/92462] [arm32] -ftree-pre makes a variable to be wrongly hoisted out

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92462 --- Comment #15 from Richard Biener --- I can't find PRE doing anything wrong and on 32bit x86_64 the testcase executes correctly with GCC 7.3 and GCC 9 (when I add the missing return to Bar::cmpxchg). So -ftree-pre, if it triggers a bug,

[Bug ipa/92508] [10 Regression] ICE in do_estimate_edge_time, at ipa-inline-analysis.c:223 since r278159

2019-11-14 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92508 --- Comment #5 from David Binderman --- I am not sure if this is the same C++ code as the other reduced test case: typedef enum { a, b } c; typedef struct { c d; } e; void f(char()); template class> using g = int; class h {}; struct i {

[Bug target/92462] [arm32] -ftree-pre makes a variable to be wrongly hoisted out

2019-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92462 --- Comment #14 from Andrew Pinski --- Have you tested gcc 7.5.0 that was just released? How about gcc 8.x? Have you tried that. There has been aliasing bugs in gcc before and this might already been fixed.

[Bug target/92462] [arm32] -ftree-pre makes a variable to be wrongly hoisted out

2019-11-14 Thread aleksei.voity...@bell-sw.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92462 Aleksei Voitylov changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|FIXED

[Bug ipa/92508] [10 Regression] ICE in do_estimate_edge_time, at ipa-inline-analysis.c:223 since r278159

2019-11-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92508 --- Comment #4 from Martin Liška --- Created attachment 47263 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47263=edit Reduced test-case

[Bug target/85323] SSE/AVX/AVX512 shift by 0 not optimized away

2019-11-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85323 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/92123] [F2018/array-descriptor] Scalar allocatable/pointer with array descriptor (via bind(C)): ICE with select rank or error scalar variable with POINTER or ALLOCATABLE in procedure wit

2019-11-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92123 --- Comment #11 from Jakub Jelinek --- The TREE_STATIC looks wrong to me, it will misbehave if the function is called recursively, or if the function is called several times concurrently (say in OpenMP). If the reason for TREE_STATIC is that the

[Bug target/92462] [arm32] -ftree-pre makes a variable to be wrongly hoisted out

2019-11-14 Thread aleksei.voity...@bell-sw.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92462 Aleksei Voitylov changed: What|Removed |Added Attachment #47260|0 |1 is obsolete|

[Bug middle-end/82123] [7 regression] spurious -Wformat-overflow warning for converted vars

2019-11-14 Thread vincent-gcc at vinc17 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82123 --- Comment #16 from Vincent Lefèvre --- (In reply to Richard Biener from comment #15) > Fixed in GCC 8. I can still reproduce the bug with: gcc-8 (Debian 8.3.0-24) 8.3.0 However, I can no longer reproduce it with: gcc-9 (Debian 9.2.1-19)

[Bug fortran/92123] [F2018/array-descriptor] Scalar allocatable/pointer with array descriptor (via bind(C)): ICE with select rank or error scalar variable with POINTER or ALLOCATABLE in procedure wit

2019-11-14 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92123 --- Comment #10 from Paul Thomas --- Created attachment 47261 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47261=edit A better fix Hi Jakub and Tobias, It turns out that the TREE_STATIC is only required for the gfc descriptor and not

[Bug ipa/92508] [10 Regression] ICE in do_estimate_edge_time, at ipa-inline-analysis.c:223 since r278159

2019-11-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92508 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Known to work|

[Bug target/92462] [arm32] -ftree-pre makes a variable to be wrongly hoisted out

2019-11-14 Thread aleksei.voity...@bell-sw.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92462 Aleksei Voitylov changed: What|Removed |Added Attachment #47212|0 |1 is obsolete|

[Bug ipa/92508] [10 Regression] ice in do_estimate_edge_time, at ipa-inline-analysis.c:223

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92508 Richard Biener changed: What|Removed |Added CC||marxin at gcc dot gnu.org

[Bug rtl-optimization/80491] [7 Regression] Compiler regression for long-add case.

2019-11-14 Thread vincent-gcc at vinc17 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80491 --- Comment #17 from Vincent Lefèvre --- (In reply to Jakub Jelinek from comment #12) > Fixed on the trunk. I tested with gcc (Debian 20191008-1) 10.0.0 20191008 (experimental) [trunk revision 276697] and the bug still occurs. Maybe another

[Bug c++/92508] ice in do_estimate_edge_time, at ipa-inline-analysis.c:223

2019-11-14 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92508 David Binderman changed: What|Removed |Added CC||hubicka at gcc dot gnu.org ---

[Bug target/81426] [SH]: unable to find a register to spill in class 'R0_REGS' when building webkit2gtk

2019-11-14 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81426 --- Comment #10 from John Paul Adrian Glaubitz --- (In reply to Oleg Endo from comment #9) > Unfortunately, there's no simple fix for it that I know of. You can try to > use the new register allocator with the option -mlra on a selective basis,

[Bug rtl-optimization/80491] [7 Regression] Compiler regression for long-add case.

2019-11-14 Thread vincent-gcc at vinc17 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80491 --- Comment #16 from Vincent Lefèvre --- (In reply to Richard Biener from comment #14) > Fixed for GCC 8. With gcc-8 (Debian 8.3.0-24) 8.3.0, it is not fixed (OK with -O1, not with -O3). And there does not seem to be a reference to this bug in

[Bug c++/92508] ice in do_estimate_edge_time, at ipa-inline-analysis.c:223

2019-11-14 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92508 --- Comment #1 from David Binderman --- The bug first seems to occur sometime between revision 278150 and 278200.

[Bug c/92507] False positives with -Wsign-compare

2019-11-14 Thread david at westcontrol dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92507 --- Comment #2 from David Brown --- I am aware that "n" here is not a constant integer expression - it should not need to be for a compiler warning. What the compiler needs in order to eliminate the false positive is a knowledge of the ranges

[Bug c++/92504] [9/10 Regression] ICE on gcc-9 -fopenmp: internal compiler error: tree check: expected tree that contains 'decl common' structure, have 'baselink' in get_inner_reference, at expr.c:723

2019-11-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92504 --- Comment #5 from Jakub Jelinek --- Slightly more valid testcase: struct A { void foo (); A (); A (const A &); A & operator++ (); int a; }; void bar () { A a; #pragma omp for for (auto b = a; b != a.foo; ++b) ; } I believe the

[Bug c++/92508] New: ice in do_estimate_edge_time, at ipa-inline-analysis.c:223

2019-11-14 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92508 Bug ID: 92508 Summary: ice in do_estimate_edge_time, at ipa-inline-analysis.c:223 Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

[Bug c++/92504] [9/10 Regression] ICE on gcc-9 -fopenmp: internal compiler error: tree check: expected tree that contains 'decl common' structure, have 'baselink' in get_inner_reference, at expr.c:723

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92504 Richard Biener changed: What|Removed |Added Version|9.2.1 |10.0 Target Milestone|---

[Bug c/92507] False positives with -Wsign-compare

2019-11-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92507 --- Comment #1 from Andrew Pinski --- So there are two things here. First -Wsign-compare does not understand flow control at all so it only looks at the statement/expression at hand (i < n). Second n is not a constant integer expression in C

[Bug c++/77435] Dependent reference non-type template parameter not matched for partial specialization

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77435 Richard Biener changed: What|Removed |Added Target Milestone|7.2 |---

[Bug c++/86329] Bogus fix-it hint: note: suggested alternative: '._72'

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86329 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |---

[Bug c++/79241] error wen compiling -Os, OK with another optimizations

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79241 Richard Biener changed: What|Removed |Added Target Milestone|7.0 |---

[Bug c++/83818] g++ class template parameter deduction discards const qualifier

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83818 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |---

[Bug other/91396] Link error when I use -fvtable-verify=std and -static

2019-11-14 Thread niva at niisi dot msk.ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91396 --- Comment #9 from niva at niisi dot msk.ru --- I have built gcc-9.2.0 with --enable-vtable-verify for x86_64 under Fedora 22 with the correction https://gcc.gnu.org/viewcvs/gcc?view=revision=274386 Linking with -fvtable-verify and -static is

[Bug jit/64089] libgccjit.so.0.0.1 linkage failure on darwin

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |---

[Bug c++/91891] [7 Regression] std::function with lambda default initializer in aggregate construction causes ICE

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91891 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/91137] [7 Regression] Wrong code with -O3

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91137 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug tree-optimization/56456] [meta-bug] bogus/missing -Warray-bounds

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56456 Bug 56456 depends on bug 90758, which changed state. Bug 90758 Summary: [7 Regression] spurious -Warray-bounds with -O3 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90758 What|Removed |Added

[Bug tree-optimization/90758] [7 Regression] spurious -Warray-bounds with -O3

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90758 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/90055] [7 Regression] Incorrect result with ffast-math + tree-vectorize

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90055 Richard Biener changed: What|Removed |Added Target Milestone|7.5 |8.0

[Bug tree-optimization/90055] [7 Regression] Incorrect result with ffast-math + tree-vectorize

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90055 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163 Bug 26163 depends on bug 90018, which changed state. Bug 90018 Summary: [7 Regression] r265453 miscompiled 527.cam4_r in SPEC CPU 2017 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90018 What|Removed |Added

[Bug tree-optimization/90018] [7 Regression] r265453 miscompiled 527.cam4_r in SPEC CPU 2017

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90018 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/88419] [7 Regression] [ICE] "Same canonical type node for different types" for CTAD in noexcept

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88419 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/88528] [7 Regression] ICE with templated operator bool() in gcc 7

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88528 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ipa/88235] [7 Regression] ICE: verify_cgraph_node failed (error: edge points to wrong declaration)

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88235 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug c++/88198] [7 Regression] ICE in process_init_constructor_array, at cp/typeck2.c:1311

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88198 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/88066] [7 Regression] Relative includes in bits/locale_conv.h should be prefixed

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88066 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/87828] [7 Regression] g++ crashes in sizeof within lambda (ice-on-valid)

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87828 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/87436] [7 Regression] G++ produces >300MB .rodata section to initialize struct with big array

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87436 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug tree-optimization/56456] [meta-bug] bogus/missing -Warray-bounds

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56456 Bug 56456 depends on bug 87072, which changed state. Bug 87072 Summary: [7 Regression] g++6.2.0 false warning: array subscript is above array bounds, with misleading line number https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87072 What

[Bug c++/87072] [7 Regression] g++6.2.0 false warning: array subscript is above array bounds, with misleading line number

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87072 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/86617] [7 Regression] Volatile qualifier is ignored sometimes for unsigned char

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86617 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug tree-optimization/86274] [7 Regression] SEGFAULT when logging std::to_string(NAN)

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86274 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug tree-optimization/85627] [7 Regression] ICE in update_phi_components in tree-complex.c

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85627 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/85356] [7 Regression] ICE with operator=

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85356 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/85264] [7 Regression] ICE with extraneous template parameter list

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85264 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/85242] [7 Regression] ICE with invalid template parameter

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85242 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/85240] [7 Regression] ICE with function without deduced return type

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85240 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/85227] [7 Regression] ICE with structured binding of a forward declared variable

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85227 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/85136] [7 Regression] ICE with array as template variable

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85136 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/85214] [7 Regression] ICE on valid C++17 code on x86_64-linux-gnu: in tsubst_copy, at cp/pt.c:14562

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85214 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/85135] [7 Regression] ICE with invalid late-specified return type

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85135 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug inline-asm/84680] [8/9/10 Regression] internal compiler error: Max. number of generated reload insns per insn is achieved (90)

2019-11-14 Thread vegard.nossum at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84680 Vegard Nossum changed: What|Removed |Added CC||vegard.nossum at oracle dot com ---

[Bug c++/85133] [7 Regression] [concepts] ICE with invalid concept used in variadic template

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85133 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/67491] [meta-bug] concepts issues

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491 Bug 67491 depends on bug 85133, which changed state. Bug 85133 Summary: [7 Regression] [concepts] ICE with invalid concept used in variadic template https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85133 What|Removed

[Bug c++/85108] [7 Regression] Incorrect warning for constexpr lambda with -Wunused-but-set-variable

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85108 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug c/89180] [meta-bug] bogus/missing -Wunused warnings

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89180 Bug 89180 depends on bug 85108, which changed state. Bug 85108 Summary: [7 Regression] Incorrect warning for constexpr lambda with -Wunused-but-set-variable https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85108 What|Removed

[Bug c++/85093] [7 Regression] wrong number of template arguments does not trigger error when one argument is variadic

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85093 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/85062] [7 Regression] ICE on alignas with parameter pack

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85062 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/85027] [7 Regression] ICE on invalid C++ code: in instantiate_type, at cp/class.c:8062

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85027 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug inline-asm/85030] [7 Regression] internal compiler error: Floating point exception (validate_subreg())

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85030 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug inline-asm/84985] [7 Regression] ICE in match_reload, at lra-constraints.c:1068

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84985 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug c++/67491] [meta-bug] concepts issues

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491 Bug 67491 depends on bug 84979, which changed state. Bug 84979 Summary: [7 Regression] ICE with auto as template parameter and -fconcepts https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84979 What|Removed |Added

[Bug c++/84979] [7 Regression] ICE with auto as template parameter and -fconcepts

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84979 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/84942] [7 Regression] internal compiler error: in fold_convert_const_int_from_real, at fold-const.c:2011

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84942 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/84972] [7 Regression] ICE: tree check: expected class 'type', have 'exceptional' (error_mark) in extended_tree, at tree.h:5545

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84972 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug target/84827] [7 Regression] ICE in extract_insn, at recog.c:2311

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84827 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/84792] [7 Regression] ICE with broken typedef of a struct

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84792 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/84820] [7 Regression] Bogus pointer-to-member accepted within template

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84820 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/84789] [7 Regression] ICE with broken variable declaration in template class

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84789 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/84768] [7 Regression] ICE with failed class template argument deduction because of invalid template parameter

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84768 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/84720] [7 Regression] internal compiler error: tree check: expected tree that contains 'decl minimal' structure, have 'error_mark' in decl_anon_ns_mem_p, at cp/tree.c:3472

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84720 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/84729] [7 Regression] internal compiler error: verify_gimple failed

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84729 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/84724] [7 Regression] internal compiler error: in single_succ_edge, at basic-block.h:339 with a declaration of __builtin_trap

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84724 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug inline-asm/84683] [7 Regression] internal compiler error: in move_for_stack_reg, at reg-stack.c:1173

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84683 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug rtl-optimization/84682] [7 Regression] internal compiler error: Segmentation fault (process_address_1)

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84682 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/84676] [7 Regression] internal compiler error: Segmentation fault (build_new_op_1)

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84676 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug rtl-optimization/85099] [meta-bug] selective scheduling issues

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85099 Bug 85099 depends on bug 84659, which changed state. Bug 84659 Summary: [7 Regression] ICE: Segmentation fault (stack overflow in bb_note) w/ selective scheduling https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84659 What|Removed

[Bug rtl-optimization/84659] [7 Regression] ICE: Segmentation fault (stack overflow in bb_note) w/ selective scheduling

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84659 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug c++/84647] [7 Regression] ICE: segfault with NULL "from" in standard_conversion()

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84647 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/84611] [7 Regression] ICE in operator[], at vec.h:826 (local_class_index())

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84611 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/84630] [7 Regression] ICE: TYPE_NAME() used on error_mark_node in tsubst_lambda_expr, at cp/pt.c:17141

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84630 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

<    1   2   3   4   5   6   7   >