http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51946
Paul Thomas changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51946
--- Comment #11 from Paul Thomas 2012-01-27 10:06:05
UTC ---
Author: pault
Date: Fri Jan 27 10:05:56 2012
New Revision: 183613
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183613
Log:
2012-01-27 Paul Thomas
Tobias Burnus
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51946
--- Comment #10 from Tobias Burnus 2012-01-23
17:37:18 UTC ---
(In reply to comment #4)
> Otherwise, as far as I could see, all Fortran examples work except for
> - chapter07/strategy_surrogate_f2003: Segfaults in
> __timed_lorenz_module_MOD___
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51946
--- Comment #9 from Tobias Burnus 2012-01-22
22:00:28 UTC ---
(In reply to comment #8)
> Reduced testcase
> foo.f90:23:0: internal compiler error: in conv_function_val, at
> gcc version 4.7.0 20120119 (experimental)
OK, that issue is not solved
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51946
--- Comment #8 from kargl at gcc dot gnu.org 2012-01-22 19:54:11 UTC ---
Reduced testcase
module integrable_model_module
implicit none
type, abstract, public :: integrable_model
contains
procedure(default_constructor), defer
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51946
--- Comment #7 from Dominique Pelletier
2012-01-22 19:36:44 UTC ---
here is the full code
i compileeach file separately with
gfortran -c
in the following order
problems_parameter_module.f03
air_module.f03
clound_module.f03
ground_module.f03
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51946
--- Comment #6 from Dominique Pelletier
2012-01-22 19:22:29 UTC ---
enclosed is a .zip archive of the source files
I compile as follows
gfortran-c global_parameters_module.f03
gfortran-c air_module.f03
gfortran-c clou