[Bug c++/92517] [10 Regression] ICE on incorrect syntax involving requires and decltype

2019-11-16 Thread sbence92 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92517 --- Comment #1 from Bence Szabó --- started with r276764

[Bug tree-optimization/92537] [10 Regression] internal compiler error: in vect_slp_analyze_node_operations, at tree-vect-slp.c:2775

2019-11-16 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92537 anlauf at gcc dot gnu.org changed: What|Removed |Added Version|unknown |10.0 --- Comment #1 from anla

[Bug c++/84976] ICE: Segmentation fault (cp_build_modify_expr())

2019-11-16 Thread vegard.nossum at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84976 --- Comment #2 from Vegard Nossum --- This bug was somehow fixed in 9.2.0 but segfaults again on (Compiler-Explorer-Build) 10.0.0 20191115 (experimental).

[Bug c++/85016] internal compiler error: side-effects element in no-side-effects CONSTRUCTOR

2019-11-16 Thread vegard.nossum at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85016 --- Comment #2 from Vegard Nossum --- This no longer crashes on g++ (Compiler-Explorer-Build) 10.0.0 20191115 (experimental)

[Bug c++/84965] ICE: unexpected expression '__alignof__ (({...}))' of kind alignof_expr

2019-11-16 Thread vegard.nossum at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84965 --- Comment #2 from Vegard Nossum --- This seems to be fixed in g++ (Compiler-Explorer-Build) 10.0.0 20191115 (experimental).

[Bug inline-asm/84966] ICE verify_gimple failed (verify_gimple_in_cfg())

2019-11-16 Thread vegard.nossum at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84966 --- Comment #2 from Vegard Nossum --- This seems to be fixed in g++ (Compiler-Explorer-Build) 10.0.0 20191115 (experimental).

[Bug c++/84974] [8 Regression] ICE: Segmentation fault (ovl_first()/location_of())

2019-11-16 Thread vegard.nossum at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84974 --- Comment #7 from Vegard Nossum --- This seems to be fixed in 8.{1,2,3}, is there any reason to keep this bug open?

[Bug c++/84655] internal compiler error: unexpected expression 'a' of kind template_parm_index

2019-11-16 Thread vegard.nossum at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84655 Vegard Nossum changed: What|Removed |Added CC||vegard.nossum at oracle dot com --- Comm

[Bug bootstrap/92540] New: [10 regression] r278218 breaks bootstrap on riscv64

2019-11-16 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92540 Bug ID: 92540 Summary: [10 regression] r278218 breaks bootstrap on riscv64 Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: build, diagnostic Severity: normal

[Bug demangler/92453] write buffer overflow in cplus_demangle()

2019-11-16 Thread tim.ruehsen at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92453 --- Comment #1 from Tim Ruehsen --- Created attachment 47279 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47279&action=edit Fix write buffer overflow in cplus_demangle() Correctly calculate the demangled size by using two passes.

[Bug target/91450] __builtin_mul_overflow(A,B,R) wrong code if product <

2019-11-16 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91450 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com --- Comm

[Bug target/81915] bug with thread_local inline variables

2019-11-16 Thread acn1 at cam dot ac.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81915 Arthur Norman changed: What|Removed |Added CC||acn1 at cam dot ac.uk --- Comment #3 fro

[Bug target/81915] bug with thread_local inline variables

2019-11-16 Thread acn1 at cam dot ac.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81915 --- Comment #4 from Arthur Norman --- Created attachment 47282 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47282&action=edit static inline thread_local leading to linker failures with Microsoft object format This is just a bash script t

[Bug ipa/92535] [10 regression] ICF is relatively expensive and became less effective

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

[Bug fortran/83118] [8/9/10 Regression] Bad intrinsic assignment of class(*) array component of derived type

2019-11-16 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83118 --- Comment #25 from Paul Thomas --- (In reply to Tobias Burnus from comment #23) > (In reply to Dominique d'Humieres from comment #21) > > > Created attachment 46216 [details] > > > Patch for the remaining problems. > > I have the patch in my wo

[Bug c++/91353] Implement P1331R2: Permitting trivial default initialization in constexpr contexts

2019-11-16 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91353 Marek Polacek changed: What|Removed |Added Keywords||patch --- Comment #7 from Marek Polacek

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

2019-11-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491 Bug 67491 depends on bug 88075, which changed state. Bug 88075 Summary: [feature-request] allow "concept" instead of "concept bool" with -fconcepts https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88075 What|Removed

[Bug c++/88075] [feature-request] allow "concept" instead of "concept bool" with -fconcepts

2019-11-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88075 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/92541] New: ICE when concept requires contextual conversion to bool

2019-11-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92541 Bug ID: 92541 Summary: ICE when concept requires contextual conversion to bool Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: ice-on-valid-code

[Bug c++/92542] New: ICE with class template argument deduction following typo

2019-11-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92542 Bug ID: 92542 Summary: ICE with class template argument deduction following typo Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: ice-on-invalid-code