[Bug fortran/95918] gfortran.dg/char4-subscript.f90 fails for BE architectures

2020-06-29 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95918 --- Comment #14 from Thomas Koenig --- Because the version in bugzilla is set to 10.0, so I assumed it occurred there, too. Even better if it is not there.

[Bug fortran/95743] [9/10/11 Regression] bogus recursive call to nonrecursive procedure with -fcheck=recursion

2020-06-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95743 Thomas Koenig changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug fortran/95366] [10/11 Regression] TYPE IS(character(*)) no longer matches since r10-3605-gf61e54e59cda5a2e

2020-06-30 Thread tkoenig at gcc dot gnu.org
|ASSIGNED Assignee|unassigned at gcc dot gnu.org |tkoenig at gcc dot gnu.org --- Comment #3 from Thomas Koenig --- The problem is in the hash, only a single bit seems to be different: +++ mod1.f90.004t.original 2020-06-30 07:14:25.582667830 + @@ -105,7 +105,7

[Bug target/95355] [11 Regression] Assembler messages: Error: operand size mismatch for `vpmovzxbd' with -masm=intel since r11-485-gf6e40195ec3d3b402a5f6c58dbf359479bc4cbfa

2020-06-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95355 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug fortran/27318] gfortran should warn if a interface does not match

2020-06-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27318 Thomas Koenig changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |tkoenig at gcc dot gnu.org

[Bug fortran/96018] Optimization issue with external HDF5 library

2020-07-02 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96018 --- Comment #7 from Thomas Koenig --- I can not test at the moment, that will have to wait for a few days. A general comment: In Fortran, functions exist to return a value. C-style „return an error status“ fit rather badly to the language, that

[Bug fortran/95366] [10/11 Regression] TYPE IS(character(*)) no longer matches since r10-3605-gf61e54e59cda5a2e

2020-07-05 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95366 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/96018] Optimization issue with external HDF5 library

2020-07-05 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96018 --- Comment #8 from Thomas Koenig --- Comment on attachment 48817 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48817 Minimal example to demonstrate the issue. Hm, I cannot reproduce this because I do not have the hdf5 library installed.

[Bug fortran/27318] gfortran should warn if a interface does not match

2020-07-05 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27318 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/29670] [meta-bug] fortran interfaces

2020-07-05 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29670 Bug 29670 depends on bug 27318, which changed state. Bug 27318 Summary: gfortran should warn if a interface does not match https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27318 What|Removed |Added -

[Bug fortran/96018] [9/10/11 Regression] Optimization issue with external HDF5 library

2020-07-06 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96018 --- Comment #12 from Thomas Koenig --- I don't have a debuggable source here at the moment, but I think there may be a problem with implicit_pure, which was either introduced by a patch in the range that Dominique provided (maybe for PR 85599?),

[Bug fortran/96018] [9/10/11 Regression] Optimization issue with external HDF5 library

2020-07-06 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96018 --- Comment #13 from Thomas Koenig --- In the last comment I meant -fdump-fortran-original, of course.

[Bug fortran/96073] [11.0 regression] regression in gfc_format_decoder

2020-07-06 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96073 Thomas Koenig changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |tkoenig at gcc dot gnu.org

[Bug fortran/96018] [9/10/11 Regression] Optimization issue with external HDF5 library

2020-07-09 Thread tkoenig at gcc dot gnu.org
at gcc dot gnu.org |tkoenig at gcc dot gnu.org --- Comment #14 from Thomas Koenig --- Created attachment 48852 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48852&action=edit Patch which ought to work

[Bug fortran/96158] Symbols not emitted for module common variables

2020-07-10 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96158 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |NEW Keywords|

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

2020-07-11 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92913 --- Comment #4 from Thomas Koenig --- The first part has now been fixed with the fix for PR 27318, r11-1814-gcc9a9229285a26ac12bc8de53237ce9c4d42f867 . The second test case, where interfaces are checked vs. interfaces, subroutine sub_1() int

[Bug fortran/96158] Symbols not emitted for module common variables

2020-07-11 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96158 --- Comment #3 from Thomas Koenig --- (In reply to kargl from comment #2) > I won't comment on the questionable programming idiom of placing > a common block in a module, which kind of defeats the niceties of > a module. If somebody wants to tr

[Bug fortran/96073] [11.0 regression] regression in gfc_format_decoder

2020-07-11 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96073 Thomas Koenig changed: What|Removed |Added Keywords||ice-on-valid-code --- Comment #5 from Th

[Bug fortran/96073] [11.0 regression] regression in gfc_format_decoder

2020-07-11 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96073 --- Comment #6 from Thomas Koenig --- What we have here is, in gfc_check_externals0, (gdb) call debug(def_sym->formal) || symbol: '_formal_0' type spec : (INTEGER 4) attributes: (VARIABLE ARTIFICIAL DUMMY) || symbol: '_formal_1'

[Bug fortran/96073] [11.0 regression] regression in gfc_format_decoder

2020-07-11 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96073 --- Comment #7 from Thomas Koenig --- Two things: We should not warn about INTENT mismatches when we artificially generate the prototypes, and we should set a valid gfc_locus. Both done with the attached patch. diff --git a/gcc/fortran/fronten

[Bug fortran/96073] [11.0 regression] regression in gfc_format_decoder

2020-07-11 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96073 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/96073] [11.0 regression] regression in gfc_format_decoder

2020-07-11 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96073 --- Comment #10 from Thomas Koenig --- ... and thanks for the timely bug report!

[Bug fortran/96122] Segfault when using finalizer

2020-07-11 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96122 Thomas Koenig changed: What|Removed |Added Blocks||37336 --- Comment #3 from Thomas Koenig

[Bug fortran/95998] gfc_typename use of static memory

2020-07-11 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95998 --- Comment #2 from Thomas Koenig --- (In reply to Dominique d'Humieres from comment #1) > Is static in C/C++ equivalent of SAVE in fortran (at least in the context of > gfc_typename)? Yes. > If yes, AFAIU the code the odd access to gfc_typenam

[Bug fortran/96018] [9/10/11 Regression] Optimization issue with external HDF5 library

2020-07-12 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96018 Thomas Koenig changed: What|Removed |Added Keywords|needs-bisection |patch --- Comment #15 from Thomas Koenig

[Bug fortran/93678] [9/10/11 Regression] ICE in 9.2/9.2.1 not happening in previous gfortran versions

2020-07-12 Thread tkoenig at gcc dot gnu.org
|happening in previous |9.2/9.2.1 not happening in |gfortran versions |previous gfortran versions Target Milestone|--- |9.4 CC||tkoenig at gcc dot gnu.org

[Bug fortran/93678] [9/10/11 Regression] ICE in 9.2/9.2.1 not happening in previous gfortran versions

2020-07-12 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93678 --- Comment #5 from Thomas Koenig --- A somewhat smaller test case, which of course does nothing useful, but still reproduces the ICE: module mo_a implicit none type t_b integer :: n = 0 integer :: nr = 0 character, pointer ::

[Bug fortran/93678] [9/10/11 Regression] ICE with TRANSFER and typebound procedures

2020-07-12 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93678 Thomas Koenig changed: What|Removed |Added Summary|[9/10/11 Regression] ICE in |[9/10/11 Regression] ICE

[Bug fortran/96158] Debug symbols not emitted for module common variables

2020-07-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96158 --- Comment #10 from Thomas Koenig --- (In reply to AJM from comment #8) > If you really need to know, on the C side there is a struct with fields that > match the order and size of the variables in the common statement / module > declaration. I

[Bug fortran/96216] Gap in interface checking

2020-07-15 Thread tkoenig at gcc dot gnu.org
dot gnu.org |tkoenig at gcc dot gnu.org Status|UNCONFIRMED |ASSIGNED Last reconfirmed||2020-07-16

[Bug fortran/96216] New: Gap in interface checking

2020-07-15 Thread tkoenig at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: tkoenig at gcc dot gnu.org Target Milestone: --- The following is not flagged: DOUBLE PRECISION X (1000) DOUBLE PRECISION A INTEGER NCP NCP = 10 CALL XYZ (NCP, X, X (NCP + 1)) CALL XYZ (NCP, X (NCP+1

[Bug fortran/96220] New: -fc-prototypes forgets types for doubles

2020-07-16 Thread tkoenig at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: tkoenig at gcc dot gnu.org Target Milestone: --- $ cat foo.f90 module f_global_vars_m use, intrinsic :: iso_c_binding, sp => c_float, dp => c_double implicit none real(dp), bind(c) :: one= 1.0_dp, four= 4.0_dp ! Er

[Bug fortran/96220] -fc-prototypes forgets types for doubles

2020-07-16 Thread tkoenig at gcc dot gnu.org
|UNCONFIRMED |ASSIGNED Assignee|unassigned at gcc dot gnu.org |tkoenig at gcc dot gnu.org Ever confirmed|0 |1

[Bug fortran/30372] various intrinsics do not diagnose invalid argument kinds

2020-07-19 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30372 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug middle-end/92628] Make use of TYPE_RESTRICT for function-call pointer-escape analysis – especially for Fortran

2020-07-19 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92628 --- Comment #5 from Thomas Koenig --- Any progress in this direction? Should we revisit PR 67202 (maybe do this in trans-*), or maybe even it?

[Bug fortran/31593] Invariant DO loop variables and subroutines

2020-07-19 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31593 --- Comment #49 from Thomas Koenig --- (In reply to Tobias Schlüter from comment #48) > Forgive me, I wasn't aware of this oversight which may have turned away > people who could fix this for the past 6 years. That didn't happen :-) Unfortunate

[Bug fortran/31593] Invariant DO loop variables and subroutines

2020-07-19 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31593 --- Comment #50 from Thomas Koenig --- (In reply to Thomas Koenig from comment #49) > The second loop: > > .L3: > leaq8(%rsp), %rdi > callintent_in_ > movl%ebx, 8(%rsp) > addl$1, %ebx > cmpl$12,

[Bug fortran/96220] -fc-prototypes forgets types for doubles

2020-07-23 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96220 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/96018] [9/10/11 Regression] Optimization issue with external HDF5 library

2020-07-23 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96018 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/96024] [9/10/11 Regression] ICE in mio_name_expr_t, at fortran/module.c:2159

2020-07-23 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96024 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug fortran/96312] New: Reallocation on assignment uses undefined variables

2020-07-24 Thread tkoenig at gcc dot gnu.org
Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: tkoenig at gcc dot gnu.org Target Milestone: --- See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77504#c19 .

[Bug fortran/77504] [8/9/10/11 Regression] "is used uninitialized" with allocatable string and array constructors

2020-07-24 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77504 --- Comment #21 from Thomas Koenig --- (In reply to Tiziano Müller from comment #19) > I have yet another (more complicated) case, but this time not reproducible > with gcc-7.5, only with 9 and 10: This is a different issue. I have opened PR 96

[Bug fortran/96312] Reallocation on assignment uses undefined variables

2020-07-24 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96312 Thomas Koenig changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug fortran/96312] [10/11 Regression] Reallocation on assignment uses undefined variables

2020-07-24 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96312 Thomas Koenig changed: What|Removed |Added Summary|Reallocation on assignment |[10/11 Regression] |us

[Bug fortran/96312] [10/11 Regression] Reallocation on assignment uses undefined variables

2020-07-24 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96312 Thomas Koenig changed: What|Removed |Added Target Milestone|9.4 |10.3

[Bug fortran/96312] [10/11 Regression] Reallocation on assignment uses undefined variables

2020-07-24 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96312 --- Comment #3 from Thomas Koenig --- Let's see what bisection brings.

[Bug fortran/96312] [10/11 Regression] Reallocation on assignment uses undefined variables

2020-07-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96312 Thomas Koenig changed: What|Removed |Added CC||rguenther at suse dot de --- Comment #4

[Bug fortran/96312] [10/11 Regression] Reallocation on assignment uses undefined variables

2020-07-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96312 --- Comment #5 from Thomas Koenig --- (In reply to Thomas Koenig from comment #4) > so it is likely that this patch just started issuing a warning > for a pre-existing bug in the front end. That is indeed the case. Grepping for tmp in the modc

[Bug fortran/94978] [8/9/10/11 Regression] Bogus warning "Array reference at (1) out of bounds in loop beginning at (2)"

2020-07-26 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94978 Thomas Koenig changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |tkoenig at gcc dot gnu.org

[Bug fortran/96319] Don't warn for LOGICAL kind conversion with -Wconversion

2020-07-26 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96319 Thomas Koenig changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug fortran/96469] New: Compile-time check for change in DO variable in contained procedures

2020-08-04 Thread tkoenig at gcc dot gnu.org
: enhancement Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: tkoenig at gcc dot gnu.org Target Milestone: --- What's checked at runtime in do_check_4.f90 PROGRAM test IMPLICIT NONE INTEGER :: i DO i=1,100 CALL do_some

[Bug fortran/96469] Compile-time check for change in DO variable in contained procedures

2020-08-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96469 Thomas Koenig changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |tkoenig at gcc dot gnu.org

[Bug fortran/96469] Compile-time check for change in DO variable in contained procedures

2020-08-05 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96469 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/96556] [11.0 regression] ICE via segmentation violation

2020-08-10 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96556 Thomas Koenig changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |tkoenig at gcc dot gnu.org

[Bug fortran/96556] [11.0 regression] ICE via segmentation violation

2020-08-10 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96556 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/96168] GCC support for Apple Silicon (Arm64) on macOS requested

2020-08-17 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96168 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug bootstrap/96735] New: --enable-maintainer-mode broken

2020-08-21 Thread tkoenig at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: tkoenig at gcc dot gnu.org Target Milestone: --- Created attachment 49095 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49095&action=edit config.log from failed attempt Current master is

[Bug bootstrap/96735] --enable-maintainer-mode broken

2020-08-21 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96735 --- Comment #1 from Thomas Koenig --- (And yes, I did run contrib/gcc_update)

[Bug bootstrap/96735] --enable-maintainer-mode broken

2020-08-21 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96735 --- Comment #2 from Thomas Koenig --- Checking out master instead of the branch I was on "fixed" things. So, I guess may just be random timestamps in git, which do not get updated correctly with contrib/gcc_update.

[Bug bootstrap/96735] --enable-maintainer-mode broken

2020-08-22 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96735 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |WAITING Ever confirmed|0

[Bug c/96760] Faulty optimization in nested loops with -O2

2020-08-24 Thread tkoenig at gcc dot gnu.org
||tkoenig at gcc dot gnu.org Resolution|--- |INVALID --- Comment #1 from Thomas Koenig --- The loop for (a = 20; a; a++) { increases a, which is a char, beyond its value range, and then tests against zero. This is undefined behavior. N4659

[Bug fortran/96992] New: Class arrays of different ranks are rejected as storage association argument

2020-09-09 Thread tkoenig at gcc dot gnu.org
: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: tkoenig at gcc dot gnu.org Target Milestone: --- The following program is wrongly rejected. I don't find anything wrong with it from my reading of the F2018 sta

[Bug tree-optimization/97181] New: Inlining of leaf case in recursion

2020-09-23 Thread tkoenig at gcc dot gnu.org
-optimization Assignee: unassigned at gcc dot gnu.org Reporter: tkoenig at gcc dot gnu.org Target Milestone: --- The following two programs are functionally equivalent: $ cat v1.f90 program main implicit none integer, parameter :: ip = selected_int_kind(15) integer

[Bug tree-optimization/97181] Inlining of leaf case in recursion

2020-09-23 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97181 Thomas Koenig changed: What|Removed |Added Version|unknown |11.0 --- Comment #1 from Thomas Koenig

[Bug fortran/92113] [8 regression] r276673 causes segfault in gfortran.dg/pr51434.f90

2019-10-19 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92113 Thomas Koenig changed: What|Removed |Added CC||koenigni at gcc dot gnu.org,

[Bug fortran/84487] [8/9 Regression] Large rodate section increase in 465.tonto with r254427

2019-10-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84487 Thomas Koenig changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug other/84613] [meta-bug] SPEC compiler performance issues

2019-10-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84613 Bug 84613 depends on bug 84487, which changed state. Bug 84487 Summary: [8/9 Regression] Large rodate section increase in 465.tonto with r254427 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84487 What|Removed |

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

2019-10-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163 Bug 26163 depends on bug 84487, which changed state. Bug 84487 Summary: [8/9 Regression] Large rodate section increase in 465.tonto with r254427 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84487 What|Removed |

[Bug fortran/92113] [8 regression] r276673 causes segfault in gfortran.dg/pr51434.f90

2019-10-27 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92113 --- Comment #5 from Thomas Koenig --- Still having no luck trying to find out which patch made this error not appear on trunk. I think this may actually depend on the version of the bootstrapping compiler :-( In the meantime, here is the first

[Bug middle-end/92113] [8/9/10 regression] r276673 causes segfault in gfortran.dg/pr51434.f90

2019-10-27 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92113 Thomas Koenig changed: What|Removed |Added Component|fortran |middle-end Summary|[8 regress

[Bug middle-end/92113] [8/9/10 regression] r276673 causes segfault in gfortran.dg/pr51434.f90

2019-11-01 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92113 --- Comment #7 from Thomas Koenig --- I had thought that this patch Index: trans-decl.c === --- trans-decl.c(Revision 277486) +++ trans-decl.c(Arbeitskopie) @@ -1911

[Bug fortran/92113] [8/9/10 regression] r276673 causes segfault in gfortran.dg/pr51434.f90

2019-11-01 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92113 Thomas Koenig changed: What|Removed |Added Status|NEW |ASSIGNED Component|middle-end

[Bug ipa/92133] Support multi versioning on self recursive function

2019-11-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92133 --- Comment #4 from Thomas Koenig --- Author: tkoenig Date: Sun Nov 3 22:33:53 2019 New Revision: 277760 URL: https://gcc.gnu.org/viewcvs?rev=277760&root=gcc&view=rev Log: 2019-11-03 Thomas Koenig PR fortran/92133 * trans-decl.c (gf

[Bug fortran/92113] [8/9/10 regression] r276673 causes segfault in gfortran.dg/pr51434.f90

2019-11-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92113 --- Comment #8 from Thomas Koenig --- Author: tkoenig Date: Mon Nov 4 07:39:21 2019 New Revision: 277766 URL: https://gcc.gnu.org/viewcvs?rev=277766&root=gcc&view=rev Log: 2019-11-04 Thomas Koenig PR fortran/92113 * ChangeLog: Fix P

[Bug ipa/92133] Support multi versioning on self recursive function

2019-11-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92133 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug fortran/92113] [8/9/10 regression] r276673 causes segfault in gfortran.dg/pr51434.f90

2019-11-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92113 --- Comment #9 from Thomas Koenig --- https://gcc.gnu.org/viewcvs?rev=277760&root=gcc&view=rev should have been for this PR.

[Bug target/92361] [8/9 Regression] failing fortran libcgns test on powerpc64le-linux-gnu

2019-11-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92361 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/92361] [8/9 Regression] failing fortran libcgns test on powerpc64le-linux-gnu

2019-11-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92361 --- Comment #3 from Thomas Koenig --- Fortran has no concept of a varargs call. It is an error to call a procedure with a different number or type of arguments (unless there is an explicit interface and the dummy arguments are optional or ...). S

[Bug target/92361] [8/9 Regression] failing fortran libcgns test on powerpc64le-linux-gnu

2019-11-05 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92361 Thomas Koenig changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/92321] [9/10 Regression] GCC 9.2.0 ICE: fexternal-blas with optimization

2019-11-09 Thread tkoenig at gcc dot gnu.org
at gcc dot gnu.org |tkoenig at gcc dot gnu.org --- Comment #4 from Thomas Koenig --- Mine.

[Bug fortran/92321] [9/10 Regression] GCC 9.2.0 ICE: fexternal-blas with optimization

2019-11-09 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92321 --- Comment #5 from Thomas Koenig --- Author: tkoenig Date: Sat Nov 9 14:54:19 2019 New Revision: 278003 URL: https://gcc.gnu.org/viewcvs?rev=278003&root=gcc&view=rev Log: Commit symbol for external BLAS routine when translating MATMUL to *GEMM

[Bug fortran/92321] [9 Regression] GCC 9.2.0 ICE: fexternal-blas with optimization

2019-11-09 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92321 Thomas Koenig changed: What|Removed |Added Summary|[9/10 Regression] GCC 9.2.0 |[9 Regression] GCC 9.2.0

[Bug fortran/92321] [9 Regression] GCC 9.2.0 ICE: fexternal-blas with optimization

2019-11-10 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92321 --- Comment #7 from Thomas Koenig --- Author: tkoenig Date: Sun Nov 10 09:34:42 2019 New Revision: 278014 URL: https://gcc.gnu.org/viewcvs?rev=278014&root=gcc&view=rev Log: Commit symbol for external BLAS routine when translating MATMUL to *GEMM

[Bug fortran/92321] [9 Regression] GCC 9.2.0 ICE: fexternal-blas with optimization

2019-11-10 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92321 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/92113] [8/9 regression] r276673 causes segfault in gfortran.dg/pr51434.f90

2019-11-10 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92113 --- Comment #10 from Thomas Koenig --- Author: tkoenig Date: Sun Nov 10 11:19:13 2019 New Revision: 278015 URL: https://gcc.gnu.org/viewcvs?rev=278015&root=gcc&view=rev Log: Put vtab into RO section, same for __def_init if it contains an initial

[Bug fortran/92113] [8/9 regression] r276673 causes segfault in gfortran.dg/pr51434.f90

2019-11-10 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92113 --- Comment #11 from Thomas Koenig --- Author: tkoenig Date: Sun Nov 10 12:07:56 2019 New Revision: 278018 URL: https://gcc.gnu.org/viewcvs?rev=278018&root=gcc&view=rev Log: Put vtab into RO section, same for __def_init if it contains an initial

[Bug fortran/92113] [8/9 regression] r276673 causes segfault in gfortran.dg/pr51434.f90

2019-11-10 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92113 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/67202] Fortran FE should load scalar pass-by-reference intent-in arguments at the beginning of a function

2019-11-10 Thread tkoenig at gcc dot gnu.org
at gcc dot gnu.org |tkoenig at gcc dot gnu.org

[Bug libfortran/92569] [8/9/10 Regression] gfortran read with end directive does not trigger with -ffrontend-optimize

2019-11-22 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92569 --- Comment #7 from Thomas Koenig --- (In reply to anlauf from comment #6) > Something like the following fixes the testcase, but leads to regressions > elsewhere in the testsuite (e.g. direct_io_{9,10}.f): You've found the right spot, I think.

[Bug libfortran/92569] [8/9/10 Regression] gfortran read with end directive does not trigger with -ffrontend-optimize

2019-11-23 Thread tkoenig at gcc dot gnu.org
at gcc dot gnu.org |tkoenig at gcc dot gnu.org --- Comment #8 from Thomas Koenig --- Hope you don't mind if I take this.

[Bug fortran/92422] [9 Regression] Warning with character and optimisation flags

2019-11-23 Thread tkoenig at gcc dot gnu.org
||2019-11-23 CC||tkoenig at gcc dot gnu.org Target Milestone|9.4 |9.3 Summary|[Regression 9] Warning with |[9 Regression] Warning with |character and optimisation |character and

[Bug debug/92442] Compiling Boost.Spirit.X3 code uses exuberant amount of RAM with -gpubnames

2019-11-23 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92442 --- Comment #6 from Thomas Koenig --- Author: tkoenig Date: Sat Nov 23 15:19:19 2019 New Revision: 278647 URL: https://gcc.gnu.org/viewcvs?rev=278647&root=gcc&view=rev Log: Add test case for PR 92442. 2019-11-23 Thomas Koenig PR for

[Bug debug/92442] Compiling Boost.Spirit.X3 code uses exuberant amount of RAM with -gpubnames

2019-11-23 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92442 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug fortran/24878] subroutine getting called illegally as a function

2019-11-24 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24878 Thomas Koenig changed: What|Removed |Added Last reconfirmed|2018-01-05 00:00:00 |2019-11-24 --- Comment #6 from Thomas Ko

[Bug fortran/33097] Function decl trees without proper argument list

2019-11-24 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33097 Thomas Koenig changed: What|Removed |Added Status|NEW |WAITING --- Comment #22 from Thomas Koen

[Bug fortran/42118] Slow forall

2019-11-24 Thread tkoenig at gcc dot gnu.org
||tkoenig at gcc dot gnu.org Resolution|--- |WONTFIX --- Comment #11 from Thomas Koenig --- (In reply to Lionel GUEZ from comment #10) > (In reply to kargl from comment #9) > > Fortran 2018 has declared FORALL to be an obsolescent featu

[Bug fortran/91783] [10 Regression] ICE in gfc_dep_resolver, at fortran/dependency.c:2111

2019-11-24 Thread tkoenig at gcc dot gnu.org
||2019-11-24 CC||tkoenig at gcc dot gnu.org Assignee|unassigned at gcc dot gnu.org |tkoenig at gcc dot gnu.org Ever confirmed|0 |1

[Bug fortran/91800] ICE in gfc_code2string(): Bad code

2019-11-24 Thread tkoenig at gcc dot gnu.org
||2019-11-24 CC||tkoenig at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Thomas Koenig --- Maybe "bad code" isn't such a bad description of this... I wonder if people would comp

[Bug libfortran/92569] [8/9/10 Regression] gfortran read with end directive does not trigger with -ffrontend-optimize

2019-11-24 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92569 --- Comment #10 from Thomas Koenig --- Author: tkoenig Date: Sun Nov 24 19:16:23 2019 New Revision: 278659 URL: https://gcc.gnu.org/viewcvs?rev=278659&root=gcc&view=rev Log: Fix EOF handling for arrays. 2019-11-23 Thomas Koenig Haral

[Bug libfortran/92569] [8/9 Regression] gfortran read with end directive does not trigger with -ffrontend-optimize

2019-11-24 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92569 Thomas Koenig changed: What|Removed |Added Target Milestone|10.0|8.4 Summary|[8/9/10 Regressio

<    1   2   3   4   5   6   7   8   9   10   >