Re: [PATCH, Fortran] Allow CHARACTER literals in assignments and DATA statements

2019-11-08 Thread Jakub Jelinek
On Fri, Nov 08, 2019 at 11:17:21AM +0100, Tobias Burnus wrote: > >     Jim MacArthur > >     Mark Eggleston > > > >     PR fortran/89103 > >     * gfortran.dg/dec_char_conversion_in_assignment_1.f90: New test. > >     * gfortran.dg/dec_char_conversion_in_assignment_2.f90: New test. > >     * gfo

Re: [PATCH, Fortran] Allow CHARACTER literals in assignments and DATA statements

2019-11-08 Thread Jakub Jelinek
On Fri, Nov 08, 2019 at 11:17:21AM +0100, Tobias Burnus wrote: > >     Jim MacArthur  > >     Mark Eggleston  > > > >     * arith.c (hollerith2representation): Use OPT_Wcharacter_truncation > > in > >     call to gfc_warning.  Add character2representation, > > gfc_character2int, > >     gfc_char

Re: [PATCH, Fortran] Allow CHARACTER literals in assignments and DATA statements

2019-11-08 Thread Steve Kargl
On Fri, Nov 08, 2019 at 11:17:21AM +0100, Tobias Burnus wrote: > Additionally, there are several recent reports on segfaults and > regressions, looking Bugzilla (component = fortran, sort by change data). > Easiest way to find open gfortran bugs is through the gfortran wiki. https://gcc.gnu.org/

Re: [PATCH, Fortran] Allow CHARACTER literals in assignments and DATA statements

2019-11-08 Thread Tobias Burnus
On 11/8/19 10:45 AM, Mark Eggleston wrote: PING - OK, to commit? I have a pending patch that needs this in place. Thanks for the ping. — Any chance, that you also work on some of the general issues once in a while (cf. Bugzilla remark below); e.g. one bug per week or fortnight? (Can be a simple

Re: [PATCH, Fortran] Allow CHARACTER literals in assignments and DATA statements

2019-11-08 Thread Mark Eggleston
PING - OK, to commit? I have a pending patch that needs this in place. On 05/11/2019 09:55, Mark Eggleston wrote: On 25/10/2019 09:03, Tobias Burnus wrote: Hello Mark, hi all, On 10/21/19 4:40 PM, Mark Eggleston wrote: This is an extension to support a legacy feature supported by other compi

Re: [PATCH, Fortran] Allow CHARACTER literals in assignments and DATA statements

2019-11-05 Thread Mark Eggleston
On 25/10/2019 09:03, Tobias Burnus wrote: Hello Mark, hi all, On 10/21/19 4:40 PM, Mark Eggleston wrote: This is an extension to support a legacy feature supported by other compilers such as flang and the sun compiler.  As I understand it this feature is associated with DEC so it enabled usin

Re: [PATCH, Fortran] Allow CHARACTER literals in assignments and DATA statements - for review

2019-10-25 Thread Tobias Burnus
Hello Mark, hi all, On 10/21/19 4:40 PM, Mark Eggleston wrote: This is an extension to support a legacy feature supported by other compilers such as flang and the sun compiler.  As I understand it this feature is associated with DEC so it enabled using -fdec-char-conversions and by -fdec. It

Re: [PATCH, Fortran] Allow CHARACTER literals in assignments and DATA statements - for review

2019-10-21 Thread Steve Kargl
On Mon, Oct 21, 2019 at 03:40:27PM +0100, Mark Eggleston wrote: > This is an extension to support a legacy feature supported by other > compilers such as flang and the sun compiler.  As I understand it this > feature is associated with DEC so it enabled using > -fdec-char-conversions and by -fde

[PATCH, Fortran] Allow CHARACTER literals in assignments and DATA statements - for review

2019-10-21 Thread Mark Eggleston
This is an extension to support a legacy feature supported by other compilers such as flang and the sun compiler.  As I understand it this feature is associated with DEC so it enabled using -fdec-char-conversions and by -fdec. It allows character literals to be assigned to numeric (INTEGER, RE