[Bug fortran/92779] New: [8/9/10 Regression] ICE in gfc_conv_intrinsic_funcall, at fortran/trans-intrinsic.c:4225

2019-12-03 Thread gs...@t-online.de
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Starting with gcc-8 before 20180525 : $ cat z1.f90 program p character(3) :: a = 'abc' associate (y

[Bug fortran/92779] [8/9/10 Regression] ICE in gfc_conv_intrinsic_funcall, at fortran/trans-intrinsic.c:4225

2019-12-03 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92779 G. Steinmetz changed: What|Removed |Added Keywords||ice-on-valid-code --- Comment #1 from G.

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

2019-12-03 Thread gs...@t-online.de
: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 20190922 (silently accepted) and 20190929 (ICE) : $ cat z1.f90 program p associate (y => p) end associ

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

2019-12-03 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- This affects versions down to at least gfortran-4.9; Starting with a legal source ... $ cat z0.f90 function f() character(:), allocatable :: f

[Bug fortran/92782] New: ICE in fold_convert_loc, at fold-const.c:2431

2019-12-03 Thread gs...@t-online.de
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- With an improper type down to gfortran-7 : $ cat z1.f90 subroutine test(a) real :: a !$omp target is_device_ptr(a) !$omp end target end $ gfortran-10-20191201 -c z1.f90

[Bug fortran/88624] [Coarray] Rejects allocatable coarray passed as a dummy argument

2019-12-09 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88624 G. Steinmetz changed: What|Removed |Added CC||gs...@t-online.de --- Comment #2 from G

[Bug fortran/92872] New: [10 Regression] ICE in build_fold_indirect_ref_loc, at fold-const.c:14842

2019-12-09 Thread gs...@t-online.de
: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 20190929 and 20191006 : (with a legal z0 for reference) $ cat z0.f90 subroutine s(x) integer, allocatable

[Bug fortran/92873] New: ICE in unmodified_parm_or_parm_agg_item, at ipa-fnsummary.c:1166

2019-12-09 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Affects versions down to at least gcc-5 : $ cat z1.f90 module m contains elemental function f(a,b) result(c) character(*), intent(in

[Bug fortran/92874] New: ICE in gfc_dep_compare_expr, at fortran/dependency.c:36

2019-12-09 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Affects versions down to at least gfortran-4.9, compiles and works with -fno-frontend-optimize : $ cat z1.f90 program p call s('a') c

[Bug fortran/92876] New: ICE in expand_UNIQUE, at internal-fn.c:2599

2019-12-09 Thread gs...@t-online.de
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Affects versions down to gfortran-6 at -O1+ : (presumably related to pr89499) $ cat z1.f90 program p call s contains subroutine s !$acc routine vector !$acc loop

[Bug fortran/89069] ICE in select type with function returning class array pointer

2019-12-10 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89069 G. Steinmetz changed: What|Removed |Added CC||gs...@t-online.de --- Comment #2 from G

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

2019-12-10 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- A legacy extension changed between 20191103 and 20191110 : $ cat z1.f90 program p print *, -[integer :: 1, [integer(8) :: '2']] end

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

2019-12-10 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92896 --- Comment #1 from G. Steinmetz --- With a plain array constructor : $ cat z2.f90 program p print *, [integer :: 1, [integer(8) :: '2']] end $ gfortran-10-20191208 -c z2.f90 -fdec -fno-range-check $ gfortran-10-20191208 -c z2.f90 -fdec z

[Bug fortran/92897] New: [9/10 Regression] ICE in gfc_set_array_spec, at fortran/array.c:864

2019-12-10 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 20190922 and 20190929 : $ cat z1.f90 type(t) function f() dimension :: t(1,2,1,2,1,2,1,2) codimension :: t

[Bug fortran/92898] New: [9/10 Regression] ICE in gfc_check_is_contiguous, at fortran/check.c:7157

2019-12-10 Thread gs...@t-online.de
: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- This changed between 20190922 and 20190929. $ cat z1.f90 program p print *, is_contiguous(null()) end $ gfortran-10-20190922 -c

[Bug fortran/92899] New: ICE in gfc_trans_omp_atomic, at fortran/trans-openmp.c:3769

2019-12-10 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- An old issue, ICEs down to version 5, 4.9 seems to be ok : $ cat z1.f90 program p real :: x = 1.0 double precision :: y !$omp atomic

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

2019-12-10 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89047 --- Comment #4 from G. Steinmetz --- Where does this line come from ? >18 | c = g

[Bug fortran/92959] New: ICE in gfc_conv_associated, at fortran/trans-intrinsic.c:8634

2019-12-16 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Affects versions down to at least gfortran-5 : $ cat z1.f90 program p character(:), pointer :: x, y call s contains subroutine s

[Bug fortran/92959] ICE in gfc_conv_associated, at fortran/trans-intrinsic.c:8634

2019-12-16 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92959 G. Steinmetz changed: What|Removed |Added Keywords||ice-on-valid-code --- Comment #1 from G.

[Bug fortran/85002] [8/9/10 Regression][Coarray] ICE in fold_ternary_loc, at fold-const.c:11360

2019-12-16 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85002 --- Comment #4 from G. Steinmetz --- Update, ICEs also with a scalar component "a" : $ cat z2.f90 program p type t integer, allocatable :: a end type type t2 type(t), allocatable :: b(:) end type type(t) :: x type

[Bug fortran/85002] [8/9/10 Regression][Coarray] ICE in fold_ternary_loc, at fold-const.c:11360

2019-12-16 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85002 --- Comment #5 from G. Steinmetz --- Please note that switching to a test-version (configured with --enable-checking=yes) allows further reduction to another branch : $ cat z7.f90 program p type t2 integer, allocatable :: b(:) end

[Bug fortran/92960] New: ICE tree check: expected tree that contains 'decl minimal' structure, have 'component_ref' in add_decl_as_local, at fortran/trans-decl.c:261

2019-12-16 Thread gs...@t-online.de
1 Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Affects versions down to

[Bug fortran/92885] [8/9/10 Regression] ICE (segfault) with allocatable coarrays

2019-12-16 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92885 G. Steinmetz changed: What|Removed |Added CC||gs...@t-online.de --- Comment #2 from G

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

2019-12-16 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- With an expression (0) : $ cat z1.f90 program p integer :: a((0)/0) integer :: b(0/(0)) integer :: c((0)/(0)) end

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

2019-12-16 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92961 G. Steinmetz changed: What|Removed |Added Keywords||ice-on-invalid-code --- Comment #1 from G

[Bug fortran/92586] ICE in gimplify_expr, at gimplify.c:13479 with nested allocatable derived types

2019-12-17 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92586 G. Steinmetz changed: What|Removed |Added CC||gs...@t-online.de --- Comment #5 from G

[Bug fortran/92586] ICE in gimplify_expr, at gimplify.c:13479 with nested allocatable derived types

2019-12-17 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92586 --- Comment #6 from G. Steinmetz --- Compiles these slightly modified cases : $ cat z2.f90 # no allocatable a program p type t integer :: a end type type t2 type(t) :: b end type type t3 type(t2) :: c e

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

2019-12-17 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- In addition to pr92781, some examples with a procedure pointer embedded in a block. ICEs down to at least gfortran-5 : $ cat z1.f90 program p

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

2019-12-17 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92975 G. Steinmetz changed: What|Removed |Added Keywords||ice-on-valid-code --- Comment #1 from G.

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

2019-12-17 Thread gs...@t-online.de
: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Started with gfortran-6 : $ cat z1.f90 program p type t end type contains subroutine s(x) class(t) :: x(2

[Bug fortran/92977] New: ICE in gfc_trans_omp_atomic, at fortran/trans-openmp.c:3526

2019-12-17 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- In addition to pr92899, down to at least gcc-5 : $ cat z1.f90 program p integer :: n = 1 integer :: a !$omp atomic write a = f(n) - f(n

[Bug fortran/92993] New: ICE in maybe_canonicalize_comparison_1, at fold-const.c:8845

2019-12-18 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- With an interface mismatch, down to at least version 5 : $ cat z1.f90 function f(x) integer, intent(in) :: x integer :: f f = x end

[Bug fortran/92994] New: [10 Regression] ICE in gfc_get_class_from_expr, at fortran/trans-expr.c:486

2019-12-18 Thread gs...@t-online.de
: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Followup of pr92780, changed between 20190922 and 20190929 : $ cat z1.f90 function f() result(z) associate (y => f)

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

2019-12-18 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92994 G. Steinmetz changed: What|Removed |Added Keywords||ice-on-invalid-code --- Comment #1 from G

[Bug fortran/92996] New: ICE in gfc_conv_array_constructor_expr, at fortran/trans-expr.c:7590

2019-12-18 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Parameter attribute prevents a check down to at least gcc-5 : $ cat z0.f90 program p integer :: a(2) = [1, 2] stop a end

[Bug fortran/93337] New: [9/10 Regression] ICE in gfc_dt_upper_string, at fortran/module.c:441

2020-01-20 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- This has changed between 20180909 and 20180916 : (class with missing attribute allocatable or pointer) $ cat z1.f90 program p type t

[Bug fortran/93338] New: [8/9/10 Regression] ICE in make_ssa_name_fn, at tree-ssanames.c:282

2020-01-20 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Started with gfortran-8 (before 20180525) at -O[123] : (gfortran-7 compiles it) $ cat z1.f90 program p type t character

[Bug fortran/93338] [8/9/10 Regression] ICE in make_ssa_name_fn, at tree-ssanames.c:282

2020-01-20 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93338 G. Steinmetz changed: What|Removed |Added Keywords||ice-on-valid-code --- Comment #1 from G.

[Bug fortran/93339] New: [9/10 Regression] ICE in gimplify_var_or_parm_decl, at gimplify.c:2830

2020-01-20 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 20181007 and 20181014 : $ cat z1.f90 program p type t character(:), allocatable :: a(:) end type type(t

[Bug fortran/93339] [9/10 Regression] ICE in gimplify_var_or_parm_decl, at gimplify.c:2830

2020-01-20 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93339 G. Steinmetz changed: What|Removed |Added Keywords||ice-on-valid-code --- Comment #1 from G.

[Bug fortran/93340] New: [8/9/10 Regression] ICE in check_constant_initializer, at fortran/trans-decl.c:5450

2020-01-20 Thread gs...@t-online.de
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Since gfortran-7 : $ cat z1.f90 program p character c(2) /'a', 'b'(1:1)/ character d(2)

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

2020-01-21 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93363 G. Steinmetz changed: What|Removed |Added Keywords||ice-on-invalid-code --- Comment #1 from G

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

2020-01-21 Thread gs...@t-online.de
: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- This changed between 20190922 and 20190929 : $ cat z1.f90 program p if (f() /= 1) stop associate (y => f) end associ

[Bug fortran/93364] New: [9/10 Regression] ICE in gfc_set_array_spec, at fortran/array.c:879

2020-01-21 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Follow-up of pr92897, the other way around. Was also changed between 20190922 and 20190929 : $ cat z1.f90 type(t) function f

[Bug fortran/93365] New: ICE in match_data_constant, at fortran/decl.c:426

2020-01-21 Thread gs...@t-online.de
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Follow-up of pr87994, changed between 20181028 and 20181104. While z0 works, cases with a zero-sized array will not : $ cat z0.f90 program p complex, parameter :: a(1) = 0

[Bug fortran/93366] New: ICE: Invalid expression in gfc_element_size

2020-01-21 Thread gs...@t-online.de
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Affects gfortran down to at least r5; null() is not allowed here : $ cat z1.f90 program p print *, sizeof(null()) end $ gfortran-10-20200119 -c z1.f90 f951: internal compiler

[Bug fortran/93366] ICE: Invalid expression in gfc_element_size

2020-01-21 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93366 G. Steinmetz changed: What|Removed |Added Keywords||ice-on-invalid-code --- Comment #1 from G

[Bug fortran/93462] New: ICE in gfc_trans_omp_atomic, at fortran/trans-openmp.c:3771

2020-01-27 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Follow-up of pr92977, with pragma acc instead of omp : $ cat z1.f90 program p integer :: n = 1 integer :: a !$acc atomic write a = f(n

[Bug fortran/93463] New: ICE in oacc_code_to_statement, at fortran/openmp.c:6007

2020-01-27 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Combination of -fopenmp -fopenacc affects versions down to r5 : $ cat z1.f90 program p integer :: i, x !$omp parallel do do i = 1, 4

[Bug fortran/93464] New: [10 Regression] ICE in gfc_omp_check_optional_argument, at fortran/trans-openmp.c:104

2020-01-27 Thread gs...@t-online.de
: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 20191215 and 20200105 : $ cat z1.f90 program p character :: c(2) = &#

[Bug c++/93465] New: [10 Regression] ICE in oacc_verify_routine_clauses, at omp-general.c:1802

2020-01-27 Thread gs...@t-online.de
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 20190512 and 20190519, rejects C variant : $ cat z0.c #pragma omp declare target #include $ cat z1.cc #pragma omp

[Bug fortran/93482] New: ICE in gfc_resolve_character_array_constructor, at fortran/array.c:2096

2020-01-28 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Similar to pr65428, and down to at least r5 : $ cat z1.f90 program p print *, [[character::]] end $ cat z2.f90 program p

[Bug fortran/93483] New: ICE in gfc_constructor_copy, at fortran/constructor.c:103

2020-01-28 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- While z0 works, special case z1 does not; down to at least r5 : $ cat z0.f90 program p integer, parameter :: a(2) = [1, 2] print *, [real :: a

[Bug fortran/93484] New: [8/9/10 Regression] ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1120

2020-01-28 Thread gs...@t-online.de
: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- With a missing declaration, starts to ICE with r7 : $ cat z1.f90 program p implicit none integer :: x(4) = [1,2,3,4

[Bug fortran/93485] New: ICE in gfc_trans_array_ctor_element, at fortran/trans-array.c:1682

2020-01-28 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- ICEs with an array constructor, down to at least gfortran-4.9 : $ cat z1.f90 program p integer :: n = 2 associate (i =>

[Bug fortran/93485] ICE in gfc_trans_array_ctor_element, at fortran/trans-array.c:1682

2020-01-28 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93485 G. Steinmetz changed: What|Removed |Added Keywords||ice-on-valid-code --- Comment #1 from G.

[Bug fortran/93498] ICE in gfc_resolve_findloc, at fortran/iresolve.c:1844

2020-01-29 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93498 G. Steinmetz changed: What|Removed |Added Keywords||ice-on-valid-code --- Comment #1 from G.

[Bug fortran/93497] New: ICE in gfc_conv_array_constructor_expr, at fortran/trans-expr.c:7594

2020-01-29 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Providing an invalid expression for len, down to at least r5 : $ cat z0.f90 program p print *, [character([1]) :: 'a','

[Bug fortran/93498] New: ICE in gfc_resolve_findloc, at fortran/iresolve.c:1844

2020-01-29 Thread gs...@t-online.de
Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Started with new FINDLOC between 20181021 and 20181028 : $ cat z1a.f90 program p character(len=1, kind=1) :: x(3) = ['a', 'b', 'c']

[Bug fortran/93499] New: ICE in gfc_zero_size_array, at fortran/arith.c:1686

2020-01-29 Thread gs...@t-online.de
Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Follow-up of pr92961 (ICEs down to at least r5) : $ cat z1.f90 program p integer :: a((0.)/0) integer :: b = ubound(a,1) end $ cat z2.f90 program p type t(n

[Bug fortran/93500] New: ICE in gfc_numeric_ts, at fortran/expr.c:891

2020-01-29 Thread gs...@t-online.de
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Also derived from pr92961, with a subroutine/function : $ cat z0.f90 program p integer :: a(min(2,0)/0) integer :: b = lbound(a) end $ cat z1.f90 subroutine s integer

[Bug fortran/93552] New: [8/9/10 Regression] ICE in gfc_trans_exit, at fortran/trans-stmt.c:6110

2020-02-03 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Started with early r7 : $ cat z1.f90 program p integer :: i, j !$acc parallel loop tile(2,2) do i = 1, 8 do j = 1, 8

[Bug fortran/93553] ICE in copy_reference_ops_from_ref, at tree-ssa-sccvn.c:964

2020-02-03 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93553 G. Steinmetz changed: What|Removed |Added Keywords||ice-on-valid-code --- Comment #1 from G.

[Bug fortran/93553] New: ICE in copy_reference_ops_from_ref, at tree-ssa-sccvn.c:964

2020-02-03 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Affects versions down to at least r5 : $ cat z1.f90 program p integer :: x(8) = 0 call sub(x) end subroutine sub(x) integer :: x(8

[Bug fortran/93554] New: [8/9/10 Regression] ICE in expand_oacc_for, at omp-expand.c:6035

2020-02-03 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- With an unused allocatable array b, down to r6 : $ cat z1.f90 program p type t integer :: a integer, allocatable :: b

[Bug fortran/93555] New: ICE in simd_clone_struct_copy, at omp-simd-clone.c:84

2020-02-03 Thread gs...@t-online.de
Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Affects versions down to at least r5; compiles z0.f90 : $ cat z0.f90 subroutine s !$omp declare simd(s) inbranch !$omp declare simd(s) end $ cat z1.f90 subroutine s

[Bug fortran/93578] New: [10 Regression] ICE in add_init_expr_to_sym, at fortran/decl.c:1949

2020-02-04 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- This changed between 20200105 and 20200110 : $ cat z1.f90 program p character(3), parameter :: a(4) = 'xyz' character(*),

[Bug fortran/87923] ICE in gfc_widechar_to_char, at fortran/scanner.c:198

2020-02-04 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87923 G. Steinmetz changed: What|Removed |Added Keywords||ice-on-invalid-code Summary|[D

[Bug fortran/93579] New: [9/10 Regression] ICE in gfc_conv_substring_expr, at fortran/trans-expr.c:8587

2020-02-04 Thread gs...@t-online.de
: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 20181028 (rejected) and 20181104 (ICE): $ cat z1.f90 program p character(5), parameter :: x = '

[Bug fortran/93579] [9/10 Regression] ICE in gfc_conv_substring_expr, at fortran/trans-expr.c:8587

2020-02-04 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93579 G. Steinmetz changed: What|Removed |Added Keywords||accepts-invalid, |

[Bug fortran/93580] New: [9/10 Regression] ICE in gfc_validate_kind(): Got bad kind

2020-02-04 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 20181028 (rejected) and 20181104 (ICE): $ cat z1.f90 program p integer, parameter :: n = 4 complex(n%re) :: x x = 2.0 end

[Bug fortran/93580] [9/10 Regression] ICE in gfc_validate_kind(): Got bad kind

2020-02-04 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93580 G. Steinmetz changed: What|Removed |Added Keywords||accepts-invalid, |

[Bug fortran/93581] New: [9/10 Regression] ICE in gfc_get_dataptr_offset, at fortran/trans-array.c:6951

2020-02-04 Thread gs...@t-online.de
: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 20181028 (rejected) and 20181104 (ICE): (scalar case z0 works) $ cat z0.f90 program p complex, target :: z

[Bug fortran/93600] New: [10 Regression] ICE in gfc_match_assignment, at fortran/match.c:1366/1340

2020-02-05 Thread gs...@t-online.de
: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 20191215 and 20200105 : $ cat z1.f90 program p character(1), parameter :: c(0) = 'a' c%len

[Bug fortran/93600] [10 Regression] ICE in gfc_match_assignment, at fortran/match.c:1366/1340

2020-02-05 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93600 G. Steinmetz changed: What|Removed |Added Keywords||ice-on-invalid-code --- Comment #1 from G

[Bug fortran/93601] New: [10 Regression] ICE: Invalid expression in gfc_element_size

2020-02-05 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 20190630 and 20190728 : $ cat z1.f90 program p class(*), allocatable :: z z = z'1' end $ cat z2.f90 program

[Bug fortran/93603] New: [10 Regression] ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1201

2020-02-05 Thread gs...@t-online.de
: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 20190630 and 20190728 : $ cat z1.f90 program p associate (y => z'1') end associate end

[Bug fortran/93604] New: [10 Regression] ICE in gfc_conv_constant_to_tree, at fortran/trans-const.c:372

2020-02-05 Thread gs...@t-online.de
: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 20190630 and 20190728 : $ cat z1.f90 program p type t integer :: a end type type(t) :: x data

[Bug fortran/70070] ICE on initializing character data beyond min/max bound

2020-02-07 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70070 --- Comment #11 from G. Steinmetz --- A generator might be helpful for validations : $ cat generator_char_data.f90 program generator_char_data implicit none character(*), parameter :: fmt = '(*(a,i0))' integer :: i, j, nfile !- varia

[Bug fortran/93660] New: ICE in ipa_simd_modify_function_body, at omp-simd-clone.c:993

2020-02-10 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Affects versions down to r7 : $ cat z1.f90 integer function f(x) integer :: x[*] !$omp declare simd f = x[1] end $ gfortran-10

[Bug c/93661] New: [10 Regression] ICE in tree_to_poly_int64, at tree.c:2976

2020-02-10 Thread gs...@t-online.de
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 20190630 and 20190728 : $ cat z1.c int f () { unsigned x = 0x; __builtin_memset (1+(char *) &x, 0, -1); retur

[Bug fortran/93662] New: [10 Regression] ICE in tree_to_poly_int64, at tree.c:2976

2020-02-10 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 20191103 (error) and 20191110 (ICE) at -O1+ : (for some reason much later than pr93661 ...) $ cat z1.f90 subroutine s type t

[Bug c/93663] New: [10 Regression] ICE in is_halfway_below, at real.c:5192

2020-02-10 Thread gs...@t-online.de
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 20190825 and 20190901 : $ cat z1.c void f() {roundeven(0x0.1p1128);} $ gcc-10-20200209 -c z1.c -O2 z1.c: In function 'f':

[Bug c/93683] New: [10 Regression] ICE in ao_ref_init_from_ptr_and_size, at tree-ssa-alias.c:714

2020-02-11 Thread gs...@t-online.de
: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 20190623 and 20190630 : $ cat z1.c void f (int *a) { *a = 0; __builtin_calloc(1, 1); } $ gcc-10-20200209 -c z1.c

[Bug c++/93684] New: [8/9/10 Regression] ICE in cp_lexer_consume_token, at cp/parser.c:1120

2020-02-11 Thread gs...@t-online.de
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Affects versions down to r6 (no shorter example found) : $ cat z1.cc [[a:: $ g++-5 -c z1.cc z1.cc:1:1: error: expected unqualified-id

[Bug fortran/93685] New: [9/10 Regression] ICE in gfc_constructor_append_expr, at fortran/constructor.c:135

2020-02-11 Thread gs...@t-online.de
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 20180513 and 20180527 : $ cat z1.f90 program p type t character :: a end type type(t) :: x

[Bug fortran/93686] [9/10 Regression] ICE in gfc_match_data, at fortran/decl.c:702

2020-02-11 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93686 G. Steinmetz changed: What|Removed |Added Keywords||ice-on-invalid-code --- Comment #1 from G

[Bug fortran/93686] New: [9/10 Regression] ICE in gfc_match_data, at fortran/decl.c:702

2020-02-11 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- This changed between 20190106 and 20190113 : $ cat z1.f90 program p type t integer :: a end type type(t), pointer :: x data x

[Bug c++/93712] New: [10 Regression] ICE in convert_like_real, at cp/call.c:7466

2020-02-12 Thread gs...@t-online.de
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 20191006 and 20191013 : $ cat z1.cc int f (int const (&)[]) { return f({1, " "}); } $ g++-10-20200209 -c z1.cc z1.c

[Bug c++/93713] New: [10 Regression] ICE in equivalently_constrained, at cp/constraint.cc:2949

2020-02-12 Thread gs...@t-online.de
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 20191006 and 20191013 : $ cat z1.cc template T bar (); void bar () {} using :: bar; $ g++-9 -c z1.cc $ $ g++-10

[Bug fortran/93714] New: [8/9/10 Regression] ICE in gfc_check_same_strlen, at fortran/check.c:1253

2020-02-12 Thread gs...@t-online.de
: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Affects versions down to r6 : $ cat z1.f90 program p character((1.)) :: a character, pointer :: b => a end $ cat z2.

[Bug fortran/93715] New: [9/10 Regression] ICE in gfc_trans_auto_array_allocation, at fortran/trans-array.c:6320

2020-02-12 Thread gs...@t-online.de
: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 20180819 and 20180826 : $ cat z1.f90 program p integer :: a, b[*] read (1

[Bug fortran/93791] New: [9/10 Regression] ICE in can_represent_integral_type_p, at real.c:5426

2020-02-17 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 20181007 and 20181014, at -O1+ : $ cat z1.f90 program p implicit none if ( f(1.0) > 0.0 ) stop contains r

[Bug fortran/93791] [9/10 Regression] ICE in can_represent_integral_type_p, at real.c:5426

2020-02-17 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93791 G. Steinmetz changed: What|Removed |Added Keywords||ice-on-invalid-code --- Comment #1 from G

[Bug fortran/93792] New: [10 Regression] ICE in gfc_code2string, at fortran/misc.c:281

2020-02-17 Thread gs...@t-online.de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 20190630 and 20190728 : $ cat z1.f90 module m type t(n) integer, len :: n = z'1' end type end program

[Bug fortran/93794] New: [8/9/10 Regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:2497

2020-02-17 Thread gs...@t-online.de
: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Started to ICE with gfortran-8 : $ cat z1.f90 program p type t character(:), pointer :: a end type type(t) :: z

[Bug fortran/92587] [9/10 Regression] Compiler is unable to generate finalization wrapper

2020-02-18 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92587 G. Steinmetz changed: What|Removed |Added CC||gs...@t-online.de --- Comment #11 from G

[Bug c/93812] New: [9/10 Regression] ICE in get_constant, at c-family/c-format.c:325

2020-02-18 Thread gs...@t-online.de
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 2018 and 20181118 : $ cat z1.c void f(void) { __attribute__((__format__(__gcc_gfc__, 1, 2))) void f() ; f(); } $ gcc-9

[Bug fortran/93813] New: [8/9/10 Regression] ICE in gfc_trans_select_type_cases, at fortran/trans-stmt.c:2874

2020-02-18 Thread gs...@t-online.de
: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Started to ICE with gfortran-7 : (r10 compiles with "associate (y => x)") $ cat z1.

[Bug fortran/93814] New: [9/10 Regression] ICE in build_entry_thunks, at fortran/trans-decl.c:2898

2020-02-18 Thread gs...@t-online.de
: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gs...@t-online.de Target Milestone: --- Changed between 20190106 and 20190113 : $ cat z1.f90 function f() bind(c) character :: f, g entry g() bind(c) end $ gfortran-9

<    1   2   3   4   5   6   7   8   >