[Bug tree-optimization/91293] [8/9/10 Regression] Wrong code with -O3 -mavx2

2019-07-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91293 Richard Biener changed: What|Removed |Added Target||x86_64-*-*, i?86-*-* Priority

[Bug tree-optimization/91291] [10 regression] gcc.dg/20020312-2.c FAILs

2019-07-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91291 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug lto/91288] [8/9/10 Regression] ICE in add_symbol_to_partition_1, at lto/lto-partition.c:153 since r249224

2019-07-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91288 Richard Biener changed: What|Removed |Added Keywords||lto Priority|P3

[Bug target/91150] [10 Regression] wrong code with -O -mavx512vbmi due to wrong writemask

2019-07-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91150 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Tue Jul 30 07:13:04 2019 New Revision: 273897 URL: https://gcc.gnu.org/viewcvs?rev=273897&root=gcc&view=rev Log: PR target/91150 * config/i386/i386-expand.c (expand_vec_pe

[Bug lto/91287] LTO disables linking with scalar MASS library (Fortran only)

2019-07-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91287 Richard Biener changed: What|Removed |Added Keywords|wrong-code |missed-optimization --- Comment #2 from

[Bug tree-optimization/91291] [10 regression] gcc.dg/20020312-2.c FAILs

2019-07-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91291 --- Comment #2 from Richard Biener --- Ah, we do not eliminate # VUSE <.MEM_8> reg.0_2 = reg; because this is a hard-register load (we know reg.0_2 is constant 1). So we end up making the constant 1 (value) available via the leader reg.0_2. No

[Bug middle-end/91216] [9/10 Regression] OpenMP ICE starting with r265930

2019-07-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91216 --- Comment #1 from Jakub Jelinek --- Author: jakub Date: Tue Jul 30 07:28:22 2019 New Revision: 273898 URL: https://gcc.gnu.org/viewcvs?rev=273898&root=gcc&view=rev Log: PR middle-end/91216 * omp-low.c (global_nonaddressable_var

[Bug middle-end/91282] gcc.dg/type-convert-var.c FAILs

2019-07-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91282 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Tue Jul 30 07:35:13 2019 New Revision: 273899 URL: https://gcc.gnu.org/viewcvs?rev=273899&root=gcc&view=rev Log: PR middle-end/91282 * gcc.dg/type-convert-var.c: Add -fexc

[Bug lto/91287] LTO disables linking with scalar MASS library (Fortran only)

2019-07-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91287 --- Comment #3 from Martin Liška --- (In reply to Xiong Hu XS Luo from comment #1) > Martin's commit 4ee64e30659a9125a47eeea882d8044e690ce334 will cause ICE. > > It's a REGRESSION not related to this current issue. > > ~/local/gcc_t/bin/gfortra

[Bug target/91150] [10 Regression] wrong code with -O -mavx512vbmi due to wrong writemask

2019-07-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91150 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/91282] gcc.dg/type-convert-var.c FAILs

2019-07-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91282 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/91216] [9 Regression] OpenMP ICE starting with r265930

2019-07-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91216 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/91297] New: ARM Cortex M0+ gets hard fault due to unexpected pointer content

2019-07-30 Thread murat.ursavas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91297 Bug ID: 91297 Summary: ARM Cortex M0+ gets hard fault due to unexpected pointer content Product: gcc Version: 8.2.1 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/91291] [10 regression] gcc.dg/20020312-2.c FAILs

2019-07-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91291 --- Comment #3 from Richard Biener --- Author: rguenth Date: Tue Jul 30 08:57:35 2019 New Revision: 273903 URL: https://gcc.gnu.org/viewcvs?rev=273903&root=gcc&view=rev Log: 2019-07-30 Richard Biener PR tree-optimization/91291

[Bug lto/91287] LTO disables linking with scalar MASS library (Fortran only)

2019-07-30 Thread luoxhu at cn dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91287 --- Comment #4 from Xiong Hu XS Luo --- (In reply to Martin Liška from comment #3) > (In reply to Xiong Hu XS Luo from comment #1) > > Martin's commit 4ee64e30659a9125a47eeea882d8044e690ce334 will cause ICE. > > > > It's a REGRESSION not related

[Bug lto/91287] LTO disables linking with scalar MASS library (Fortran only)

2019-07-30 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91287 --- Comment #5 from rguenther at suse dot de --- On Tue, 30 Jul 2019, luoxhu at cn dot ibm.com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91287 > > --- Comment #4 from Xiong Hu XS Luo --- > (In reply to Martin Liška from comment #3)

[Bug c/91298] New: Error: junk `(%rip)' after expression

2019-07-30 Thread daffra.claudio at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91298 Bug ID: 91298 Summary: Error: junk `(%rip)' after expression Product: gcc Version: 7.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c++/91297] ARM Cortex M0+ gets hard fault with a valid LDRH instruction

2019-07-30 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91297 Richard Earnshaw changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug ipa/89330] IPA inliner touches released cgraph_edges

2019-07-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89330 Martin Liška changed: What|Removed |Added Assignee|marxin at gcc dot gnu.org |jamborm at gcc dot gnu.org --- Co

[Bug c++/91297] ARM Cortex M0+ gets hard fault with a valid LDRH instruction

2019-07-30 Thread murat.ursavas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91297 Murat Ursavaş changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug tree-optimization/91201] [7/8/9/10 Regression] SIMD not generated for horizontal sum of bytes in array

2019-07-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91201 --- Comment #7 from Jakub Jelinek --- Untested patch to add the reduc_plus_scal_v{16,32,64}qi expanders. Wonder if we don't need also reduc_plus_scal_v8qi expander for TARGET_MMX_WITH_SSE. --- gcc/config/i386/sse.md.jj 2019-07-28 17:29:41.4881

[Bug c++/91297] ARM Cortex M0+ gets hard fault with a valid LDRH instruction

2019-07-30 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91297 Richard Earnshaw changed: What|Removed |Added Resolution|WONTFIX |INVALID --- Comment #3 from Richard E

[Bug tree-optimization/91201] [7/8/9/10 Regression] SIMD not generated for horizontal sum of bytes in array

2019-07-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91201 --- Comment #8 from Jakub Jelinek --- Created attachment 46642 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46642&action=edit gcc10-pr91201.patch Full untested patch for the final reduction to scalar.

[Bug c++/91292] Mangler incorrectly handles negative numbers in expressions

2019-07-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91292 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/91292] Mangler incorrectly handles negative numbers in expressions

2019-07-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91292 --- Comment #2 from Jonathan Wakely --- Oops, sorry, those mangled names are actually for this further reduced code: template struct enable_if { }; template struct enable_if { using type = T; }; template typename enable_if<(int)sizeof(T) >= -(1

[Bug libstdc++/91259] Parenthesize requires clauses that contain expressions that are not just a value of type bool

2019-07-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91259 --- Comment #8 from Jonathan Wakely --- Great, thanks both of you for confirming.

[Bug c++/91270] [10 Regression] ICE in verify_use at gcc/tree-ssa.c:883 since r273791

2019-07-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91270 --- Comment #8 from Martin Liška --- Author: marxin Date: Tue Jul 30 11:00:35 2019 New Revision: 273906 URL: https://gcc.gnu.org/viewcvs?rev=273906&root=gcc&view=rev Log: Mark 2nd argument of delete operator as needed (PR tree-optimization/91270

[Bug c++/91270] [10 Regression] ICE in verify_use at gcc/tree-ssa.c:883 since r273791

2019-07-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91270 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/91298] Error: junk `(%rip)' after expression

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

[Bug tree-optimization/91293] [8/9/10 Regression] Wrong code with -O3 -mavx2

2019-07-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91293 Jakub Jelinek changed: What|Removed |Added Keywords|needs-bisection | CC|

[Bug lto/91287] LTO disables linking with scalar MASS library (Fortran only)

2019-07-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91287 --- Comment #6 from Thomas Koenig --- (In reply to Xiong Hu XS Luo from comment #4) > /tmp/cctrpu2h.ltrans0.ltrans.o: In function `MAIN__': > :(.text+0x114): undefined reference to `_gfortran_st_write' > :(.text+0x12c): undefined reference to >

[Bug tree-optimization/91293] [8/9/10 Regression] Wrong code with -O3 -mavx2

2019-07-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91293 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug tree-optimization/91257] [7/8/9/10 Regression] Compile-time and memory-hog hog

2019-07-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91257 --- Comment #6 from Richard Biener --- Author: rguenth Date: Tue Jul 30 12:13:01 2019 New Revision: 273907 URL: https://gcc.gnu.org/viewcvs?rev=273907&root=gcc&view=rev Log: 2019-07-30 Richard Biener PR tree-optimization/91257

[Bug lto/91299] New: LTO inlines a weak definition in presence of a non-weak definition from an ELF file

2019-07-30 Thread peter.smith at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91299 Bug ID: 91299 Summary: LTO inlines a weak definition in presence of a non-weak definition from an ELF file Product: gcc Version: 8.2.1 Status: UNCONFIRMED Sever

[Bug tree-optimization/91291] [10 regression] gcc.dg/20020312-2.c FAILs

2019-07-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91291 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/91201] [7/8/9/10 Regression] SIMD not generated for horizontal sum of bytes in array

2019-07-30 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91201 --- Comment #9 from Marc Glisse --- (In reply to Jakub Jelinek from comment #7) > Untested patch to add the reduc_plus_scal_v{16,32,64}qi expanders. > Wonder if we don't need also reduc_plus_scal_v8qi expander for > TARGET_MMX_WITH_SSE. I was ev

[Bug testsuite/91258] [10 regression] g++.dg/ubsan/vla-1.C and gcc.dg/strlenopt-70.c fail starting with r273783

2019-07-30 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91258 --- Comment #8 from seurer at gcc dot gnu.org --- I printed lhs right at the start of that block and this is what I get: unit-size align:32 warn_if_not_align:0 symtab:0 alias-set 1 canonical-type 0x3fffb5c80738 precision:32 min

[Bug tree-optimization/91201] [7/8/9/10 Regression] SIMD not generated for horizontal sum of bytes in array

2019-07-30 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91201 --- Comment #10 from Marc Glisse --- For AVX512, I wonder if we could use vpsadbw to compute the sums for each 64-bit part, then vcompressb to collect them in the lower 64 bits, then vpsadbw to conclude. Or whatever other faster variant (is Peter

[Bug c/91298] Error: junk `(%rip)' after expression

2019-07-30 Thread daffra.claudio at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91298 --- Comment #2 from claudio daffra --- with -masm=intel, everything works without any other problem.

[Bug tree-optimization/91201] [7/8/9/10 Regression] SIMD not generated for horizontal sum of bytes in array

2019-07-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91201 --- Comment #11 from Jakub Jelinek --- I'm not aware of vcompressb insn, only vcompressps and vcompresspd. Sure, one could just emit whatever we emit for __builtin_shuffle with (__v64qi) { 0, 8, 16, 24, 32, 40, 48, 56, 0, 8, 16, 24, 32, 40, 48,

[Bug tree-optimization/91257] [7/8/9/10 Regression] Compile-time and memory-hog hog

2019-07-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91257 --- Comment #7 from Richard Biener --- Author: rguenth Date: Tue Jul 30 14:16:24 2019 New Revision: 273909 URL: https://gcc.gnu.org/viewcvs?rev=273909&root=gcc&view=rev Log: 2019-07-30 Richard Biener PR tree-optimization/91257

[Bug tree-optimization/91201] [7/8/9/10 Regression] SIMD not generated for horizontal sum of bytes in array

2019-07-30 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91201 --- Comment #12 from Marc Glisse --- (In reply to Jakub Jelinek from comment #11) > I'm not aware of vcompressb insn, only vcompressps and vcompresspd. Intel lists it under VBMI2, so icelake+. > Sure, > one could just emit whatever we emit for

[Bug testsuite/91258] [10 regression] g++.dg/ubsan/vla-1.C and gcc.dg/strlenopt-70.c fail starting with r273783

2019-07-30 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91258 --- Comment #9 from Martin Sebor --- Is this just before the warning is printed? (In my build the function is called three times, each time with a slightly different tree node, but never with an argument that sets is_char_store to true.) >From

[Bug testsuite/91258] [10 regression] g++.dg/ubsan/vla-1.C and gcc.dg/strlenopt-70.c fail starting with r273783

2019-07-30 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91258 --- Comment #10 from Martin Sebor --- The only interesting difference I see between your powerpc64-linux configure options and mine is that yours has --with-cpu=power8 (it would be nice to add it to test-summary). Let me try a build with that op

[Bug target/91298] Error: junk `(%rip)' after expression

2019-07-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91298 Andrew Pinski changed: What|Removed |Added Keywords||assemble-failure Target|

[Bug testsuite/91258] [10 regression] g++.dg/ubsan/vla-1.C and gcc.dg/strlenopt-70.c fail starting with r273783

2019-07-30 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91258 --- Comment #11 from seurer at gcc dot gnu.org --- The dump came from here: /home/seurer/gcc/build/gcc-test2/gcc/testsuite/g++/../../lto1 -quiet -dumpdir ./ -dumpbase vla-1.exe.ltrans0 -mcpu=power8 -mcpu=power8 -auxbase-strip /tmp/vla-1.exe.q5WG

[Bug ipa/89330] IPA inliner touches released cgraph_edges

2019-07-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89330 --- Comment #21 from Martin Liška --- Author: marxin Date: Tue Jul 30 14:52:29 2019 New Revision: 273910 URL: https://gcc.gnu.org/viewcvs?rev=273910&root=gcc&view=rev Log: Use edge->indirect_unknown_callee in cgraph_edge::make_direct (PR ipa/893

[Bug ipa/89330] IPA inliner touches released cgraph_edges

2019-07-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89330 --- Comment #22 from Martin Liška --- Should be fixed now.

[Bug lto/91299] LTO inlines a weak definition in presence of a non-weak definition from an ELF file

2019-07-30 Thread nsz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91299 nsz at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug lto/91299] LTO inlines a weak definition in presence of a non-weak definition from an ELF file

2019-07-30 Thread peter.smith at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91299 --- Comment #2 from Peter Smith --- Created attachment 46643 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46643&action=edit All C reproducer without absolute symbols Attaching a target independent C only reproducer for convenience.

[Bug lto/91299] LTO inlines a weak definition in presence of a non-weak definition from an ELF file

2019-07-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91299 --- Comment #3 from Andrew Pinski --- Related to PR 91252.

[Bug fortran/91296] ICE when passing complex number %re/%im as a procedure argument with -Waliasing.

2019-07-30 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91296 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 Status|UNCONFIR

[Bug fortran/91300] New: Wrong runtime error message with allocate and errmsg=

2019-07-30 Thread zed.three at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91300 Bug ID: 91300 Summary: Wrong runtime error message with allocate and errmsg= Product: gcc Version: 9.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug ada/91169] [10 regression] cd2a31a FAILs

2019-07-30 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91169 Eric Botcazou changed: What|Removed |Added Status|WAITING |ASSIGNED Assignee|unassigned a

[Bug tree-optimization/86504] vectorization failure for a nest loop

2019-07-30 Thread joel.hutton at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86504 Joel Hutton changed: What|Removed |Added CC||joel.hutton at arm dot com --- Comment #8

[Bug fortran/91300] Wrong runtime error message with allocate and errmsg=

2019-07-30 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91300 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P5 CC|

[Bug ada/91169] [10 regression] cd2a31a FAILs

2019-07-30 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91169 --- Comment #5 from Eric Botcazou --- Created attachment 46645 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46645&action=edit Reduced testcase To be compiled with -O for a 32-bit target.

[Bug ada/91169] [10 regression] cd2a31a FAILs

2019-07-30 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91169 --- Comment #6 from Eric Botcazou --- The compiler doesn't correct deal with index -1 in a CONSTRUCTOR after: 2019-07-12 Richard Biener * fold-const.h (get_array_ctor_element_at_index): Adjust. * fold-const.c (get_array_ctor_

[Bug ada/91169] [10 regression] cd2a31a FAILs

2019-07-30 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91169 --- Comment #7 from Eric Botcazou --- To be more precise, the compiler doesn't correctly deal with an array starting at index -1 in a CONSTRUCTOR: _4 = intarray.F[0]{lb: 4294967295 sz: 1};

[Bug testsuite/91258] [10 regression] g++.dg/ubsan/vla-1.C and gcc.dg/strlenopt-70.c fail starting with r273783

2019-07-30 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91258 Martin Sebor changed: What|Removed |Added Status|WAITING |NEW --- Comment #12 from Martin Sebor --

[Bug middle-end/91301] ICE in omp_add_variable on random access iterator distribute parallel for private (iterator)

2019-07-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91301 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/91301] New: ICE in omp_add_variable on random access iterator distribute parallel for private (iterator)

2019-07-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91301 Bug ID: 91301 Summary: ICE in omp_add_variable on random access iterator distribute parallel for private (iterator) Product: gcc Version: 9.1.1 Status: UNCONFIRMED

[Bug testsuite/91258] [10 regression] g++.dg/ubsan/vla-1.C and gcc.dg/strlenopt-70.c fail starting with r273783

2019-07-30 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91258 Martin Sebor changed: What|Removed |Added Keywords||diagnostic Status|NEW

[Bug testsuite/91258] [10 regression] g++.dg/ubsan/vla-1.C and gcc.dg/strlenopt-70.c fail starting with r273783

2019-07-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91258 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #14

[Bug ipa/91302] New: tree-ssa-sccvn.c:7308:1: internal compiler error: in speculative_call_info, at cgraph.c:1114

2019-07-30 Thread danglin at gcc dot gnu.org
ree-ssa-sccvn.c GNU C++14 (GCC) version 10.0.0 20190730 (experimental) [trunk revision 273908] ( hppa-linux-gnu) compiled by GNU C version 8.3.0, GMP version 6.1.2, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.18-GMP GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize

[Bug testsuite/91258] [10 regression] g++.dg/ubsan/vla-1.C and gcc.dg/strlenopt-70.c fail starting with r273783

2019-07-30 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91258 --- Comment #15 from Martin Sebor --- The warning only sees the four byte write at the end: MEM[(int *)&D.3146 + 4B] = 24; <<< write past the end I will disable it but my main concern was with the char array: is it valid to transform a 1-el

[Bug ipa/91302] tree-ssa-sccvn.c:7308:1: internal compiler error: in speculative_call_info, at cgraph.c:1114

2019-07-30 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91302 --- Comment #1 from Andreas Schwab --- Fixed by r273910.

[Bug ipa/91302] tree-ssa-sccvn.c:7308:1: internal compiler error: in speculative_call_info, at cgraph.c:1114

2019-07-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91302 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/90786] [7/8/9 Regression] ICE on procedure pointer assignment to function with class pointer result

2019-07-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90786 --- Comment #11 from Thomas Koenig --- Author: tkoenig Date: Tue Jul 30 19:11:03 2019 New Revision: 273913 URL: https://gcc.gnu.org/viewcvs?rev=273913&root=gcc&view=rev Log: 2019-07-29 Thomas Koenig Paul Thomas Backport from

[Bug fortran/90813] [10 regression] gfortran.dg/proc_ptr_51.f90 fails (SIGSEGV) after 272084

2019-07-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90813 --- Comment #34 from Thomas Koenig --- Author: tkoenig Date: Tue Jul 30 19:11:03 2019 New Revision: 273913 URL: https://gcc.gnu.org/viewcvs?rev=273913&root=gcc&view=rev Log: 2019-07-29 Thomas Koenig Paul Thomas Backport from

[Bug fortran/90813] [10 regression] gfortran.dg/proc_ptr_51.f90 fails (SIGSEGV) after 272084

2019-07-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90813 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug testsuite/91258] [10 regression] g++.dg/ubsan/vla-1.C and gcc.dg/strlenopt-70.c fail starting with r273783

2019-07-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91258 --- Comment #16 from Jakub Jelinek --- (In reply to Martin Sebor from comment #15) > The warning only sees the four byte write at the end: > > MEM[(int *)&D.3146 + 4B] = 24; <<< write past the end That stmt has all the info that it is a sto

[Bug fortran/91296] ICE when passing complex number %re/%im as a procedure argument with -Waliasing.

2019-07-30 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91296 --- Comment #2 from kargl at gcc dot gnu.org --- Author: kargl Date: Tue Jul 30 20:02:27 2019 New Revision: 273914 URL: https://gcc.gnu.org/viewcvs?rev=273914&root=gcc&view=rev Log: 2019-07-30 Steven G. Kargl PR fortran/91296

[Bug testsuite/91258] [10 regression] g++.dg/ubsan/vla-1.C and gcc.dg/strlenopt-70.c fail starting with r273783

2019-07-30 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91258 --- Comment #17 from Martin Sebor --- Author: msebor Date: Tue Jul 30 20:42:36 2019 New Revision: 273915 URL: https://gcc.gnu.org/viewcvs?rev=273915&root=gcc&view=rev Log: PR testsuite/91258 - g++.dg/ubsan/vla-1.C and gcc.dg/strlenopt-70.c fail

[Bug testsuite/91258] [10 regression] g++.dg/ubsan/vla-1.C and gcc.dg/strlenopt-70.c fail starting with r273783

2019-07-30 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91258 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/91296] ICE when passing complex number %re/%im as a procedure argument with -Waliasing.

2019-07-30 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91296 --- Comment #3 from kargl at gcc dot gnu.org --- Author: kargl Date: Tue Jul 30 21:38:48 2019 New Revision: 273916 URL: https://gcc.gnu.org/viewcvs?rev=273916&root=gcc&view=rev Log: 2019-07-30 Steven G. Kargl PR fortran/91296

[Bug fortran/91296] ICE when passing complex number %re/%im as a procedure argument with -Waliasing.

2019-07-30 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91296 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug libgcc/91303] New: powerpc-rtems compile error libgcc

2019-07-30 Thread joel at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org Target Milestone: --- Building off the git master, powerpc gave this compile error: (GCC) 10.0.0 20190730 (experimental) I forgot to update yesterday and it was also broken with "(GCC) 10.0.0 201

[Bug c++/91304] New: maybe_unused attribute ignored on variable declared in if declaration

2019-07-30 Thread barry.revzin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91304 Bug ID: 91304 Summary: maybe_unused attribute ignored on variable declared in if declaration Product: gcc Version: 9.1.1 Status: UNCONFIRMED Severity: normal

[Bug c++/67348] [concepts] Constraints, special member functions, and default/delete

2019-07-30 Thread david at doublewise dot net
{ ~s() {} ~s() requires(std::is_same_v) = default; }; static_assert(std::is_trivially_destructible_v>); Outputs: : In instantiation of 'struct s': /opt/compiler-explorer/gcc-trunk-20190730/include/c++/10.0.0/type_traits:1410:12: required from 'struct std::is_trivially_des

[Bug c++/67348] [concepts] Constraints, special member functions, and default/delete

2019-07-30 Thread david at doublewise dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67348 --- Comment #2 from David Stone --- This started causing an ICE in 8.1. Prior versions accepted whichever candidate was defined first as being the one true definition.

[Bug lto/91287] LTO disables linking with scalar MASS library (Fortran only)

2019-07-30 Thread luoxhu at cn dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91287 --- Comment #7 from Xiong Hu XS Luo --- Created attachment 46647 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46647&action=edit fortran_lto_verbose log

[Bug lto/91287] LTO disables linking with scalar MASS library (Fortran only)

2019-07-30 Thread luoxhu at cn dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91287 --- Comment #8 from Xiong Hu XS Luo --- (In reply to Thomas Koenig from comment #6) > (In reply to Xiong Hu XS Luo from comment #4) > > > /tmp/cctrpu2h.ltrans0.ltrans.o: In function `MAIN__': > > :(.text+0x114): undefined reference to `_gfortran

[Bug target/91303] powerpc-rtems compile error libgcc

2019-07-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91303 Andrew Pinski changed: What|Removed |Added Target||powerpc-rtems5 Component|libgcc