[Bug analyzer/93775] ICE in cgraph_node::get(tree_node const*)

2020-02-17 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93775 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug analyzer/93779] ICE: unhandled tree code in region_model::get_lvalue_1: 'function_decl'

2020-02-17 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93779 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/93767] [8/9/10 Regression] wrong code at -O3 on x86_64-linux-gnu since r8-6064

2020-02-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93767 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P2 Status|UNCONFIRMED

[Bug c/86134] earlier diagnostic causes followup diagnostic about unknown -Wno-* options

2020-02-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86134 --- Comment #13 from CVS Commits --- The master branch has been updated by Richard Guenther : https://gcc.gnu.org/g:abe13e1847fb91d43f02b5579c4230214d4369f4 commit r10-6668-gabe13e1847fb91d43f02b5579c4230214d4369f4 Author: Richard Biener Date:

[Bug c/86134] earlier diagnostic causes followup diagnostic about unknown -Wno-* options

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86134 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/93741] ICE in incomplete concept definition

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93741 Richard Biener changed: What|Removed |Added Keywords||error-recovery Summary|[10 r

[Bug tree-optimization/93780] [10 Regression] ICE in SET_TYPE_VECTOR_SUBPARTS

2020-02-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93780 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |10.0

[Bug middle-end/93742] Optimization request: pattern-match typical addition overflow checks

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93742 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Status|

[Bug tree-optimization/93780] [10 Regression] ICE in SET_TYPE_VECTOR_SUBPARTS

2020-02-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93780 Andrew Pinski changed: What|Removed |Added Target|x86_64-*-*, i?86-*-*| Status|UNCONFIRMED

[Bug middle-end/93742] Optimization request: pattern-match typical addition overflow checks

2020-02-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93742 --- Comment #2 from Jakub Jelinek --- Do you mean match_uaddsub_overflow in tree-ssa-math-opts.c ?

[Bug tree-optimization/93745] [8/9/10 Regression] Redundant store not eliminated with intermediate instruction

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93745 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org Target Mil

[Bug tree-optimization/93780] [10 Regression] ICE in SET_TYPE_VECTOR_SUBPARTS

2020-02-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93780 --- Comment #2 from Andrew Pinski --- v = { 0.0, 0.0, 0.0, 0.0 }; MEM [(char * {ref-all})&v] = MEM [(char * {ref-all})&init]; _1 = BIT_FIELD_REF ; The check there needs to check if the the nelts is a power of 2. Which is what SET_TYPE_V

[Bug translation/93755] nested quotes in command line options errors

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93755 Martin Liška changed: What|Removed |Added Keywords||easyhack Status|UNCONFIRMED

[Bug gcov-profile/93754] [GCOV] incorrect coverage for user-defined "free" function

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93754 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/93761] ICE when compiling a standard header as a header unit

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93761 Richard Biener changed: What|Removed |Added CC||nathan at gcc dot gnu.org --- Comment #

[Bug ipa/93763] [10 Regression] ice in propagate_vals_across_arith_jfunc, at ipa-cp.c:2039

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93763 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug bootstrap/93765] Bootstrap comparison failure; gcc/tree-vect-loop.o differs

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93765 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug middle-end/93742] Optimization request: pattern-match typical addition overflow checks

2020-02-17 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93742 --- Comment #3 from rguenther at suse dot de --- On Mon, 17 Feb 2020, jakub at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93742 > > --- Comment #2 from Jakub Jelinek --- > Do you mean match_uaddsub_overflow in tree-s

[Bug tree-optimization/93780] [10 Regression] ICE in SET_TYPE_VECTOR_SUBPARTS

2020-02-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93780 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug target/93768] Use vpternlog for composite logical operations

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93768 Richard Biener changed: What|Removed |Added Version|unknown |10.0 --- Comment #1 from Richard Biener

[Bug analyzer/93778] ICE in get_region, at analyzer/region-model.h:1732

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

[Bug analyzer/93778] ICE in get_region, at analyzer/region-model.h:1732

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93778 --- Comment #2 from Martin Liška --- One can reproduce that on x86_64-linux-gnu.

[Bug analyzer/93777] ICE in maybe_cast_1, at analyzer/region-model.cc:5064

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

[Bug tree-optimization/93776] [10 Regression] ICE in verify_sra_access_forest, at tree-sra.c:2326

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93776 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug analyzer/93774] ICE in lhd_incomplete_type_error

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

[Bug middle-end/93764] [10 Regression] lzo 2.10 test suite fails with -O2 and -O3

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93764 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/93771] SLP produces VEC_PERM when should have used vector generation

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93771 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug debug/93751] -g1 does not behave per manual

2020-02-17 Thread stilor at att dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93751 --- Comment #8 from Alexey Neyman --- (In reply to Eric Botcazou from comment #6) > > But it turned out that we cannot go to -g1, exactly because we need the > > ability to find the addresses/locations of all exported objects - both > > functions

[Bug tree-optimization/93776] [10 Regression] ICE in verify_sra_access_forest, at tree-sra.c:2326

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93776 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug lto/93609] gcc -flto -fno-comon places symbols into ".text" section

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93609 --- Comment #5 from Martin Liška --- Note that binutils fixed the issue and backported to the 2.34 branch: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=804b7fd4fdc545a6ed18aee3d4186574861634ef

[Bug tree-optimization/93780] [10 Regression] ICE in SET_TYPE_VECTOR_SUBPARTS

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93780 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug tree-optimization/93771] SLP produces VEC_PERM when should have used vector generation

2020-02-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93771 --- Comment #3 from Andrew Pinski --- (In reply to Richard Biener from comment #2) > Confirmed. I'm not sure if we should try to "fix" SLP here or rather > appropriately optimize > > v2df tem1 = *(v2df *)&t[0]; > v2df tem2 = *(v2df *)&t[2];

[Bug fortran/92587] Compiler is unable to generate finalization wrapper

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92587 --- Comment #6 from Martin Liška --- (In reply to DIL from comment #5) > If this helps, the gcc/gfortran svn repository from 17 Jan 2019 already had > this regression bug while gcc/gfortran 8.2.0 did not. Hopefully this may > help shorten the len

[Bug ipa/93760] wrong grammar in diagnostic

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93760 Martin Liška changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug c/93781] New: Optimizer produces suboptimal code related to -ftree-vrp

2020-02-17 Thread zhongyunde at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93781 Bug ID: 93781 Summary: Optimizer produces suboptimal code related to -ftree-vrp Product: gcc Version: 9.2.0 Status: UNCONFIRMED Severity: normal Prior

[Bug debug/93751] -g1 does not behave per manual

2020-02-17 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93751 --- Comment #9 from Eric Botcazou --- > Hence I think we both agree that space-conscious applications are the > primary consumers of -g1. It is just that in our case, we are also faced > with the extreme bloat of -g2 but we need -g1 to do what it

[Bug middle-end/93764] [10 Regression] lzo 2.10 test suite fails with -O2 and -O3

2020-02-17 Thread kloczko.tomasz at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93764 --- Comment #2 from Tomasz Kłoczko --- If gcc produces correctly working code I think that it would be better to just disable that single test if code with aliasing is faster.

[Bug middle-end/93764] [10 Regression] lzo 2.10 test suite fails with -O2 and -O3

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93764 --- Comment #3 from Martin Liška --- I bet the generated code is wrong. But it's caused by LZO violation of the strict aliasing. Please open a bug for lzo.

[Bug other/93756] typo: compatable

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93756 Martin Liška changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug translation/93759] Invalid % in param

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93759 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/93780] [10 Regression] ICE in SET_TYPE_VECTOR_SUBPARTS

2020-02-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93780 --- Comment #4 from Jakub Jelinek --- Created attachment 47858 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47858&action=edit gcc10-pr93780.patch Untested fix.

[Bug c/93781] Optimizer produces suboptimal code related to -ftree-vrp

2020-02-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93781 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Status|U

[Bug tree-optimization/93771] SLP produces VEC_PERM when should have used vector generation

2020-02-17 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93771 --- Comment #4 from rguenther at suse dot de --- On Mon, 17 Feb 2020, pinskia at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93771 > > --- Comment #3 from Andrew Pinski --- > (In reply to Richard Biener from comment #

[Bug rtl-optimization/93730] [Bug] internal compiler error: in make_decl_rtl, at varasm.c:1375

2020-02-17 Thread akhilesh.k at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93730 --- Comment #3 from Akhilesh Kumar --- Please find test application to reproduce this issue bash-3.2# g++ -fdump-tree-all /tmp/akhilesh.cpp during RTL pass: expand /tmp/akhilesh.cpp: In function 'int main()': /

[Bug target/93583] [10 Regression] bootstrap failure on powerpc64le-linux-gnu

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93583 --- Comment #5 from Martin Liška --- (In reply to Segher Boessenkool from comment #4) > The line where things crash is > rtx temp = gen_reg_rtx (GET_MODE (valreg)); > but presumably valreg is just 0 here? Yes: (gdb) p valreg $1 = (rtx

[Bug target/93583] [10 Regression] bootstrap failure on powerpc64le-linux-gnu

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93583 --- Comment #6 from Martin Liška --- (gdb) p debug_tree(exp) > side-effects nothrow fn unsigned DI size unit-size align:64 warn_if_not_align:0 symtab:0 alias-set -1 structural-equality>

[Bug target/93583] [10 Regression] bootstrap failure on powerpc64le-linux-gnu

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93583 --- Comment #7 from Martin Liška --- It seems to me that ECF_MALLOC attribute is invalid on a function that has void return type.

[Bug target/93583] [10 Regression] bootstrap failure on powerpc64le-linux-gnu

2020-02-17 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93583 --- Comment #8 from rguenther at suse dot de --- On Mon, 17 Feb 2020, marxin at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93583 > > --- Comment #5 from Martin Liška --- > (In reply to Segher Boessenkool from comment

[Bug target/93583] [10 Regression] bootstrap failure on powerpc64le-linux-gnu

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93583 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug target/93583] [10 Regression] bootstrap failure on powerpc64le-linux-gnu

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93583 --- Comment #10 from Martin Liška --- (In reply to Richard Biener from comment #9) > Testing the patch. Points to a memleak in rs6000-driver.c: > > cache = detect_caches_linux (); > /* PPC Linux does not provide any cache informatio

[Bug target/93583] [10 Regression] bootstrap failure on powerpc64le-linux-gnu

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93583 --- Comment #11 from Richard Biener --- At this point can you instead try to create a small testcase showing the IPA SRA issue? The malloc attribute isn't really invalid, it's just pointless.

[Bug target/93583] [10 Regression] bootstrap failure on powerpc64le-linux-gnu

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93583 --- Comment #12 from Richard Biener --- void *bar(const char*); static void *__attribute__((malloc,noinline)) foo(const char *p) { return bar (p); } int main(int argc, char **argv) { foo (argv[0]); return 0; } doesn't ICE on x86_64

[Bug target/93583] [10 Regression] bootstrap failure on powerpc64le-linux-gnu

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93583 --- Comment #13 from Richard Biener --- The testcase reproduces the issue on x86_64 with diff --git a/gcc/calls.c b/gcc/calls.c index b5ccfaced37..d27c9fb67a7 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -3684,7 +3684,7 @@ expand_call (tree exp

[Bug bootstrap/93765] Bootstrap comparison failure; gcc/tree-vect-loop.o differs

2020-02-17 Thread anton at mips dot complang.tuwien.ac.at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93765 --- Comment #2 from anton at mips dot complang.tuwien.ac.at --- Created attachment 47859 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47859&action=edit config.log

[Bug bootstrap/93765] Bootstrap comparison failure; gcc/tree-vect-loop.o differs

2020-02-17 Thread anton at mips dot complang.tuwien.ac.at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93765 --- Comment #3 from anton at mips dot complang.tuwien.ac.at --- Created attachment 47860 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47860&action=edit config.status

[Bug target/93583] [10 Regression] bootstrap failure on powerpc64le-linux-gnu

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93583 --- Comment #14 from Martin Liška --- (In reply to Richard Biener from comment #12) > void *bar(const char*); > static void *__attribute__((malloc,noinline)) foo(const char *p) > { > return bar (p); > } > > int main(int argc, char **argv) > {

[Bug target/93583] [10 Regression] bootstrap failure on powerpc64le-linux-gnu

2020-02-17 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93583 --- Comment #15 from rguenther at suse dot de --- On Mon, 17 Feb 2020, marxin at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93583 > > --- Comment #14 from Martin Liška --- > (In reply to Richard Biener from comment #

[Bug target/93583] [10 Regression] bootstrap failure on powerpc64le-linux-gnu

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93583 --- Comment #16 from Martin Liška --- > > I do: > > __attribute__((noinline, malloc)) > foo.isra (const char * p) > { >[local count: 1073741824]: > bar (p_1(D)); [tail call] > return; > > } > > main (int argc, char * * argv) > { > c

[Bug target/93583] [10 Regression] bootstrap failure on powerpc64le-linux-gnu

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93583 Martin Liška changed: What|Removed |Added CC||jamborm at gcc dot gnu.org --- Comment #1

[Bug libitm/93782] New: ICE (segfault) while using TM in conjunction with UBSAN

2020-02-17 Thread stefansf at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93782 Bug ID: 93782 Summary: ICE (segfault) while using TM in conjunction with UBSAN Product: gcc Version: 9.2.1 Status: UNCONFIRMED Severity: normal Priori

[Bug other/93756] typo: compatable

2020-02-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93756 --- Comment #2 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:1db97918101b2c22dfffa2242f13c7ea1b830558 commit r10-6669-g1db97918101b2c22dfffa2242f13c7ea1b830558 Author: Martin Liska Date: Mon

[Bug translation/93755] nested quotes in command line options errors

2020-02-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93755 --- Comment #2 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:c83a55d8b4e66c9cd73b5177c2f06de274866d2c commit r10-6670-gc83a55d8b4e66c9cd73b5177c2f06de274866d2c Author: Martin Liska Date: Mon

[Bug ipa/93760] wrong grammar in diagnostic

2020-02-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93760 --- Comment #3 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:5e2dae50d2dced9896048e036e2c8bebfc65472c commit r10-6671-g5e2dae50d2dced9896048e036e2c8bebfc65472c Author: Martin Liska Date: Mon

[Bug translation/93755] nested quotes in command line options errors

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93755 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug other/93756] typo: compatable

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93756 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ipa/93760] wrong grammar in diagnostic

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93760 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/93753] [8/9/10 Regression] ICe in output_constructor_regular_field, at varasm.c:5255 since r6-5791-g7e9a3ad30076ad8a

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93753 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/93764] [10 Regression] lzo 2.10 test suite fails with -O2 and -O3

2020-02-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93764 Jakub Jelinek changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug analyzer/93723] ICEs building ada with -fanalyzer

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

[Bug ipa/93707] ICE in perlbench from SPEC2017

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93707 Martin Liška changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/93660] ICE in ipa_simd_modify_function_body, at omp-simd-clone.c:993

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93660 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/93631] internal compiler error: in gimple_ca ll_arg, at gimple.h:3258

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93631 Richard Biener changed: What|Removed |Added Keywords|ice-on-valid-code |ice-on-invalid-code Status|

[Bug gcov-profile/93680] [GCOV] "do-while" structure in case statement leads to incorrect code coverage

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93680 Martin Liška changed: What|Removed |Added Priority|P3 |P5 Status|UNCONFIRMED

[Bug middle-end/93764] [10 Regression] lzo 2.10 test suite fails with -O2 and -O3

2020-02-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93764 --- Comment #5 from Jakub Jelinek --- The first difference is during DSE1: --- lzo_init2.i.036t.dse1_ 2020-02-17 07:36:46.0 -0500 +++ lzo_init2.i.036t.dse1 2020-02-17 07:37:08.0 -0500 @@ -109,7 +109,6 @@ lzo_config_chec

[Bug gcov-profile/93693] [GCOV] incorrect coverage when compiled with option '-fsanitize=undefined' for function defined inside other function

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93693 Martin Liška changed: What|Removed |Added Priority|P3 |P5 Status|UNCONFIRMED

[Bug middle-end/93764] [10 Regression] lzo 2.10 test suite fails with -O2 and -O3

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93764 Richard Biener changed: What|Removed |Added Blocks||93586, 92152 --- Comment #6 from Richar

[Bug tree-optimization/93586] [10 Regression] wrong code at -O1 on x86_64-linux-gnu

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93586 Bug 93586 depends on bug 93764, which changed state. Bug 93764 Summary: [10 Regression] lzo 2.10 test suite fails with -O2 and -O3 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93764 What|Removed |Added -

[Bug gcov-profile/93706] [GCOV] function with inline attribute leads to incorrect code coverage for calling return statement

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93706 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/92152] [10 Regression] Wrong code (Resurrection of PR53663)

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92152 Bug 92152 depends on bug 93764, which changed state. Bug 93764 Summary: [10 Regression] lzo 2.10 test suite fails with -O2 and -O3 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93764 What|Removed |Added -

[Bug middle-end/93764] [10 Regression] lzo 2.10 test suite fails with -O2 and -O3

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93764 Richard Biener changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug gcov-profile/93725] [GCOV] inline attribute leads to incorrect code coverage for calling function with variable arguments

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93725 Martin Liška changed: What|Removed |Added Priority|P3 |P5 Status|UNCONFIRMED

[Bug gcov-profile/93726] [GCOV] unexecuted functions lead to incorrect code coverage when it calls a function with a variable argument

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93726 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug gcov-profile/93735] [GCOV] incorrect coverage for calling variable arguments function with incremental expression in its parameter list

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93735 Martin Liška changed: What|Removed |Added Priority|P3 |P5 Status|UNCONFIRMED

[Bug gcov-profile/93757] [GCOV] incorrect coverage for inline function with "a?b:c" expression

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93757 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug gcov-profile/93766] [GCOV] incorrect coverage when compiled with option '-fsanitize=undefined' for struct assignment statement

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93766 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/93585] Linker resolves variable with extern variable of same name but different type

2020-02-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93585 --- Comment #5 from Jonathan Wakely --- (In reply to Norman Goldstein from comment #4) > This makes sense. Would it be a reasonable option to have the linker check > for such mismatches? As Andrew already said, it can only be done with LTO, and

[Bug middle-end/93764] [10 Regression] lzo 2.10 test suite fails with -O2 and -O3

2020-02-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93764 Jakub Jelinek changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #8 from Jakub Jelinek

[Bug libgcc/93783] New: [m68k][build warning] libgcc/config/m68k/fpgnulib.c: xfgnulib.c:556:10: warning: implicit declaration of function '__cmpdf2';

2020-02-17 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93783 Bug ID: 93783 Summary: [m68k][build warning] libgcc/config/m68k/fpgnulib.c: xfgnulib.c:556:10: warning: implicit declaration of function '__cmpdf2'; Product: gcc

[Bug middle-end/93764] [10 Regression] lzo 2.10 test suite fails with -O2 and -O3

2020-02-17 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93764 --- Comment #9 from rguenther at suse dot de --- On Mon, 17 Feb 2020, jakub at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93764 > > Jakub Jelinek changed: > >What|Removed |Added >

[Bug middle-end/93764] [10 Regression] lzo 2.10 test suite fails with -O2 and -O3

2020-02-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93764 Jakub Jelinek changed: What|Removed |Added Resolution|FIXED |INVALID

[Bug lto/93609] gcc -flto -fno-comon places symbols into ".text" section

2020-02-17 Thread laurent.stacul at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93609 --- Comment #6 from Laurent Stacul --- Thanks very much for information!

[Bug debug/92763] [8 Regression] ICE in dwarf2out_abstract_function, at dwarf2out.c:22659, or in force_type_die, at dwarf2out.c:26224

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92763 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug debug/92763] [8 Regression] ICE in dwarf2out_abstract_function, at dwarf2out.c:22659, or in force_type_die, at dwarf2out.c:26224

2020-02-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92763 --- Comment #10 from CVS Commits --- The releases/gcc-8 branch has been updated by Richard Guenther : https://gcc.gnu.org/g:0727fae83508fe21bd510ae380d6a361ac632680 commit r8-10031-g0727fae83508fe21bd510ae380d6a361ac632680 Author: Richard Biene

[Bug tree-optimization/92704] [8 Regression] ICE: Segmentation fault (in process_bb)

2020-02-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92704 --- Comment #6 from CVS Commits --- The releases/gcc-8 branch has been updated by Richard Guenther : https://gcc.gnu.org/g:da1f7a6dfa20d2da45d62bba824766d5ec963ccf commit r8-10030-gda1f7a6dfa20d2da45d62bba824766d5ec963ccf Author: Richard Biener

[Bug tree-optimization/93054] [8 Regression] ICE in gimple_set_lhs, at gimple.c:1820

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93054 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug tree-optimization/92704] [8 Regression] ICE: Segmentation fault (in process_bb)

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92704 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug lto/92674] [8 Regression] ICE in gimple_phi_arg, at gimple.h:4406 since r240291

2020-02-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92674 --- Comment #7 from CVS Commits --- The releases/gcc-8 branch has been updated by Richard Guenther : https://gcc.gnu.org/g:8a7f319cad03b87020b788c0779cf49a2718e12e commit r8-10029-g8a7f319cad03b87020b788c0779cf49a2718e12e Author: Richard Biener

[Bug tree-optimization/93054] [8 Regression] ICE in gimple_set_lhs, at gimple.c:1820

2020-02-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93054 --- Comment #8 from CVS Commits --- The releases/gcc-8 branch has been updated by Richard Guenther : https://gcc.gnu.org/g:2065106aed5e32891e2e96881615b922d1a14667 commit r8-10032-g2065106aed5e32891e2e96881615b922d1a14667 Author: Richard Biener

[Bug tree-optimization/93381] points-to wrong for integer offsetting and field-sensitive analysis

2020-02-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93381 --- Comment #7 from CVS Commits --- The releases/gcc-8 branch has been updated by Richard Guenther : https://gcc.gnu.org/g:9eba9635f653291804ecb832eebe1ed96e3346ba commit r8-10033-g9eba9635f653291804ecb832eebe1ed96e3346ba Author: Richard Biener

[Bug lto/92674] [8 Regression] ICE in gimple_phi_arg, at gimple.h:4406 since r240291

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92674 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

  1   2   >