: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: david.sagan at gmail dot com
Target Milestone: ---
Consider the test program:
program tao_program
implicit none
integer i
character(80) abc(9
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95293
--- Comment #6 from David Sagan ---
> program foo
>real x
>x = 42
>call bar(x)
>print *, x
>contains
> subroutine bar(a)
> real, intent(inout) :: a
> a = 12
> x = 0
> end subroutine bar
> end
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95293
--- Comment #2 from David Sagan ---
The gcc documentation says:
‘array-temps’
Warns at run time when for passing an actual argument a temporary array had to
be generated. The information generated by this warning is sometimes useful in
optimizat
: libfortran
Assignee: unassigned at gcc dot gnu.org
Reporter: david.sagan at gmail dot com
Target Milestone: ---
The test program is:
program test
implicit none
type cb_struct
real :: cbar = 0
end type
type scratch_struct
type (cb_struct) :: cc(10)
real :: zz(10) = 0
end type
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82086
David Sagan changed:
What|Removed |Added
CC||david.sagan at gmail dot com
--- Comment
: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: david.sagan at gmail dot com
Target Milestone: ---
consider the following test program:
subroutine tao_show_this ()
implicit none
type b_struct
integer, pointer :: good_user => null()
end type
type a_struct
t
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: david.sagan at gmail dot com
Target Milestone: ---
Using gfortran 7.3.0:
Davids-Mac-mini:~/Bmad> gfortran --version
GNU Fortran (MacPorts gcc7 7.3.0_0) 7.3.0
Test program
: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: david.sagan at gmail dot com
Target Milestone: ---
Consider the following program:
module test_mod
contains
subroutine match_word (names)
implicit none
character(*) names
: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: david.sagan at gmail dot com
Target Milestone: ---
Consider the code:
module mode3_mod
contains
subroutine xyz(loc)
implicit none
class(*) :: loc
real X(6)
integer ix_use
select type (loc)
type is (integer)
x = 0
type
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49025
--- Comment #2 from David Sagan ---
Bug present in 5.3.1
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: david.sagan at gmail dot com
Target Milestone: ---
Test program is:
program test
type my_type
character(:), allocatable :: c
end type
type (my_type) var
var = my_type()
end
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56378
--- Comment #3 from David Sagan 2013-02-18
16:36:14 UTC ---
Somehow the attachment did not get sent with the initial writeup Now it is
downloaded.
(In reply to comment #1)
> (In reply to comment #0)
> > 1) Unpack and cd to the attached
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56378
--- Comment #2 from David Sagan 2013-02-18
16:34:30 UTC ---
Created attachment 29483
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29483
3 *.f90 files and script to run them
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56378
Bug #: 56378
Summary: gfortran internal compiler error
Classification: Unclassified
Product: gcc
Version: 4.7.2
Status: UNCONFIRMED
Severity: normal
Priori
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51904
Bug #: 51904
Summary: Internal Compiler Error on size function evaluation
Classification: Unclassified
Product: gcc
Version: 4.6.3
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49597
--- Comment #4 from david.sagan at gmail dot com 2011-07-27 13:43:18 UTC ---
Yes a later version does not show the bug. Much thanks.
-- David
(In reply to comment #3)
> (In reply to comment #2)
> > I will tke this one.
>
> Jerr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49597
Summary: gfortran namelist read bug
Product: gcc
Version: 4.5.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassig...@gcc.gnu.or
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49328
Summary: Internal compiler error due to explicit array bounds
in contained routine argument
Product: gcc
Version: 4.5.1
Status: UNCONFIRMED
Severity: normal
Priori
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49025
Summary: gfortran bug: Local variable does not hide generic
procedure.
Product: gcc
Version: 4.5.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46339
--- Comment #23 from david.sagan at gmail dot com 2010-11-19 21:24:01 UTC ---
(In reply to comment #22)
> > > Is there something invalid here?
> >
> > Yes. You need to allocate ptr unless you have
> > pault's [
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46339
--- Comment #20 from david.sagan at gmail dot com 2010-11-19 20:46:36 UTC ---
(In reply to comment #19)
> Is there something invalid here?
> ptr = myA%i%j
Yes this is not correct. This line should be:
ptr => myA%i%j
If you use
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46339
Summary: Internal compiler error
Product: gcc
Version: 4.5.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassig...@gcc.gnu.org
22 matches
Mail list logo