[Bug c++/84824] DCE fails to remove dead code of std::function constructor

2018-03-11 Thread manjian2006 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84824 --- Comment #1 from linzj --- According to the tree generated, the problem is sourced from fail to remove the lambda function call. But the constant value is deduced and propagated. In case of the side effect?

[Bug target/33944] streaming 64-bit integer stores

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

[Bug rtl-optimization/50696] [x32] Unnecessary lea

2018-03-11 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50696 Eric Gallager changed: What|Removed |Added Keywords||patch CC|

[Bug c++/84824] New: DCE fails to remove dead code of std::function constructor

2018-03-11 Thread manjian2006 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84824 Bug ID: 84824 Summary: DCE fails to remove dead code of std::function constructor Product: gcc Version: 7.2.0 Status: UNCONFIRMED Severity: normal

[Bug other/43748] build machinery insufficient for installing target specific .def files as plugin headers

2018-03-11 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43748 Eric Gallager changed: What|Removed |Added Keywords||build Status|UNCONFIRMED

[Bug c++/84802] [8 Regression] ICE in gimplify_decl_expr since r251433

2018-03-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84802 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug target/49854] Clean up SPE/e500 option handling

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

[Bug preprocessor/48957] GCC's handling of include-fixed does not work well with --sysroot

2018-03-11 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48957 Eric Gallager changed: What|Removed |Added Keywords||build Status|UNCONFIRMED

[Bug target/47315] ICE: in extract_insn, at recog.c:2109 (unrecognizable insn) with -mvzeroupper and __attribute__((target("avx")))

2018-03-11 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47315 Eric Gallager changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/33979] support for char16_t, char32_t

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

[Bug debug/23551] dwarf records for inlines appear incomplete

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

[Bug middle-end/84823] New: [6 Regression?] x86 LRA hang on valid code (no ICE) with -fno-omit-frame-pointer

2018-03-11 Thread awilfox at adelielinux dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84823 Bug ID: 84823 Summary: [6 Regression?] x86 LRA hang on valid code (no ICE) with -fno-omit-frame-pointer Product: gcc Version: 6.4.0 Status: UNCONFIRMED

[Bug fortran/84546] [7/8 Regression] Bad sourced allocation of CLASS(*) with source with CLASS(*) component

2018-03-11 Thread neil.n.carlson at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84546 --- Comment #6 from Neil Carlson --- Thank you, thank you Paul! This also fixes my test case for PR83118 which I think must have been due to the same underlying problem

[Bug fortran/84546] [7/8 Regression] Bad sourced allocation of CLASS(*) with source with CLASS(*) component

2018-03-11 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84546 --- Comment #5 from Paul Thomas --- Author: pault Date: Sun Mar 11 22:25:11 2018 New Revision: 258438 URL: https://gcc.gnu.org/viewcvs?rev=258438=gcc=rev Log: 2018-03-11 Paul Thomas PR fortran/84546 *

[Bug fortran/81849] Size of automatic array argument specified by host-associated variable.

2018-03-11 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81849 Harald Anlauf changed: What|Removed |Added CC||anlauf at gmx dot de --- Comment #2

[Bug rtl-optimization/84780] [8 Regression] wrong code aarch64 with -O3 --param=tree-reassoc-width=32

2018-03-11 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84780 --- Comment #7 from Segher Boessenkool --- I have a patch.

[Bug fortran/83939] Constraint C1290 (elemental function cannot be allocatable) not enforced

2018-03-11 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83939 --- Comment #3 from kargl at gcc dot gnu.org --- Author: kargl Date: Sun Mar 11 21:39:15 2018 New Revision: 258437 URL: https://gcc.gnu.org/viewcvs?rev=258437=gcc=rev Log: 2018-03-11 Steven G. Kargl PR

[Bug fortran/30372] various intrinsics do not diagnose invalid argument kinds

2018-03-11 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30372 --- Comment #9 from kargl at gcc dot gnu.org --- KILL has been at least reviewed for correctness. See r258436 | kargl | 2018-03-11 14:34:40 -0700 (Sun, 11 Mar 2018) | 14 lines 2018-03-11 Steven G. Kargl *

[Bug fortran/30372] various intrinsics do not diagnose invalid argument kinds

2018-03-11 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30372 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug c++/84822] New: Partial specializing template internal compiler error

2018-03-11 Thread feiteng at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84822 Bug ID: 84822 Summary: Partial specializing template internal compiler error Product: gcc Version: 7.2.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/66128] ICE for some intrinsics with zero sized array parameter

2018-03-11 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66128 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug other/84821] [8 Regression] ICE (unable to find a register to spill)

2018-03-11 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84821 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/66128] ICE for some intrinsics with zero sized array parameter

2018-03-11 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66128 --- Comment #18 from Thomas Koenig --- Author: tkoenig Date: Sun Mar 11 20:28:00 2018 New Revision: 258435 URL: https://gcc.gnu.org/viewcvs?rev=258435=gcc=rev Log: 2018-03-11 Thomas Koenig PR fortran/66128

[Bug fortran/83939] Constraint C1290 (elemental function cannot be allocatable) not enforced

2018-03-11 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83939 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org

[Bug c/84819] several typos

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

[Bug lto/43659] -flto doesn't remember -fPIC

2018-03-11 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43659 Eric Gallager changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug other/84821] New: [8 Regression] ICE (unable to find a register to spill)

2018-03-11 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84821 Bug ID: 84821 Summary: [8 Regression] ICE (unable to find a register to spill) Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal

[Bug c++/84820] New: [6/7/8 Regression] Bogus pointer-to-member accepted within template

2018-03-11 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84820 Bug ID: 84820 Summary: [6/7/8 Regression] Bogus pointer-to-member accepted within template Product: gcc Version: 8.0 Status: UNCONFIRMED Keywords:

[Bug c++/84816] [7.2.0/8.0.1 x86_64] Incorrect code generation if signed overflow

2018-03-11 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84816 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org ---

[Bug c/84819] New: several typos

2018-03-11 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84819 Bug ID: 84819 Summary: several typos Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at

[Bug debug/58150] debug info about definition of enum class not emitted if the declaration was already used in a class

2018-03-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58150 --- Comment #6 from Jakub Jelinek --- Fixed for 8.1+.

[Bug fortran/84070] Incorrect assignment to allocatable character variable

2018-03-11 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84070 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 Status|WAITING

[Bug c/84818] New: integer_onep must not be used for i18n

2018-03-11 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84818 Bug ID: 84818 Summary: integer_onep must not be used for i18n Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug debug/58150] debug info about definition of enum class not emitted if the declaration was already used in a class

2018-03-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58150 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Sun Mar 11 16:50:08 2018 New Revision: 258434 URL: https://gcc.gnu.org/viewcvs?rev=258434=gcc=rev Log: PR debug/58150 * dwarf2out.c (gen_enumeration_type_die): Don't

[Bug target/47105] Some mxl-options have only placeholders as descriptions

2018-03-11 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47105 Roland Illig changed: What|Removed |Added CC||roland.illig at gmx dot de --- Comment

[Bug target/79644] Undocumented options in microblaze.opt

2018-03-11 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79644 Roland Illig changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/84615] [8 Regression] Executable Segfault for some tests compiled with -m32 after r256284

2018-03-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84615 --- Comment #8 from Dominique d'Humieres --- Another test that does not require -fdefault-integer-8 module chtest contains function chararray2string(chararray) result(text) character(len=1), dimension(:) :: chararray! input

[Bug target/83984] ld: The value 0x8000000000005 does not fit when applying the relocation DIR21L

2018-03-11 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83984 --- Comment #4 from John David Anglin --- Author: danglin Date: Sun Mar 11 14:44:48 2018 New Revision: 258433 URL: https://gcc.gnu.org/viewcvs?rev=258433=gcc=rev Log: Backport from mainline 2018-02-14 John David Anglin

[Bug target/83984] ld: The value 0x8000000000005 does not fit when applying the relocation DIR21L

2018-03-11 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83984 --- Comment #3 from John David Anglin --- Author: danglin Date: Sun Mar 11 14:43:39 2018 New Revision: 258432 URL: https://gcc.gnu.org/viewcvs?rev=258432=gcc=rev Log: Backport from mainline 2018-02-14 John David Anglin

[Bug other/37210] Discourage Default Builds in the GCC Source Tree more strongly

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

[Bug tree-optimization/84817] PR tree-optimization/84526: gcc-8-8-20180310-1 FTBFS on GNU/Hurd by removing "dead" code

2018-03-11 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84817 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/84475] pthread doesn't define _REENTRANT in preprocessor on riscv-linux

2018-03-11 Thread aurelien at aurel32 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84475 Aurelien Jarno changed: What|Removed |Added CC||aurelien at aurel32 dot net ---

[Bug c++/61982] Optimizer does not eliminate stores to destroyed objects

2018-03-11 Thread a...@cloudius-systems.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61982 --- Comment #8 from Avi Kivity --- Still unfixed in trunk.

[Bug fortran/32770] [Meta-bug] -fdefault-integer-8 issues

2018-03-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32770 --- Comment #40 from Dominique d'Humieres --- Created attachment 43624 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43624=edit Changes in gfortran.dg to fix some failures with -fdefault-integer-8 With the three attached patches the

[Bug fortran/32770] [Meta-bug] -fdefault-integer-8 issues

2018-03-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32770 --- Comment #39 from Dominique d'Humieres --- Created attachment 43623 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43623=edit Changes in gfortran.dg/ieee to fix some failures with -fdefault-integer-8

[Bug fortran/32770] [Meta-bug] -fdefault-integer-8 issues

2018-03-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32770 --- Comment #38 from Dominique d'Humieres --- Created attachment 43622 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43622=edit Changes in gfortran.dg/coarray to fix some failures with -fdefault-integer-8

[Bug tree-optimization/84817] New: PR tree-optimization/84526: gcc-8-8-20180310-1 FTBFS on GNU/Hurd by removing "dead" code

2018-03-11 Thread svante.signell at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84817 Bug ID: 84817 Summary: PR tree-optimization/84526: gcc-8-8-20180310-1 FTBFS on GNU/Hurd by removing "dead" code Product: gcc Version: unknown Status: UNCONFIRMED