[Bug target/93594] Missed optimization with _mm256_set/setr_m128i intrinsics

2020-02-05 Thread andysem at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93594 --- Comment #2 from andysem at mail dot ru --- Another test case: __m256i cvt_permute(__m128i low) { return _mm256_permute2x128_si256(_mm256_castsi128_si256(low), _mm256_castsi128_si256(low), 0x80); } https://gcc.godbolt.org/z/4Ddt3C

[Bug fortran/93600] New: [10 Regression] ICE in gfc_match_assignment, at fortran/match.c:1366/1340

2020-02-05 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93600 Bug ID: 93600 Summary: [10 Regression] ICE in gfc_match_assignment, at fortran/match.c:1366/1340 Product: gcc Version: 10.0 Status: UNCONFIRMED Severity:

[Bug fortran/93600] [10 Regression] ICE in gfc_match_assignment, at fortran/match.c:1366/1340

2020-02-05 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93600 G. Steinmetz changed: What|Removed |Added Keywords||ice-on-invalid-code --- Comment #1 from

[Bug fortran/93604] [10 Regression] ICE in gfc_conv_constant_to_tree, at fortran/trans-const.c:372

2020-02-05 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93604 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4

[Bug c++/90951] [8/9 Regression] error initializing a constexpr array of a struct with const member

2020-02-05 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90951 Jason Merrill changed: What|Removed |Added Summary|[8/9/10 Regression] error |[8/9 Regression] error

[Bug target/93568] [10 regression] r10-6418 causes many ICEs

2020-02-05 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93568 Michael Meissner changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/93569] [10 regression] r10-6419 causes ICE in gcc.target/powerpc/vsx-builtin-15d.c

2020-02-05 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93569 Michael Meissner changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/93601] [10 Regression] ICE: Invalid expression in gfc_element_size

2020-02-05 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93601 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4

[Bug target/93568] [10 regression] r10-6418 causes many ICEs

2020-02-05 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93568 Michael Meissner changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug preprocessor/93606] New: -fdirectives-only and raw string literals

2020-02-05 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93606 Bug ID: 93606 Summary: -fdirectives-only and raw string literals Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/93568] [10 regression] r10-6418 causes many ICEs

2020-02-05 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93568 --- Comment #2 from CVS Commits --- The master branch has been updated by Michael Meissner : https://gcc.gnu.org/g:d10cddeaad2a315c114063b7c1ff11c6a356ab65 commit r10-6459-gd10cddeaad2a315c114063b7c1ff11c6a356ab65 Author: Michael Meissner

[Bug rtl-optimization/91333] [9/10 Regression] suboptimal register allocation for inline asm

2020-02-05 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91333 --- Comment #17 from rsandifo at gcc dot gnu.org --- (In reply to Vladimir Makarov from comment #16) > (In reply to rsand...@gcc.gnu.org from comment #15) > > (In reply to Jakub Jelinek from comment #14) > > > I think what matters is whether

[Bug ipa/92548] FAIL: gcc.dg/ipa/ipa-sra-12.c scan-ipa-dump-times sra "Will split parameter" 2

2020-02-05 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92548 --- Comment #2 from Martin Jambor --- The problem is that IPA-SRA does not handle structures passed by invisible reference and 32bit hppa uses it. I would suggest xfailing the scan it like we did in PR77732. John, since you can actually run

[Bug fortran/93601] New: [10 Regression] ICE: Invalid expression in gfc_element_size

2020-02-05 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93601 Bug ID: 93601 Summary: [10 Regression] ICE: Invalid expression in gfc_element_size Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

[Bug target/93605] GCC suboptimal tail call optimization in trivial function forwarding with __attribute__((noinline))

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

[Bug c++/93559] [10 Regression] ICE: side-effects element in no-side-effects CONSTRUCTOR

2020-02-05 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93559 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/93594] Missed optimization with _mm256_set/setr_m128i intrinsics

2020-02-05 Thread andysem at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93594 --- Comment #3 from andysem at mail dot ru --- ...and probably other permute variants involving zeroed input registers, e.g.: __m256i cvt_permute_zero_v1(__m128i low) { return _mm256_permute2x128_si256(_mm256_setzero_si256(),

[Bug rtl-optimization/93605] New: GCC suboptimal tail call optimization in trivial function forwarding with __attribute__((noinline))

2020-02-05 Thread mike.k at digitalcarbide dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93605 Bug ID: 93605 Summary: GCC suboptimal tail call optimization in trivial function forwarding with __attribute__((noinline)) Product: gcc Version: 9.2.1 Status:

[Bug c++/93559] [10 Regression] ICE: side-effects element in no-side-effects CONSTRUCTOR

2020-02-05 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93559 --- Comment #5 from CVS Commits --- The master branch has been updated by Marek Polacek : https://gcc.gnu.org/g:44334e036526ac269dc6437caa1976e5bf30e849 commit r10-6458-g44334e036526ac269dc6437caa1976e5bf30e849 Author: Marek Polacek Date:

[Bug c++/84140] Inline friends are not constrained by concepts

2020-02-05 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84140 Patrick Palka changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/67491] [meta-bug] concepts issues

2020-02-05 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491 Bug 67491 depends on bug 84140, which changed state. Bug 84140 Summary: Inline friends are not constrained by concepts https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84140 What|Removed |Added

[Bug target/93588] Vectorized load followed by FMA pessimizes on Haswell from version 8.1

2020-02-05 Thread alex.reinking at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93588 --- Comment #4 from Alex Reinking --- (In reply to Andrew Pinski from comment #1) > >The intrinsics are supposed to map to the corresponding assembly > >instructions, no? > NO, it is an interface to what the assembly instructions do; not always

[Bug fortran/93604] New: [10 Regression] ICE in gfc_conv_constant_to_tree, at fortran/trans-const.c:372

2020-02-05 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93604 Bug ID: 93604 Summary: [10 Regression] ICE in gfc_conv_constant_to_tree, at fortran/trans-const.c:372 Product: gcc Version: 10.0 Status: UNCONFIRMED Severity:

[Bug c++/93549] [10 Regression] ICE / Segfault in constexpr expansion involving vector_size(16) short COND_EXPR

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

[Bug c++/92593] [10 Regression] ICE with CTAD using undeclared constraint

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

[Bug c++/92003] [8/9/10 Regression] constexpr-ness of char const* doesn't propagate

2020-02-05 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92003 --- Comment #3 from Jason Merrill --- Created attachment 47787 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47787=edit proposed fix The change in C++17 is that static constexpr data members are now implicitly 'inline', so no

[Bug c++/85808] [concepts] unqualified name lookup breaks after qualified lookup in nested requirement

2020-02-05 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85808 Patrick Palka changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/67491] [meta-bug] concepts issues

2020-02-05 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491 Bug 67491 depends on bug 85808, which changed state. Bug 85808 Summary: [concepts] unqualified name lookup breaks after qualified lookup in nested requirement https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85808 What|Removed

[Bug c++/92593] [10 Regression] ICE with CTAD using undeclared constraint

2020-02-05 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92593 --- Comment #5 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:fa0c6e297b22d5883857d0db4a6a8be0967cb16f commit r10-6457-gfa0c6e297b22d5883857d0db4a6a8be0967cb16f Author: Jason Merrill Date:

[Bug middle-end/93582] [10 Regression] -Warray-bounds gives error: array subscript 0 is outside array bounds of struct E[1]

2020-02-05 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93582 --- Comment #14 from Andrew Pinski --- (In reply to Jakub Jelinek from comment #12) > The warning is in dead code, but due to the optimize_bit_field_compare > "optimization" we aren't able to find that out until combine. I am not a fan of that

[Bug fortran/93603] New: [10 Regression] ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1201

2020-02-05 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93603 Bug ID: 93603 Summary: [10 Regression] ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1201 Product: gcc Version: 10.0 Status: UNCONFIRMED Severity:

[Bug libstdc++/93602] New: Missing reference to libiconv

2020-02-05 Thread ilg at livius dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93602 Bug ID: 93602 Summary: Missing reference to libiconv Product: gcc Version: 9.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++

[Bug ipa/92548] FAIL: gcc.dg/ipa/ipa-sra-12.c scan-ipa-dump-times sra "Will split parameter" 2

2020-02-05 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92548 --- Comment #3 from dave.anglin at bell dot net --- On 2020-02-05 1:31 p.m., jamborm at gcc dot gnu.org wrote: > The problem is that IPA-SRA does not handle structures passed by > invisible reference and 32bit hppa uses it. I would suggest

[Bug fortran/93603] [10 Regression] ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1201

2020-02-05 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93603 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4

[Bug c++/67491] [meta-bug] concepts issues

2020-02-05 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491 Bug 67491 depends on bug 92593, which changed state. Bug 92593 Summary: [10 Regression] ICE with CTAD using undeclared constraint https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92593 What|Removed |Added

[Bug libstdc++/93602] Missing reference to libiconv in 9.x libstdc++

2020-02-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93602 --- Comment #10 from Jonathan Wakely --- (In reply to Liviu Ionescu from comment #8) > Is there any way to prevent GCC from picking the freshly compiled libiconv > and use the system one? Try the options I suggested. --without-libiconv-prefix

[Bug c++/92654] [8/9/10 Regression] internal compiler error: in lookup_template_class_1

2020-02-05 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92654 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug fortran/93600] [10 Regression] ICE in gfc_match_assignment, at fortran/match.c:1366/1340

2020-02-05 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93600 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4

[Bug libstdc++/93610] New: std::call_once not working as expected when the invocated function thwows an exception.

2020-02-05 Thread mariogalindoq at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93610 Bug ID: 93610 Summary: std::call_once not working as expected when the invocated function thwows an exception. Product: gcc Version: 10.0 Status: UNCONFIRMED

[Bug fortran/93497] ICE in gfc_conv_array_constructor_expr, at fortran/trans-expr.c:7594

2020-02-05 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93497 --- Comment #4 from Steve Kargl --- On Thu, Feb 06, 2020 at 02:06:01AM +, sgk at troutmask dot apl.washington.edu wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93497 > > --- Comment #3 from Steve Kargl --- > On Thu, Feb 06, 2020 at

[Bug c++/68451] internal compiler error: Segmentation fault when using decltype with friend inside a class template

2020-02-05 Thread tim.pavlic at minelab dot com.au
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68451 --- Comment #2 from Tim --- Still ICEs on 9.2

[Bug c++/82507] [concepts] premature substitution into constraint of non-template member function

2020-02-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82507 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |10.0

[Bug libstdc++/93602] Missing reference to libiconv in 9.x libstdc++

2020-02-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93602 --- Comment #2 from Jonathan Wakely --- I think you have libiconv installed locally, which defines the libiconv_xxx functions. That is being found by GCC instead of the symbols in glibc, as normally happens.

[Bug libstdc++/93602] Missing reference to libiconv in 9.x libstdc++

2020-02-05 Thread ilg at livius dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93602 --- Comment #8 from Liviu Ionescu --- > I would guess either /usr/local/include or ${INSTALL_FOLDER_PATH}/include Yes, but I have exactly the same configuration when I build GCC 8.x and 7.x, and GCC does not get confused, the problem occurred

[Bug libstdc++/93602] Missing reference to libiconv in 9.x libstdc++

2020-02-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93602 --- Comment #9 from Jonathan Wakely --- Ah, something did change: we now use automake-1.15.1 and autoconf-2.69 and that's where all the iconv handling comes from (via the AM_ICONV macro). Presumably that changed in upstream automake.

[Bug libbacktrace/93608] [libbacktrace] Add support for .gnu_debugdata section (aka MiniDebugInfo)

2020-02-05 Thread mark at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93608 Mark Wielaard changed: What|Removed |Added CC||mark at gcc dot gnu.org --- Comment #1

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

2020-02-05 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93288 David Malcolm changed: What|Removed |Added Status|SUSPENDED |ASSIGNED --- Comment #6 from David

[Bug target/88284] nios2: pessimistic ldw-to-stwio scheduling

2020-02-05 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88284 sandra at gcc dot gnu.org changed: What|Removed |Added CC||sandra at gcc dot gnu.org

[Bug c++/93607] New: Deprecated alias templates don't produce warnings

2020-02-05 Thread tim.pavlic at minelab dot com.au
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93607 Bug ID: 93607 Summary: Deprecated alias templates don't produce warnings Product: gcc Version: 9.2.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/93557] __builtin_convertvector doesn't mark input as used

2020-02-05 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93557 --- Comment #3 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:5a8ad97b6e4823d4ded00a3ce8d80e4bf93368d4 commit r10-6460-g5a8ad97b6e4823d4ded00a3ce8d80e4bf93368d4 Author: Jakub Jelinek Date:

[Bug libstdc++/93602] Missing reference to libiconv in 9.x libstdc++

2020-02-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93602 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug libstdc++/93602] Missing reference to libiconv in 9.x libstdc++

2020-02-05 Thread ilg at livius dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93602 --- Comment #5 from Liviu Ionescu --- > I think you have libiconv installed locally, which defines the libiconv_xxx > functions. That's correct, I have the latest libiconv compiled from sources and GCC (like many other programs) correctly

[Bug tree-optimization/92765] [10 Regression] wrong code for strcmp of a union member

2020-02-05 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92765 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/92003] [8/9 Regression] constexpr-ness of char const* doesn't propagate

2020-02-05 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92003 Jason Merrill changed: What|Removed |Added Summary|[8/9/10 Regression] |[8/9 Regression]

[Bug middle-end/61577] [4.9.0 Regression] can't compile on hp-ux v3 ia64

2020-02-05 Thread peter.bisroev at groundlabs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577 --- Comment #135 from Peter Bisroev --- Hi Dave, I just had a chance to do some testing tonight. So attempting to bootstrap 8.3.0 in stock configuration gives PCREL21B style errors in stage1 as have been shown before. If I compile stage1 with

[Bug middle-end/61577] [4.9.0 Regression] can't compile on hp-ux v3 ia64

2020-02-05 Thread peter.bisroev at groundlabs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577 --- Comment #136 from Peter Bisroev --- (In reply to Peter Bisroev from comment #135) > # > ## > FAIL: .file file names ... > $ objdump -t ./file.o > > ./file.o:

[Bug libstdc++/93602] Missing reference to libiconv in 9.x libstdc++

2020-02-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93602 Jonathan Wakely changed: What|Removed |Added Status|WAITING |UNCONFIRMED Ever confirmed|1

[Bug c++/93140] [8/9/10 Regression] Segfault in cc1plus on incorrect decltype among function args

2020-02-05 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93140 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

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

2020-02-05 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93609 Bug ID: 93609 Summary: gcc -flto -fno-comon places symbols into ".text" section Product: gcc Version: 9.2.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/93498] [9/10 Regression] ICE in gfc_resolve_findloc, at fortran/iresolve.c:1844 since r9-3688-g01ce9e31a02c8039

2020-02-05 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93498 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug fortran/93497] ICE in gfc_conv_array_constructor_expr, at fortran/trans-expr.c:7594

2020-02-05 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93497 --- Comment #3 from Steve Kargl --- On Thu, Feb 06, 2020 at 02:01:21AM +, kargl at gcc dot gnu.org wrote: > > Index: gcc/fortran/decl.c > === > --- gcc/fortran/decl.c

[Bug rtl-optimization/21182] [8/9/10 Regression] gcc can use registers but uses stack instead

2020-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21182 Jeffrey A. Law changed: What|Removed |Added Target Milestone|8.4 |11.0 --- Comment #30 from Jeffrey A.

[Bug libbacktrace/93608] New: [libbacktrace] Add support for .gnu_debugdata section (aka MiniDebugInfo)

2020-02-05 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93608 Bug ID: 93608 Summary: [libbacktrace] Add support for .gnu_debugdata section (aka MiniDebugInfo) Product: gcc Version: 10.0 Status: UNCONFIRMED Severity:

[Bug tree-optimization/92765] [10 Regression] wrong code for strcmp of a union member

2020-02-05 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92765 --- Comment #25 from CVS Commits --- The master branch has been updated by Martin Sebor : https://gcc.gnu.org/g:e7868dc6a79daec4f46552fa5c99f88e4eb8de4c commit r10-6465-ge7868dc6a79daec4f46552fa5c99f88e4eb8de4c Author: Martin Sebor Date:

[Bug libstdc++/93602] Missing reference to libiconv in 9.x libstdc++

2020-02-05 Thread ilg at livius dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93602 --- Comment #3 from Liviu Ionescu --- The actual configure line is: bash ${DEBUG} "${SOURCES_FOLDER_PATH}/${native_gcc_folder_name}/configure" \ --prefix="${INSTALL_FOLDER_PATH}" \

[Bug libstdc++/93602] Missing reference to libiconv in 9.x libstdc++

2020-02-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93602 --- Comment #7 from Jonathan Wakely --- (In reply to Liviu Ionescu from comment #0) > GCC 7.x and 8.x are fine, with the same build procedure the libstdc++ shared > library has no undefined references to libiconv. Have you checked that

[Bug libstdc++/93602] Missing reference to libiconv in 9.x libstdc++

2020-02-05 Thread ilg at livius dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93602 --- Comment #6 from Liviu Ionescu --- > I think you have libiconv installed locally, which defines the libiconv_xxx > functions. That's correct, I have the latest libiconv compiled from sources and GCC (like many other programs) correctly

[Bug fortran/93500] ICE in gfc_numeric_ts, at fortran/expr.c:891

2020-02-05 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93500 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug target/93605] GCC suboptimal tail call optimization in trivial function forwarding with __attribute__((noinline))

2020-02-05 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93605 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com ---

[Bug target/91903] vec_ctf altivec intrinsic can cause ICE on powerpc

2020-02-05 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91903 Bill Schmidt changed: What|Removed |Added Keywords||ice-on-invalid-code Target

[Bug analyzer/93392] Issue a "sorry" on attempts to use -fanalyzer with non-C source for initial release

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

[Bug analyzer/93405] Passing constant arguments to subroutines in Fortran ... and the analyzer.

2020-02-05 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93405 David Malcolm changed: What|Removed |Added Status|SUSPENDED |ASSIGNED

[Bug libstdc++/93602] Missing reference to libiconv in 9.x libstdc++

2020-02-05 Thread ilg at livius dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93602 --- Comment #11 from Liviu Ionescu --- > --without-libiconv-prefix looks promising I'll try it tomorrow and let you know. Thank you, Liviu

[Bug tree-optimization/32306] [8/9/10 Regression] redundant && || not eliminated

2020-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32306 Jeffrey A. Law changed: What|Removed |Added Target Milestone|10.0|11.0

[Bug fortran/93497] ICE in gfc_conv_array_constructor_expr, at fortran/trans-expr.c:7594

2020-02-05 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93497 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug c++/92947] Parenthesized aggregate initialization doesn't work with the library types it's supposed to work with

2020-02-05 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92947 --- Comment #3 from Ville Voutilainen --- Any chance of progress on this before 10 ships?

[Bug c++/84140] Inline friends are not constrained by concepts

2020-02-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84140 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |10.0

[Bug c++/85808] [concepts] unqualified name lookup breaks after qualified lookup in nested requirement

2020-02-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85808 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |10.0

[Bug target/93605] GCC suboptimal tail call optimization in trivial function forwarding with __attribute__((noinline))

2020-02-05 Thread mike.k at digitalcarbide dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93605 --- Comment #2 from mike.k at digitalcarbide dot com --- Interestingly, changing `impl::func`'s signature from `bool v` to `auto&& v` fixes the issue. Changing it to `auto v` does not.

[Bug c++/93140] [8/9 Regression] Segfault in cc1plus on incorrect decltype among function args

2020-02-05 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93140 Jason Merrill changed: What|Removed |Added Summary|[8/9/10 Regression] |[8/9 Regression] Segfault

[Bug c++/93140] [8/9 Regression] Segfault in cc1plus on incorrect decltype among function args

2020-02-05 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93140 --- Comment #7 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:f6bef09771cf93e695cf719fb43db8c43e31acf5 commit r10-6464-gf6bef09771cf93e695cf719fb43db8c43e31acf5 Author: Jason Merrill Date:

[Bug libbacktrace/93608] [libbacktrace] Add support for .gnu_debugdata section (aka MiniDebugInfo)

2020-02-05 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93608 Ian Lance Taylor changed: What|Removed |Added CC||ian at airs dot com --- Comment #2

[Bug fortran/93499] ICE in gfc_zero_size_array, at fortran/arith.c:1686

2020-02-05 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93499 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug c++/92003] [8/9 Regression] constexpr-ness of char const* doesn't propagate

2020-02-05 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92003 --- Comment #5 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:3774c0b934c4fe13c2d527b757002bdea09f7039 commit r10-6468-g3774c0b934c4fe13c2d527b757002bdea09f7039 Author: Jason Merrill Date:

[Bug libfortran/93550] Implement control of leading zero in formatted numeric output

2020-02-05 Thread thenlich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93550 Thomas Henlich changed: What|Removed |Added Priority|P3 |P5 Severity|normal

[Bug fortran/93498] [9/10 Regression] ICE in gfc_resolve_findloc, at fortran/iresolve.c:1844 since r9-3688-g01ce9e31a02c8039

2020-02-05 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93498 --- Comment #4 from Thomas Koenig --- (In reply to kargl from comment #3) > Patch is against svn r280157. > > Index: gcc/fortran/check.c > === > --- gcc/fortran/check.c

[Bug target/93594] Missed optimization with _mm256_set/setr_m128i intrinsics

2020-02-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93594 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/82507] [concepts] premature substitution into constraint of non-template member function

2020-02-05 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82507 Patrick Palka changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/67491] [meta-bug] concepts issues

2020-02-05 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491 Bug 67491 depends on bug 82507, which changed state. Bug 82507 Summary: [concepts] premature substitution into constraint of non-template member function https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82507 What|Removed

[Bug libstdc++/93590] New: [diagnostic] The header is deprecated since C++17, but no warning for #include-ing it

2020-02-05 Thread alisdairm at me dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93590 Bug ID: 93590 Summary: [diagnostic] The header is deprecated since C++17, but no warning for #include-ing it Product: gcc Version: 10.0 Status: UNCONFIRMED

[Bug target/93569] [10 regression] r10-6419 causes ICE in gcc.target/powerpc/vsx-builtin-15d.c

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

[Bug libgomp/93591] New: Bad number of threads and place management on Power-9 (with OpenBLAS)

2020-02-05 Thread jeromerichard111 at msn dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93591 Bug ID: 93591 Summary: Bad number of threads and place management on Power-9 (with OpenBLAS) Product: gcc Version: 8.3.0 Status: UNCONFIRMED Severity: normal

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

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

[Bug target/87213] ICE in final_scan_insn_1, at final.c:3070

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

[Bug c++/92717] precompiled headers non-deterministic

2020-02-05 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92717 --- Comment #10 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:f4239581925d6a9fba049f8f771e909a7a5e5ce7 commit r10-6442-gf4239581925d6a9fba049f8f771e909a7a5e5ce7 Author: Martin Liska Date:

[Bug middle-end/93576] [10 Regression] internal compiler error: Segmentation fault (in gimplify.c)

2020-02-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93576 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.0

[Bug target/93588] Vectorized load followed by FMA pessimizes on Haswell from version 8.1

2020-02-05 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93588 Andrew Pinski changed: What|Removed |Added Target||x86_64-linux-gnu

[Bug libstdc++/93590] [diagnostic] The header is deprecated since C++17, but no warning for #include-ing it

2020-02-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93590 --- Comment #1 from Jonathan Wakely --- There's no replacement for yet.

[Bug c++/84782] Rejects a maybe C++ code snippet

2020-02-05 Thread raphael.kubo.da.costa at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84782 --- Comment #12 from Raphael Kubo da Costa --- FWIW, the snippet from comment #1 builds fine with GCC >= 9.1 at least.

[Bug fortran/93580] [9/10 Regression] ICE in gfc_validate_kind(): Got bad kind

2020-02-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93580 Richard Biener changed: What|Removed |Added Target Milestone|--- |9.3

  1   2   >