[Bug target/83464] [SH] ICE: in final_scan_insn, at final.c:3025 with -mlra

2019-12-15 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83464 --- Comment #5 from Oleg Endo --- (In reply to John Paul Adrian Glaubitz from comment #4) > > I have to try. I'll run a testbuild. Currently the package has the following > workaround for PR/81426: > > # See https://gcc.gnu.org/bugzilla/show_bu

[Bug target/83464] [SH] ICE: in final_scan_insn, at final.c:3025 with -mlra

2019-12-15 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83464 --- Comment #6 from John Paul Adrian Glaubitz --- (In reply to Oleg Endo from comment #5) > I'm not sure this is an acceptable solution. It disables various other > optimizations and reduces in worse code than normally should be. When you > reb

[Bug c++/92944] New: [concepts] redefinition error when using constrained structure template inside namespace

2019-12-15 Thread akaraevz at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92944 Bug ID: 92944 Summary: [concepts] redefinition error when using constrained structure template inside namespace Product: gcc Version: 9.2.0 Status: UNCONFIRMED

[Bug middle-end/92945] New: -O2 -floop-nest-optimize crashes gccin isl_basic_map_underlying_set ()

2019-12-15 Thread slyfox at inbox dot ru
: posix Supported LTO compression algorithms: zlib zstd gcc version 10.0.0 20191215 (experimental) (GCC)

[Bug middle-end/92945] -O2 -floop-nest-optimize crashes gccin isl_basic_map_underlying_set ()

2019-12-15 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92945 --- Comment #1 from Sergei Trofimovich --- The crash happens somewhere in internals of isl-0.22: Thread 2.1 "f951" received signal SIGSEGV, Segmentation fault. [Switching to process 1919154] 0x77e50a74 in isl_basic_map_underlying_set ()

[Bug middle-end/92945] -O2 -floop-nest-optimize crashes gccin isl_basic_map_underlying_set ()

2019-12-15 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92945 --- Comment #2 from Sergei Trofimovich --- Rebuilt isl with debugging symbols. gdb says 'bmap' is NULL: Thread 2.1 "f951" received signal SIGSEGV, Segmentation fault. [Switching to process 1944963] isl_basic_map_underlying_set (bmap=0x0) at ../i

[Bug target/89597] Inconsistent vector calling convention on windows with Clang and MSVC

2019-12-15 Thread agner at agner dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89597 Agner Fog changed: What|Removed |Added CC||agner at agner dot org --- Comment #1 from A

[Bug middle-end/92945] -O2 -floop-nest-optimize crashes gccin isl_basic_map_underlying_set ()

2019-12-15 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92945 Arseny Solokha changed: What|Removed |Added CC||asolokha at gmx dot com --- Comment #3

[Bug c++/92878] Parenthesized aggregate initialization doesn't work in a new-expression

2019-12-15 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92878 --- Comment #10 from Marek Polacek --- (In reply to Ville Voutilainen from comment #7) > __is_constructible is incorrectly false for such an aggregate: > > struct aggressive_aggregate > { > int a; > int b; > }; > > int main() > { >

[Bug fortran/92913] Add argument-mismatch check for INTERFACE for non-module procedures in the same file

2019-12-15 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92913 Thomas Koenig changed: What|Removed |Added Attachment #47483|0 |1 is obsolete|

[Bug target/91534] some defined builtins are not usable

2019-12-15 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91534 Bill Schmidt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/91773] Buffer overflow for long module/submodule names

2019-12-15 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91773 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/87103] [OOP] ICE in gfc_new_symbol() due to overlong symbol name

2019-12-15 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87103 Thomas Koenig changed: What|Removed |Added CC||andreas at skeidsvoll dot no --- Comment

[Bug fortran/91651] [F03] Implement KIND argument for INDEX

2019-12-15 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91651 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/92946] New: [9 Regression] [SH] Native GCC crashes when invoking with -m4 -m4-nofpu -pipe

2019-12-15 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92946 Bug ID: 92946 Summary: [9 Regression] [SH] Native GCC crashes when invoking with -m4 -m4-nofpu -pipe Product: gcc Version: 9.2.1 Status: UNCONFIRMED Severity: n

[Bug c++/92947] New: Parenthesized aggregate initialization doesn't work with the library types it's supposed to work with

2019-12-15 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92947 Bug ID: 92947 Summary: Parenthesized aggregate initialization doesn't work with the library types it's supposed to work with Product: gcc Version: 10.0 Status: UNCONFIRME

[Bug c++/92948] New: internal compiler error: in tsubst_copy, at cp/pt.c:15788

2019-12-15 Thread piotrsiupa at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92948 Bug ID: 92948 Summary: internal compiler error: in tsubst_copy, at cp/pt.c:15788 Product: gcc Version: 9.2.0 Status: UNCONFIRMED Severity: normal Prio

[Bug c++/92947] Parenthesized aggregate initialization doesn't work with the library types it's supposed to work with

2019-12-15 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92947 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/92949] New: bswap/store merging does not handle BIT_INSERT_EXPR

2019-12-15 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92949 Bug ID: 92949 Summary: bswap/store merging does not handle BIT_INSERT_EXPR Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: enhancem

[Bug target/92946] [9 Regression] [SH] Native GCC crashes when invoking with -m4 -m4-nofpu -pipe

2019-12-15 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92946 --- Comment #1 from John Paul Adrian Glaubitz --- Michael Karcher has figured out that this might be a bug in Debian's gcc-9, in particular the patch https://sources.debian.org/src/gcc-9/9.2.1-21/debian/patches/gcc-search-prefixed-as-ld.diff. CC

[Bug target/92946] [9 Regression] [SH] Native GCC crashes when invoking with -m4 -m4-nofpu -pipe

2019-12-15 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92946 --- Comment #2 from John Paul Adrian Glaubitz --- Filed as: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946792

[Bug c++/92947] Parenthesized aggregate initialization doesn't work with the library types it's supposed to work with

2019-12-15 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92947 --- Comment #1 from Ville Voutilainen --- Based on some debugging work, build_functional_cast_1 looks like a plausible place where we might need to add understanding of parenthesized aggregates. The previous bug report has an incomplete (because

[Bug ipa/92794] [10 Regression] ICE in decide_about_value, at ipa-cp.c:5186

2019-12-15 Thread fxue at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92794 --- Comment #3 from fxue at gcc dot gnu.org --- What's configure option for 32 be powerpc?

[Bug ipa/92794] [10 Regression] ICE in decide_about_value, at ipa-cp.c:5186

2019-12-15 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92794 --- Comment #4 from Arseny Solokha --- % powerpc-e300c3-linux-gnu-gcc-10.0.0-alpha20191208 -v Using built-in specs. COLLECT_GCC=powerpc-e300c3-linux-gnu-gcc-10.0.0-alpha20191208 COLLECT_LTO_WRAPPER=/usr/libexec/gcc/powerpc-e300c3-linux-gnu/10.0.0

[Bug rtl-optimization/92591] ICE in optimize_sc, at modulo-sched.c:1063

2019-12-15 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92591 --- Comment #8 from Arseny Solokha --- Is there a backport pending, or can this PR be closed?

[Bug libfortran/90374] Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d and ew.d e0 edit descriptors for output

2019-12-15 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90374 --- Comment #20 from Jerry DeLisle --- While working on this I found another issue: program test implicit none real(8) :: rn character(32) :: afmt, aresult rn = 0.000314e8_8 write (*,fmt="(E0.8e0, a3)") rn, "<<<" end $ gfc

[Bug tree-optimization/92949] bswap/store merging does not handle BIT_INSERT_EXPR

2019-12-15 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92949 --- Comment #1 from Andrew Pinski --- Created attachment 47501 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47501&action=edit The current bit-field lowering patch

[Bug tree-optimization/92949] bswap/store merging does not handle BIT_INSERT_EXPR

2019-12-15 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92949 --- Comment #2 from Andrew Pinski --- (In reply to Andrew Pinski from comment #1) > Created attachment 47501 [details] > The current bit-field lowering patch I attached the current bit-field lowering patch so if someone wants to work on this, th

[Bug lto/48200] Implement function attribute for symbol versioning (.symver)

2019-12-15 Thread xry111 at mengyan1223 dot wang
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48200 --- Comment #41 from Xi Ruoyao --- (In reply to Jan Hubicka from comment #40) > I posted initial patch here > https://gcc.gnu.org/ml/gcc-patches/2019-11/msg01334.html I applied it into gcc-9.2.0 and it works. But, unfortunately, the problem wit

[Bug tree-optimization/92949] bswap/store merging does not handle BIT_INSERT_EXPR/BIT_FIELD_REF

2019-12-15 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92949 Andrew Pinski changed: What|Removed |Added Summary|bswap/store merging does|bswap/store merging does

[Bug tree-optimization/92949] bswap/store merging does not handle BIT_INSERT_EXPR/BIT_FIELD_REF

2019-12-15 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92949 --- Comment #4 from Andrew Pinski --- Created attachment 47502 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47502&action=edit one testcase This is just one example expanded; note scan-tree-dump-times needed to be updated as I added a few

[Bug c/77992] Provide feature to initialize padding bytes to avoid information leaks

2019-12-15 Thread mine260309 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77992 Lei YU changed: What|Removed |Added CC||mine260309 at gmail dot com --- Comment #18 fro

[Bug target/92950] New: Wrong load instructions emitted for movv1qi

2019-12-15 Thread krebbel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92950 Bug ID: 92950 Summary: Wrong load instructions emitted for movv1qi Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: target

[Bug target/92950] Wrong load instructions emitted for movv1qi

2019-12-15 Thread krebbel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92950 Andreas Krebbel changed: What|Removed |Added Keywords||wrong-code Target|