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
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
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/
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
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
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
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
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
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