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

2019-11-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92569 --- Comment #11 from Thomas Koenig --- Author: tkoenig Date: Mon Nov 25 20:04:28 2019 New Revision: 278702 URL: https://gcc.gnu.org/viewcvs?rev=278702&root=gcc&view=rev Log: Fix EOF handling for arrays. 2019-11-25 Thomas Koenig Haral

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

2019-11-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92569 --- Comment #12 from Thomas Koenig --- Author: tkoenig Date: Mon Nov 25 22:26:26 2019 New Revision: 278710 URL: https://gcc.gnu.org/viewcvs?rev=278710&root=gcc&view=rev Log: Fix EOF handling for arrays. 2019-11-25 Thomas Koenig Harald An

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

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

[Bug fortran/92123] [F2018/array-descriptor] Scalar allocatable/pointer with array descriptor (via bind(C)): ICE with select rank or error scalar variable with POINTER or ALLOCATABLE in procedure wit

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

[Bug target/92682] New: [10 Regression] maxlocval_4.f90 / minlocval_4.f90 failure on POWER9

2019-11-26 Thread tkoenig at gcc dot gnu.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: tkoenig at gcc dot gnu.org Target Milestone: --- https://gcc.gnu.org/ml/gcc-testresults/2019-10/msg01757.html (r277518) has FAIL: gfortran.dg/maxlocval_4.f90 -O2 execution

[Bug target/92682] [10 Regression] maxlocval_4.f90 / minlocval_4.f90 failure on POWER9

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

[Bug fortran/92698] Unnecessary copy in overlapping array assignment

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

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

2019-11-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91783 --- Comment #1 from Thomas Koenig --- Author: tkoenig Date: Sat Nov 30 15:02:50 2019 New Revision: 278873 URL: https://gcc.gnu.org/viewcvs?rev=278873&root=gcc&view=rev Log: Do not look at _data component in gfc_dep_resolver. 2019-11-30 Thomas

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

2019-11-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91783 --- Comment #2 from Thomas Koenig --- Author: tkoenig Date: Sat Nov 30 15:08:32 2019 New Revision: 278874 URL: https://gcc.gnu.org/viewcvs?rev=278874&root=gcc&view=rev Log: Backport from trunk as an insurance policy. 2019-11-30 Thomas Koenig

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

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

[Bug fortran/92698] Unnecessary copy in overlapping array assignment

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

[Bug middle-end/91512] [10 Regression] Fortran compile time regression.

2019-11-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91512 --- Comment #21 from Thomas Koenig --- (In reply to Sunil Pandey from comment #20) > Created attachment 46851 [details] > Compile time regression reproducer. > > attached reproducer show ~28X compile time regression after the commit. See > the c

[Bug tree-optimization/92738] [10 regression] Large code size growth for -O2 binaries between 2019-05-19...2019-05-29

2019-12-02 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92738 --- Comment #10 from Thomas Koenig --- (In reply to Martin Liška from comment #6) > So wrf grew starting with r271377, size (w/o debug info) goes from 20164464B > to 23674792. I think we've had this discussion before, although I cannot offhand r

[Bug tree-optimization/92738] [10 regression] Large code size growth for -O2 binaries between 2019-05-19...2019-05-29

2019-12-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92738 --- Comment #12 from Thomas Koenig --- (In reply to Wilco from comment #11) > Would using -frepack-arrays solve this issue? I proposed making that the > default a while back. It would do any repacking that is necessary at call > sites rather tha

[Bug tree-optimization/92738] [10 regression] Large code size growth for -O2 binaries between 2019-05-19...2019-05-29

2019-12-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92738 --- Comment #13 from Thomas Koenig --- (In reply to Thomas Koenig from comment #12) > People who have problems can then enable I meant disable, of course. > that option for > the specific files they have the problems with.

[Bug libfortran/92836] segfault with inquire()

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

[Bug libfortran/92836] segfault with inquire()

2019-12-06 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92836 --- Comment #11 from Thomas Koenig --- (In reply to Andrew Benson from comment #10) > (In reply to Thomas Koenig from comment #8) > > Also, why do you use inquire at all? AFAIK, it is not an error > > to OPEN a file more than one if you don't ch

[Bug target/92682] [10 Regression] maxlocval_4.f90 / minlocval_4.f90 failure on POWER9

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

[Bug libgomp/40362] openmp: some libgomp functions trigger data races

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

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

2019-12-08 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92755 --- Comment #2 from Thomas Koenig --- Author: tkoenig Date: Sun Dec 8 12:25:15 2019 New Revision: 279086 URL: https://gcc.gnu.org/viewcvs?rev=279086&root=gcc&view=rev Log: 2019-12-08 Thomas Koenig PR fortran/92755 * dependen

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

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

[Bug fortran/92764] ICE in gfc_procedure_use

2019-12-08 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92764 --- Comment #4 from Thomas Koenig --- Author: tkoenig Date: Sun Dec 8 13:02:54 2019 New Revision: 279087 URL: https://gcc.gnu.org/viewcvs?rev=279087&root=gcc&view=rev Log: 2018-12-08 Thomas Koenig PR fortran/92764 * interface.c (gfc

[Bug fortran/92764] ICE in gfc_procedure_use

2019-12-08 Thread tkoenig at gcc dot gnu.org
||tkoenig at gcc dot gnu.org Resolution|--- |FIXED --- Comment #5 from Thomas Koenig --- Fixed on trunk. Thanks for the bug report!

[Bug fortran/92780] [10 Regression] ICE in gfc_get_class_from_expr, at fortran/trans-expr.c:484

2019-12-08 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92780 --- Comment #2 from Thomas Koenig --- Author: tkoenig Date: Sun Dec 8 13:42:42 2019 New Revision: 279088 URL: https://gcc.gnu.org/viewcvs?rev=279088&root=gcc&view=rev Log: Error on Associate with a program. 2018-12-08 Thomas Koenig PR

[Bug fortran/92780] [10 Regression] ICE in gfc_get_class_from_expr, at fortran/trans-expr.c:484

2019-12-08 Thread tkoenig at gcc dot gnu.org
||tkoenig at gcc dot gnu.org Resolution|--- |FIXED --- Comment #3 from Thomas Koenig --- Fixed. Thanks for the bug report!

[Bug fortran/92191] internal compiler error: Segmentation fault

2019-12-08 Thread tkoenig at gcc dot gnu.org
||tkoenig at gcc dot gnu.org --- Comment #9 from Thomas Koenig --- Here's where it segfaults with 7.4.0: (gdb) r Starting program: /usr/lib/gcc/x86_64-pc-cygwin/7.4.0/f951.exe tst.f -ffixed-form -quiet -dumpbase tst.f -mtune=generic -march=x86-64 -auxbase tst -g -ffpe-trap

[Bug fortran/92191] internal compiler error: Segmentation fault

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

[Bug libfortran/92836] segfault with inquire()

2019-12-08 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92836 --- Comment #14 from Thomas Koenig --- Created attachment 47441 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47441&action=edit Output of valgrind --tool=helgrind The code from https://gcc.gnu.org/ml/fortran/2019-12/msg00020.html : prog

[Bug fortran/92863] ICE in gfc_typename

2019-12-09 Thread tkoenig at gcc dot gnu.org
||2019-12-09 CC||tkoenig at gcc dot gnu.org Assignee|unassigned at gcc dot gnu.org |tkoenig at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Thomas Koenig --- Probably a

[Bug fortran/92863] ICE in gfc_typename

2019-12-09 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92863 --- Comment #2 from Thomas Koenig --- This looks reasonable: Index: misc.c === --- misc.c (Revision 279064) +++ misc.c (Arbeitskopie) @@ -164,9 +164,17 @@ gfc_typename (gf

[Bug fortran/92863] ICE in gfc_typename

2019-12-10 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92863 --- Comment #3 from Thomas Koenig --- Author: tkoenig Date: Tue Dec 10 18:31:33 2019 New Revision: 279180 URL: https://gcc.gnu.org/viewcvs?rev=279180&root=gcc&view=rev Log: 2019-12-10 Thomas Koenig PR fortran/92863 * misc.c (gfc_type

[Bug fortran/92863] ICE in gfc_typename

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

[Bug fortran/89047] [OpenACC] ICE in mark_scope_block_unused, at tree-ssa-live.c:391

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

[Bug fortran/91643] [10 Regression] ICE in gfc_trans_create_temp_array, at fortran/trans-array.c:1265

2019-12-10 Thread tkoenig at gcc dot gnu.org
||tkoenig at gcc dot gnu.org Assignee|unassigned at gcc dot gnu.org |tkoenig at gcc dot gnu.org

[Bug fortran/89047] [OpenACC] ICE in mark_scope_block_unused, at tree-ssa-live.c:391

2019-12-10 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89047 --- Comment #5 from Thomas Koenig --- (In reply to G. Steinmetz from comment #4) > Where does this line come from ? > >18 | c = g Nowhere (as fas as this PR is concerned). Different test case, please disregard comment #3.

[Bug fortran/91643] [10 Regression] ICE in gfc_trans_create_temp_array, at fortran/trans-array.c:1265

2019-12-10 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91643 --- Comment #2 from Thomas Koenig --- Author: tkoenig Date: Tue Dec 10 21:59:09 2019 New Revision: 279203 URL: https://gcc.gnu.org/viewcvs?rev=279203&root=gcc&view=rev Log: 2019-12-10 Thomas Koenig PR fortran/91643 * trans-array.c (g

[Bug fortran/91643] [10 Regression] ICE in gfc_trans_create_temp_array, at fortran/trans-array.c:1265

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

[Bug fortran/90350] ubound ICE on assumed size array even though explicit bound is specified

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

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

2019-12-11 Thread tkoenig at gcc dot gnu.org
||2019-12-11 Assignee|unassigned at gcc dot gnu.org |tkoenig at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Thomas Koenig --- I'll see what I can do. I think this is still something that we could do for the g

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

2019-12-12 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92913 --- Comment #2 from Thomas Koenig --- Created attachment 47483 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47483&action=edit concept patch for subroutine vs. function Here is a concept patch for subroutine vs. function. I have moved th

[Bug fortran/92114] equivalence in module causes ICE

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

[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 fortran/91773] Buffer overflow for long module/submodule names

2019-12-15 Thread tkoenig at gcc dot gnu.org
||tkoenig at gcc dot gnu.org Resolution|--- |DUPLICATE --- Comment #2 from Thomas Koenig --- Let's mark it as such, then. *** This bug has been marked as a duplicate of bug 87103 ***

[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
||2019-12-15 CC||tkoenig at gcc dot gnu.org Summary|ICE in |[F03] Implement KIND |gfc_trans_assignment_1, at |argument for INDEX |fortran/trans-expr.c:11010 | Ever

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

2019-12-16 Thread tkoenig at gcc dot gnu.org
at gcc dot gnu.org |tkoenig at gcc dot gnu.org

[Bug other/92958] [10 regression] gfortran.dg/lto/pr87689_0.f fails starting with r279392

2019-12-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92958 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org Target

[Bug other/92958] [10 regression] gfortran.dg/lto/pr87689_0.f fails starting with r279392

2019-12-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92958 --- Comment #1 from Thomas Koenig --- Also seen on x86_64-pc-linux-gnu.

[Bug tree-optimization/92738] [10 regression] Large code size growth for -O2 binaries between 2019-05-19...2019-05-29

2019-12-20 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92738 --- Comment #14 from Thomas Koenig --- Author: tkoenig Date: Fri Dec 20 11:51:05 2019 New Revision: 279639 URL: https://gcc.gnu.org/viewcvs?rev=279639&root=gcc&view=rev Log: Introduce -finline-arg-packing. 2019-12-20 Thomas Koenig PR mi

[Bug middle-end/91512] [10 Regression] Fortran compile time regression.

2019-12-20 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91512 --- Comment #22 from Thomas Koenig --- Author: tkoenig Date: Fri Dec 20 11:51:05 2019 New Revision: 279639 URL: https://gcc.gnu.org/viewcvs?rev=279639&root=gcc&view=rev Log: Introduce -finline-arg-packing. 2019-12-20 Thomas Koenig PR mi

[Bug fortran/92781] ICE in convert_nonlocal_reference_op, at tree-nested.c:1065

2019-12-20 Thread tkoenig at gcc dot gnu.org
||tkoenig at gcc dot gnu.org Resolution|--- |FIXED --- Comment #3 from Thomas Koenig --- Fixed, then. Thanks for the patch and the bug report!

[Bug fortran/92975] ICE in convert_nonlocal_reference_op, in tree-nested.c:1065

2019-12-20 Thread tkoenig at gcc dot gnu.org
||2019-12-20 CC||tkoenig at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #2 from Thomas Koenig --- Still fails with current trunk; not fixed with the fix for PR92781.

[Bug middle-end/91512] [10 Regression] Fortran compile time regression.

2019-12-20 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91512 --- Comment #23 from Thomas Koenig --- Could you check if this still occurs if you use -finline-arg-packing?

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

2019-12-20 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163 Bug 26163 depends on bug 92738, which changed state. Bug 92738 Summary: [10 regression] Large code size growth for -O2 binaries between 2019-05-19...2019-05-29 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92738 What|Removed

[Bug tree-optimization/92738] [10 regression] Large code size growth for -O2 binaries between 2019-05-19...2019-05-29

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

[Bug fortran/91661] ICE in gfc_conv_intrinsic_dot_product, at fortran/trans-intrinsic.c:4804

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

[Bug fortran/92976] [8/9/10 Regression][OOP] ICE in trans_associate_var, at fortran/trans-stmt.c:1963

2019-12-22 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92976 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org Target

[Bug fortran/92961] [8/9/10 Regression] ICE in gfc_zero_size_array, at fortran/arith.c:1680

2019-12-23 Thread tkoenig at gcc dot gnu.org
||2019-12-23 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/91310] Read overflow generated by character array assignment to self

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

[Bug fortran/91310] Read overflow generated by character array assignment to self

2019-12-29 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91310 --- Comment #6 from Thomas Koenig --- Comment on attachment 46648 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46648 test case 1 Oops, correction. If len is small enough, the test case can be valid (well, it could be if str was ever assi

[Bug fortran/91310] Read overflow generated by character array assignment to self

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

[Bug fortran/92961] [8/9/10 Regression] ICE in gfc_zero_size_array, at fortran/arith.c:1680

2019-12-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92961 --- Comment #2 from Thomas Koenig --- Author: tkoenig Date: Mon Dec 30 10:34:11 2019 New Revision: 279762 URL: https://gcc.gnu.org/viewcvs?rev=279762&root=gcc&view=rev Log: Catch division by zero errors in array sizes. 2019-12-30 Thomas Koenig

[Bug libstdc++/91541] [C++17] Exception specification of operator= of node-based containers may be broken

2019-12-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91541 --- Comment #11 from Thomas Koenig --- Author: tkoenig Date: Mon Dec 30 10:43:38 2019 New Revision: 279763 URL: https://gcc.gnu.org/viewcvs?rev=279763&root=gcc&view=rev Log: Remove KIND argument from INDEX so it does not mess up scalarization.

[Bug fortran/92961] [8/9 Regression] ICE in gfc_zero_size_array, at fortran/arith.c:1680

2019-12-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92961 Thomas Koenig changed: What|Removed |Added Version|10.0|9.2.1 Summary|[8/9/10 Regress

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

2019-12-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91651 --- Comment #3 from Thomas Koenig --- Author: tkoenig Date: Mon Dec 30 10:43:38 2019 New Revision: 279763 URL: https://gcc.gnu.org/viewcvs?rev=279763&root=gcc&view=rev Log: Remove KIND argument from INDEX so it does not mess up scalarization. 2

[Bug libstdc++/91541] [C++17] Exception specification of operator= of node-based containers may be broken

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

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

2019-12-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91651 --- Comment #4 from Thomas Koenig --- Author: tkoenig Date: Mon Dec 30 10:47:39 2019 New Revision: 279765 URL: https://gcc.gnu.org/viewcvs?rev=279765&root=gcc&view=rev Log: 2019-12-30 Thomas Koenig PR fortran/91651 Fix PR num

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

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

[Bug bootstrap/93104] New: [8/10 Regression] Current trunk can not build gcc 8

2019-12-30 Thread tkoenig at gcc dot gnu.org
Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: tkoenig at gcc dot gnu.org Target Milestone: --- Created attachment 47567 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47567&action=edit config.log Not sure if this is a gcc 8 or a trunk issue

[Bug libstdc++/91541] [C++17] Exception specification of operator= of node-based containers may be broken

2019-12-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91541 --- Comment #15 from Thomas Koenig --- (In reply to Jonathan Wakely from comment #14) > And please also fix the comment in the new test. (In reply to Jonathan Wakely from comment #13) > (In reply to Thomas Koenig from comment #12) > > (In reply

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

2019-12-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91651 --- Comment #6 from Thomas Koenig --- Author: tkoenig Date: Mon Dec 30 12:35:05 2019 New Revision: 279766 URL: https://gcc.gnu.org/viewcvs?rev=279766&root=gcc&view=rev Log: 2019-12-30 Thomas Koenig PR fortran/91651 * gfortran

[Bug fortran/92961] [8/9 Regression] ICE in gfc_zero_size_array, at fortran/arith.c:1680

2019-12-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92961 --- Comment #4 from Thomas Koenig --- Author: tkoenig Date: Mon Dec 30 13:10:37 2019 New Revision: 279767 URL: https://gcc.gnu.org/viewcvs?rev=279767&root=gcc&view=rev Log: Catch division by zero errors in array sizes. 2019-12-30 Thomas Koenig

[Bug c/92833] ice for broken C code

2019-12-30 Thread tkoenig at gcc dot gnu.org
||tkoenig at gcc dot gnu.org Assignee|unassigned at gcc dot gnu.org |keremkat+gcc at gmail dot com --- Comment #5 from Thomas Koenig --- (In reply to Kerem Kat from comment #4) > Please assign to me. Happy to oblige.

[Bug fortran/92961] [8 Regression] ICE in gfc_zero_size_array, at fortran/arith.c:1680

2019-12-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92961 Thomas Koenig changed: What|Removed |Added Depends on||93104 Target Milestone|---

[Bug fortran/92993] [8/9/10 Regression] ICE in maybe_canonicalize_comparison_1, at fold-const.c:8845

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

[Bug bootstrap/93104] [8/10 Regression] Current trunk can not build gcc 8

2019-12-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93104 Thomas Koenig changed: What|Removed |Added Target Milestone|--- |8.4

[Bug bootstrap/93104] [10 Regression] Current trunk can not build gcc 8

2019-12-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93104 Thomas Koenig changed: What|Removed |Added Summary|[8/10 Regression] Current |[10 Regression] Current

[Bug bootstrap/93104] [9/10 Regression] Current trunk can not build gcc 8

2019-12-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93104 Thomas Koenig changed: What|Removed |Added CC||jakub at gcc dot gnu.org See A

[Bug fortran/92961] [8 Regression] ICE in gfc_zero_size_array, at fortran/arith.c:1680

2019-12-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92961 Thomas Koenig changed: What|Removed |Added Depends on|93104 | --- Comment #6 from Thomas Koenig ---

[Bug fortran/92896] [10 Regression] [DEC] ICE in reduce_unary, at fortran/arith.c:1283

2019-12-30 Thread tkoenig at gcc dot gnu.org
||tkoenig at gcc dot gnu.org Resolution|--- |FIXED --- Comment #7 from Thomas Koenig --- (In reply to MarkEggleston from comment #6) > This has been fixed, see comment 5. > > I do not have permission to changes the status so somebody that

[Bug fortran/92961] [8 Regression] ICE in gfc_zero_size_array, at fortran/arith.c:1680

2019-12-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92961 --- Comment #7 from Thomas Koenig --- Author: tkoenig Date: Mon Dec 30 15:27:08 2019 New Revision: 279769 URL: https://gcc.gnu.org/viewcvs?rev=279769&root=gcc&view=rev Log: 2019-12-30 Thomas Koenig Backport from trunk PR fortran/

[Bug fortran/92961] [8 Regression] ICE in gfc_zero_size_array, at fortran/arith.c:1680

2019-12-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92961 --- Comment #8 from Thomas Koenig --- Author: tkoenig Date: Mon Dec 30 15:29:30 2019 New Revision: 279770 URL: https://gcc.gnu.org/viewcvs?rev=279770&root=gcc&view=rev Log: Catch division by zero errors in array sizes. 2019-12-30 Thomas Koenig

[Bug fortran/92961] [8 Regression] ICE in gfc_zero_size_array, at fortran/arith.c:1680

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

[Bug fortran/31016] Use __buildin_memcpy and __memcpy for array assignment

2019-12-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31016 --- Comment #10 from Thomas Koenig --- Excellent news: The __builtin_memcpy cases have been fixed in the meantime, and using __builtin_memset for values of more than one byte doesn't work. I will commit a test case and then close.

[Bug fortran/31016] Use __buildin_memcpy and __memcpy for array assignment

2019-12-30 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31016 --- Comment #11 from Thomas Koenig --- Correction: The rank-1 copying cases are now handled by the middle end, the two-dimensional case isn't.

[Bug fortran/93113] New: [10 Regression] ICE in gfc_check_resolver with complex arrays

2020-01-01 Thread tkoenig at gcc dot gnu.org
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: tkoenig at gcc dot gnu.org Target Milestone: --- $ cat matmul.f90 program main complex, dimension(:,:), allocatable :: a,b,c read (*,*) n allocate (a(n,n), b(n,n), c(n,n)) call

[Bug fortran/93113] [10 Regression] ICE in gfc_check_resolver with complex arrays

2020-01-01 Thread tkoenig at gcc dot gnu.org
||2020-01-01 Assignee|unassigned at gcc dot gnu.org |tkoenig at gcc dot gnu.org Ever confirmed|0 |1

[Bug fortran/93113] [10 Regression] ICE in gfc_check_resolver with complex arrays

2020-01-01 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93113 --- Comment #1 from Thomas Koenig --- Reduced test case: program main complex, dimension(10,10) :: a a%re = a%re - 0.5 end program main

[Bug fortran/93114] New: Use span passing components of derived types

2020-01-01 Thread tkoenig at gcc dot gnu.org
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: tkoenig at gcc dot gnu.org Target Milestone: --- We could be using span instead of creating a temporary array here: $ cat x.f90 module x type y real :: a, b end type y contains subroutine foo type(y

[Bug fortran/93113] [10 Regression] ICE in gfc_check_resolver with complex arrays

2020-01-01 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93113 --- Comment #2 from Thomas Koenig --- Author: tkoenig Date: Wed Jan 1 21:40:35 2020 New Revision: 279821 URL: https://gcc.gnu.org/viewcvs?rev=279821&root=gcc&view=rev Log: Handle REF_INQUIRY for dependency checking. 2020-01-01 Thomas Koenig

[Bug fortran/93113] [10 Regression] ICE in gfc_check_resolver with complex arrays

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

[Bug fortran/65428] ICE on nest array constructor

2020-01-02 Thread tkoenig at gcc dot gnu.org
||tkoenig at gcc dot gnu.org Assignee|unassigned at gcc dot gnu.org |tkoenig at gcc dot gnu.org

[Bug fortran/91648] [9/10 Regression] ICE in generate_finalization_wrapper, at fortran/class.c:2009

2020-01-03 Thread tkoenig at gcc dot gnu.org
||tkoenig at gcc dot gnu.org Assignee|unassigned at gcc dot gnu.org |tkoenig at gcc dot gnu.org

[Bug fortran/91648] [9/10 Regression] ICE in generate_finalization_wrapper, at fortran/class.c:2009

2020-01-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91648 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|tkoenig at gcc

[Bug fortran/91640] [9/10 Regression] ICE: gimplification failed (contiguous expr)

2020-01-03 Thread tkoenig at gcc dot gnu.org
at gcc dot gnu.org |tkoenig at gcc dot gnu.org --- Comment #4 from Thomas Koenig --- Should be rather simple to fix.

[Bug fortran/91640] [9/10 Regression] ICE: gimplification failed (contiguous expr)

2020-01-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91640 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|tkoenig at gcc

[Bug fortran/44960] non-array used as an array, identified as an external function

2020-01-04 Thread tkoenig at gcc dot gnu.org
at gcc dot gnu.org |tkoenig at gcc dot gnu.org

[Bug fortran/45596] Implement simple static points-to analysis in Fortran FE

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

[Bug fortran/87797] Enhancement: Warning for potential name clash of variables/intrinsics...

2020-01-05 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87797 --- Comment #2 from Thomas Koenig --- Could be made an addition to -Wintrinsic-shadow.

[Bug fortran/91782] Accepts invalid array constructor with character parameter

2020-01-05 Thread tkoenig at gcc dot gnu.org
||2020-01-05 CC||tkoenig at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #2 from Thomas Koenig --- Confirmed.

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