[Bug tree-optimization/92085] [10 Regression] ICE: tree check: expected class 'type', have 'exceptional' (error_mark) in useless_type_conversion_p, at gimple-expr.c:86

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

[Bug tree-optimization/92115] New: [10 Regression] ICE in gimple_cond_get_ops_from_tree, at gimple-expr.c:577

2019-10-15 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92115 Bug ID: 92115 Summary: [10 Regression] ICE in gimple_cond_get_ops_from_tree, at gimple-expr.c:577 Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: ice-c

[Bug fortran/92114] New: equivalence in module causes ICE

2019-10-15 Thread urbanjost at comcast dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92114 Bug ID: 92114 Summary: equivalence in module causes ICE Product: gcc Version: 7.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug rtl-optimization/92107] GCC's insn attribute arithmetic does not follow C rules

2019-10-15 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92107 --- Comment #2 from Segher Boessenkool --- Author: segher Date: Tue Oct 15 23:47:47 2019 New Revision: 277023 URL: https://gcc.gnu.org/viewcvs?rev=277023&root=gcc&view=rev Log: genattrtab: Parenthesize expressions correctly (PR92107) As PR92107

[Bug tree-optimization/83642] excessive strlen range after a strcat of non-empty string

2019-10-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83642 Martin Sebor changed: What|Removed |Added Keywords|patch | Status|ASSIGNED

[Bug tree-optimization/83657] detect invalid calls to built-ins declared without prototype

2019-10-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83657 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c/83688] Please check if buffers may overlap when copying strings using sprintf

2019-10-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83688 Martin Sebor changed: What|Removed |Added Keywords||patch --- Comment #8 from Martin Sebor -

[Bug tree-optimization/86427] strlen not folded after strcpy into a zeroed-out local array

2019-10-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86427 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Known to work|

[Bug tree-optimization/83819] [meta-bug] missing strlen optimizations

2019-10-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83819 Bug 83819 depends on bug 86427, which changed state. Bug 86427 Summary: strlen not folded after strcpy into a zeroed-out local array https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86427 What|Removed |Added ---

[Bug tree-optimization/85484] missing -Wstringop-overflow for strcpy with a string of non-const length

2019-10-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85484 Martin Sebor changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug tree-optimization/91183] strlen of a strcpy result with a conditional source not folded

2019-10-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91183 --- Comment #9 from Martin Sebor --- *** Bug 83674 has been marked as a duplicate of this bug. ***

[Bug tree-optimization/83819] [meta-bug] missing strlen optimizations

2019-10-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83819 Bug 83819 depends on bug 83674, which changed state. Bug 83674 Summary: strcpy folding of small strings defeats strlen optimization https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83674 What|Removed |Added

[Bug tree-optimization/83674] strcpy folding of small strings defeats strlen optimization

2019-10-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83674 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Known to work|

[Bug tree-optimization/83821] local aggregate initialization defeats strlen optimization

2019-10-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83821 --- Comment #5 from Martin Sebor --- Updated patch for GCC 10: https://gcc.gnu.org/ml/gcc-patches/2019-10/msg01038.html

[Bug tree-optimization/81330] missing strlen optimization with intervening memcpy

2019-10-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81330 Martin Sebor changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug tree-optimization/91996] fold non-constant strlen relational expressions

2019-10-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91996 Martin Sebor changed: What|Removed |Added Keywords||patch --- Comment #2 from Martin Sebor -

[Bug fortran/87752] ICE in omp_add_variable, at gimplify.c:6776

2019-10-15 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87752 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug fortran/92113] New: [8 regression] r276673 causes segfault in gfortran.dg/pr51434.f90

2019-10-15 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92113 Bug ID: 92113 Summary: [8 regression] r276673 causes segfault in gfortran.dg/pr51434.f90 Product: gcc Version: 8.3.1 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/92112] fold strlen after strcmp(a, b) == 0

2019-10-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92112 Martin Sebor changed: What|Removed |Added Keywords||missed-optimization Blocks|

[Bug tree-optimization/92112] New: fold strlen after strcmp(a, b) ==

2019-10-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92112 Bug ID: 92112 Summary: fold strlen after strcmp(a, b) == 0 Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimizati

[Bug tree-optimization/92111] ICE during GIMPLE pass: dom

2019-10-15 Thread jan at jki dot io
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92111 --- Comment #1 from Jan --- Only happens with lto

[Bug tree-optimization/92111] New: ICE during GIMPLE pass: dom

2019-10-15 Thread jan at jki dot io
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92111 Bug ID: 92111 Summary: ICE during GIMPLE pass: dom Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization

[Bug fortran/91426] Different colors for errors with multiple locations

2019-10-15 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91426 Eric Gallager changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug middle-end/92016] [10 Regression] excess errors in Wstringop-overflow-17.c

2019-10-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92016 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/88443] [meta-bug] bogus/missing -Wstringop-overflow warnings

2019-10-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88443 Bug 88443 depends on bug 92016, which changed state. Bug 92016 Summary: [10 Regression] excess errors in Wstringop-overflow-17.c https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92016 What|Removed |Added ---

[Bug middle-end/92110] New: too many -Warray-bounds warnings for a loop buffer overflow

2019-10-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92110 Bug ID: 92110 Summary: too many -Warray-bounds warnings for a loop buffer overflow Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Prio

[Bug middle-end/92016] [10 Regression] excess errors in Wstringop-overflow-17.c

2019-10-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92016 --- Comment #3 from Martin Sebor --- Author: msebor Date: Tue Oct 15 19:16:51 2019 New Revision: 277008 URL: https://gcc.gnu.org/viewcvs?rev=277008&root=gcc&view=rev Log: PR testsuite/92016 - Excess errors in Wstringop-overflow-17.c gcc/testsui

[Bug rtl-optimization/92107] GCC's insn attribute arithmetic does not follow C rules

2019-10-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92107 --- Comment #1 from Richard Biener --- it doesn't have to be anything to do with C rules, it's simply an incorrect transcription of lispy arithmetic to C?

[Bug ipa/92109] [10 Regression] ICE in modify_call_stmt, at ipa-param-manipulation.c:1586

2019-10-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92109 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.0 Summary|ICE in modify_c

[Bug c++/92105] [7/8/9/10 Regression] decltype(decltype(decltype)) prints exponential number of repeated errors

2019-10-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92105 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug fortran/91426] Different colors for errors with multiple locations

2019-10-15 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91426 --- Comment #11 from David Malcolm --- (In reply to Eric Gallager from comment #10) > (In reply to David Malcolm from comment #9) > > Fixed on trunk for GCC 10 by r276132. > > I still see different colors in the following error as of r276658: >

[Bug fortran/91426] Different colors for errors with multiple locations

2019-10-15 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91426 Eric Gallager changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Bug ipa/92109] New: ICE in modify_call_stmt, at ipa-param-manipulation.c:1586

2019-10-15 Thread jan at jki dot io
20191015 (experimental) (x86_64-pc-linux-gnu) compiled by GNU C version 10.0.0-pre 20191015 (experimental), GMP version 6.1.2, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.21-GMP GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 during IPA pass

[Bug tree-optimization/92108] [10 regression] r276645 triggers excess errors for gcc.dg/Wstringop-overflow-17.c

2019-10-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92108 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/92016] [10 Regression] excess errors in Wstringop-overflow-17.c

2019-10-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92016 Martin Sebor changed: What|Removed |Added CC||seurer at gcc dot gnu.org --- Comment #2

[Bug c++/92104] __builtin_has_attribute in templates

2019-10-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92104 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/92108] New: [10 regression] r276645 triggers excess errors for gcc.dg/Wstringop-overflow-17.c

2019-10-15 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92108 Bug ID: 92108 Summary: [10 regression] r276645 triggers excess errors for gcc.dg/Wstringop-overflow-17.c Product: gcc Version: 10.0 Status: UNCONFIRMED Severity

[Bug rtl-optimization/92107] New: GCC's insn attribute arithmetic does not follow C rules

2019-10-15 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92107 Bug ID: 92107 Summary: GCC's insn attribute arithmetic does not follow C rules Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Prio

[Bug c++/92099] [9/10 Regression] static_assert of struct template of false_type succeed with GCC8 but not GCC9

2019-10-15 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92099 --- Comment #3 from Marek Polacek --- Reduced: template struct A { static constexpr _Tp value = __v; }; typedef A false_type; template struct DependentFalse : false_type {}; enum class E; template void fn1() { static_assert(DependentFalse::

[Bug c++/71125] [concepts] Spurious 'invalid reference to function concept error' issued when overloads are not all declared with the concept specifier

2019-10-15 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71125 --- Comment #5 from Tom Honermann --- (In reply to Andrew Sutton from comment #3) > Function concepts have some parsing issues related to TS-style terse > notation, overloading and variadic templates. In particular, there are > places where writi

[Bug c++/92099] [9/10 Regression] static_assert of struct template of false_type succeed with GCC8 but not GCC9

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

[Bug c++/92106] [8/9/10 Regression] ICE with structured bindings and -Wreturn-local-addr

2019-10-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92106 --- Comment #5 from Jakub Jelinek --- (In reply to Marek Polacek from comment #4) > + tree init; > + if (TYPE_REF_P (TREE_TYPE (base)) > + && (init = DECL_INITIAL (base))) > + return maybe_warn_about_returning_address_of_loc

[Bug c++/92106] [8/9/10 Regression] ICE with structured bindings and -Wreturn-local-addr

2019-10-15 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92106 --- Comment #4 from Marek Polacek --- (In reply to Jakub Jelinek from comment #3) > (In reply to Marek Polacek from comment #2) > > 9351 /* When returning address of a structured binding, if the > > structured > > 9352 bi

[Bug c++/92106] [8/9/10 Regression] ICE with structured bindings and -Wreturn-local-addr

2019-10-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92106 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug target/90723] pr88598-2.c segfaults with -msve-vector-bits=256

2019-10-15 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90723 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/92106] [8/9/10 Regression] ICE with structured bindings and -Wreturn-local-addr

2019-10-15 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92106 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/92106] [8/9/10 Regression] ICE with structured bindings and -Wreturn-local-addr

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

[Bug c++/92106] [8/9/10 Regression] ICE with structured bindings and -Wreturn-local-addr

2019-10-15 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92106 Marek Polacek changed: What|Removed |Added Target Milestone|--- |8.4 Summary|ICE with structur

[Bug rtl-optimization/92007] [9/10 Regression] ICE: verify_flow_info failed (error: EH edge crosses section boundary in bb 7)

2019-10-15 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92007 --- Comment #9 from Segher Boessenkool --- (In reply to Ilya Leoshkevich from comment #7) > Having eliminated bb 5, we cannot avoid making bb 6 cold, since this > would violate CFG integrity: as far as I understand, it's important to > maintain t

[Bug c++/92106] ICE with structured bindings and -Wreturn-local-addr

2019-10-15 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92106 Marek Polacek changed: What|Removed |Added Keywords||ice-on-valid-code --- Comment #1 from Ma

[Bug c++/92106] New: ICE with structured bindings and -Wreturn-local-addr

2019-10-15 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92106 Bug ID: 92106 Summary: ICE with structured bindings and -Wreturn-local-addr Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug c++/86009] [Concepts] Placeholder as argument to partial-concept-id forms extra constrained parameters

2019-10-15 Thread hstong at ca dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86009 --- Comment #2 from Hubert Tong --- After adding "auto" for "Concept auto": template concept C0 = true; template concept C1 = true; void f(C0 auto *) { } template void f(wchar_t *); We now get: :5:15: error: template-id 'f' for 'void f(wchar_

[Bug c++/88335] Implement P1073R3, C++20 immediate functions (consteval).

2019-10-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88335 --- Comment #11 from Jakub Jelinek --- Created attachment 47042 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47042&action=edit gcc10-pr88335.patch Untested patch.

[Bug c++/92105] [7/8/9/10 Regression] decltype(decltype(decltype)) prints exponential number of fix-it hints

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92105 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/92105] New: [7/8/9/10 Regression] decltype(decltype(decltype)) prints exponential number of fix-it hints

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92105 Bug ID: 92105 Summary: [7/8/9/10 Regression] decltype(decltype(decltype)) prints exponential number of fix-it hints Product: gcc Version: 10.0 Status: UNCONFIRMED

[Bug fortran/81827] Large compile time with derived-type rrays

2019-10-15 Thread robison at arlut dot utexas.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81827 --- Comment #23 from Luke Robison --- (In reply to Luke Robison from comment #22) > (In reply to Luke Robison from comment #21) > > (1) Changing some or all of the "type(levelNN)" definitions to > > "class(levelNN)" definitions > > (2) Changing f

[Bug fortran/65438] Unnecessary ptr check

2019-10-15 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65438 --- Comment #9 from Tobias Burnus --- Author: burnus Date: Tue Oct 15 14:13:01 2019 New Revision: 277000 URL: https://gcc.gnu.org/viewcvs?rev=277000&root=gcc&view=rev Log: [Fortran] OpenMP+OpenACC: Remove bogus contigous-pointer check g

[Bug fortran/65438] Unnecessary ptr check

2019-10-15 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65438 Tobias Burnus changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/82019] [concepts] ICE if concept is not satisfied

2019-10-15 Thread antoshkka at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82019 --- Comment #2 from Antony Polukhin --- Updated version of the test (works well on GCC 10): // { dg-options "-std=c++2a" } template concept VectorOperations = requires(T& v, const Data& data) { v += data; requires __is_same_as(T&, dec

[Bug middle-end/92088] aggregates with VLAs and nested functions are broken

2019-10-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92088 --- Comment #2 from Richard Biener --- Created attachment 47041 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47041&action=edit patch for the inliner void foo(int n) { struct X { int a[n]; } y; inline struct X __attribute__((always_i

[Bug c++/92104] __builtin_has_attribute in templates

2019-10-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92104 Jakub Jelinek changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #1

[Bug c++/92104] New: __builtin_has_attribute in templates

2019-10-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92104 Bug ID: 92104 Summary: __builtin_has_attribute in templates Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug testsuite/92093] New test case gcc.target/powerpc/pr91275.c from r276410 fails on BE

2019-10-15 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92093 Bill Schmidt changed: What|Removed |Added Known to work||10.0 Known to fail|

[Bug testsuite/92093] New test case gcc.target/powerpc/pr91275.c from r276410 fails on BE

2019-10-15 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92093 --- Comment #2 from Bill Schmidt --- Author: wschmidt Date: Tue Oct 15 12:44:25 2019 New Revision: 276999 URL: https://gcc.gnu.org/viewcvs?rev=276999&root=gcc&view=rev Log: 2019-10-15 Bill Schmidt PR target/92093 * gcc.target

[Bug testsuite/92093] New test case gcc.target/powerpc/pr91275.c from r276410 fails on BE

2019-10-15 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92093 Bill Schmidt changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/92103] constraints not checked on nested class template

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92103 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/92103] New: constraints not checked on nested class template

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92103 Bug ID: 92103 Summary: constraints not checked on nested class template Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: rejects-valid Severity: normal

[Bug c++/78173] Hard error subtracting pointers to incomplete type in SFINAE context

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78173 Jonathan Wakely changed: What|Removed |Added CC||redi at gcc dot gnu.org --- Comment #3

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

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491 Bug 67491 depends on bug 92089, which changed state. Bug 92089 Summary: [concepts] requires-expression results in hard error during constraint checking https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92089 What|Removed

[Bug c++/92089] [concepts] requires-expression results in hard error during constraint checking

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92089 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/81043] [concepts] partially specializing on differing constraints gives cryptic error

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81043 Jonathan Wakely changed: What|Removed |Added Last reconfirmed|2019-08-12 00:00:00 |2019-10-15 --- Comment #1 from Jonatha

[Bug c++/67704] [concepts] requirements not being applied to aliases

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67704 --- Comment #3 from Jonathan Wakely --- From Bug 89301: The following code compiles however it should not: template requires(condition) using enable_if_t = T; template> void foo(); void test() { foo(); } Slightly changed example als

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

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491 Bug 67491 depends on bug 89301, which changed state. Bug 89301 Summary: [concepts] requires clause on a template alias is ignored https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89301 What|Removed |Added --

[Bug c++/89301] [concepts] requires clause on a template alias is ignored

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89301 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/67704] [concepts] requirements not being applied to aliases

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67704 Jonathan Wakely changed: What|Removed |Added CC||antoshkka at gmail dot com --- Comment

[Bug debug/91929] missing inline subroutine information in build using sin/cos

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

[Bug debug/91929] missing inline subroutine information in build using sin/cos

2019-10-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91929 --- Comment #10 from Richard Biener --- Author: rguenth Date: Tue Oct 15 11:47:27 2019 New Revision: 276993 URL: https://gcc.gnu.org/viewcvs?rev=276993&root=gcc&view=rev Log: 2019-10-15 Richard Biener PR tree-optimization/91929

[Bug libgomp/92081] FAIL: libgomp.fortran/target-simd.f90 execution test

2019-10-15 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92081 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/92102] identical requires-expression not subsumed

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92102 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/91975] worse code for small array copy using pointer arithmetic than array indexing

2019-10-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91975 Bug 91975 depends on bug 92048, which changed state. Bug 92048 Summary: [10 regression] armeb regression after r276645 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92048 What|Removed |Added -

[Bug target/92048] [10 regression] armeb regression after r276645

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

[Bug target/92048] [10 regression] armeb regression after r276645

2019-10-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92048 --- Comment #2 from Richard Biener --- Author: rguenth Date: Tue Oct 15 10:47:48 2019 New Revision: 276991 URL: https://gcc.gnu.org/viewcvs?rev=276991&root=gcc&view=rev Log: 2019-10-15 Richard Biener PR testsuite/92048 * gcc.

[Bug target/92048] [10 regression] armeb regression after r276645

2019-10-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92048 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/92065] [7/8/9/10 Regression] internal compiler error: in expand_expr_real_1

2019-10-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92065 --- Comment #1 from Richard Biener --- I think I saw this elswhere. 10088 /* Variables inherited from containing functions should have 10089been lowered by this point. */ 10090 if (exp) 10091 context = decl

[Bug fortran/92094] ice in vect_transform_stmt at tree-vect-stmts.c:10921

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

[Bug fortran/92094] ice in vect_transform_stmt at tree-vect-stmts.c:10921

2019-10-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92094 --- Comment #4 from Richard Biener --- Author: rguenth Date: Tue Oct 15 10:09:10 2019 New Revision: 276987 URL: https://gcc.gnu.org/viewcvs?rev=276987&root=gcc&view=rev Log: 2019-10-15 Richard Biener PR tree-optimization/92094

[Bug c++/92102] New: identical requires-expression not subsumed

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92102 Bug ID: 92102 Summary: identical requires-expression not subsumed Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: rejects-valid Severity: normal Priori

[Bug c++/81270] [concepts] ill-formed code with a constrained variable declaration with multiple declarators with different deduced types not rejected

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81270 Jonathan Wakely changed: What|Removed |Added Keywords||accepts-invalid Status|UNC

[Bug c++/79381] [concepts] Call to template function with type-requirement unsatisfied not rejected

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79381 Jonathan Wakely changed: What|Removed |Added Keywords||accepts-invalid Status|UNC

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

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491 Bug 67491 depends on bug 79381, which changed state. Bug 79381 Summary: [concepts] Call to template function with type-requirement unsatisfied not rejected https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79381 What|Removed

[Bug c++/67720] [concepts] bug with recursive constrained function

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67720 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Known to work|

[Bug c++/67704] [concepts] requirements not being applied to aliases

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67704 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/67217] [concepts] Constraints are ignored when specializing union templates

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67217 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

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

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491 Bug 67491 depends on bug 67217, which changed state. Bug 67217 Summary: [concepts] Constraints are ignored when specializing union templates https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67217 What|Removed |Adde

[Bug c++/67934] [concepts] ICE when providing default function implementations using concepts

2019-10-15 Thread postmas...@trippelsdorf-de.bounceio.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67934 --- Comment #4 from postmas...@trippelsdorf-de.bounceio.net --- Created attachment 47040 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47040&action=edit attachment-110151-1.eml

[Bug c++/67934] [concepts] ICE when providing default function implementations using concepts

2019-10-15 Thread postmas...@trippelsdorf-de.bounceio.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67934 --- Comment #3 from postmas...@trippelsdorf-de.bounceio.net --- MESSAGE NOT DELIVERED = There was an issue delivering your message to mar...@trippelsdorf.de. This is an 5.1.2 Error. This error typically means:

[Bug c++/67934] [concepts] ICE when providing default function implementations using concepts

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67934 Jonathan Wakely changed: What|Removed |Added Keywords||ice-on-invalid-code Last reconfirmed

[Bug c++/67901] [concepts] overloading bug when considered more specialized vs more constrained

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67901 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Status|UNCON

[Bug c++/92099] [9/10 Regression] static_assert of struct template of false_type succeed with GCC8 but not GCC9

2019-10-15 Thread sunxuanmailbox at 163 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92099 --- Comment #1 from 孙晅 --- Also tried with gcc 10.0.0 201901015 (experimental) and failed to compile.

[Bug c++/67685] ICE on invalid requires expression

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67685 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

  1   2   >