[Bug middle-end/93086] build_nonstandard_integer_type should take signop instead of int

2019-12-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93086 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/93086] New: build_nonstandard_integer_type should take signop instead of int

2019-12-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93086 Bug ID: 93086 Summary: build_nonstandard_integer_type should take signop instead of int Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: enhancement

[Bug c++/93085] New: ICE in get_class_binding_direct and alias_ctad_tweaks, with C++20 NTTP + CTAD + alias template

2019-12-27 Thread arthur.j.odwyer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93085 Bug ID: 93085 Summary: ICE in get_class_binding_direct and alias_ctad_tweaks, with C++20 NTTP + CTAD + alias template Product: gcc Version: unknown Status: UNCONFIRMED

[Bug libgomp/93066] libgomp/target.c:525:46: error: expected expression before ')' token

2019-12-27 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93066 --- Comment #1 from dave.anglin at bell dot net --- This is a target issue. I’m testing an include fix. Including stdint.h after inttypes.h would avoid the problem but I think header needs fixing. -- John David Anglin dave.ang...@bell.net

[Bug tree-optimization/93084] Infinite loop in ipa-cp when building clang with LTO+PGO

2019-12-27 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93084 Jan Hubicka changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/93084] Infinite loop in ipa-cp when building clang with LTO+PGO

2019-12-27 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93084 Jan Hubicka changed: What|Removed |Added CC||fxue at os dot amperecomputing.com --- Co

[Bug tree-optimization/93084] Infinite loop in ipa-cp when building clang with LTO+PGO

2019-12-27 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93084 Jan Hubicka changed: What|Removed |Added CC||mjambor at suse dot cz --- Comment #1 from

[Bug bootstrap/93074] [10 regression] build FAIL with --enable-offload-targets=nvptx-none

2019-12-27 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93074 Thomas Schwinge changed: What|Removed |Added CC||frederik at gcc dot gnu.org,

[Bug c++/93064] ICE on C++20 operator<=> use

2019-12-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93064 Jakub Jelinek changed: What|Removed |Added Keywords||error-recovery Status|UNCONF

[Bug c++/92966] Segfault on defaulted operator== with wrong return type

2019-12-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92966 Jakub Jelinek changed: What|Removed |Added CC||jengelh at inai dot de --- Comment #4 fr

[Bug tree-optimization/93084] New: Infinite loop in ipa-cp when building clang with LTO+PGO

2019-12-27 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93084 Bug ID: 93084 Summary: Infinite loop in ipa-cp when building clang with LTO+PGO Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priori

[Bug c++/93077] internal compiler error: in hash_operand during GIMPLE pass: fre

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

[Bug c++/93083] New: copy deduction rejected when doing CTAD for NTTP

2019-12-27 Thread barry.revzin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93083 Bug ID: 93083 Summary: copy deduction rejected when doing CTAD for NTTP Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug target/93078] Missing fma and round functions auto-vectorization with x86-64 (sse2)

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

[Bug c++/67834] Local references inside comdat groups

2019-12-27 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67834 John David Anglin changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug c++/93033] [10 Regression] error: incorrect sharing of tree nodes

2019-12-27 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93033 --- Comment #7 from Jan Hubicka --- This patch fixes the testcase, but I am not familiar enough with the code to say if that is correct fix :) Index: ../../gcc/cp/cp-gimplify.c ===

[Bug tree-optimization/93079] ICE in mark_operand_necessary

2019-12-27 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93079 Jan Hubicka changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/93033] [10 Regression] error: incorrect sharing of tree nodes

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

[Bug tree-optimization/93079] ICE in mark_operand_necessary

2019-12-27 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93079 --- Comment #1 from Jan Hubicka --- We rewrite VAR_DECL to invalid tree code by gimple_set_plf (gdb) p ((tree)0x7fffeccfba20).base.code $22 = VAR_DECL (gdb) c Continuing. Hardware watchpoint 1: *$13 Old value = 17039395 New value = 17041443 gim

[Bug target/93082] macOS Authorization.h needs fixinclude

2019-12-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93082 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/93078] Missing fma and round functions auto-vectorization with x86-64 (sse2)

2019-12-27 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93078 Alexander Monakov changed: What|Removed |Added Keywords||missed-optimization Stat

[Bug target/93082] New: macOS Authorization.h needs fixinclude

2019-12-27 Thread mcccs at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93082 Bug ID: 93082 Summary: macOS Authorization.h needs fixinclude Product: gcc Version: 9.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug tree-optimization/93081] insertation followed by another inseration to the same location is not optimized away

2019-12-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93081 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/93081] New: insertation followed by another inseration to the same location is not optimized away

2019-12-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93081 Bug ID: 93081 Summary: insertation followed by another inseration to the same location is not optimized away Product: gcc Version: 10.0 Status: UNCONFIRMED Keyw

[Bug rtl-optimization/91865] Combine misses opportunity to remove (sign_extend (zero_extend)) before searching for insn patterns

2019-12-27 Thread jozefl.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91865 --- Comment #5 from Jozef Lawrynowicz --- (In reply to Segher Boessenkool from comment #4) > Created attachment 47550 [details] > simplify-rtx patch for extends of AND of hard reg > > So I did a patch to make this work (in simplify-rtx) also for

[Bug tree-optimization/93080] insert of an extraction on the same location is not optimized

2019-12-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93080 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/93080] New: insert of an extraction on the same location is not optimized

2019-12-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93080 Bug ID: 93080 Summary: insert of an extraction on the same location is not optimized Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: missed-optimizatio

[Bug tree-optimization/93079] New: ICE in mark_operand_necessary

2019-12-27 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93079 Bug ID: 93079 Summary: ICE in mark_operand_necessary Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization

[Bug bootstrap/93074] [10 regression] build FAIL with --enable-offload-targets=nvptx-none

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