[Bug fortran/61908] load of invalid value for 'expr_t' in interface.c compare_actual_formal

2017-05-06 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61908

Vittorio Zecca  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Vittorio Zecca  ---
Fixed in 7.1.0

[Bug fortran/61908] load of invalid value for 'expr_t' in interface.c compare_actual_formal

2016-08-11 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61908

Vittorio Zecca  changed:

   What|Removed |Added

Version|4.9.1   |7.0

--- Comment #6 from Vittorio Zecca  ---
Still there in gcc 7.0 trunk 239276

[Bug fortran/61908] load of invalid value for 'expr_t' in interface.c compare_actual_formal

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61908

Andrew Pinski pinskia at gcc dot gnu.org changed:

   What|Removed |Added

   Target Milestone|4.9.4   |---


[Bug fortran/61908] load of invalid value for 'expr_t' in interface.c compare_actual_formal

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61908

--- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org ---
GCC 4.9.3 has been released.


[Bug fortran/61908] load of invalid value for 'expr_t' in interface.c compare_actual_formal

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61908

Jakub Jelinek jakub at gcc dot gnu.org changed:

   What|Removed |Added

   Target Milestone|4.9.3   |4.9.4


[Bug fortran/61908] load of invalid value for 'expr_t' in interface.c compare_actual_formal

2015-04-25 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61908

--- Comment #4 from Vittorio Zecca zeccav at gmail dot com ---
Stiil in 5.1.0 at interface.c:2701


[Bug fortran/61908] load of invalid value for 'expr_t' in interface.c compare_actual_formal

2015-04-24 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61908

--- Comment #3 from Vittorio Zecca zeccav at gmail dot com ---
I still have the same runtime error message in 4.9.2

Trying compilation of

!from unlimited_polymorphic_16.f90
!../../gcc-4.9.2/gcc/fortran/interface.c:2667:43: runtime error: load of value
1818451807, which is not a valid value for type 'expr_t'
contains
  subroutine FWRite(S)
class(*) :: S
  end subroutine

  subroutine IO_OutputMargeStats()
character tag
call FWrite(tag)
  end subroutine

end

I get

./../gcc-4.9.2/gcc/fortran/interface.c:2667:43: runtime error: load of value
1818451807, which is not a valid value for type 'expr_t'
 MAIN__ __copy_character_1 io_outputmargestats fwrite main
Analyzing compilation unit
Performing interprocedural optimizations
 *free_lang_data visibility early_local_cleanups *free_inline_summary
whole-program inlineAssembling functions:
 __copy_character_1 MAIN__ main


[Bug fortran/61908] load of invalid value for 'expr_t' in interface.c compare_actual_formal

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61908

Jakub Jelinek jakub at gcc dot gnu.org changed:

   What|Removed |Added

   Target Milestone|4.9.2   |4.9.3

--- Comment #2 from Jakub Jelinek jakub at gcc dot gnu.org ---
GCC 4.9.2 has been released.


[Bug fortran/61908] load of invalid value for 'expr_t' in interface.c compare_actual_formal

2014-09-04 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61908

Marek Polacek mpolacek at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2014-09-04
 CC||mpolacek at gcc dot gnu.org
   Target Milestone|--- |4.9.2
 Ever confirmed|0   |1

--- Comment #1 from Marek Polacek mpolacek at gcc dot gnu.org ---
$ ./xgcc -B./ -c unlimited_polymorphic_16.f90 
/home/polacek/src/gcc/gcc/fortran/interface.c:2667:43: runtime error: load of
value 1818451807, which is not a valid value for type 'expr_t'

Confirmed.