http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56994
Bug #: 56994
Summary: Incorrect documentation for Fortran NEAREST intrinsic
function
Classification: Unclassified
Product: gcc
Version: unknown
Status: UNCO
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54695
Bug #: 54695
Summary: Bogus warning for module variable in USE statement
with -Wall
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFI
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: spam.brian.taylor at gmail dot com
Created attachment 30145
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30145&action=edit
Test case for vectorization of loops con
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51024
--- Comment #2 from Brian Taylor ---
This problem persists in gcc 4.8.0.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57328
--- Comment #7 from Brian Taylor ---
(In reply to Jakub Jelinek from comment #5)
> But vectorization reorders the loop iterations, thus say if some value is
> sNaN, you'd get exceptions in different order. So, I'm afraid without
> -ffast-math you
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: spam.brian.taylor at gmail dot com
Created attachment 30197
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30197&action=edit
Test omp_lib keyword argumen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57423
Brian Taylor changed:
What|Removed |Added
Severity|normal |trivial
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: spam.brian.taylor at gmail dot com
Target Milestone: ---
The following code causes gfortran 6.2.0 to ICE:
user@host $ cat bad_len.f90
program bad_len
implicit none
contains
subroutine sub()
character
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: spam.brian.taylor at gmail dot com
Prior to the Fortran 2003 standard, only a subset of transformational intrinsic
functions were allowed in initialization expressions
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: spam.brian.taylor at gmail dot com
Target Milestone: ---
The gfortran documentation for the RANDOM_NUMBER and RANDOM_SEED subroutines
indicates that they are part of Fortran 95 and
10 matches
Mail list logo