[Bug target/93333] ICE: RTL check: expected code 'const_int', have 'and' in riscv_rtx_costs, at config/riscv/riscv.c:1645

2020-01-21 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9 Jim Wilson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/93304] RISC-V: Function with interrupt attribute use register without save/restore at prologue/epilogue

2020-01-21 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93304 Jim Wilson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug analyzer/93350] ICE in make_region_for_type, at analyzer/region-model.cc:5975, or in get_lvalue_1, at analyzer/region-model.cc:4609

2020-01-21 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93350 --- Comment #1 from Andrew Pinski --- Looks like make_region_for_type does not support VECTOR_TYPE at all.

[Bug fortran/93234] INQUIRE on pre-assigned files of ROUND and SIGN properties fails

2020-01-21 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93234 --- Comment #6 from CVS Commits --- The releases/gcc-9 branch has been updated by Jerry DeLisle : https://gcc.gnu.org/g:ae403e0d4e06656159387e6cacbe545f1c368eda commit r9-8152-gae403e0d4e06656159387e6cacbe545f1c368eda Author: Jerry DeLisle Dat

[Bug c++/40752] -Wconversion generates false warnings for operands not larger than target type

2020-01-21 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40752 --- Comment #32 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:c77074d05691053ee7347d9e44ab89b3adb23fb1 commit r10-6126-gc77074d05691053ee7347d9e44ab89b3adb23fb1 Author: Jason Merrill Date: T

[Bug analyzer/93352] ICE: qsort checking failed (error: qsort comparator not anti-symmetric: -2147483648, -2147483648)

2020-01-21 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93352 --- Comment #1 from CVS Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:4f01e5778689977c9569477947b8062d8d87 commit r10-6127-g4f01e5778689977c9569477947b8062d8d87 Author: David Malcolm Date: Tu

[Bug analyzer/93352] ICE: qsort checking failed (error: qsort comparator not anti-symmetric: -2147483648, -2147483648)

2020-01-21 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93352 David Malcolm changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/82407] [meta-bug] qsort_chk fallout tracking

2020-01-21 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82407 Bug 82407 depends on bug 93352, which changed state. Bug 93352 Summary: ICE: qsort checking failed (error: qsort comparator not anti-symmetric: -2147483648, -2147483648) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93352 What|Remo

[Bug target/93370] New: Aarch64 accepts but ignores target("+sm4") unless ARMv8.2-A is enabled

2020-01-21 Thread lloyd at randombit dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93370 Bug ID: 93370 Summary: Aarch64 accepts but ignores target("+sm4") unless ARMv8.2-A is enabled Product: gcc Version: 9.2.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/93365] ICE in match_data_constant, at fortran/decl.c:426

2020-01-21 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93365 kargl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug driver/93371] New: -ffile-prefix-map ignored with assembly files

2020-01-21 Thread comexk at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93371 Bug ID: 93371 Summary: -ffile-prefix-map ignored with assembly files Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: driv

[Bug c/93348] [8/9/10 Regression] ICE in gimplify_expr, at gimplify.c:14378

2020-01-21 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93348 --- Comment #4 from CVS Commits --- The master branch has been updated by Joseph Myers : https://gcc.gnu.org/g:ac68e287fc2e939ae6b45ba7ff04e493982b7f62 commit r10-6129-gac68e287fc2e939ae6b45ba7ff04e493982b7f62 Author: Joseph Myers Date: Wed

[Bug target/93119] [ICE] The traditional TLS support of aarch64-ilp32 target may be not perfect while enable fPIC

2020-01-21 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93119 --- Comment #10 from CVS Commits --- The master branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:87ca615aa6f400c64d0bf13088c0ffdd14e22830 commit r10-6130-g87ca615aa6f400c64d0bf13088c0ffdd14e22830 Author: Andrew Pinski Date: F

[Bug target/93119] [ICE] The traditional TLS support of aarch64-ilp32 target may be not perfect while enable fPIC

2020-01-21 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93119 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/93345] [10 Regression] ICE in nothrow_spec_p, at cp/except.c:1247

2020-01-21 Thread raj.khem at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93345 Khem Raj changed: What|Removed |Added CC||raj.khem at gmail dot com --- Comment #2 from

[Bug c++/40752] -Wconversion generates false warnings for operands not larger than target type

2020-01-21 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40752 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/70129] [6 Regression] stdlib.h: No such file or directory when using -isystem /usr/include

2020-01-21 Thread maxim.cournoyer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129 --- Comment #11 from Maxim Cournoyer --- (In reply to Jonathan Wakely from comment #10) > (In reply to Maxim Cournoyer from comment #9) > > About not using it: sure, this works, but now how can a project enable > > warnings just for their own hea

[Bug c++/92907] noexcept does not consider "const" in member functions

2020-01-21 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92907 Marek Polacek changed: What|Removed |Added Keywords||patch --- Comment #5 from Marek Polacek

[Bug analyzer/93288] ICE in supergraph.cc:180

2020-01-21 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93288 David Malcolm changed: What|Removed |Added Status|ASSIGNED|SUSPENDED Target Milestone|---

[Bug analyzer/93368] FAIL: gcc.dg/analyzer/data-model-1.c (test for excess errors)

2020-01-21 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93368 --- Comment #2 from David Malcolm --- Thanks for filing this. I think these are all dups of PR 93316, for which I'm working on a fix.

[Bug analyzer/93367] FAIL: gcc.dg/analyzer/abort.c (test for warnings, line 71)

2020-01-21 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93367 --- Comment #1 from David Malcolm --- Thanks for filing this. The failing test is a: __analyzer_eval (i < 10); after a: assert (i < 10); which expects TRUE, but is emitting UNKNOWN. What's the definition of assert for this system? The

[Bug c++/23383] builtin array operator new is not marked with malloc attribute

2020-01-21 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23383 Eric Gallager changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Bug libstdc++/80331] unused const std::string not optimized away

2020-01-21 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80331 Bug 80331 depends on bug 23383, which changed state. Bug 23383 Summary: builtin array operator new is not marked with malloc attribute https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23383 What|Removed |Added

[Bug middle-end/46555] [8/9/10 Regression] PHI RTL expansion leads to CSiBE regression

2020-01-21 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46555 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|pinskia at gcc do

[Bug target/93372] New: cris performance regressions due to de-cc0 work

2020-01-21 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93372 Bug ID: 93372 Summary: cris performance regressions due to de-cc0 work Product: gcc Version: unknown Status: UNCONFIRMED Keywords: missed-optimization Severity: normal

[Bug target/93372] cris performance regressions due to de-cc0 work

2020-01-21 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93372 Hans-Peter Nilsson changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug analyzer/93373] New: ICE: Segmentation fault (in tree_class_check)

2020-01-21 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93373 Bug ID: 93373 Summary: ICE: Segmentation fault (in tree_class_check) Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal

[Bug analyzer/93374] New: ICE in validate, at analyzer/region-model.cc:182

2020-01-21 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93374 Bug ID: 93374 Summary: ICE in validate, at analyzer/region-model.cc:182 Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal

[Bug analyzer/93375] New: ICE in gimple_call_arg, at gimple.h:3258

2020-01-21 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93375 Bug ID: 93375 Summary: ICE in gimple_call_arg, at gimple.h:3258 Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: ice-on-invalid-code Severity: normal Pr

[Bug target/93376] New: [10 Regression] ICE: in immed_wide_int_const_1, at emit-rtl.c:660 with -Og -finline-functions-called-once

2020-01-21 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93376 Bug ID: 93376 Summary: [10 Regression] ICE: in immed_wide_int_const_1, at emit-rtl.c:660 with -Og -finline-functions-called-once Product: gcc Version: 10.0 Status: UNCONF

<    1   2   3