[Bug rtl-optimization/96475] direct threaded interpreter with computed gotos generates suboptimal dispatch loop

2020-09-12 Thread dinuxbg at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96475 Dimitar Dimitrov changed: What|Removed |Added CC||dinuxbg at gmail dot com --- Comment

[Bug fortran/97037] New: ICE on user-defined derived-type output of an intermediate ancestor type

2020-09-12 Thread damian at sourceryinstitute dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97037 Bug ID: 97037 Summary: ICE on user-defined derived-type output of an intermediate ancestor type Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/97036] New: [F2018] ELEMENTAL RECURSIVE subprogram prefix combination rejected

2020-09-12 Thread ian_harvey at bigpond dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97036 Bug ID: 97036 Summary: [F2018] ELEMENTAL RECURSIVE subprogram prefix combination rejected Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug analyzer/97029] [11 Regression] ICE in wide_int_to_tree_1, at tree.c:1612

2020-09-12 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97029 David Malcolm changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug d/97002] d: Promote types in d_type_promotes_to when linkage is not D

2020-09-12 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97002 Iain Buclaw changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug d/97002] d: Promote types in d_type_promotes_to when linkage is not D

2020-09-12 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97002 --- Comment #1 from CVS Commits --- The master branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:707e9159ed25d19c174e4da18b194e530878d450 commit r11-3178-g707e9159ed25d19c174e4da18b194e530878d450 Author: Iain Buclaw Date: Sat Se

[Bug fortran/97021] [OpenMP] copy out of allocatable scalars does not work.

2020-09-12 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97021 Tobias Burnus changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug c++/97033] g++ hangs on valid code

2020-09-12 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97033 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug target/97032] [8/9/10/11 Regression] ICE output_operand: invalid use of register 'frame' since r8-1911

2020-09-12 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97032 H.J. Lu changed: What|Removed |Added URL||https://gcc.gnu.org/piperma

[Bug fortran/97031] the content of a comment line breaks compilation

2020-09-12 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97031 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C

[Bug c++/96780] debuginfo for std::move and std::forward isn't useful

2020-09-12 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96780 --- Comment #2 from Patrick Palka --- I wonder if it would be worthwhile to fold calls to std::move and std::forward altogether in the frontend.

[Bug c++/96780] debuginfo for std::move and std::forward isn't useful

2020-09-12 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96780 Patrick Palka changed: What|Removed |Added CC||ppalka at gcc dot gnu.org --- Comment #1

[Bug target/97035] New: csky-linux-gnuabiv2 won't build with binutils master branch

2020-09-12 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97035 Bug ID: 97035 Summary: csky-linux-gnuabiv2 won't build with binutils master branch Product: gcc Version: 10.2.1 Status: UNCONFIRMED Severity: normal P

[Bug c++/97034] New: ICE on C++20 code: gcc_assert failure in return type deduction (gcc/cp/pt.c:26984 in type_dependent_expression_p(tree_node*))

2020-09-12 Thread dimitri.gorokhovik at free dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97034 Bug ID: 97034 Summary: ICE on C++20 code: gcc_assert failure in return type deduction (gcc/cp/pt.c:26984 in type_dependent_expression_p(tree_node*)) Product: gcc

[Bug c++/97033] New: g++ hangs on valid code

2020-09-12 Thread tangyixuan at mail dot dlut.edu.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97033 Bug ID: 97033 Summary: g++ hangs on valid code Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: un

[Bug target/97032] [8/9/10/11 Regression] ICE output_operand: invalid use of register 'frame' since r8-1911

2020-09-12 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97032 --- Comment #2 from H.J. Lu --- Created attachment 49212 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49212&action=edit A patch I am testing this.

[Bug target/97032] [8/9/10/11 Regression] ICE output_operand: invalid use of register 'frame' since r8-1911

2020-09-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97032 --- Comment #1 from Jakub Jelinek --- Note, eliminating the bogus deprecated "esp" clobber makes it compile correctly.

[Bug target/97032] [8/9/10/11 Regression] ICE output_operand: invalid use of register 'frame' since r8-1911

2020-09-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97032 Jakub Jelinek changed: What|Removed |Added Target Milestone|--- |8.5 Priority|P3

[Bug target/97032] New: [8/9/10/11 Regression] ICE output_operand: invalid use of register 'frame' since r8-1911

2020-09-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97032 Bug ID: 97032 Summary: [8/9/10/11 Regression] ICE output_operand: invalid use of register 'frame' since r8-1911 Product: gcc Version: 11.0 Status: UNCONFIRMED S

[Bug target/97030] [nvptx] Need strategy for nvidia JIT bug workarounds

2020-09-12 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97030 --- Comment #1 from Tom de Vries --- (In reply to Tom de Vries from comment #0) > ATM, we have the following in the nvptx.c source code: > ... > #define WORKAROUND_PTXJIT_BUG 1 > #define WORKAROUND_PTXJIT_BUG_2 1 > #define WORKAROUND_PTXJIT_BUG_3

[Bug fortran/97031] New: the content of a comment line breaks compilation

2020-09-12 Thread jean-pierre.flam...@univ-lille.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97031 Bug ID: 97031 Summary: the content of a comment line breaks compilation Product: gcc Version: 4.4.7 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/97030] New: [nvptx] Need strategy for nvidia JIT bug workarounds

2020-09-12 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97030 Bug ID: 97030 Summary: [nvptx] Need strategy for nvidia JIT bug workarounds Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Com