[Bug fortran/57364] [4.8/4.9 Regression][OOP] ICE gfc_enforce_clean_symbol_state

2013-05-22 Thread mikael.morin at sfr dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57364

--- Comment #3 from mikael.morin at sfr dot fr ---
Le 22/05/2013 11:22, burnus at gcc dot gnu.org a écrit :
> --- a/gcc/fortran/resolve.c
> +++ b/gcc/fortran/resolve.c
> @@ -9299,4 +9299,5 @@ get_temp_from_expr (gfc_expr *e, gfc_namespace *ns)
>  tmp->n.sym->attr.dimension = 0;
> 
> +  gfc_commit_symbol (tmp->n.sym);
>gfc_set_sym_referenced (tmp->n.sym);
>gfc_add_flavor (&tmp->n.sym->attr, FL_VARIABLE, name, NULL);
> 
Without looking at the code, gfc_commit_symbol should come after the
gfc_set_sym_referenced, gfc_add_flavor, etc, and any modification made
to tmp->n.sym.

[Bug libfortran/46800] Handle CTRL-D correctly with STDIN

2014-03-18 Thread mikael.morin at sfr dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46800

--- Comment #5 from mikael.morin at sfr dot fr ---
Le 18/03/2014 02:28, jvdelisle at gcc dot gnu.org a écrit :
> PR libfortran/58324  <oops should be 46800

The commit log text can be amended:

svn propedit svn:log --revprop -r 


Mikael

[Bug fortran/60066] Bad elemental invocation of non-scalar base object

2014-02-07 Thread mikael.morin at sfr dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60066

--- Comment #10 from mikael.morin at sfr dot fr ---
Le 07/02/2014 19:18, Paul Richard Thomas a écrit :
> Dear All,
> 
> I propose to add the attached to the testsuite.  It is the testcase
> from PR60066, which was fixed by the patch for PR59066.
> 
> OK for trunk, 4.8 and 4.7?
> 
Yes, sure.

Mikael.

[Bug fortran/41359] Wrong line numbers for debugging/profiling

2010-10-13 Thread mikael.morin at sfr dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41359

--- Comment #6 from mikael.morin at sfr dot fr 2010-10-13 19:05:15 UTC ---
> this still fails with a recent trunk.
> Mikael, do you plan to commit your patch?

Thanks for the remainder.
I'm currently on something else, but I plan to do it during stage 3.