[Bug target/87762] [9 Regression] extract_constrain_insn, at recog.c:2206 on s390x

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

[Bug rtl-optimization/88001] New: ASMCONS cannot handle properly UNSPEC(CONST)

2018-11-13 Thread claziss at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88001 Bug ID: 88001 Summary: ASMCONS cannot handle properly UNSPEC(CONST) Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/87839] [9 Regression] ICE in final_scan_insn_1, at final.c:3070

2018-11-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87839 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|2018-11-01

[Bug lto/87988] [9 regression] Streaming of ABSTRACT_ORIGIN is expensive

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87988 --- Comment #2 from Richard Biener --- Created attachment 44995 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44995=edit untested patch It's surprisingly difficult to hack around things ... but the attached at least survives lto.exp

[Bug c++/87996] [8/9 Regression] "size of array is negative" error when SIZE_MAX/2 < sizeof(array) <= SIZE_MAX

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

[Bug rtl-optimization/87918] [9 Regression] ICE in simplify_binary_operation, at simplify-rtx.c:2153 since r264688

2018-11-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87918 --- Comment #3 from Jakub Jelinek --- Author: jakub Date: Tue Nov 13 09:45:50 2018 New Revision: 266062 URL: https://gcc.gnu.org/viewcvs?rev=266062=gcc=rev Log: PR rtl-optimization/87918 * simplify-rtx.c (simplify_merge_mask):

[Bug target/77728] [5 Regression] Miscompilation multiple vector iteration on ARM

2018-11-13 Thread pizzard at online dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728 Martin Beeger changed: What|Removed |Added CC||pizzard at online dot de --- Comment

[Bug target/87762] [9 Regression] extract_constrain_insn, at recog.c:2206 on s390x

2018-11-13 Thread iii at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87762 --- Comment #5 from Ilya Leoshkevich --- Martin, I believe I fixed this one. Could you please give it another try?

[Bug target/87839] [9 Regression] ICE in final_scan_insn_1, at final.c:3070

2018-11-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87839 --- Comment #2 from Jakub Jelinek --- Created attachment 44994 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44994=edit gcc9-pr87839.patch Untested fix.

[Bug c++/87989] [8/9 Regression] Calling operator T() invokes wrong conversion operator overload

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87989 Richard Biener changed: What|Removed |Added Keywords||wrong-code Target Milestone|---

[Bug rtl-optimization/88001] ASMCONS cannot handle properly UNSPEC(CONST)

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

[Bug target/88005] New: [6/7/8/9] Regression GCC on hppa misoptimisation function pointer call

2018-11-13 Thread skrll at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88005 Bug ID: 88005 Summary: [6/7/8/9] Regression GCC on hppa misoptimisation function pointer call Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/87991] ICE in gfc_constructor_append_expr, at fortran/constructor.c:135

2018-11-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87991 Thomas Koenig changed: What|Removed |Added Keywords||ice-on-invalid-code

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

2018-11-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87994 --- Comment #2 from Dominique d'Humieres --- Related to/duplicate of pr87881/pr87945/pr87993. > Changed between 20181028 and 20181104 (ICE). Parameter inquiry has been introduced at revision r265729: before it gave the error Error: Unexpected

[Bug tree-optimization/86991] [8/9 Regression] ICE in vectorizable_reduction, at tree-vect-loop.c:6919

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86991 --- Comment #4 from Richard Biener --- So the reason in the end is failure to tear down a half-built reduction chain. I have a fix (finally).

[Bug rtl-optimization/85925] [7/8/9 regression] Mis-compilation at -02, masking with 257 goes wrong in combine

2018-11-13 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85925 --- Comment #14 from Eric Botcazou --- > (so pretty much the same, but the previous runs had some weird pollution). Thanks, slightly better though.

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

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87974 --- Comment #2 from Richard Biener --- No, it's different. We somehow fail to make a 2nd PHI in the vectorization of the inner loop.

[Bug c++/87967] [9 Regression] ICE in slpeel_duplicate_current_defs_from_edges

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87967 --- Comment #3 from Richard Biener --- No, it's different. We somehow fail to make a 2nd PHI in the vectorization of the inner loop.

[Bug lto/88004] [9 Regression] lto1: error: node differs from node->decl->decl_with_vis.symtab_node

2018-11-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88004 Martin Liška changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |hubicka at gcc dot gnu.org

[Bug lto/88004] New: [9 Regression] lto1: error: node differs from node->decl->decl_with_vis.symtab_node

2018-11-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88004 Bug ID: 88004 Summary: [9 Regression] lto1: error: node differs from node->decl->decl_with_vis.symtab_node Product: gcc Version: 9.0 Status: UNCONFIRMED

[Bug lto/88004] [9 Regression] lto1: error: node differs from node->decl->decl_with_vis.symtab_node

2018-11-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88004 --- Comment #1 from Martin Liška --- Created attachment 44996 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44996=edit Callgraph dump

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

2018-11-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87994 Thomas Koenig changed: What|Removed |Added Keywords||ice-on-valid-code

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

2018-11-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87817 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug testsuite/88002] New: libbacktrace and libiberty tests don't use dejagnu

2018-11-13 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88002 Bug ID: 88002 Summary: libbacktrace and libiberty tests don't use dejagnu Product: gcc Version: 8.2.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug lto/87988] [9 regression] Streaming of ABSTRACT_ORIGIN is expensive

2018-11-13 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87988 --- Comment #3 from Jan Hubicka --- Thanks, I will give it a try. Note that the numbers I posted are from trunk and trunk with abstract origin streaming disabled. Thanks to the type streaming reorg we do not have overall regression relative to

[Bug fortran/87993] ICE in gfc_constructor_first, at fortran/constructor.c:234

2018-11-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87993 Thomas Koenig changed: What|Removed |Added Keywords||ice-on-valid-code

[Bug fortran/87992] ICE in resolve_fl_variable, at fortran/resolve.c:12314

2018-11-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87992 Thomas Koenig changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug c++/88003] New: ICE on outside definition of inner function-local class in poplevel_class, at cp/name-lookup.c:4325

2018-11-13 Thread eugvelesevich at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88003 Bug ID: 88003 Summary: ICE on outside definition of inner function-local class in poplevel_class, at cp/name-lookup.c:4325 Product: gcc Version: 9.0 Status: UNCONFIRMED

[Bug c++/87967] [9 Regression] ICE in slpeel_duplicate_current_defs_from_edges

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87967 --- Comment #4 from Richard Biener --- (In reply to Richard Biener from comment #3) > No, it's different. We somehow fail to make a 2nd PHI in the vectorization > of the inner loop. Err, wrong bug. (gdb) p debug_gimple_stmt (from_phi)

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

2018-11-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87817 --- Comment #2 from Jakub Jelinek --- E.g. in simplify-rtx.c we have: case SIGN_EXTRACT: case ZERO_EXTRACT: if (CONST_INT_P (op0) && CONST_INT_P (op1) && CONST_INT_P (op2) && is_a (mode, _mode)

[Bug lto/87988] [9 regression] Streaming of ABSTRACT_ORIGIN is expensive

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

[Bug libgomp/87995] [9 regression] libgomp.c/../libgomp.c-c++-common/cancel-taskgroup-3.c fails consistently after r265930

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

[Bug libstdc++/40380] class documentation should mention include file to use

2018-11-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40380 --- Comment #4 from Jonathan Wakely --- Busg like this make me wonder if we wouldn't be better simply replacing our Doxygen API docs with a link to cppreference.com which is far more complete and has better formatting and cross referencing.

[Bug fortran/87993] ICE in gfc_constructor_first, at fortran/constructor.c:234

2018-11-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87993 --- Comment #2 from Dominique d'Humieres --- Related to/duplicate of pr87881/pr87945/pr87994.

[Bug lto/87988] [9 regression] Streaming of ABSTRACT_ORIGIN is expensive

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87988 --- Comment #4 from Richard Biener --- OK, I'd rather not put this hack on trunk. Iff then a very limited scope TREE_DIE (same cases as the hack) should be brought in.

[Bug debug/88006] New: -fdebug-types-section gives undefined reference

2018-11-13 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88006 Bug ID: 88006 Summary: -fdebug-types-section gives undefined reference Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug sanitizer/87930] [8/9 Regression] ICE in emit_library_call_value_1, at calls.c:5422 since r249903

2018-11-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87930 --- Comment #4 from Martin Liška --- Author: marxin Date: Tue Nov 13 15:03:58 2018 New Revision: 266073 URL: https://gcc.gnu.org/viewcvs?rev=266073=gcc=rev Log: Do not allow -mabi=ms and -fsanitize={,kernel-}address (PR sanitizer/87930).

[Bug tree-optimization/87885] ICE in release_ssa_name_fn with -fprofile-report

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

[Bug ipa/87955] [9 Regression] ICE in cl_target_option_print_diff at gcc/options-save.c:3803 since r265920

2018-11-13 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87955 --- Comment #3 from David Malcolm --- Author: dmalcolm Date: Tue Nov 13 15:59:57 2018 New Revision: 266079 URL: https://gcc.gnu.org/viewcvs?rev=266079=gcc=rev Log: Fix ICE with -fopt-info-inline (PR ipa/87955) PR ipa/87955 reports a problem I

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

2018-11-13 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88007 Bug ID: 88007 Summary: [9 Regression] ICE in gt_ggc_m_S, at ggc-page.c:1474 Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: GC, ice-on-valid-code Severity:

[Bug tree-optimization/86991] [8/9 Regression] ICE in vectorizable_reduction, at tree-vect-loop.c:6919

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86991 --- Comment #5 from Richard Biener --- Author: rguenth Date: Tue Nov 13 16:14:37 2018 New Revision: 266081 URL: https://gcc.gnu.org/viewcvs?rev=266081=gcc=rev Log: 2018-11-13 Richard Biener PR tree-optimization/86991 *

[Bug tree-optimization/86991] [8 Regression] ICE in vectorizable_reduction, at tree-vect-loop.c:6919

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86991 Richard Biener changed: What|Removed |Added Known to work||9.0 Summary|[8/9

[Bug target/86383] [9 Regression] arm-netbsdelf cross compiler fails in selftests

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

[Bug ipa/87955] [9 Regression] ICE in cl_target_option_print_diff at gcc/options-save.c:3803 since r265920

2018-11-13 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87955 David Malcolm changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/87718] [9 Regression] FAIL: gcc.target/i386/avx512dq-concatv2si-1.c

2018-11-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87718 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug rtl-optimization/87552] [9 regression] FAIL: gcc.c-torture/compile/20010102-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (internal compiler error)

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

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

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

[Bug c/88000] Different local vars regs order may produce different and so wrong code

2018-11-13 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88000 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #4

[Bug bootstrap/87932] Missing profile count data file not found [-Wmissing-profile] during profiledbootstrap

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

[Bug tree-optimization/87898] [8/9 Regression] ICE in separate_decls_in_region_debug, at tree-parloops.c:961

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

[Bug middle-end/87899] [9 regression]r264897 cause mis-compiled native arm-linux-gnueabihf toolchain

2018-11-13 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87899 Peter Bergner changed: What|Removed |Added URL|https://gcc.gnu.org/ml/gcc- |https://gcc.gnu.org/ml/gcc-

[Bug rtl-optimization/87507] IRA unnecessarily uses non-volatile registers during register assignment

2018-11-13 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87507 Peter Bergner changed: What|Removed |Added URL|https://gcc.gnu.org/ml/gcc- |https://gcc.gnu.org/ml/gcc-

[Bug tree-optimization/87885] ICE in release_ssa_name_fn with -fprofile-report

2018-11-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87885 --- Comment #5 from Martin Liška --- Author: marxin Date: Tue Nov 13 15:06:54 2018 New Revision: 266074 URL: https://gcc.gnu.org/viewcvs?rev=266074=gcc=rev Log: Improve -fprofile-report. 2018-11-13 Martin Liska PR

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

2018-11-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87881 --- Comment #6 from Dominique d'Humieres --- Related to/duplicate of pr87993 and pr87994.

[Bug tree-optimization/87962] [9 Regression] ICE in vect_get_vec_def_for_operand_1, at tree-vect-stmts.c:1485

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

[Bug tree-optimization/87967] [9 Regression] ICE in slpeel_duplicate_current_defs_from_edges

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87967 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Component|c++

[Bug tree-optimization/87962] [9 Regression] ICE in vect_get_vec_def_for_operand_1, at tree-vect-stmts.c:1485

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87962 --- Comment #5 from Richard Biener --- Author: rguenth Date: Tue Nov 13 13:51:34 2018 New Revision: 266071 URL: https://gcc.gnu.org/viewcvs?rev=266071=gcc=rev Log: 2018-11-13 Richard Biener PR tree-optimization/87962 *

[Bug target/88005] [7/8/9 Regression] GCC on hppa misoptimisation function pointer call

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88005 Richard Biener changed: What|Removed |Added Target||hppa CC|

[Bug target/88005] [7/8/9 Regression] GCC on hppa misoptimisation function pointer call

2018-11-13 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88005 Alexander Monakov changed: What|Removed |Added CC||amonakov at gcc dot gnu.org ---

[Bug sanitizer/87930] [8/9 Regression] ICE in emit_library_call_value_1, at calls.c:5422 since r249903

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

[Bug c++/87967] [9 Regression] ICE in slpeel_duplicate_current_defs_from_edges

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87967 --- Comment #5 from Richard Biener --- Author: rguenth Date: Tue Nov 13 13:50:18 2018 New Revision: 266070 URL: https://gcc.gnu.org/viewcvs?rev=266070=gcc=rev Log: 2018-11-13 Richard Biener PR tree-optimization/87967 *

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

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

[Bug target/88005] [7/8/9 Regression] GCC on hppa misoptimisation function pointer call

2018-11-13 Thread skrll at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88005 --- Comment #2 from Nick Hudson --- yes, it does. Nick nick@zoom:~/gcc$ ./inst/bin/hppa--linux-gcc -O2 -fno-delete-null-pointer-checks -S -o pdc.s pdc.i nick@zoom:~/gcc$ cat pdc.s .LEVEL 1.1 .text .align 4 .globl

[Bug target/88005] [7/8/9 Regression] GCC on hppa misoptimisation function pointer call

2018-11-13 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88005 --- Comment #4 from dave.anglin at bell dot net --- On 2018-11-13 10:21 a.m., skrll at netbsd dot org wrote: > yes, it does. So, the bug should be closed. Dave

[Bug testsuite/88002] libbacktrace and libiberty tests don't use dejagnu

2018-11-13 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88002 --- Comment #1 from Ian Lance Taylor --- I really have no intention of running the libbacktrace tests under DejaGNU. But if someone wants to copy the .sum file generation out of libgo (which also does not use DejaGNU), that would be fine with

[Bug tree-optimization/87931] [9 Regression] ICE in vectorizable_reduction, at tree-vect-loop.c:6193 since r265876

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87931 --- Comment #5 from Richard Biener --- Author: rguenth Date: Tue Nov 13 15:07:53 2018 New Revision: 266075 URL: https://gcc.gnu.org/viewcvs?rev=266075=gcc=rev Log: 2018-11-13 Richard Biener PR tree-optimization/87931 *

[Bug tree-optimization/87931] [9 Regression] ICE in vectorizable_reduction, at tree-vect-loop.c:6193 since r265876

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

[Bug lto/48200] Implement function attribute for symbol versioning (.symver)

2018-11-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48200 Martin Liška changed: What|Removed |Added Assignee|marxin at gcc dot gnu.org |hubicka at gcc dot gnu.org ---

[Bug target/88005] [7/8/9 Regression] GCC on hppa misoptimisation function pointer call

2018-11-13 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88005 Alexander Monakov changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

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

2018-11-13 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88008 Bug ID: 88008 Summary: [9 Regression] ICE in check_typebound_baseobject, at fortran/resolve.c:6058 Product: gcc Version: 9.0 Status: UNCONFIRMED Severity:

[Bug fortran/79440] internal compiler error: in fold_convert_loc, at fold-const.c:2373

2018-11-13 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79440 G. Steinmetz changed: What|Removed |Added CC||gs...@t-online.de --- Comment #3 from G.

[Bug middle-end/86718] [9 Regression] ICE during RTL pass: expand

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

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

2018-11-13 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87994 --- Comment #3 from G. Steinmetz --- Sure ...

[Bug middle-end/86528] [9 Regression] strlen of constant string malfunction -- had to back out fix for PR middle-end/77357

2018-11-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86528 Jakub Jelinek changed: What|Removed |Added CC||zhonghao at pku dot org.cn --- Comment

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

2018-11-13 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88010 Bug ID: 88010 Summary: noinline function alias unexpectedly inlined Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

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

2018-11-13 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88009 Bug ID: 88009 Summary: [9 Regression] ICE in find_intrinsic_vtab, at fortran/class.c:2761 Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug bootstrap/86739] [9 Regression] Bootstrap broken with host GCC 4.1.2

2018-11-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86739 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #8

[Bug d/87824] x86_64-linux multilib issues

2018-11-13 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87824 --- Comment #10 from Iain Buclaw --- (In reply to Johannes Pfau from comment #9) > Fix for the loadDR failure: https://github.com/D-Programming-GDC/GDC/pull/767 Could you post that to gcc-patches? Should probably get write after approval for

[Bug c++/87781] template disambiguator not after `::`, `.` or `->` is incorrectly accepted in an elaborated-type-specifier

2018-11-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87781 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/87656] Useful flags to enable with -Wall or -Wextra

2018-11-13 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87656 krux changed: What|Removed |Added CC||hoganmeier at gmail dot com --- Comment #3 from

[Bug libstdc++/86164] std::regex crashes when matching long lines

2018-11-13 Thread vz-gcc at zeitlins dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86164 Vadim Zeitlin changed: What|Removed |Added CC||vz-gcc at zeitlins dot org --- Comment

[Bug d/87824] x86_64-linux multilib issues

2018-11-13 Thread johannespfau at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87824 --- Comment #9 from Johannes Pfau --- Fix for the loadDR failure: https://github.com/D-Programming-GDC/GDC/pull/767

[Bug c++/78244] Narrowing conversion is accepted in a function template, but it should be rejected

2018-11-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78244 Marek Polacek changed: What|Removed |Added CC||vz-gcc at zeitlins dot org --- Comment

[Bug c++/88012] Expected -Wnarrowing not given inside template class method

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

[Bug tree-optimization/68561] An improvement for VRP

2018-11-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68561 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|mpolacek at gcc

[Bug libstdc++/86164] std::regex crashes when matching long lines

2018-11-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86164 --- Comment #4 from Jonathan Wakely --- (In reply to Vadim Zeitlin from comment #3) > This makes std::regex simply unusable. Yes, because there are no uses with inputs below 27KiB.

[Bug c++/88012] New: Expected -Wnarrowing not given inside template class method

2018-11-13 Thread vz-gcc at zeitlins dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88012 Bug ID: 88012 Summary: Expected -Wnarrowing not given inside template class method Product: gcc Version: 8.2.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/87899] [9 regression]r264897 cause mis-compiled native arm-linux-gnueabihf toolchain

2018-11-13 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87899 Peter Bergner changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/45615] -Wshadow doesn't report class member shadowing

2018-11-13 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45615 krux changed: What|Removed |Added CC||hoganmeier at gmail dot com --- Comment #2 from

[Bug c++/86594] Crash on trying to capture 'this' in instantiation of generic lambda

2018-11-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86594 --- Comment #2 from Marek Polacek --- For some weird reason this got fixed by my r265734.

[Bug rtl-optimization/87507] IRA unnecessarily uses non-volatile registers during register assignment

2018-11-13 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87507 --- Comment #11 from Peter Bergner --- Author: bergner Date: Wed Nov 14 02:17:35 2018 New Revision: 266097 URL: https://gcc.gnu.org/viewcvs?rev=266097=gcc=rev Log: gcc/ PR rtl-optimization/87507 * lower-subreg.c

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

2018-11-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88007 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug tree-optimization/87898] [8/9 Regression] ICE in separate_decls_in_region_debug, at tree-parloops.c:961

2018-11-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87898 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Wed Nov 14 00:02:35 2018 New Revision: 266093 URL: https://gcc.gnu.org/viewcvs?rev=266093=gcc=rev Log: PR tree-optimization/87898 * omp-simd-clone.c

[Bug rtl-optimization/87507] IRA unnecessarily uses non-volatile registers during register assignment

2018-11-13 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87507 Peter Bergner changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/81454] missing strcmp optimization and warning on duplicate call with an unknown string

2018-11-13 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81454 Eric Gallager changed: What|Removed |Added Severity|normal |enhancement --- Comment #2 from Eric

[Bug c++/78244] Narrowing conversion is accepted in a function template, but it should be rejected

2018-11-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78244 --- Comment #8 from Marek Polacek --- Testcase from 88012: using Number = unsigned int; template struct S { S() { const Number x = {-1}; (void)x; } }; int main() { S<1> s; }

[Bug middle-end/87899] [9 regression]r264897 cause mis-compiled native arm-linux-gnueabihf toolchain

2018-11-13 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87899 --- Comment #8 from Peter Bergner --- Author: bergner Date: Tue Nov 13 22:14:11 2018 New Revision: 266086 URL: https://gcc.gnu.org/viewcvs?rev=266086=gcc=rev Log: gcc/ PR rtl-optimization/87899 * lra-lives.c (start_living):

[Bug libstdc++/86164] std::regex crashes when matching long lines

2018-11-13 Thread vz-gcc at zeitlins dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86164 --- Comment #5 from Vadim Zeitlin --- I obviously meant that it makes it unusable in my use case when I can't guarantee that the input is bounded by this (smallish) size.

[Bug driver/61651] Cross compiler will use host as eroneously

2018-11-13 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61651 Eric Gallager changed: What|Removed |Added Keywords||build --- Comment #3 from Eric Gallager

[Bug tree-optimization/66013] Missed optimization after inlining va_list parameter, -m32 case

2018-11-13 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66013 Eric Gallager changed: What|Removed |Added Keywords||patch --- Comment #8 from Eric Gallager

  1   2   >