[Bug fortran/70149] [F08] Character pointer initialization causes ICE

2018-09-30 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70149 --- Comment #8 from Paul Thomas --- Author: pault Date: Sun Sep 30 07:02:49 2018 New Revision: 264721 URL: https://gcc.gnu.org/viewcvs?rev=264721&root=gcc&view=rev Log: 2018-09-30 Paul Thomas PR fortran/70149 * trans-decl.c (

[Bug fortran/72709] Incorrect assignment of allocatable character array used as component of derived type

2018-09-30 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72709 --- Comment #9 from Paul Thomas --- Author: pault Date: Sun Sep 30 12:22:07 2018 New Revision: 264724 URL: https://gcc.gnu.org/viewcvs?rev=264724&root=gcc&view=rev Log: 2018-09-30 Paul Thomas PR fortran/70752 PR fortran/72709

[Bug fortran/70752] Incorrect LEN for ALLOCATABLE CHARACTER

2018-09-30 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70752 --- Comment #3 from Paul Thomas --- Author: pault Date: Sun Sep 30 12:22:07 2018 New Revision: 264724 URL: https://gcc.gnu.org/viewcvs?rev=264724&root=gcc&view=rev Log: 2018-09-30 Paul Thomas PR fortran/70752 PR fortran/72709

[Bug target/87471] New: AVX512F gather in Intel syntax is incompatible with binutils 2.32

2018-09-30 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87471 Bug ID: 87471 Summary: AVX512F gather in Intel syntax is incompatible with binutils 2.32 Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug debug/87472] New: Unknown macro opcode with -gsplit-dwarf -g3

2018-09-30 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87472 Bug ID: 87472 Summary: Unknown macro opcode with -gsplit-dwarf -g3 Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug

[Bug fortran/87359] [9 regression] pointer being freed was not allocated

2018-09-30 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87359 --- Comment #45 from Paul Thomas --- Author: pault Date: Sun Sep 30 13:52:55 2018 New Revision: 264725 URL: https://gcc.gnu.org/viewcvs?rev=264725&root=gcc&view=rev Log: 2018-09-30 Paul Thomas PR fortran/87359 * trans-array.c

[Bug c++/70792] Incorrect sequence point warning with uniform initializer syntax

2018-09-30 Thread matthijsvanduin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70792 Matthijs van Duin changed: What|Removed |Added CC||matthijsvanduin at gmail dot com --

[Bug c++/51253] [C++11][DR 1030] Evaluation order (sequenced-before relation) among initializer-clauses in braced-init-list

2018-09-30 Thread matthijsvanduin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51253 Matthijs van Duin changed: What|Removed |Added CC||matthijsvanduin at gmail dot com --

[Bug fortran/87460] [F03] accepts-invalid bug with ASSOCIATE and array argument

2018-09-30 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87460 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|un

[Bug c++/86465] C++17 triggers: ‘’ may be used uninitialized in this function

2018-09-30 Thread proski at gnu dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86465 --- Comment #3 from Pavel Roskin --- Created attachment 44770 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44770&action=edit Futher reduced example I was able to reduce the example to just 55 lines, removing almost all the code that came

[Bug c++/87407] Enhance -Wunused-function to handle also inline functions

2018-09-30 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87407 Eric Gallager changed: What|Removed |Added CC||howarth.at.gcc at gmail dot com,

[Bug fortran/87352] [7/8/9 Regression] Large stack usage with new gfortran

2018-09-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87352 --- Comment #2 from Thomas Koenig --- (In reply to Thomas Koenig from comment #1) > so we are generating a factor of 15 more code. I mean 150.

[Bug fortran/87352] [7/8/9 Regression] Large stack usage with new gfortran

2018-09-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87352 Thomas Koenig changed: What|Removed |Added Keywords||compile-time-hog, |

[Bug middle-end/41453] use INTENT(out) for optimization

2018-09-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41453 --- Comment #5 from Thomas Koenig --- Still missing: To clobber - ariables passed by reference to the caller - saved variables - associated variables (there are passed as pointers to the associate blocsk) - intent(out) variables on entry to th

[Bug fortran/87251] warn about unnecessary USE statements

2018-09-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87251 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/86939] IRA incorrectly creates an interference between a pseudo register and a hard register

2018-09-30 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86939 --- Comment #2 from Peter Bergner --- Author: bergner Date: Sun Sep 30 20:03:14 2018 New Revision: 264726 URL: https://gcc.gnu.org/viewcvs?rev=264726&root=gcc&view=rev Log: gcc/ PR rtl-optimization/86939 * ira-lives.c (make_hard_

[Bug tree-optimization/87473] New: [7/8/9 Regression] ICE in create_add_on_incoming_edge, at gimple-ssa-strength-reduction.c:2344

2018-09-30 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87473 Bug ID: 87473 Summary: [7/8/9 Regression] ICE in create_add_on_incoming_edge, at gimple-ssa-strength-reduction.c:2344 Product: gcc Version: 9.0 Status: UNCONFIRMED

[Bug c/80653] Enhancement: better location info for -Wunsafe-loop-optimizations

2018-09-30 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80653 --- Comment #4 from Eric Gallager --- (In reply to bin cheng from comment #3) > Oh I just applied patch changing warning into missed optimization message, > but yes the issue still exist using -fopt-info-loop-missed. David has been changing -fop

[Bug c/87348] Implement -Watomic-implicit-seq-cst

2018-09-30 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87348 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/87408] Enhance -Wunused-value to catch more complex expressions

2018-09-30 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87408 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org S

[Bug c++/87373] Packed structs are not handled properly on ARM architecture even with misaligned access is enabled

2018-09-30 Thread murat.ursavas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87373 Murat Ursavaş changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug target/87474] New: ICE in extract_insn, at recog.c:2305

2018-09-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87474 Bug ID: 87474 Summary: ICE in extract_insn, at recog.c:2305 Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: