[Bug target/88013] can't vectorize rgb to grayscale conversion code

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

[Bug tree-optimization/88019] [9 Regression] ICE in gimplify_modify_expr, at gimplify.c:5779

2018-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88019 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Assignee|unassigned

[Bug c++/55004] [meta-bug] constexpr issues

2018-11-14 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004 Bug 55004 depends on bug 67026, which changed state. Bug 67026 Summary: GCC incorrectly rejects well-formed constexpr function definition https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67026 What|Removed |Added

[Bug target/88013] can't vectorize rgb to grayscale conversion code

2018-11-14 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88013 --- Comment #4 from krux --- On x64 indeed both compilers generate a huge amount of code. https://godbolt.org/z/TH7mqn

[Bug c++/67026] GCC incorrectly rejects well-formed constexpr function definition

2018-11-14 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67026 Ville Voutilainen changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/86678] constexpr evaluation incorrectly diagnoses unevaluated call to non-constexpr function

2018-11-14 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86678 Ville Voutilainen changed: What|Removed |Added CC||anders.granlund.0 at gmail dot com

[Bug other/88007] [9 Regression] ICE in gt_ggc_m_S, at ggc-page.c:1474

2018-11-14 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88007 --- Comment #2 from rguenther at suse dot de --- On Tue, 13 Nov 2018, jakub at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88007 > > Jakub Jelinek changed: > >What|Removed |Added

[Bug tree-optimization/88014] Restrict/C2X/N2260 Restricted function argument

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

[Bug middle-end/49774] [meta-bug] restrict qualification aliasing issues

2018-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49774 Bug 49774 depends on bug 88014, which changed state. Bug 88014 Summary: Restrict/C2X/N2260 Restricted function argument https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88014 What|Removed |Added

[Bug middle-end/87610] [7 Regression] wrong-code with restrict

2018-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87610 Richard Biener changed: What|Removed |Added CC||mcccs at gmx dot com --- Comment #6

[Bug tree-optimization/88015] New: [9 Regression] ICE in dump_printf_loc, at dumpfile.c:1287

2018-11-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88015 Bug ID: 88015 Summary: [9 Regression] ICE in dump_printf_loc, at dumpfile.c:1287 Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: ice-on-valid-code

[Bug tree-optimization/88015] [9 Regression] ICE in dump_printf_loc, at dumpfile.c:1287

2018-11-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88015 Martin Liška changed: What|Removed |Added Last reconfirmed||2018-11-14 Known to work|

[Bug ipa/88016] [9 Regression] ICE in gt_ggc_m_S, at ggc-page.c:1474 since r262375

2018-11-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88016 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/88013] can't vectorize rgb to grayscale conversion code

2018-11-14 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88013 --- Comment #3 from krux --- A few NEON instructions are sufficient: https://web.archive.org/web/20170227190422/http://hilbert-space.de/?p=22 clang seems to generate similar code, see the godbolt links.

[Bug other/88007] [9 Regression] ICE in gt_ggc_m_S, at ggc-page.c:1474

2018-11-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88007 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #3

[Bug other/88007] [9 Regression] ICE in gt_ggc_m_S, at ggc-page.c:1474

2018-11-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88007 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug ipa/88016] New: [9 Regression] ICE in gt_ggc_m_S, at ggc-page.c:1474 since r262375

2018-11-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88016 Bug ID: 88016 Summary: [9 Regression] ICE in gt_ggc_m_S, at ggc-page.c:1474 since r262375 Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords:

[Bug middle-end/88010] noinline function alias unexpectedly inlined

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

[Bug fortran/88008] [9 Regression] ICE in check_typebound_baseobject, at fortran/resolve.c:6058

2018-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88008 Richard Biener changed: What|Removed |Added Priority|P3 |P4 Target Milestone|---

[Bug fortran/88009] [9 Regression] ICE in find_intrinsic_vtab, at fortran/class.c:2761

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

[Bug tree-optimization/87977] [9 Regression] ICE: verify_ssa failed (error: definition in block 4 follows the use)

2018-11-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87977 --- Comment #3 from Jakub Jelinek --- Author: jakub Date: Wed Nov 14 09:01:47 2018 New Revision: 266098 URL: https://gcc.gnu.org/viewcvs?rev=266098=gcc=rev Log: PR tree-optimization/87977 * tree-ssa-math-opts.c

[Bug sanitizer/88017] ICE in expand_call, at calls.c:4220

2018-11-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88017 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug sanitizer/88017] New: ICE in expand_call, at calls.c:4220

2018-11-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88017 Bug ID: 88017 Summary: ICE in expand_call, at calls.c:4220 Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: sanitizer

[Bug ipa/88016] [9 Regression] ICE in gt_ggc_m_S, at ggc-page.c:1474 since r262375

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

[Bug rtl-optimization/88018] New: [8/9 Regression] ICE in insert_insn_on_edge at cfgrtl.c:1952 since r255066

2018-11-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88018 Bug ID: 88018 Summary: [8/9 Regression] ICE in insert_insn_on_edge at cfgrtl.c:1952 since r255066 Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords:

[Bug rtl-optimization/88018] [8/9 Regression] ICE in insert_insn_on_edge at cfgrtl.c:1952 since r255066

2018-11-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88018 Martin Liška changed: What|Removed |Added Last reconfirmed||2018-11-14 Known to work|

[Bug tree-optimization/88011] [9 regression] r266028 causes a bunch of go failures

2018-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88011 Richard Biener changed: What|Removed |Added Target Milestone|--- |9.0 --- Comment #1 from Richard Biener

[Bug ipa/88016] [9 Regression] ICE in gt_ggc_m_S, at ggc-page.c:1474 since r262375

2018-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88016 --- Comment #2 from Richard Biener --- Dup of PR88007?

[Bug rtl-optimization/88018] [8/9 Regression] ICE in insert_insn_on_edge at cfgrtl.c:1952 since r255066

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

[Bug tree-optimization/88014] New: Restrict/C2X/N2260 Restricted function argument

2018-11-14 Thread mcccs at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88014 Bug ID: 88014 Summary: Restrict/C2X/N2260 Restricted function argument Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug tree-optimization/88019] New: [9 Regression] ICE in gimplify_modify_expr, at gimplify.c:5779

2018-11-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88019 Bug ID: 88019 Summary: [9 Regression] ICE in gimplify_modify_expr, at gimplify.c:5779 Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: ice-on-valid-code

[Bug tree-optimization/88019] [9 Regression] ICE in gimplify_modify_expr, at gimplify.c:5779

2018-11-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88019 Martin Liška changed: What|Removed |Added Keywords||needs-bisection Last reconfirmed|

[Bug target/88013] can't vectorize rgb to grayscale conversion code

2018-11-14 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88013 ktkachov at gcc dot gnu.org changed: What|Removed |Added CC||ktkachov at gcc dot gnu.org

[Bug testsuite/88021] New: aarch64 Busy hang running testcase pr60183.c since revision 265914

2018-11-14 Thread matmal01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88021 Bug ID: 88021 Summary: aarch64 Busy hang running testcase pr60183.c since revision 265914 Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug testsuite/88021] aarch64 Busy hang running testcase pr60183.c since revision 265914

2018-11-14 Thread matmal01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88021 --- Comment #2 from Matthew Malcomson --- Hi Richard, Applying that on top of r265914 does fix the problem. Thanks for the quick reply!

[Bug c++/88020] Deduction guides fail inside sizeof

2018-11-14 Thread toe-ger at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88020 --- Comment #1 from toe-ger at web dot de --- The godbolt link is a bit confusing because the output window is in the wrong place. https://godbolt.org/z/OvlkUA is better.

[Bug c++/80016] error is positioned incorrectly

2018-11-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80016 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #4

[Bug other/88007] [9 Regression] ICE in gt_ggc_m_S, at ggc-page.c:1474

2018-11-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88007 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Wed Nov 14 12:38:20 2018 New Revision: 266141 URL: https://gcc.gnu.org/viewcvs?rev=266141=gcc=rev Log: PR other/88007 * c-common.c (parse_optimize_options): Allocate

[Bug rtl-optimization/87817] [9 Regression] gcc.target/i386/bmi2-bzhi-2.c execution test

2018-11-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87817 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Wed Nov 14 12:36:59 2018 New Revision: 266140 URL: https://gcc.gnu.org/viewcvs?rev=266140=gcc=rev Log: PR rtl-optimization/87817 * config/i386/i386.c (ix86_fold_builtin):

[Bug other/88007] [9 Regression] ICE in gt_ggc_m_S, at ggc-page.c:1474

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

[Bug middle-end/88010] noinline function alias unexpectedly inlined

2018-11-14 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88010 Jan Hubicka changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/80260] [7/8/9 Regression] ICE with polymorphic array section actual argument

2018-11-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80260 --- Comment #7 from Martin Liška --- Can the bug be marked as resolved?

[Bug c++/88020] New: Template argument deduction fails inside sizeof

2018-11-14 Thread toe-ger at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88020 Bug ID: 88020 Summary: Template argument deduction fails inside sizeof Product: gcc Version: 8.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/85968] gcc/config/arc/arc.c:9805: bad test ?

2018-11-14 Thread claziss at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85968 --- Comment #2 from claziss at gcc dot gnu.org --- Author: claziss Date: Wed Nov 14 11:31:12 2018 New Revision: 266107 URL: https://gcc.gnu.org/viewcvs?rev=266107=gcc=rev Log: [ARC] Backport form mainline PR target/85968 *

[Bug tree-optimization/71026] Missing division optimizations

2018-11-14 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71026 --- Comment #11 from Wilco --- Author: wilco Date: Wed Nov 14 12:45:29 2018 New Revision: 266142 URL: https://gcc.gnu.org/viewcvs?rev=266142=gcc=rev Log: Simplify floating point comparisons This patch implements some of the optimizations

[Bug tree-optimization/87974] [9 Regression] ICE in vect_get_vec_def_for_stmt_copy

2018-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87974 --- Comment #3 from Richard Biener --- Author: rguenth Date: Wed Nov 14 09:19:28 2018 New Revision: 266099 URL: https://gcc.gnu.org/viewcvs?rev=266099=gcc=rev Log: 2018-11-14 Richard Biener PR tree-optimization/87974 *

[Bug tree-optimization/87974] [9 Regression] ICE in vect_get_vec_def_for_stmt_copy

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

[Bug tree-optimization/88019] [9 Regression] ICE in gimplify_modify_expr, at gimplify.c:5779

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

[Bug testsuite/88021] aarch64 Busy hang running testcase pr60183.c since revision 265914

2018-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88021 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/88013] can't vectorize rgb to grayscale conversion code

2018-11-14 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88013 --- Comment #6 from krux --- -mfloat-abi=hard was missing indeed. It's a pity there's no warning like when trying to use the intrinsics. Still I see a lot more instructions, maybe that got fixed after v7.2? https://godbolt.org/z/OWzgXi

[Bug target/85968] gcc/config/arc/arc.c:9805: bad test ?

2018-11-14 Thread claziss at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85968 Claudiu Zissulescu changed: What|Removed |Added CC||claziss at gmail dot com ---

[Bug fortran/80260] [7/8/9 Regression] ICE with polymorphic array section actual argument

2018-11-14 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80260 --- Comment #8 from Dominique d'Humieres --- > Can the bug be marked as resolved? I still get an ICE with gcc 7 and 8. Any plan to do the back port (I can do it if it helps)?

[Bug middle-end/88010] noinline function alias unexpectedly inlined

2018-11-14 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88010 --- Comment #4 from Jan Hubicka --- > Yep, GCC considers attributes to be part of the definition of a function for > IPA passes. We are not consitent here (i.e. warning attributes on aliases > counts), so it makes sense to support this (and is

[Bug target/88013] can't vectorize rgb to grayscale conversion code

2018-11-14 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88013 --- Comment #7 from ktkachov at gcc dot gnu.org --- I tried current trunk (future GCC 9) GCC 9 learned to avoid excessive widening during vectorisation, which is what accounts for the large number of instructions you see.

[Bug target/87927] ICE: segmentation fault with patchable_function_entry attribute for msp430-elf -mlarge

2018-11-14 Thread jozef.l at mittosystems dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87927 --- Comment #4 from Jozef Lawrynowicz --- Submitted patch: https://gcc.gnu.org/ml/gcc-patches/2018-11/msg01192.html

[Bug rtl-optimization/87817] [9 Regression] gcc.target/i386/bmi2-bzhi-2.c execution test

2018-11-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87817 --- Comment #5 from Jakub Jelinek --- While the testcase doesn't FAIL with the above commit, it isn't really fixed yet, a 0 could propagate to the insn already during RTL optimizations.

[Bug tree-optimization/88019] [9 Regression] ICE in gimplify_modify_expr, at gimplify.c:5779

2018-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88019 --- Comment #3 from Richard Biener --- Author: rguenth Date: Wed Nov 14 11:11:05 2018 New Revision: 266105 URL: https://gcc.gnu.org/viewcvs?rev=266105=gcc=rev Log: 2018-11-14 Richard Biener PR tree-optimization/88019 *

[Bug fortran/87994] ICE in match_data_constant, at fortran/decl.c:399

2018-11-14 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87994 --- Comment #6 from Dominique d'Humieres --- AFAICT the patch in comment 5 fixes the tests in comments 1 and 5, but not the test in comment 0.

[Bug tree-optimization/88011] [9 regression] r266028 causes a bunch of go failures

2018-11-14 Thread boger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88011 --- Comment #4 from boger at gcc dot gnu.org --- Created attachment 45005 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45005=edit Hack workaround to show bad loop Through my debugging I found that if I add the print statement as shown in

[Bug lto/55102] The options -flto and -On do not behave as described in GCC docs

2018-11-14 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55102 sandra at gcc dot gnu.org changed: What|Removed |Added CC||sandra at gcc dot gnu.org

[Bug fortran/87994] ICE in match_data_constant, at fortran/decl.c:399

2018-11-14 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87994 --- Comment #7 from kargl at gcc dot gnu.org --- (In reply to Dominique d'Humieres from comment #6) > AFAICT the patch in comment 5 fixes the tests in comments 1 and 5, but not > the test in comment 0. % cat a.f90 program p real :: a, b

[Bug target/88027] PowerPC generates slightly weird code for memset

2018-11-14 Thread acsawdey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88027 --- Comment #3 from acsawdey at gcc dot gnu.org --- This appears to have to do with alignment. In this test case, expand_block_clear() sees alignment of only 8 bits for the pointer p. If you declare a local struct st and pass that to

[Bug c++/88026] Explicit deduction guide fails for move-only type

2018-11-14 Thread toe-ger at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88026 --- Comment #2 from toe-ger at web dot de --- Workaround that seems to generally work: Change deduction guide to template S(T&&)->S>;

[Bug fortran/88025] [7/8/9 Regression] ICE in gfc_apply_init, at fortran/expr.c:4468

2018-11-14 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88025 Dominique d'Humieres changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug middle-end/31377] wrap_help error

2018-11-14 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31377 Eric Gallager changed: What|Removed |Added CC||nickc at gcc dot gnu.org --- Comment #2

[Bug fortran/87994] ICE in match_data_constant, at fortran/decl.c:399

2018-11-14 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87994 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug c++/45225] gcc accepts ill-formed template code combining Variadic Templates and Partial specialization

2018-11-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45225 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/87994] ICE in match_data_constant, at fortran/decl.c:399

2018-11-14 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87994 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 --- Comment #4 from kargl

[Bug lto/55102] The options -flto and -On do not behave as described in GCC docs

2018-11-14 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55102 --- Comment #5 from sandra at gcc dot gnu.org --- Author: sandra Date: Thu Nov 15 00:41:10 2018 New Revision: 266168 URL: https://gcc.gnu.org/viewcvs?rev=266168=gcc=rev Log: 2018-11-14 Sandra Loosemore PR lto/55102 PR

[Bug lto/56700] Optimizing at compile and link result in different binary size than only optimizing at link time

2018-11-14 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56700 --- Comment #5 from sandra at gcc dot gnu.org --- Author: sandra Date: Thu Nov 15 00:41:10 2018 New Revision: 266168 URL: https://gcc.gnu.org/viewcvs?rev=266168=gcc=rev Log: 2018-11-14 Sandra Loosemore PR lto/55102 PR

[Bug c++/88020] Deduction guides fail inside sizeof

2018-11-14 Thread ensadc at mailnesia dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88020 ensadc at mailnesia dot com changed: What|Removed |Added CC||ensadc at mailnesia dot com

[Bug fortran/88009] [9 Regression] ICE in find_intrinsic_vtab, at fortran/class.c:2761

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

[Bug testsuite/88021] aarch64 Busy hang running testcase pr60183.c since revision 265914

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

[Bug c++/80438] Variadic template class argument deduction failure from variadic constructor deduction guide

2018-11-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80438 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid

[Bug fortran/88008] [9 Regression] ICE in check_typebound_baseobject, at fortran/resolve.c:6058

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

[Bug fortran/88009] [9 Regression] ICE in find_intrinsic_vtab, at fortran/class.c:2761

2018-11-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88009 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug rtl-optimization/87817] [9 Regression] gcc.target/i386/bmi2-bzhi-2.c execution test

2018-11-14 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87817 Segher Boessenkool changed: What|Removed |Added CC||segher at gcc dot gnu.org ---

[Bug c++/88020] Deduction guides fail inside sizeof

2018-11-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88020 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/87946] [7/8/9 Regression] ICE in gfc_walk_array_ref, at fortran/trans-array.c:10506

2018-11-14 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87946 Dominique d'Humieres changed: What|Removed |Added Keywords||ice-on-valid-code

[Bug testsuite/88021] aarch64 Busy hang running testcase pr60183.c since revision 265914

2018-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88021 --- Comment #4 from Richard Biener --- Author: rguenth Date: Wed Nov 14 13:07:03 2018 New Revision: 266143 URL: https://gcc.gnu.org/viewcvs?rev=266143=gcc=rev Log: 2018-11-14 Richard Biener PR middle-end/88021 *

[Bug c++/80016] error is positioned incorrectly

2018-11-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80016 Jonathan Wakely changed: What|Removed |Added Last reconfirmed|2017-03-13 00:00:00 |2018-11-14 --- Comment #5 from

[Bug sanitizer/88022] Support dynamic shadow offset in ASan

2018-11-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88022 --- Comment #1 from Jakub Jelinek --- Isn't it possible to just add yet another range (like we already have Low and High and sometimes Medium memory and their corresponding shadows and gaps) if asan runtime determines some region clash?

[Bug fortran/87907] ICE in resolve_contained_fntype, at fortran/resolve.c:587

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

[Bug tree-optimization/87917] ICE in initialize_matrix_A at gcc/tree-data-ref.c:3150

2018-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87917 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/87709] c++17 class template argument deduction not working in a very specific case

2018-11-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87709 Jonathan Wakely changed: What|Removed |Added Last reconfirmed|2018-10-23 00:00:00 |2018-11-14 See

[Bug rtl-optimization/88018] [8/9 Regression] ICE in insert_insn_on_edge at cfgrtl.c:1952 since r255066

2018-11-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88018 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED CC|

[Bug c++/78147] The -Wshadow warning is too aggressive with constructor parameters

2018-11-14 Thread psmith at gnu dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78147 --- Comment #3 from Paul Smith --- Unfortunately not because I never had time to do more than the patch attached here: in particular I didn't hook it up to any command-line arguments, nor did I add regression tests for it. I didn't think it

[Bug sanitizer/88022] New: Support dynamic shadow offset in ASan

2018-11-14 Thread chefmax at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88022 Bug ID: 88022 Summary: Support dynamic shadow offset in ASan Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug libstdc++/33491] parallel v3: add some documentation

2018-11-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33491 Jonathan Wakely changed: What|Removed |Added Keywords||documentation --- Comment #2 from

[Bug tree-optimization/87985] Compile-time and memory hog w/ -O1 -ftree-slp-vectorize

2018-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87985 --- Comment #4 from Richard Biener --- Author: rguenth Date: Wed Nov 14 14:33:44 2018 New Revision: 266147 URL: https://gcc.gnu.org/viewcvs?rev=266147=gcc=rev Log: 2018-11-14 Richard Biener PR middle-end/87985 *

[Bug c++/87709] c++17 class template argument deduction not working in a very specific case

2018-11-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87709 Jonathan Wakely changed: What|Removed |Added CC||toe-ger at web dot de --- Comment #5

[Bug fortran/87980] ICE in gfc_conv_descriptor_data_get, at fortran/trans-array.c for assignment on allocatable polymorphic variable

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

[Bug c++/88020] Deduction guides fail inside sizeof

2018-11-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88020 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug other/56334] __attribute__((aligned)) documentation is misleading

2018-11-14 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56334 sandra at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug tree-optimization/84648] Missed optimization : loop not removed.

2018-11-14 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84648 --- Comment #4 from bin cheng --- Author: amker Date: Thu Nov 15 03:44:49 2018 New Revision: 266171 URL: https://gcc.gnu.org/viewcvs?rev=266171=gcc=rev Log: PR tree-optimization/84648 * tree-ssa-loop-niter.c

[Bug other/56334] __attribute__((aligned)) documentation is misleading

2018-11-14 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56334 --- Comment #5 from sandra at gcc dot gnu.org --- Author: sandra Date: Thu Nov 15 02:55:26 2018 New Revision: 266170 URL: https://gcc.gnu.org/viewcvs?rev=266170=gcc=rev Log: 2018-11-15 Sandra Loosemore PR other/56334 gcc/

[Bug c/85562] -Wsuggest-attribute=malloc misleads about "returning normally"

2018-11-14 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85562 --- Comment #4 from Eric Gallager --- (In reply to prathamesh3492 from comment #3) > Fix for PR85734 also fixes this bug. That one is fixed on trunk, apparently. So, same for this one?

[Bug tree-optimization/88029] New: [9 Regression] ICE in execute_todo, at passes.c:1974

2018-11-14 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88029 Bug ID: 88029 Summary: [9 Regression] ICE in execute_todo, at passes.c:1974 Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: ice-checking, ice-on-valid-code

[Bug rtl-optimization/87902] [9 Regression] Shrink-wrapping multiple conditions

2018-11-14 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87902 --- Comment #6 from Segher Boessenkool --- Oh sure, if all you want to do is extend the prepare_shrinkwrap function, that just works there and it doesn't need to do a lot of profitability trade-offs. However it isn't very effective there. It's

[Bug middle-end/86575] [7/8/9 Regression] -Wimplicit-fallthrough affects code generation

2018-11-14 Thread matz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86575 --- Comment #4 from Michael Matz --- Author: matz Date: Wed Nov 14 15:43:54 2018 New Revision: 266148 URL: https://gcc.gnu.org/viewcvs?rev=266148=gcc=rev Log: Fix PR middle-end/86575 PR middle-end/86575 * gimplify.c

  1   2   >