[Bug c/88587] [6.1/trunk] internal compiler error: in expand_debug_locations, at cfgexpand.c:5450

2018-12-24 Thread nbkolchin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88587 --- Comment #1 from Nickolay Kolchin-Semyonov --- Error seems to happen when both: 1. Vector extensions are used. 2. Both SSE and non-SSE versions are requested. Error seems to be present in all GCC versions since 6.1 (which introduced target_

[Bug rtl-optimization/88588] New: ICE in make_decl_rtl, at varasm.c:1329

2018-12-24 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88588 Bug ID: 88588 Summary: ICE in make_decl_rtl, at varasm.c:1329 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: ice-on-valid-code, openmp Severity: normal

[Bug c/88589] New: ICE + seemingly wrong codegen with m68k-elf

2018-12-24 Thread lionel_debroux at yahoo dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88589 Bug ID: 88589 Summary: ICE + seemingly wrong codegen with m68k-elf Product: gcc Version: 8.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c/88589] ICE + seemingly wrong codegen with m68k-elf

2018-12-24 Thread lionel_debroux at yahoo dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88589 --- Comment #1 from Lionel Debroux --- Created attachment 45284 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45284&action=edit The preprocessed source file for the ICE

[Bug c/88589] ICE + seemingly wrong codegen with m68k-elf

2018-12-24 Thread lionel_debroux at yahoo dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88589 --- Comment #2 from Lionel Debroux --- Created attachment 45285 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45285&action=edit The generated S file for the wrong codegen described in 2)

[Bug testsuite/67974] Missing gcc/testsuite/gcc.target/x86_64/abi/avx/asm-support-darwin.s file

2018-12-24 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67974 --- Comment #1 from Iain Sandoe --- Author: iains Date: Mon Dec 24 09:02:03 2018 New Revision: 267395 URL: https://gcc.gnu.org/viewcvs?rev=267395&root=gcc&view=rev Log: Fix PR67974 for Darwin by adding an asm shim for AVX. The PR is about a set

[Bug c/88589] ICE + seemingly wrong codegen with m68k-elf

2018-12-24 Thread lionel_debroux at yahoo dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88589 --- Comment #3 from Lionel Debroux --- Created attachment 45286 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45286&action=edit The output of m68k-linux-gnu-gcc -dumpspecs

[Bug middle-end/88588] ICE in make_decl_rtl, at varasm.c:1329

2018-12-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88588 Andrew Pinski changed: What|Removed |Added Component|rtl-optimization|middle-end --- Comment #1 from Andrew Pi

[Bug testsuite/67974] Missing gcc/testsuite/gcc.target/x86_64/abi/avx/asm-support-darwin.s file

2018-12-24 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67974 --- Comment #2 from Iain Sandoe --- Author: iains Date: Mon Dec 24 09:16:25 2018 New Revision: 267396 URL: https://gcc.gnu.org/viewcvs?rev=267396&root=gcc&view=rev Log: Fix PR67974 for Darwin by adding an asm shim for AVX. The PR is about a set

[Bug c/88584] GCC thinks that the type is complete dispite shaddowing.

2018-12-24 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88584 --- Comment #5 from Andreas Schwab --- The examples in the DR only show identifiers with linkage and with compatible types, but the shadowing decl in the example above has no linkage and an incompatible type.

[Bug bootstrap/88590] New: System Integrity Protection (SIP) breaks GCC build assumptions on Darwin.

2018-12-24 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88590 Bug ID: 88590 Summary: System Integrity Protection (SIP) breaks GCC build assumptions on Darwin. Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug bootstrap/88590] System Integrity Protection (SIP) breaks GCC build assumptions on Darwin.

2018-12-24 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88590 Iain Sandoe changed: What|Removed |Added Keywords||build Status|UNCONFIRMED

[Bug target/81685] [7/8 Regression] FAIL: g++.dg/debug/dwarf2/inline-ns-2.C -std=gnu++* (internal compiler error) on darwin

2018-12-24 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81685 --- Comment #10 from Iain Sandoe --- Author: iains Date: Mon Dec 24 12:20:18 2018 New Revision: 267401 URL: https://gcc.gnu.org/viewcvs?rev=267401&root=gcc&view=rev Log: fix Darwin target/81685 2018-12-24 Iain Sandoe Backport from m

[Bug target/81685] [7/8 Regression] FAIL: g++.dg/debug/dwarf2/inline-ns-2.C -std=gnu++* (internal compiler error) on darwin

2018-12-24 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81685 Iain Sandoe changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/70694] 50 experimental/filesystem/* failures on x86_64-apple-darwin10

2018-12-24 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694 --- Comment #12 from Iain Sandoe --- Author: iains Date: Mon Dec 24 12:26:11 2018 New Revision: 267402 URL: https://gcc.gnu.org/viewcvs?rev=267402&root=gcc&view=rev Log: Fix Darwin PR libstdc++/70694 2018-12-24 Iain Sandoe Backport

[Bug testsuite/78544] FAIL: gcc.dg/tree-prof/section-attr-*.c compilation, -fprofile-generate -D_PROFILE_GENERATE on darwin

2018-12-24 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78544 --- Comment #8 from Iain Sandoe --- Author: iains Date: Mon Dec 24 12:30:24 2018 New Revision: 267403 URL: https://gcc.gnu.org/viewcvs?rev=267403&root=gcc&view=rev Log: Fix tree-prof section tests on Darwin. Add Darwin section names. 2018-12-2

[Bug testsuite/78544] FAIL: gcc.dg/tree-prof/section-attr-*.c compilation, -fprofile-generate -D_PROFILE_GENERATE on darwin

2018-12-24 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78544 Iain Sandoe changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/78444] Wrong prologue stack alignment for implicit dtor on x86_64-darwin*

2018-12-24 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78444 --- Comment #18 from Iain Sandoe --- Author: iains Date: Mon Dec 24 12:47:58 2018 New Revision: 267406 URL: https://gcc.gnu.org/viewcvs?rev=267406&root=gcc&view=rev Log: Fix target/78444 on x86/Darwin. 2018-12-24 Iain Sandoe Backpor

[Bug target/78444] Wrong prologue stack alignment for implicit dtor on x86_64-darwin*

2018-12-24 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78444 Iain Sandoe changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/64883] FAIL: 17_intro/headers/c++*/all_attributes.cc (test for excess errors) on x86_64-apple-darwin10

2018-12-24 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64883 --- Comment #60 from Iain Sandoe --- Author: iains Date: Mon Dec 24 13:01:04 2018 New Revision: 267407 URL: https://gcc.gnu.org/viewcvs?rev=267407&root=gcc&view=rev Log: Fix libstdc++/64883 for Darwin. 2018-12-24 Iain Sandoe Backpor

[Bug libstdc++/64883] FAIL: 17_intro/headers/c++*/all_attributes.cc (test for excess errors) on x86_64-apple-darwin10

2018-12-24 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64883 Iain Sandoe changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/70694] 50 experimental/filesystem/* failures on x86_64-apple-darwin10

2018-12-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/70694] 50 experimental/filesystem/* failures on x86_64-apple-darwin10

2018-12-24 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694 --- Comment #14 from Iain Sandoe --- Fixed for open branches, maintainers of earlier branches might want to apply this locally.

[Bug c++/87380] Explicit instantations should use weak symbols on darwin

2018-12-24 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87380 --- Comment #21 from Iain Sandoe --- Author: iains Date: Mon Dec 24 13:17:28 2018 New Revision: 267409 URL: https://gcc.gnu.org/viewcvs?rev=267409&root=gcc&view=rev Log: Fix PR c++/87380 (ABI breakage) for Darwin. 2018-12-24 Iain Sandoe

[Bug c++/87380] Explicit instantations should use weak symbols on darwin

2018-12-24 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87380 Iain Sandoe changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug testsuite/67974] Missing gcc/testsuite/gcc.target/x86_64/abi/avx/asm-support-darwin.s file

2018-12-24 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67974 Iain Sandoe changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug testsuite/67974] Missing gcc/testsuite/gcc.target/x86_64/abi/avx/asm-support-darwin.s file

2018-12-24 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67974 --- Comment #3 from Iain Sandoe --- Author: iains Date: Mon Dec 24 13:41:16 2018 New Revision: 267411 URL: https://gcc.gnu.org/viewcvs?rev=267411&root=gcc&view=rev Log: Fix target/67974 for Darwin by adding AVX asm shim. 2018-12-24 Iain Sandoe

[Bug c/88568] [8/9 Regression] 'dllimport' no longer implies 'extern' in C

2018-12-24 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568 Alexander Monakov changed: What|Removed |Added CC||amonakov at gcc dot gnu.org Kno

[Bug fortran/88511] passing allocatable character through two levels of procedure calls fails

2018-12-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88511 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P4 Status|UNCONFIRMED

[Bug fortran/88551] passing a portion of an array of a derived type that contains an allocatable component

2018-12-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88551 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P4 Status|UNCONFIRMED

[Bug fortran/81509] Wrong compilation error: iand/ieor/ior + boz + -std=f2008

2018-12-24 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81509 --- Comment #7 from kargl at gcc dot gnu.org --- Author: kargl Date: Mon Dec 24 18:26:25 2018 New Revision: 267415 URL: https://gcc.gnu.org/viewcvs?rev=267415&root=gcc&view=rev Log: 2018-12-24 Steven G. Kargl PR fortran/45513

[Bug fortran/45513] BOZ kinds differently handled, F2008: BOZ in bit intrinsics

2018-12-24 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45513 --- Comment #2 from kargl at gcc dot gnu.org --- Author: kargl Date: Mon Dec 24 18:26:25 2018 New Revision: 267415 URL: https://gcc.gnu.org/viewcvs?rev=267415&root=gcc&view=rev Log: 2018-12-24 Steven G. Kargl PR fortran/45513

[Bug fortran/45513] BOZ kinds differently handled, F2008: BOZ in bit intrinsics

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

[Bug fortran/81509] Wrong compilation error: iand/ieor/ior + boz + -std=f2008

2018-12-24 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81509 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug fortran/45513] BOZ kinds differently handled, F2008: BOZ in bit intrinsics

2018-12-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45513 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug lto/87089] [9 regression] tree check: expected class 'type', have 'declaration' (namespace_decl) in type_with_linkage_p, at ipa-utils.h

2018-12-24 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87089 Dmitry G. Dyachenko changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED