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

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

[Bug tree-optimization/43432] Missed vectorization: "complicated access pattern" for increasing and decreasing data indexing

2018-06-10 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43432 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c/61579] -Wwrite-strings does not behave as a warning option

2018-06-10 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61579 --- Comment #3 from Eric Gallager --- (In reply to Marek Polacek from comment #2) > Confirmed. I might possibly get to this. For gcc 9 maybe?

[Bug c++/86105] New: Conversion to ambiguous/inaccessible rvalue base is valid in unevaluated context

2018-06-10 Thread johelegp at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86105 Bug ID: 86105 Summary: Conversion to ambiguous/inaccessible rvalue base is valid in unevaluated context Product: gcc Version: 8.1.0 Status: UNCONFIRMED

[Bug rtl-optimization/86104] New: gcc ICE at -O1 on x86_64-linux-gnu in "plus_constant", at explow.c:103

2018-06-10 Thread helloqirun at gmail dot com
TO_WRAPPER=/home/absozero/trunk/root-gcc/libexec/gcc/x86_64-pc-linux-gnu/9.0.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../gcc/configure --prefix=/home/absozero/trunk/root-gcc --enable-languages=c,c++ --disable-werror --enable-multilib Thread model: posix gcc version 9.0.0 20180610 (ex

[Bug tree-optimization/86103] [9 Regression] ICE in in get_string_length, at tree-ssa-strlen.c:653

2018-06-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86103 Andrew Pinski changed: What|Removed |Added Keywords||ice-on-valid-code Component|c

[Bug fortran/67883] ICE on empty array constructor of character function

2018-06-10 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67883 --- Comment #5 from kargl at gcc dot gnu.org --- (In reply to Gerhard Steinmetz from comment #2) > Another group of examples. > First case is working in a sufficient manner. > Concatenating two empty hulls (zero len and size, respectivly) > gives

[Bug fortran/67883] ICE on empty array constructor of character function

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

[Bug tree-optimization/86083] handle non-constant assignments in strlen

2018-06-10 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86083 Martin Sebor changed: What|Removed |Added Keywords||missed-optimization

[Bug tree-optimization/86089] [9 Regression] ICE in get_string_length, at tree-ssa-strlen.c:653

2018-06-10 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86089 --- Comment #7 from Jürgen Reuter --- Ah I see, so when Martin Liska removed the MPX-support in r261304 you removed too much from the tree-ssa-strlen.c file? Then a rather fast fix is hopefully possible.

[Bug tree-optimization/86089] [9 Regression] ICE in get_string_length, at tree-ssa-strlen.c:653

2018-06-10 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86089 Martin Sebor changed: What|Removed |Added Status|WAITING |NEW CC|

[Bug tree-optimization/86089] [9 Regression] ICE in get_string_length, at tree-ssa-strlen.c:653

2018-06-10 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86089 --- Comment #5 from Jürgen Reuter --- And this is the assembler code when executing -S -O1 (cf. below), while for the -O2 version the compilation leads to an assembler file showing only the .text line: .text .globl _hoo _hoo:

[Bug tree-optimization/86089] [9 Regression] ICE in get_string_length, at tree-ssa-strlen.c:653

2018-06-10 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86089 --- Comment #4 from Jürgen Reuter --- This is the dump-tree-original file, which is produced despite of the ICE, and which is identical for -O1 and -O2: ;; Function __sputc (null) ;; enabled by -tree-original { if ( --_p->_w >= 0 || _p->_w

[Bug tree-optimization/86089] [9 Regression] ICE in get_string_length, at tree-ssa-strlen.c:653

2018-06-10 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86089 --- Comment #3 from Jürgen Reuter --- I can definitely confirm this problem. Works with -O0 and -O1. Fails with -O2.

[Bug c/86102] Include argument name in warning

2018-06-10 Thread jg at jguk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86102 --- Comment #2 from Jonny Grant --- My bad apologies, I pasted the wrong compiler output from older gcc If I fix that const error in my sample, I get same output as you, with correct carat. Could I check - do you mean callnig a function like

[Bug c/86102] Include argument name in warning

2018-06-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86102 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug tree-optimization/86089] [9 Regression] ICE in get_string_length, at tree-ssa-strlen.c:653

2018-06-10 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86089 Jürgen Reuter changed: What|Removed |Added CC||juergen.reuter at desy dot de ---

[Bug c/86103] New: [9.0 Regression] ICE in in get_string_length, at tree-ssa-strlen.c:653

2018-06-10 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86103 Bug ID: 86103 Summary: [9.0 Regression] ICE in in get_string_length, at tree-ssa-strlen.c:653 Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug c/86102] New: Include argument name in warning

2018-06-10 Thread jg at jguk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86102 Bug ID: 86102 Summary: Include argument name in warning Product: gcc Version: 8.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)

2018-06-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163 Bug 26163 depends on bug 86101, which changed state. Bug 86101 Summary: [8/9 Regression] IEEE_UNDERFLOW_FLAG in 416.gamess with -Ofast -march=native on bdver4 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86101 What|Removed

[Bug fortran/69368] [6 Regression] spec2006 test case 416.gamess fails with the g++ 6.0 compiler starting with r232508

2018-06-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69368 Andrew Pinski changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment

[Bug tree-optimization/86101] [8/9 Regression] IEEE_UNDERFLOW_FLAG in 416.gamess with -Ofast -march=native on bdver4

2018-06-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86101 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/68544] ICE trying to pass derived type constructor as a function

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

[Bug fortran/85599] Prevent short-circuiting of logical expressions for non-pure functions

2018-06-10 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85599 Thomas Koenig changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug fortran/64397] [OOP] Runtime segfault with parenthesis expression passed to polymorphic dummy argument

2018-06-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64397 Dominique d'Humieres changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #10 from

[Bug fortran/64397] [OOP] Runtime segfault with parenthesis expression passed to polymorphic dummy argument

2018-06-10 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64397 Paul Thomas changed: What|Removed |Added Status|WAITING |NEW Assignee|unassigned at gcc

[Bug fortran/86100] Spurious error with -fcheck=bounds and allocatable class(*) array components

2018-06-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86100 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/86101] New: [8/9 Regression] IEEE_UNDERFLOW_FLAG in 416.gamess with -Ofast -march=native on bdver4

2018-06-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86101 Bug ID: 86101 Summary: [8/9 Regression] IEEE_UNDERFLOW_FLAG in 416.gamess with -Ofast -march=native on bdver4 Product: gcc Version: unknown Status: UNCONFIRMED

[Bug fortran/86100] New: Spurious error with -fcheck=bounds and allocatable class(*) array components

2018-06-10 Thread neil.n.carlson at gmail dot com
=a' assignment statement: type any_matrix class(*), allocatable :: m(:,:) end type type(any_matrix) :: a, b allocate(a%m, source=reshape([3,5],shape=[1,2])) b = a ! SPURIOUS RUNTIME ERROR with -fcheck=bounds end At line 6 of file gfortran-20180610.f90 Fortran runtime error: Array bound mismatch

[Bug fortran/79854] diagnostics: gfc_conv_constant_to_tree should be gfc_internal_error

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

[Bug fortran/79854] diagnostics: gfc_conv_constant_to_tree should be gfc_internal_error

2018-06-10 Thread dominiq at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79854 --- Comment #6 from dominiq at gcc dot gnu.org --- Author: dominiq Date: Sun Jun 10 12:50:03 2018 New Revision: 261387 URL: https://gcc.gnu.org/viewcvs?rev=261387=gcc=rev Log: 2018-06-10 Dominique d'Humieres PR fortran/79854

[Bug fortran/54687] Use gcc option machinery for gfortran

2018-06-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54687 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P5 Status|RESOLVED

[Bug fortran/85088] improve diagnostic for bad INTENT declaration ('Invalid character in name at')

2018-06-10 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85088 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug fortran/85088] improve diagnostic for bad INTENT declaration ('Invalid character in name at')

2018-06-10 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85088 --- Comment #8 from janus at gcc dot gnu.org --- Author: janus Date: Sun Jun 10 08:20:50 2018 New Revision: 261386 URL: https://gcc.gnu.org/viewcvs?rev=261386=gcc=rev Log: 2018-06-10 Janus Weil PR fortran/85088 * decl.c