oduct: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: juergen dot reuter at desy dot de
GCC build triplet: Build version svn v148346
GCC ho
(STDERR)
end do
write (STDERR, *) "exiting monitor_syntax_rules"
flush (STDERR)
end subroutine monitor_syntax_rules
end module syntax_rules
program main
use iso_fortran_env, only: STDERR => ERROR_UNIT
use ifiles
use syntax_rules
type(ifile_t) :: ifile
type(syntax_t), target, save :: syntax_model_file
write (STDERR, *) "Starting to load ifile"
flush (STDERR)
call ifile_append (ifile, "SEQ aa = bb")
call ifile_append (ifile, "KEY bb")
write (STDERR, *) "Starting to interpret ifile"
flush (STDERR)
call syntax_init (syntax_model_file, ifile)
write (STDERR, *) "Test finished"
flush (STDERR)
end program main
--
Summary: [4.5.0 Regression] Garbage or segmentation fault in
allocatable array derived type structures
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: juergen dot reuter at desy dot de
GCC host triplet: both MAC OS X Darwin 9.7.0 and Linux Debian Edge
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40440
--- Comment #2 from juergen dot reuter at desy dot de 2009-06-14 22:18
---
Created an attachment (id=17996)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17996&action=view)
contains modules iso_varying_string, ifiles, syntax_rules and main test program
COmplete code for t
--- Comment #7 from juergen dot reuter at desy dot de 2009-06-18 13:33
---
(In reply to comment #6)
> (In reply to comment #5)
The crucial part is that the return value is a pointer! If I
>
> Ys there is a bug there somewhere. I shall have to think this through.
&
5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: juergen dot reuter at desy dot de
GCC build triplet: 4.5.0 v149701
GCC host triplet: Linux x86. x86-64 and
--- Comment #1 from juergen dot reuter at desy dot de 2009-07-24 20:04
---
Created an attachment (id=18249)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18249&action=view)
main program for pointer output
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40851