[Bug fortran/80931] ICE on move_alloc in gimplify_expr, at gimplify.c:11335

2018-08-17 Thread snowfed at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80931 --- Comment #7 from snowfed --- Wow! Read your book with great pleasure! (the Russian translation of it) (In reply to Arjen Markus from comment #6) > Yes, I am :). > > Regards, > > Arjen >

[Bug fortran/80931] ICE on move_alloc in gimplify_expr, at gimplify.c:11335

2018-08-16 Thread snowfed at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80931 --- Comment #5 from snowfed --- If you don't mind my asking, are you the Fortran book author Arjen Markus?

[Bug fortran/80931] ICE on move_alloc in gimplify_expr, at gimplify.c:11335

2018-05-18 Thread snowfed at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80931 snowfed changed: What|Removed |Added CC||snowfed at mail dot ru --- Comment #3 from

[Bug fortran/80291] [OOP] ICE in gfc_conv_expr_descriptor, at fortran/trans-array.c:6662

2017-04-10 Thread snowfed at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80291 --- Comment #7 from snowfed --- In the slightly reduced version of the test case cell is not allocated when reaching associate structure. Maybe, allocate(cell) is worth being added. For example, when I compile the example with ifort and run it I

[Bug fortran/80291] [5/6/7 Regression] internal compiler error: in gfc_conv_expr_descriptor, at fortran/trans-array.c:6662

2017-04-04 Thread snowfed at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80291 --- Comment #4 from snowfed --- (In reply to Jakub Jelinek from comment #3) > r163260 rejected it: > Error: Incompatible ranks 0 and 1 in assignment at (1) > and r163270 already ICEs like everything later. > In that range only r163263 mentions gf

[Bug fortran/80291] internal compiler error: in gfc_conv_expr_descriptor, at fortran/trans-array.c:6662

2017-04-03 Thread snowfed at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80291 --- Comment #2 from snowfed --- Created attachment 41109 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41109&action=edit This small program reproduces the compiler bug (SIMPLIFIED). This new test program is much more simple than the previ

[Bug fortran/80291] New: internal compiler error: in gfc_conv_expr_descriptor, at fortran/trans-array.c:6662

2017-04-03 Thread snowfed at mail dot ru
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: snowfed at mail dot ru Target Milestone: --- Created attachment 41108 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41108&action=edit This small