[Bug fortran/88248] [F18] Bogus warning about obsolescent feature: Labeled DO statement

2018-12-21 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88248 --- Comment #5 from kargl at gcc dot gnu.org --- (In reply to kargl from comment #4) > (In reply to G. Steinmetz from comment #0) > > Branching out via END=, ERR= or EOR= specifier in combination with > > CONTINUE is interpreted as a labeled DO lo

[Bug c++/88548] [9 Regression] this accepted in static member functions

2018-12-21 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88548 --- Comment #3 from Marek Polacek --- Related testcase that should also be rejected: struct S { friend auto bar() -> decltype(this); };

[Bug c/88574] New: -Wmissing-attributes vs -Wattribute-alias=2 wrong for noreturn

2018-12-21 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88574 Bug ID: 88574 Summary: -Wmissing-attributes vs -Wattribute-alias=2 wrong for noreturn Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal P

[Bug c/81824] Warn for missing attributes with function aliases

2018-12-21 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81824 --- Comment #17 from Martin Sebor --- Making -Wattribute-alias a synonym for -Wattribute-alias=1 makes sense. I'll take care of it.

[Bug middle-end/88573] 9 regression: error: type mismatch in component reference

2018-12-21 Thread andi-gcc at firstfloor dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88573 --- Comment #1 from Andi Kleen --- Created attachment 45281 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45281&action=edit test case (unminimized) gcc-9 -O2 -S -flto arch/x86/events/intel/pt.i /home/ak/lsrc/linux/arch/x86/events/intel/pt

[Bug middle-end/88573] New: 9 regression: error: type mismatch in component reference

2018-12-21 Thread andi-gcc at firstfloor dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88573 Bug ID: 88573 Summary: 9 regression: error: type mismatch in component reference Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priori

[Bug tree-optimization/87034] [9 Regression] missing -Wformat-overflow on a sprintf %s with a wide string

2018-12-21 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87034 --- Comment #6 from Martin Sebor --- The warning in GCC 8 isn't bogus, it just reports the wrong number of bytes (it counts characters, not bytes). That the warning is no longer issued is a regression caused by c_strlen() giving up when the size

[Bug rtl-optimization/87759] [8 Regression] ICE in lra_assign, at lra-assigns.c:1624, or ICE: Maximum number of LRA assignment passes is achieved (30), or compile-time hog

2018-12-21 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87759 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/81824] Warn for missing attributes with function aliases

2018-12-21 Thread raj.khem at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81824 Khem Raj changed: What|Removed |Added CC||raj.khem at gmail dot com --- Comment #16 fro

[Bug fortran/88248] [F18] Bogus warning about obsolescent feature: Labeled DO statement

2018-12-21 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88248 kargl at gcc dot gnu.org changed: What|Removed |Added CC||janus at gcc dot gnu.org,

[Bug fortran/88248] [F18] Bogus warning about obsolescent feature: Labeled DO statement

2018-12-21 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88248 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/88169] Rejects USE rename of namelist group

2018-12-21 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88169 kargl at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |kargl at gcc dot gnu.org

[Bug c++/88564] expected primary-expression error with operator= invocation

2018-12-21 Thread jdtournier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88564 J-Donald Tournier changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/69121] IEEE_SCALB is not generic

2018-12-21 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69121 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug fortran/69121] IEEE_SCALB is not generic

2018-12-21 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69121 --- Comment #4 from kargl at gcc dot gnu.org --- Author: kargl Date: Fri Dec 21 21:09:17 2018 New Revision: 267343 URL: https://gcc.gnu.org/viewcvs?rev=267343&root=gcc&view=rev Log: 2018-12-21 Steven G. Kargl PR fortran/69121

[Bug fortran/87359] [9 regression] pointer being freed was not allocated

2018-12-21 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87359 --- Comment #47 from Paul Thomas --- Author: pault Date: Fri Dec 21 20:58:59 2018 New Revision: 267342 URL: https://gcc.gnu.org/viewcvs?rev=267342&root=gcc&view=rev Log: 2018-12-21 Paul Thomas PR fortran/87359 * trans-array.c

[Bug c++/88548] [9 Regression] this accepted in static member functions

2018-12-21 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88548 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug target/88570] Missing or ineffective vectorization of scatter load

2018-12-21 Thread bugzi...@poradnik-webmastera.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88570 --- Comment #3 from Daniel Fruzynski --- I have checked svn head version (20181221), issue is still there.

[Bug target/88571] AVX512: when calculating logical expression with all values in kN registers, do not use GPRs

2018-12-21 Thread bugzi...@poradnik-webmastera.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88571 --- Comment #3 from Daniel Fruzynski --- I have checked svn head version (20181221), issue is still there.

[Bug c++/86524] [8 Regression] std::less with pointer arguments not usable in static_assert in constexpr function

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86524 Jakub Jelinek changed: What|Removed |Added Summary|[8/9 Regression] std::less |[8 Regression] std::less

[Bug c++/88446] __builtin_is_constant_evaluated rejects some converted constant expressions.

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88446 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/86524] [8/9 Regression] std::less with pointer arguments not usable in static_assert in constexpr function

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86524 --- Comment #8 from Jakub Jelinek --- Author: jakub Date: Fri Dec 21 19:58:36 2018 New Revision: 267341 URL: https://gcc.gnu.org/viewcvs?rev=267341&root=gcc&view=rev Log: PR c++/86524 PR c++/88446 * cp-tree.h (cp_fold_may

[Bug c++/88446] __builtin_is_constant_evaluated rejects some converted constant expressions.

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88446 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Fri Dec 21 19:58:36 2018 New Revision: 267341 URL: https://gcc.gnu.org/viewcvs?rev=267341&root=gcc&view=rev Log: PR c++/86524 PR c++/88446 * cp-tree.h (cp_fold_may

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

2018-12-21 Thread Casey at Carter dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88419 Casey Carter changed: What|Removed |Added Keywords|accepts-invalid | --- Comment #6 from Casey Carter --- Cl

[Bug fortran/87881] gfortran.dg/inquiry_type_ref_(1.f08|3.f90) fail on darwin

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

[Bug middle-end/85594] ICE during expand when compiling with -fwrapv -fopenmp

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85594 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug middle-end/88553] ICE: tree check: expected ssa_name, have var_decl in SSA_VAL, at tree-ssa-sccvn.c:461

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88553 --- Comment #6 from Jakub Jelinek --- Fixed on the trunk, will backport at some point.

[Bug middle-end/85594] ICE during expand when compiling with -fwrapv -fopenmp

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85594 --- Comment #3 from Jakub Jelinek --- Author: jakub Date: Fri Dec 21 19:17:13 2018 New Revision: 267339 URL: https://gcc.gnu.org/viewcvs?rev=267339&root=gcc&view=rev Log: PR middle-end/85594 PR middle-end/88553 * omp-expa

[Bug middle-end/88553] ICE: tree check: expected ssa_name, have var_decl in SSA_VAL, at tree-ssa-sccvn.c:461

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88553 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Fri Dec 21 19:17:13 2018 New Revision: 267339 URL: https://gcc.gnu.org/viewcvs?rev=267339&root=gcc&view=rev Log: PR middle-end/85594 PR middle-end/88553 * omp-expa

[Bug fortran/87881] gfortran.dg/inquiry_type_ref_(1.f08|3.f90) fail on darwin

2018-12-21 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87881 --- Comment #20 from Dominique d'Humieres --- return true;; should be return true;

[Bug ipa/88561] [8/9 Regression] PGO devirtualization miscompilation of firefox

2018-12-21 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88561 --- Comment #2 from Jan Hubicka --- Author: hubicka Date: Fri Dec 21 19:13:06 2018 New Revision: 267338 URL: https://gcc.gnu.org/viewcvs?rev=267338&root=gcc&view=rev Log: PR ipa/88561 * ipa-polymorphic-call.c (ipa_polymo

[Bug fortran/87881] gfortran.dg/inquiry_type_ref_(1.f08|3.f90) fail on darwin

2018-12-21 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87881 --- Comment #19 from Paul Thomas --- Author: pault Date: Fri Dec 21 19:09:42 2018 New Revision: 267337 URL: https://gcc.gnu.org/viewcvs?rev=267337&root=gcc&view=rev Log: 2018-12-21 Paul Thomas PR fortran/87881 * expr.c (find_

[Bug target/88570] Missing or ineffective vectorization of scatter load

2018-12-21 Thread bugzi...@poradnik-webmastera.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88570 --- Comment #2 from Daniel Fruzynski --- In g++ (GCC-Explorer-Build) 9.0.0 20181219 (experimental) this still exists.

[Bug target/88571] AVX512: when calculating logical expression with all values in kN registers, do not use GPRs

2018-12-21 Thread bugzi...@poradnik-webmastera.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88571 --- Comment #2 from Daniel Fruzynski --- Yes. Issue still exists in g++ (GCC-Explorer-Build) 9.0.0 20181219 (experimental).

[Bug target/88418] [7/8 Regression] ICE in extract_insn, at recog.c:2305 (error: unrecognizable insn)

2018-12-21 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88418 Uroš Bizjak changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/88418] [7/8 Regression] ICE in extract_insn, at recog.c:2305 (error: unrecognizable insn)

2018-12-21 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88418 --- Comment #4 from uros at gcc dot gnu.org --- Author: uros Date: Fri Dec 21 18:11:04 2018 New Revision: 267332 URL: https://gcc.gnu.org/viewcvs?rev=267332&root=gcc&view=rev Log: Backport from mainline 2018-12-10 Uros Bizjak

[Bug c++/88572] New: error: braces around scalar initializer - should be a warning

2018-12-21 Thread wjwray at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88572 Bug ID: 88572 Summary: error: braces around scalar initializer - should be a warning Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: rejects-valid

[Bug target/88418] [7/8 Regression] ICE in extract_insn, at recog.c:2305 (error: unrecognizable insn)

2018-12-21 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88418 --- Comment #3 from uros at gcc dot gnu.org --- Author: uros Date: Fri Dec 21 18:04:35 2018 New Revision: 267331 URL: https://gcc.gnu.org/viewcvs?rev=267331&root=gcc&view=rev Log: Backport from mainline 2018-12-10 Uros Bizjak

[Bug c/88568] GCC cannot dllimport variables with undefined types

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568 Richard Biener changed: What|Removed |Added Target||mingw32 Status|UNCONFIRMED

[Bug tree-optimization/88569] Track relations between variable values

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88569 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Status|

[Bug target/88570] Missing or ineffective vectorization of scatter load

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88570 Richard Biener changed: What|Removed |Added Target||x86_64-*-* i?86-*-* Component|

[Bug target/88571] AVX512: when calculating logical expression with all values in kN registers, do not use GPRs

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88571 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Target|

[Bug lto/85574] [8/9 Regression] LTO bootstapped binaries differ

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85574 --- Comment #16 from Richard Biener --- (In reply to Richard Biener from comment #15) > Created attachment 45278 [details] > patch for the ICF issue > > Conveniently the congruence_classes have a UID. So the attached sorts after > that before t

[Bug target/88571] New: AVX512: when calculating logical expression with all values in kN registers, do not use GPRs

2018-12-21 Thread bugzi...@poradnik-webmastera.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88571 Bug ID: 88571 Summary: AVX512: when calculating logical expression with all values in kN registers, do not use GPRs Product: gcc Version: 8.2.0 Status: UNCONFIRMED

[Bug c/51628] __attribute__((packed)) is unsafe in some cases (i.e. add -Waddress-of-packed-member, etc.)

2018-12-21 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51628 --- Comment #58 from Christophe Lyon --- No, I haven't reproduced it manually yet. The log only says: Execution returned 1

[Bug middle-end/88570] New: Missing or ineffective vectorization of scatter load

2018-12-21 Thread bugzi...@poradnik-webmastera.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88570 Bug ID: 88570 Summary: Missing or ineffective vectorization of scatter load Product: gcc Version: 8.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug c/51628] __attribute__((packed)) is unsafe in some cases (i.e. add -Waddress-of-packed-member, etc.)

2018-12-21 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51628 --- Comment #57 from H.J. Lu --- (In reply to Christophe Lyon from comment #56) > The updated testcase pr51628-10 fails at execution on aarch64 > FAIL: c-c++-common/pr51628-10.c -Wc++-compat execution test Do you know why it fails?

[Bug rtl-optimization/87727] [9 regression] gcc.target/sparc/overflow-2.c FAILs

2018-12-21 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87727 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/87727] [9 regression] gcc.target/sparc/overflow-2.c FAILs

2018-12-21 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87727 --- Comment #8 from Eric Botcazou --- Author: ebotcazou Date: Fri Dec 21 16:09:23 2018 New Revision: 267328 URL: https://gcc.gnu.org/viewcvs?rev=267328&root=gcc&view=rev Log: PR rtl-optimization/87727 * combine.c (cant_combine_in

[Bug c/51628] __attribute__((packed)) is unsafe in some cases (i.e. add -Waddress-of-packed-member, etc.)

2018-12-21 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51628 Christophe Lyon changed: What|Removed |Added CC||clyon at gcc dot gnu.org --- Comment #

[Bug target/88522] Error: operand size mismatch for `vpgatherqq'

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88522 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Fri Dec 21 16:01:53 2018 New Revision: 267327 URL: https://gcc.gnu.org/viewcvs?rev=267327&root=gcc&view=rev Log: PR target/88522 * config/i386/sse.md (*avx512pf_gatherpfsf

[Bug rtl-optimization/88563] [7/8/9 Regression] wrong code with -O2 -fno-code-hoisting -fno-tree-ccp -fno-tree-dominator-opts -fno-tree-forwprop -fno-tree-fre -fno-tree-pre -fno-tree-vrp

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88563 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Fri Dec 21 15:54:55 2018 New Revision: 267326 URL: https://gcc.gnu.org/viewcvs?rev=267326&root=gcc&view=rev Log: PR rtl-optimization/88563 * expr.c (expand_expr_real_2) :

[Bug middle-end/88569] New: Track relations between variable values

2018-12-21 Thread bugzi...@poradnik-webmastera.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88569 Bug ID: 88569 Summary: Track relations between variable values Product: gcc Version: 8.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-en

[Bug middle-end/88553] ICE: tree check: expected ssa_name, have var_decl in SSA_VAL, at tree-ssa-sccvn.c:461

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88553 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c/88568] New: GCC cannot dllimport variables with undefined types

2018-12-21 Thread m101010a at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568 Bug ID: 88568 Summary: GCC cannot dllimport variables with undefined types Product: gcc Version: 8.1.0 Status: UNCONFIRMED Keywords: rejects-valid Severity: normal

[Bug ipa/87957] [9 Regression] ICE tree check: expected tree that contains ‘decl minimal’ structure, have ‘identifier_node’ in warn_odr, at ipa-devirt.c:1051 since r265519

2018-12-21 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87957 --- Comment #22 from Eric Botcazou --- > Enforced as novelty, yes, but it was my understanding all the time? Why? In Ada, the type declared in the source code is volatile so the TYPE_DECL points to it. That's necessary for correct debug info I

[Bug bootstrap/88450] [9 regression] ICE in stage 2 compiler while configuring libgcc

2018-12-21 Thread sbence92 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88450 --- Comment #11 from Bence Szabó --- Created attachment 45279 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45279&action=edit preprocessed c-parser, gimplify

[Bug bootstrap/88450] [9 regression] ICE in stage 2 compiler while configuring libgcc

2018-12-21 Thread sbence92 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88450 --- Comment #10 from Bence Szabó --- cc1: segfault at vmovaps 2776 declspecs_add_type (loc, specs, t); 0045952e: ...kahead_kind)+1070 mov %rbp,%r8 00459531: ...kahead_kind)+1073 vmovdqa

[Bug web/86315] Bugzilla: add "cc count" and "duplicate count" columns

2018-12-21 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86315 --- Comment #9 from Jonathan Wakely --- Those ten mails all seem to be old ones that were stuck in some queue for months.

[Bug target/88556] Inline built-in sinh, cosh, tanh for -ffast-math

2018-12-21 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88556 --- Comment #3 from uros at gcc dot gnu.org --- Author: uros Date: Fri Dec 21 13:30:58 2018 New Revision: 267325 URL: https://gcc.gnu.org/viewcvs?rev=267325&root=gcc&view=rev Log: PR target/88556 * internal-fn.def (COSH): New.

[Bug debug/88534] [9 Regression] internal compiler error: in tree_add_const_value_attribute, at dwarf2out.c:20246

2018-12-21 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88534 --- Comment #9 from Marek Polacek --- I've been puzzled if we have established a rule about this case. I personally would consider this as a regression.

[Bug web/86315] Bugzilla: add "cc count" and "duplicate count" columns

2018-12-21 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86315 --- Comment #8 from Jonathan Wakely --- Frédéric, any idea why your comment above caused Bugzilla to send the next ten emails with your name on? See the mails between 23:17 and 23:14 at: https://gcc.gnu.org/ml/gcc-bugs/2018-12/index.html#02713

[Bug bootstrap/88450] [9 regression] ICE in stage 2 compiler while configuring libgcc

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88450 --- Comment #9 from Jakub Jelinek --- And also preprocessed c-parser.ii and/or gimplify.ii + full command line options when they are built with stage1 compiler, so that somebody can inspect that with a cross-compiler. Thanks.

[Bug debug/88534] [9 Regression] internal compiler error: in tree_add_const_value_attribute, at dwarf2out.c:20246

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88534 --- Comment #8 from Jakub Jelinek --- Yes. A regression in the sense that we didn't ICE before and now we do. In any case, we really should fix this for GCC9, having a new feature that one can safely use only with -g0 is not very nice.

[Bug libstdc++/87787] [UBSAN] runtime error: null pointer passed as argument 2, which is declared to never be null

2018-12-21 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87787 Jonathan Wakely changed: What|Removed |Added Priority|P1 |P3 Summary|[9 Regression][U

[Bug tree-optimization/88567] [9 Regression] ICE in get_initial_defs_for_reduction when building 521.wrf_r on AArch64 SVE

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88567 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org Target Mil

[Bug c++/87863] [9 Regression] c-c++-common/gomp/gridify-{2,3}.c ICE

2018-12-21 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87863 Thomas Schwinge changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #3 from Thomas Sc

[Bug c++/88193] [9 Regression] ICE on (invalid) C++ code: Segmentation fault

2018-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88193 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug middle-end/88560] [9 Regression] armv8_2-fp16-move-1.c and related regressions after r266385

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88560 Richard Biener changed: What|Removed |Added Keywords||missed-optimization, ra Prior

[Bug c++/88555] [9 Regression] Pack expansion fails

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88555 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug c++/88554] [9 Regression] Segfault ICE when falling off the end of a reference-returning friend operator

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88554 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug debug/88534] [9 Regression] internal compiler error: in tree_add_const_value_attribute, at dwarf2out.c:20246

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88534 --- Comment #7 from Richard Biener --- But how's it a regression then... from rejected to ice-on-valid?

[Bug c++/88548] [9 Regression] this accepted in static member functions

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88548 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug target/88530] [8/9 Regression] AArch64 Unsupported options passed to assemblers when it doesn't need to.

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88530 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug target/88469] [7/8/9 regression] AAPCS - Struct with 64-bit bitfield may be passed in wrong registers

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88469 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug bootstrap/88450] [9 regression] ICE in stage 2 compiler while configuring libgcc

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88450 Richard Biener changed: What|Removed |Added Status|NEW |WAITING --- Comment #8 from Richard Bie

[Bug testsuite/88436] [9 regression] r265421 causes gcc.target/powerpc/pr54240.c to fail

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88436 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED

[Bug rtl-optimization/88423] [9 Regression] ICE in begin_move_insn, at sched-ebb.c:175

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88423 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED

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

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88419 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/87863] [9 Regression] c-c++-common/gomp/gridify-{2,3}.c ICE

2018-12-21 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87863 Martin Jambor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/88394] [8/9 Regression] g++ ICE (Segmentation fault) in insert_capture_proxy

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88394 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug go/88406] [9 regression] Many 64-bit Solaris 10/SPARC execution tests FAIL

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88406 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug c++/88385] [9 regression] ICE in tsubst_pack_expansion

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88385 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/88380] [7/8/9 Regression] Sequence of not-explicitly initialised, initialised, variable length generates no initialiser

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88380 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug tree-optimization/88567] New: [9 Regression] ICE in get_initial_defs_for_reduction when building 521.wrf_r on AArch64 SVE

2018-12-21 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88567 Bug ID: 88567 Summary: [9 Regression] ICE in get_initial_defs_for_reduction when building 521.wrf_r on AArch64 SVE Product: gcc Version: 9.0 Status: UNCONFIRMED

[Bug c++/88368] [7/8/9 Regression] Improper ``use of deleted function''

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88368 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug target/87545] [9 Regression] -mtune=intel regressions

2018-12-21 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87545 --- Comment #4 from H.J. Lu --- (In reply to Richard Biener from comment #3) > HJ? Otherwise I'll simply make this change. Yes, please. Thanks.

[Bug c/88363] [9 Regression] alloc_align attribute doesn't accept enumerated arguments

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88363 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug target/88346] [9 Regression] Inconsistent list of CPUs supported by the rs6000 backend after r266502

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88346 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug c++/88325] [9 Regression] ICE on (invalid) C++ code when compiled with -std=c++2a: in make_typename_type, at cp/decl.c:3816

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88325 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug c++/88312] [9 regression] Mishandled explicitly provided parameter pack

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88312 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug rtl-optimization/88296] [9 Regression] Infinite loop in lra_split_hard_reg_for

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88296 Richard Biener changed: What|Removed |Added Keywords||needs-bisection Status|UNCO

[Bug c++/88294] [9 Regression] ICE on (invalid) C++11 code: in tsubst_copy, at cp/pt.c:15391

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88294 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug c++/88261] [9 Regression] ICE: verify_gimple failed (error: non-trivial conversion at assignment)

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88261 Richard Biener changed: What|Removed |Added Keywords||ice-checking Priority|P3

[Bug middle-end/88273] [8/9 Regression] warning: 'memcpy' offset [-527, -529] is out of the bounds [0, 16] of object 'vrsave' with type 'union ' [-Warray-bounds]

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88273 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/88293] [9 Regression] ICE on C++11 code: in build_target_expr_with_type, at cp/tree.c:793

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88293 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug c++/88256] [7/8/9 Regression] ICE: Segmentation fault (in make_ssa_name_fn), C++ FE missing DECL_EXPRs

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88256 Richard Biener changed: What|Removed |Added Priority|P3 |P2

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

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88235 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Target Milestone|9.0

[Bug ada/88200] [9 Regression] ada bootstrap failure on alpha-linux-gnu (aised STORAGE_ERROR : stack overflow or erroneous memory access)

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88200 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug libstdc++/88170] [9 Regression] pretty printer FAILs

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88170 Richard Biener changed: What|Removed |Added Priority|P3 |P1

  1   2   >