[Bug c++/92855] -fvisibility-inlines-hidden failing to hide out-of-line copies of certain inline member functions

2019-12-07 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92855 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/92855] -fvisibility-inlines-hidden failing to hide out-of-line copies of certain inline member functions

2019-12-07 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92855 --- Comment #1 from Andrew Pinski --- The libstdc++ headers have visibility extern on them. Looks like the symbol you are pointing out would be one of those.

[Bug c/87488] hyperlink filenames in diagnostics

2019-12-07 Thread egmont at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87488 --- Comment #20 from Egmont Koblinger --- GNOME Terminal's behavior mainly depends on VTE. Hyperlinks are supported since VTE 0.50 and a corresponding GNOME Terminal 3.26. VTE 0.48.2 and 0.46.3, and newer versions within these stable series

[Bug c++/91678] [9 Regression] decltype returns wrong type under certain conditions

2019-12-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91678 Marek Polacek changed: What|Removed |Added Summary|[9/10 Regression] decltype |[9 Regression] decltype

[Bug c++/92855] New: -fvisibility-inlines-hidden failing to hide out-of-line copies of certain inline member functions

2019-12-07 Thread thiago at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92855 Bug ID: 92855 Summary: -fvisibility-inlines-hidden failing to hide out-of-line copies of certain inline member functions Product: gcc Version: 9.2.1 Status: UNCONFIRMED

[Bug c++/91678] [9/10 Regression] decltype returns wrong type under certain conditions

2019-12-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91678 --- Comment #6 from Marek Polacek --- Author: mpolacek Date: Sat Dec 7 17:35:54 2019 New Revision: 279077 URL: https://gcc.gnu.org/viewcvs?rev=279077=gcc=rev Log: PR c++/91678 - wrong error with decltype and location wrapper.

[Bug middle-end/92825] Unnecesary stack protection in Firefox's LightPixel.

2019-12-07 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92825 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #3

[Bug c/87488] hyperlink filenames in diagnostics

2019-12-07 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87488 --- Comment #19 from David Malcolm --- (In reply to Jakub Jelinek from comment #18) > I came up independently with the same patch (sorry, wasn't aware a patch is > discussed in this PR, I've searched just the mailing list and nothing has > been

[Bug libgomp/92854] [OpenACC] Always-true conditional in 'libgomp/oacc-mem.c:acc_unmap_data'?

2019-12-07 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92854 Thomas Schwinge changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libgomp/92854] New: [OpenACC] Always-true conditional in 'libgomp/oacc-mem.c:acc_unmap_data'?

2019-12-07 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92854 Bug ID: 92854 Summary: [OpenACC] Always-true conditional in 'libgomp/oacc-mem.c:acc_unmap_data'? Product: gcc Version: unknown Status: UNCONFIRMED Keywords:

[Bug c++/92831] CWG1299 extend_ref_init_temps_1 punts on COND_EXPRs

2019-12-07 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92831 Jan Hubicka changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment #7

[Bug target/92682] [10 Regression] maxlocval_4.f90 / minlocval_4.f90 failure on POWER9

2019-12-07 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92682 Thomas Koenig changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug middle-end/90840] [8 Regression] ICE in simplify_subreg, at simplify-rtx.c:6441

2019-12-07 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90840 --- Comment #10 from Eric Botcazou --- Author: ebotcazou Date: Sat Dec 7 12:20:44 2019 New Revision: 279076 URL: https://gcc.gnu.org/viewcvs?rev=279076=gcc=rev Log: PR middle-end/90840 * expr.c (expand_assignment): In the case

[Bug libstdc++/92850] clang has already supported concepts in latest trunk. However it does not define __cpp_concepts macro. I defined it but crashes clang compiler

2019-12-07 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92850 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/92793] Fortran Location Data for Diagnostic lacks the column number – when passing on to ME

2019-12-07 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92793 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/92793] Fortran Location Data for Diagnostic lacks the column number – when passing on to ME

2019-12-07 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92793 --- Comment #2 from Tobias Burnus --- Author: burnus Date: Sat Dec 7 11:07:07 2019 New Revision: 279075 URL: https://gcc.gnu.org/viewcvs?rev=279075=gcc=rev Log: Fortran] PR 92793 - fix column used for error diagnostic PR fortran/92793

[Bug c++/92831] CWG1299 extend_ref_init_temps_1 punts on COND_EXPRs

2019-12-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92831 --- Comment #6 from Jakub Jelinek --- Should be fixed on the trunk so far, will backport to release branches in two weeks or so.

[Bug c/87488] hyperlink filenames in diagnostics

2019-12-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87488 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment

[Bug libstdc++/92853] New: std::filesystem::path::operator+=(std::filesystem::path const&) corrupts the heap

2019-12-07 Thread gcc at mattwhitlock dot name
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92853 Bug ID: 92853 Summary: std::filesystem::path::operator+=(std::filesystem::pat h const&) corrupts the heap Product: gcc Version: 9.2.0 Status: UNCONFIRMED

[Bug c/87488] hyperlink filenames in diagnostics

2019-12-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87488 --- Comment #17 from Jakub Jelinek --- Author: jakub Date: Sat Dec 7 08:24:14 2019 New Revision: 279073 URL: https://gcc.gnu.org/viewcvs?rev=279073=gcc=rev Log: PR c/87488 * pretty-print.c (pp_begin_url, pp_end_url, test_urls):

[Bug c++/91525] ICE (Segmentation Fault) on a bool conversion operator with concepts

2019-12-07 Thread gcc-bugs at marehr dot dialup.fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91525 --- Comment #2 from gcc-bugs at marehr dot dialup.fu-berlin.de --- This still fails and furthermore fails in `-std=c++2a` mode as well.

[Bug c++/90764] [10 Regression] internal compiler error in build_deduction_guide, at cp/pt.c:27162

2019-12-07 Thread gcc-bugs at marehr dot dialup.fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90764 --- Comment #3 from gcc-bugs at marehr dot dialup.fu-berlin.de --- *** Bug 91121 has been marked as a duplicate of this bug. ***

[Bug c++/91121] ICE with type deduction guides and CRTP base class

2019-12-07 Thread gcc-bugs at marehr dot dialup.fu-berlin.de
-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto --disable-boostrap Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 10.0.0 20191207 (experimental) (GCC) ``` *** This bug has been

[Bug c++/90764] [10 Regression] internal compiler error in build_deduction_guide, at cp/pt.c:27162

2019-12-07 Thread gcc-bugs at marehr dot dialup.fu-berlin.de
ble-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto --disable-boostrap Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 10.0.0 20191207 (experimental) (GCC) ```

[Bug c++/86037] __PRETTY_FUNCTION__ for constexpr lambda's is missing [with = type]

2019-12-07 Thread gcc-bugs at marehr dot dialup.fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86037 --- Comment #1 from gcc-bugs at marehr dot dialup.fu-berlin.de --- This still persists in gcc-9.2 and gcc-10.0.