[Bug target/34777] uClibc-0.9.29 compilation error for sh4 arch with gcc-4.x

2018-10-03 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34777 --- Comment #15 from Eric Gallager --- (In reply to Oleg Endo from comment #14) > (In reply to Eric Gallager from comment #13) > > > > > > I've tried that test case with the sh-lra branch and the problems seem to > > > be > > > gone. > > > > S

[Bug bootstrap/28472] -B$(build_tooldir)/bin/

2018-10-03 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28472 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

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

2018-10-03 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87507 --- Comment #7 from Peter Bergner --- Created attachment 44778 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44778&action=edit Proprosed patch FYI, this is what I'm testing.

[Bug c++/56951] Poor diagnostics for error: invalid abstract return type 'XXX'

2018-10-03 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56951 Eric Gallager changed: What|Removed |Added CC||dmalcolm at gcc dot gnu.org,

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

2018-10-03 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87507 --- Comment #6 from Peter Bergner --- (In reply to Peter Bergner from comment #2) > Seems to work fine on BE, so probably a LE only issue. So this is a generic problem, not related to LE. I can get this to fail on BE as well if I strategically

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

2018-10-03 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87507 Peter Bergner changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libstdc++/87493] chrono::system_clock unusable with std::tm due to misaligned precisions

2018-10-03 Thread vini.ipsmaker at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87493 Vinícius dos Santos Oliveira changed: What|Removed |Added Status|WAITING |RESOLVED Resoluti

[Bug libstdc++/63776] [C++11] Regex collate matching not working

2018-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63776 --- Comment #13 from Jonathan Wakely --- Oops, paste fail. The second one should be: #include #include int main() { std::locale::global(std::locale("en_US.UTF-8")); std::wstring s = L"joão méroço"; std::wregex r{L"[[:alpha:]]{4} [[:alph

[Bug libstdc++/63776] [C++11] Regex collate matching not working

2018-10-03 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63776 --- Comment #12 from Tim Shen --- I'm not sure anymore about the meaning of pinging back end (my bad), but > But this is (assuming wchar_t uses a unicode encoding): The two pieces of code looks identical to me. :)

[Bug fortran/56789] Handling of contiguous dummy arguments

2018-10-03 Thread paul.richard.thomas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56789 --- Comment #16 from paul.richard.thomas at gmail dot com --- Hi Thomas, I think that the copy in/copy out might be rather easy to arrange. Give me a couple of days. Paul On Wed, 3 Oct 2018 at 22:01, tkoenig at gcc dot gnu.org wrote: > > http

[Bug fortran/56789] Handling of contiguous dummy arguments

2018-10-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56789 --- Comment #15 from Thomas Koenig --- Of course, there should be a "return false;" in there as well.

[Bug fortran/56789] Handling of contiguous dummy arguments

2018-10-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56789 --- Comment #14 from Thomas Koenig --- This would reject the obvious non-contiguous cases. Index: interface.c === --- interface.c (Revision 264540) +++ interface.c (Arbeitskopie) @@

[Bug tree-optimization/84013] wrong __restrict clique with inline asm operand

2018-10-03 Thread katsunori.kumatani at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84013 --- Comment #5 from Katsunori Kumatani --- Hi, any news of this for GCC 9? I'm guessing it requires a bit more changes, hopefully not forgotten though. Currently I'm using a custom patched GCC 8 for it (and to test plugin behavior with it) but it

[Bug middle-end/61409] [6 regression] -Wmaybe-uninitialized false-positive with -O2

2018-10-03 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61409 --- Comment #31 from Jeffrey A. Law --- No, it's marked as a regression against gcc-6. One of two things needs to happen for this to be closed. 1. Aldy's work would have to be backported to gcc-6. or 2. gcc-6 goes out of support I don't thi

[Bug c++/87494] hidden visibility constexpr variables left unevaluated

2018-10-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87494 --- Comment #2 from Andrew Pinski --- I don't think this is techincally a bug. It might be a missed optimization but not a bug. You still need a definition even for constexpr if used outside of a constexpr usage IIRC.

[Bug c++/85963] [8/9 Regression] false positive "set but not used" warning [-Wunused-but-set-variable]

2018-10-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85963 Andrew Pinski changed: What|Removed |Added CC||chtz at informatik dot uni-bremen.

[Bug c++/87503] Spurious -Wunused-but-set-variable warning in template function

2018-10-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87503 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/55713] std::tuple incorrectly is convertible to "ElementType" when it is an empty class

2018-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55713 --- Comment #5 from Jonathan Wakely --- Now that we have [[no_unique_address]] I'll make our std::tuple use it (I think I have a partial implementation in a local branch, that I couldn't compile when I started work on it). I don't plan to work o

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

2018-10-03 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87507 --- Comment #4 from Peter Bergner --- So this seems to be coming from ira-costs.c:ira_tune_allocno_costs() /* Some targets allow pseudos to be allocated to unaligned sequences of hard registers. However, selecting an unaligned se

[Bug fortran/56789] Handling of contiguous dummy arguments

2018-10-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56789 Thomas Koenig changed: What|Removed |Added Keywords||diagnostic Summary|Wrong code

[Bug target/87508] unrecognized command line option '-mfloat-gprs=double'

2018-10-03 Thread zwilcox at sandia dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87508 --- Comment #2 from Zachary Wilcox --- Thank you sir. I should have checked the changes.

[Bug target/87508] unrecognized command line option '-mfloat-gprs=double'

2018-10-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87508 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/87508] New: unrecognized command line option '-mfloat-gprs=double'

2018-10-03 Thread zwilcox at sandia dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87508 Bug ID: 87508 Summary: unrecognized command line option '-mfloat-gprs=double' Product: gcc Version: 8.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

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

2018-10-03 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87507 --- Comment #3 from Peter Bergner --- So the register pair r7,r8 is free to assign to TImode pseudo 126 in assign_hard_reg(), but its cost is 1000, while the cost of r30,r31 somehow looks to be zero, so we choose it instead!?!? Not sure how r30,

[Bug target/86592] [9 regression] gcc.target/powerpc/p8-vec-xl-xst-v2.c fails starting with r261510

2018-10-03 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86592 Bill Schmidt changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/55713] std::tuple incorrectly is convertible to "ElementType" when it is an empty class

2018-10-03 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55713 Bug 55713 depends on bug 63579, which changed state. Bug 63579 Summary: New attribute for empty member optimization https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63579 What|Removed |Added

[Bug c++/63579] New attribute for empty member optimization

2018-10-03 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63579 Marc Glisse changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/87506] [7/8/9 Regression] ICE with inherited constexpr constructor with const argument

2018-10-03 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87506 Marek Polacek changed: What|Removed |Added Keywords||ice-on-valid-code Status|UNC

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

2018-10-03 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87507 Peter Bergner changed: What|Removed |Added Target||powerpc64le-linux --- Comment #2 from Pe

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

2018-10-03 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87507 Peter Bergner changed: What|Removed |Added CC||dje at gcc dot gnu.org,

[Bug target/87507] New: IRA unnecessarily uses non-volatile registers during register assignment

2018-10-03 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87507 Bug ID: 87507 Summary: IRA unnecessarily uses non-volatile registers during register assignment Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug c++/87506] New: ICE with inherited constexpr constructor with const argument

2018-10-03 Thread patrick.a.moran at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87506 Bug ID: 87506 Summary: ICE with inherited constexpr constructor with const argument Product: gcc Version: 8.2.0 Status: UNCONFIRMED Severity: normal P

[Bug tree-optimization/87490] [9 Regression] ICE in expand_builtin_strnlen at gcc/builtins.c:3164

2018-10-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87490 Martin Sebor changed: What|Removed |Added Keywords||patch --- Comment #4 from Martin Sebor -

[Bug tree-optimization/87415] [9 Regression] wrong code at -O1 and above on x86_64-linux-gnu

2018-10-03 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87415 --- Comment #5 from Aldy Hernandez --- Author: aldyh Date: Wed Oct 3 17:36:29 2018 New Revision: 264817 URL: https://gcc.gnu.org/viewcvs?rev=264817&root=gcc&view=rev Log: PR tree-optimization/87415 * tree-vrp.c (set_value_range_

[Bug tree-optimization/87415] [9 Regression] wrong code at -O1 and above on x86_64-linux-gnu

2018-10-03 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87415 --- Comment #4 from Aldy Hernandez --- Fixed in trunk.

[Bug libgcc/85334] Shadow stack isn't unwound properly through signal handler

2018-10-03 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85334 H.J. Lu changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug target/81652] [meta-bug] -fcf-protection=full bugs

2018-10-03 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81652 Bug 81652 depends on bug 85334, which changed state. Bug 85334 Summary: Shadow stack isn't unwound properly through signal handler https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85334 What|Removed |Added -

[Bug libgcc/85334] Shadow stack isn't unwound properly through signal handler

2018-10-03 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85334 --- Comment #7 from hjl at gcc dot gnu.org --- Author: hjl Date: Wed Oct 3 16:55:06 2018 New Revision: 264814 URL: https://gcc.gnu.org/viewcvs?rev=264814&root=gcc&view=rev Log: i386: Remove _Unwind_Frames_Increment CET kernel has been changed

[Bug lto/87434] LTO corrupts code

2018-10-03 Thread kelvin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87434 kelvin at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|-

[Bug tree-optimization/87505] Vectorizer generates a lot of code for a small loop

2018-10-03 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87505 Alexander Monakov changed: What|Removed |Added CC||amonakov at gcc dot gnu.org --- Comm

[Bug tree-optimization/87505] New: Vectorizer generates a lot of code for a small loop

2018-10-03 Thread hiraditya at msn dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87505 Bug ID: 87505 Summary: Vectorizer generates a lot of code for a small loop Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug c++/87504] New: inconsistent diagnostic style between C and C++

2018-10-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87504 Bug ID: 87504 Summary: inconsistent diagnostic style between C and C++ Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component

[Bug c++/87503] New: Spurious -Wunused-but-set-variable warning in template function

2018-10-03 Thread chtz at informatik dot uni-bremen.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87503 Bug ID: 87503 Summary: Spurious -Wunused-but-set-variable warning in template function Product: gcc Version: 8.1.0 Status: UNCONFIRMED Severity: normal

[Bug c++/87502] New: Poor code generation for std::string("c-style string")

2018-10-03 Thread terra at gnome dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87502 Bug ID: 87502 Summary: Poor code generation for std::string("c-style string") Product: gcc Version: 8.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug bootstrap/87498] Inconsistent behaviour for passing -DNO_ASM and host=none

2018-10-03 Thread miro.kropacek at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87498 --- Comment #1 from Miro Kropacek --- > For x86_64's gmp, host is passed as "none-pc-linux-gnu", thus disabling > assembly and passing -DNO_ASM to CFLAGS from gmp's configure (making the > toplevel AM_CFLAGS useless). I must correct myself her

[Bug target/87156] [9 Regression] ICE building libstdc++ for mips64

2018-10-03 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87156 --- Comment #5 from Thomas Preud'homme --- (In reply to Paul Hua from comment #4) > (In reply to Jan Hubicka from comment #3) > > Does the attached patch fix the bootstrap? > > Index: cgraphclones.c > > ===

[Bug fortran/70149] [F08] Character pointer initialization causes ICE

2018-10-03 Thread paul.richard.thomas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70149 --- Comment #10 from paul.richard.thomas at gmail dot com --- Thanks Andreas, I am clearly not casting the initializer correctly. I'll try to figure out what is correct tomorrow. Best regards Paul On Wed, 3 Oct 2018 at 13:39, sch...@linux-m68k

[Bug libstdc++/87493] chrono::system_clock unusable with std::tm due to misaligned precisions

2018-10-03 Thread aleksey.covacevice at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87493 Aleksey Covacevice changed: What|Removed |Added CC||aleksey.covacevice at gmail dot co

[Bug c++/52477] Wrong initialization order? __attribute__((constructor)) vs static data access

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

[Bug gcov-profile/77698] Unrolled loop not considered hot after profiling

2018-10-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77698 Martin Liška changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/86592] [9 regression] gcc.target/powerpc/p8-vec-xl-xst-v2.c fails starting with r261510

2018-10-03 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86592 --- Comment #4 from seurer at gcc dot gnu.org --- It looks like it is fixed.

[Bug c/87483] attribute alias accepted on a symbol definition

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

[Bug c++/87494] hidden visibility constexpr variables left unevaluated

2018-10-03 Thread froydnj at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87494 Nathan Froyd changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug lto/87501] New: lto1: error: Alias and target's section differs

2018-10-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87501 Bug ID: 87501 Summary: lto1: error: Alias and target's section differs Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto

[Bug fortran/70149] [F08] Character pointer initialization causes ICE

2018-10-03 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70149 --- Comment #9 from Andreas Schwab --- This generates wrong code on powerpc64, either the initializer or the size of _F.myptr_mod_MOD_number_string is wrong. .globl _F.myptr_mod_MOD_number_string .align 3 .type _F.myptr

[Bug lto/87500] New: ICE in discriminator_for_local_entity, at cp/mangle.c:1967

2018-10-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87500 Bug ID: 87500 Summary: ICE in discriminator_for_local_entity, at cp/mangle.c:1967 Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: ice-on-valid-code

[Bug libstdc++/59439] std::locale uses atomic instructions on construction

2018-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59439 --- Comment #14 from Jonathan Wakely --- The testcase now scales with the number of CPUs, instead of running effectively single-threaded. If the global locale is changed so std::locale() != std::locale::classic() then every thread contends for t

[Bug libstdc++/71430] Consider having different global std::locale object per thread

2018-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71430 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug lto/87499] New: error: invalid conversion in gimple call for a nested function with lto

2018-10-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87499 Bug ID: 87499 Summary: error: invalid conversion in gimple call for a nested function with lto Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: ice-on-va

[Bug bootstrap/87498] New: Inconsistent behaviour for passing -DNO_ASM and host=none

2018-10-03 Thread miro.kropacek at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87498 Bug ID: 87498 Summary: Inconsistent behaviour for passing -DNO_ASM and host=none Product: gcc Version: 7.3.0 Status: UNCONFIRMED Severity: normal Prio

[Bug c++/87497] New: constexprs involving non-literal const variables are incorrectly accepted

2018-10-03 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87497 Bug ID: 87497 Summary: constexprs involving non-literal const variables are incorrectly accepted Product: gcc Version: unknown Status: UNCONFIRMED Severity: nor

[Bug target/87496] ICE in aggregate_value_p at gcc/function.c:2046

2018-10-03 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87496 Segher Boessenkool changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug libstdc++/59439] std::locale uses atomic instructions on construction

2018-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59439 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/59439] std::locale uses atomic instructions on construction

2018-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59439 --- Comment #12 from Jonathan Wakely --- Author: redi Date: Wed Oct 3 11:27:40 2018 New Revision: 264811 URL: https://gcc.gnu.org/viewcvs?rev=264811&root=gcc&view=rev Log: PR libstdc++/59439 optimize uses of classic ("C") std::locale The globa

[Bug other/87353] gcc man page formatting issue due to leading spaces in .texi contents

2018-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87353 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug other/87353] gcc man page formatting issue due to leading spaces in .texi contents

2018-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87353 --- Comment #6 from Jonathan Wakely --- Author: redi Date: Wed Oct 3 10:58:43 2018 New Revision: 264809 URL: https://gcc.gnu.org/viewcvs?rev=264809&root=gcc&view=rev Log: PR other/87353 fix formatting and grammar in manual The changes to invok

[Bug other/87353] gcc man page formatting issue due to leading spaces in .texi contents

2018-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87353 --- Comment #7 from Jonathan Wakely --- Author: redi Date: Wed Oct 3 10:58:49 2018 New Revision: 264810 URL: https://gcc.gnu.org/viewcvs?rev=264810&root=gcc&view=rev Log: PR other/87353 fix formatting and grammar in manual The changes to invok

[Bug libstdc++/63776] [C++11] Regex collate matching not working

2018-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63776 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/87485] [9 Regression] Compile time hog w/ -O2 -fschedule-insns -fno-guess-branch-probability -fno-isolate-erroneous-paths-dereference -fno-omit-frame-pointer -fno-split-wide-type

2018-10-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87485 --- Comment #4 from Martin Liška --- Unfortunately can't reproduce even with your complete option list.

[Bug target/87496] New: ICE in aggregate_value_p at gcc/function.c:2046

2018-10-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87496 Bug ID: 87496 Summary: ICE in aggregate_value_p at gcc/function.c:2046 Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal

[Bug fortran/56789] Wrong code with contiguous dummy argument

2018-10-03 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56789 --- Comment #12 from Paul Thomas --- (In reply to Harald Anlauf from comment #11) > (In reply to paul.richard.tho...@gmail.com from comment #10) > > Even if that were allowed, the standard explicitly disallows the > > argument association in the

[Bug fortran/87495] New: Warning: ‘fastcall’ attribute ignored [-Wattributes] for !GCC$ ATTRIBUTES

2018-10-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87495 Bug ID: 87495 Summary: Warning: ‘fastcall’ attribute ignored [-Wattributes] for !GCC$ ATTRIBUTES Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug c++/87478] [DR 1980] Hidden member function falsely takes part in qualified name lookup

2018-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87478 Jonathan Wakely changed: What|Removed |Added Status|NEW |SUSPENDED Summary|Hidden me

[Bug libstdc++/87493] chrono::system_clock unusable with std::tm due to misaligned precisions

2018-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87493 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug libstdc++/54005] Use __atomic_always_lock_free in libstdc++ is_lock_free instead of __atomic_is_lock_free

2018-10-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54005 Jonathan Wakely changed: What|Removed |Added Assignee|bkoz at gcc dot gnu.org|unassigned at gcc dot gnu.org

[Bug gcov-profile/86109] gcov reports lines in lambdas as not executable

2018-10-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86109 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/87494] New: hidden visibility constexpr variables left unevaluated

2018-10-03 Thread froydnj at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87494 Bug ID: 87494 Summary: hidden visibility constexpr variables left unevaluated Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Com

[Bug c++/71140] [concepts] ill-formed nested-requirement lacking a semicolon not rejected

2018-10-03 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71140 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug gcov-profile/86109] [8/9 Regression] gcov reports lines in lambdas as not executable

2018-10-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86109 --- Comment #5 from Martin Liška --- Author: marxin Date: Wed Oct 3 09:24:38 2018 New Revision: 264807 URL: https://gcc.gnu.org/viewcvs?rev=264807&root=gcc&view=rev Log: Backport r264806 2018-10-03 Martin Liska Backport from mainli

[Bug rtl-optimization/86087] ICE in rtl_verify_fallthru, at cfgrtl.c:2911 (error: verify_flow_info: Incorrect fallthru 8->9; error: wrong insn in the fallthru edge)

2018-10-03 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86087 Segher Boessenkool changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/87406] Implement -Wconstant-conversion and -Wbitfield-constant-conversion

2018-10-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87406 --- Comment #4 from Martin Liška --- (In reply to Eric Gallager from comment #3) > Is clang's -Wbitfield-constant-conversion anything like the > -Wbitfield-conversion flag requested in bug 39170? It's similar, but if I see correctly the LLVM war

[Bug rtl-optimization/87485] [9 Regression] Compile time hog w/ -O2 -fschedule-insns -fno-guess-branch-probability -fno-isolate-erroneous-paths-dereference -fno-omit-frame-pointer -fno-split-wide-type

2018-10-03 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87485 --- Comment #3 from Arseny Solokha --- % x86_64-pc-linux-gnu-gcc-9.0.0-alpha20180930 -O2 -fschedule-insns -fno-guess-branch-probability -fno-isolate-erroneous-paths-dereference -fno-omit-frame-pointer -fno-split-wide-types -fno-tree-ccp -fno-tree

[Bug c/87482] Clarify behaviour of resolvers with parameters in for __attribute__((ifunc))

2018-10-03 Thread peter.smith at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87482 --- Comment #4 from Peter Smith --- Thanks very much for the clarification.

[Bug c++/70037] [concepts] comdat group error and an ICE with a conceptified tuple implementation

2018-10-03 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70037 --- Comment #3 from Paolo Carlini --- So, is this fixed as duplicate of PR69515?

[Bug rtl-optimization/87485] [9 Regression] Compile time hog w/ -O2 -fschedule-insns -fno-guess-branch-probability -fno-isolate-erroneous-paths-dereference -fno-omit-frame-pointer -fno-split-wide-type

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

[Bug gcov-profile/86109] [8/9 Regression] gcov reports lines in lambdas as not executable

2018-10-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86109 Martin Liška changed: What|Removed |Added Known to work||8.2.1 Known to fail|8.1.0

[Bug rtl-optimization/86087] ICE in rtl_verify_fallthru, at cfgrtl.c:2911 (error: verify_flow_info: Incorrect fallthru 8->9; error: wrong insn in the fallthru edge)

2018-10-03 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86087 --- Comment #2 from Arseny Solokha --- Indeed, I cannot reproduce it w/ gcc-9.0.0-alpha20180930 (r264727).

[Bug gcov-profile/86109] [8/9 Regression] gcov reports lines in lambdas as not executable

2018-10-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86109 --- Comment #3 from Martin Liška --- Author: marxin Date: Wed Oct 3 08:30:10 2018 New Revision: 264806 URL: https://gcc.gnu.org/viewcvs?rev=264806&root=gcc&view=rev Log: Properly mark lambdas in GCOV (PR gcov-profile/86109). 2018-10-03 Martin

[Bug ipa/87491] [9 Regression] ipa_fn_summary missing for node during inlining/dumping

2018-10-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87491 Martin Liška changed: What|Removed |Added Known to work||8.2.0 Version|unknown

[Bug target/87330] ICE in scan_rtx_reg, at regrename.c:1097

2018-10-03 Thread sameerad at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87330 --- Comment #5 from sameerad at gcc dot gnu.org --- The original regrename pass is renaming the register x19 to x25, however, the expr_list which holds the dead register information is not updated accordingly. Hence, there is a conflict of regist

[Bug rtl-optimization/86087] ICE in rtl_verify_fallthru, at cfgrtl.c:2911 (error: verify_flow_info: Incorrect fallthru 8->9; error: wrong insn in the fallthru edge)

2018-10-03 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86087 Segher Boessenkool changed: What|Removed |Added CC||segher at gcc dot gnu.org --- Comme

[Bug ipa/87491] ipa_fn_summary missing for node during inlining/dumping

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