[Bug fortran/26551] New: gfortran compiles recursive subroutines declared without the RECURSIVE attribute

2006-03-03 Thread bdtaylo1 at uiuc dot edu
ortran compiles recursive subroutines declared without the RECURSIVE attribute Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gc

[Bug fortran/26551] gfortran compiles recursive subroutines declared without the RECURSIVE attribute

2006-03-03 Thread bdtaylo1 at uiuc dot edu
--- Comment #3 from bdtaylo1 at uiuc dot edu 2006-03-03 21:05 --- The second example (involving a recursive call to an ENTRY statement) also errors out on g77 (v3.4.4): >$ g77 -ffree-form sub2.f -c sub2.f: In subroutine `sub2': sub2.f:2: ENTRY ENT2() 1 sub2.f:3: (c

[Bug fortran/19925] Implied do-loop in an initialization expression is broken

2007-01-02 Thread bdtaylo1 at uiuc dot edu
--- Comment #7 from bdtaylo1 at uiuc dot edu 2007-01-02 21:47 --- (In reply to comment #6) > (The _i_initialized variable is not needed in a main program, but it is in a > procedure.) This far it isn't a huge problem, but when 'i' is a PARAMETER it > gets more