This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.
Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index] Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
[4.2 PATCH INSTALLED]: Recommend MPFR 2.2.1
[fortran PATCH] Implement a(:,:) = 0.0 using memset
[fortran PATCH] Implement a(:,:) = 0.0 using memset (take 2)
[fortran PATCH] Minor ALLOCATE translation improvements
[fortran PATCH] Reduce NON_LVALUE_EXPR usage in array indices
[fortran, patch] Add PROTECTED support (PR23994)
Re: [fortran, patch] Add PROTECTED support (PR23994) - committed
Re: [fortran, patch] Fix handling of printf-style position specifiers of the form "%3$d" in error.c (PR29711)
Re: [fortran, patch] Fix handling of printf-style position specifiers of the form "%3$d" in error.c (PR29711)
[fortran, patch] Fix handling of printf-style position specifiers of the form "%3$d" in error.c (PR29711)
Re: [Fortran-Experiments, patch, committed] f90_type fix to allow real(c_real); testsuite fix
Re: [Fortran-Experiments, patch, committed] f90_type fix to allow real(c_real); testsuite fix
[Fortran-Experiments, patch, committed] f90_type fix to allow real(c_real); testsuite fix
[Fortran-Experiments] Bind(c) and kind
[Fortran-experiments] Bind(c) first experiences
[gfortran, patch] Fix -ff2c type mismatches
Re: [gfortran, patch] PR29441: Error out for non-standard intrinsics in initialization expression
Re: [gfortran, patch] PR29441: Error out for non-standard intrinsics in initialization expression
Re: [gfortran, testsuite] Fix bounds checking for substrings, enable bounds chekcing in dg testsuite, assorted fixes
Re: [gfortran, testsuite] Fix bounds checking for substrings, enable bounds chekcing in dg testsuite, assorted fixes
Re: [gfortran, testsuite] Fix bounds checking for substrings, enable bounds chekcing in dg testsuite, assorted fixes
Re: [gfortran, testsuite] Fix bounds checking for substrings, enable bounds chekcing in dg testsuite, assorted fixes
Re: [gfortran, testsuite] Fix bounds checking for substrings, enable bounds chekcing in dg testsuite, assorted fixes
Re: [gfortran, testsuite] Fix bounds checking for substrings, enable bounds chekcing in dg testsuite, assorted fixes
Re: [gfortran, testsuite] Fix bounds checking for substrings, enable bounds chekcing in dg testsuite, assorted fixes
[libgfortran,commited] Fix bootstrap on non-C99 math targets
[patcg, fortran] PR30200 write(*,myfmt="(1X,a,'xyz')") "A" prints Az' instead of Axyz
[patch, fortran, docs] Reorganization of gfortran.texi.
[patch, fortran, testsuite] Add dg-do directive to advance_3.f90
Re: [patch, fortran, testsuite] Rename tests with inappropriate number format
[patch, fortran, testsuite] Rename tests with inappropriate number format
[patch, fortran] Fixes for entity ambiguity and interfaces (PR29975, PR30068)
Re: [patch, fortran] PR30096 - Fixes for entity ambiguity and interfaces (PR29975, PR30068)
[patch, fortran] PR30096 - Fixes for entity ambiguity and interfaces (PR29975, PR30068)
[patch, fortran] Fix PR 30235
[Patch, fortran] PR20896 and PR25135 - last two interface patches
[Patch, fortran] PR23060 - %VAL, %LOC and %REF
[Patch, fortran] PR24325 - ICE in gfc_get_function_type
[Patch, fortran] PR27900 - ICE using intrinsics as arguments
Re: [Patch, fortran] PR27996 and PR29978 - warnings and errors on character lengths
Re: [Patch, fortran] PR29464 - problem with duplicate USE, ONLY of procedure in INTERFACE
Re: [Patch, fortran] PR29464 - problem with duplicate USE, ONLY of procedure in INTERFACE
Re: [Patch, fortran] PR29642 - Fortran 2003: VALUE Attribute (pass by value)
Re: [Patch, fortran] PR29642 - Fortran 2003: VALUE Attribute (pass by value)
Re: [Patch, fortran] PR29642 - Fortran 2003: VALUE Attribute (pass by value)
Re: [Patch, fortran] PR29821 - Ping
Re: [Patch, fortran] PR29912 - string array functions behaving incorrectly.
Re: [Patch, fortran] PR29912 - string array functions behaving incorrectly.
Re: [patch, fortran] PR29916 - Ping
[Patch, fortran] PR29941 - gfortran reports error with len of assumed size character array
[Patch, fortran] PR29975 - [meta-bugs] ICEs with CP2K
Re: [Patch, fortran] PR29992 - failure to detect module procedures that are not procedures from modules
[Patch, fortran] PR29992 - failure to detect module procedures that are not procedures from modules
Re: [Patch, fortran] PR30003 - Expressions with side effects in array references
[Patch, fortran] PR30003 - Expressions with side effects in array references
[patch, fortran] PR30014 INQUIRE (iolength = xx) limited to kind=4
[Patch, fortran] PR30034 and PR30237 - alternate returns in intrinsic procedures and pure procedure arguments
[Patch, fortran] PR30081 - Failure to overload non-generic intrinsics
Re: [Patch, fortran] PR30084 - segmentation falut when compiling certain code
[Patch, fortran] PR30084 - segmentation falut when compiling certain code
Re: [Patch, fortran] PR30190 - Bounds check generates wrong code for associated(p1(i)%p2,p1(i)%p2)
[Patch, fortran] PR30190 - Bounds check generates wrong code for associated(p1(i)%p2,p1(i)%p2)
[Patch, fortran] PR30202 - ICE in trans-array.c
Re: [Patch, fortran] PR30236 - alternate-return subroutine in generic interface causes ice/segfault
[Patch, fortran] PR30236 - alternate-return subroutine in generic interface causes ice/segfault
[Patch, fortran] PR30273
[patch, libfortran] Fix PR 30009 and 30056
Re: [patch, libgfortran] PR30005 Open errors (not/already exists etc.): show also the file name
[patch, libgfortran] PR30005 Open errors (not/already exists etc.): show also the file name
Re: [Patch,fortran] Make assoicated(null-pointer-to-array,null-pointer-to-array) return .FALSE.
[Patch,fortran] Make assoicated(null-pointer-to-array,null-pointer-to-array) return .FALSE.
Re: [patch,fortran] Accept noninteger exponents in initialization expressions for Fortran 2003 (PR29962)
Re: [patch,fortran] Accept noninteger exponents in initialization expressions for Fortran 2003 (PR29962)
[patch,fortran] Add test to gfortran.dg (gave an ICE with -ftree-optimize) (PR30092)
Re: [patch,fortran] Add test to gfortran.dg (gave an ICE with -ftree-optimize) (PR30092)
Re: [patch,fortran] Allow "IMPORT :: list-of-symbols" in interface bodys in modules (PR27546)
Re: [patch,fortran] Fix corner case where consecutive calls to date_and_time can return times out of sequence (PR30015)
Re: [patch,fortran] Fix corner case where consecutive calls to date_and_time can return times out of sequence (PR30015)
Re: [patch,fortran] Fix corner case where consecutive calls to date_and_time can return times out of sequence (PR30015)
Re: [patch,fortran] Fix corner case where consecutive calls to date_and_time can return times out of sequence (PR30015)
Re: [patch,fortran] Fix corner case where consecutive calls to date_and_time can return times out of sequence (PR30015)
[Patch,fortran] Make assoicated(null-pointer-to-scalar,null-pointer-to-scalar) return .FALSE. (PR30238)
Re: [Patch,fortran] Make assoicated(null-pointer-to-scalar,null-pointer-to-scalar) return .FALSE. (PR30238)
[patch,fortran] Update gfortran.texi's Fortran 2003 section
[patch,fortran]PR25057 default initialization and DATA statement conflict
[patch,libfortran] PR30145 write statement fails to ignore zero-sized array
[patch,wwwdata] Update Fortran section of gcc-4.2/changes.html
Re: [patch,wwwdocs] Add gfortran's 4-byte record markers change to gcc-4.2/changes.html
Re: [patch,wwwdocs] Add gfortran's 4-byte record markers change to gcc-4.2/changes.html
[patch,wwwdocs] Add gfortran's 4-byte record markers change to gcc-4.2/changes.html
[PATCH] fortran/30207 -- Fix a WHERE and array section problem
[PATCH] Increase MAX_ALIASED_VOPS for fortran
Re: [PATCH] Make the _gfortran_pow* const
[patch] Re: GFortran testsuite problems with "dg-do compile"
[PATCH]: Require MPFR 2.2.1
[PATCH][fortran] Make cbrt, cexpi and sincos builtins available
[PATCH][fortran] Rework allocator library interface
[PATCH][RFC] Change interface of allocate{,64}_array
[patches,fortran] Add POINTER INTENT(*) support (PR29624)
Re: [Ptach, fortran] PR25818 - Problem with handling optional and entry master arguments
Re: [Ptach, fortran] PR25818 - Problem with handling optional and entry master arguments
[Ptach, fortran] PR25818 - Problem with handling optional and entry master arguments
[RFC] centralizing vector support info in the testsuite
allocate() interface (PR30115)
Re: Announce: MPFR 2.2.1 is released
Backport of patches for PR20145 and 30200 ready for 4.1
Backports to 4.2
Re: Bounds-checking for Fortran testsuite was: Re: [gfortran, testsuite] Fix bounds checking for substrings, enable bounds chekcing in dg testsuite, assorted fixes
Re: Bounds-checking for Fortran testsuite was: Re: [gfortran, testsuite] Fix bounds checking for substrings, enable bounds chekcing in dg testsuite, assorted fixes
Re: Bounds-checking for Fortran testsuite was: Re: [gfortran, testsuite] Fix bounds checking for substrings, enable bounds chekcing in dg testsuite, assorted fixes
Bounds-checking for Fortran testsuite was: Re: [gfortran, testsuite] Fix bounds checking for substrings, enable bounds chekcing in dg testsuite, assorted fixes
Re: Bounds-checking for Fortran testsuite was: Re: [gfortran, testsuite] Fix bounds checking for substrings, enable bounds chekcing in dg testsuite, assorted fixes
Re: Bounds-checking for Fortran testsuite was: Re: [gfortran, testsuite] Fix bounds checking for substrings, enable bounds chekcing in dg testsuite, assorted fixes
Re: Bounds-checking for Fortran testsuite was: Re: [gfortran, testsuite] Fix bounds checking for substrings, enable bounds chekcing in dg testsuite, assorted fixes
Commit to fortran-experiment branch
Committed to fortran-experiments branch
Committed to ISO C Binding branch
Compiling Lapack With Gfortran
cp2k results info
ERROR: Couldn't find library file fortran-torture.exp.
Re: Extra swapping when using gfortran 4.3-20061224 vs gfortran 4.2-20061211
Extra swapping when using gfortran 4.3-20061224 vs gfortran 4.2-20061211
Fix Fortran bootstrap failure in interface.c
gfortran
gfortran bug?
gfortran output file compatibility between intel and PPC
Re: gfortran problem, 13 june 2006
Re: gfortran testsuite failures with 4.3.0 on powerpc64-apple-darwin8.8.0
Re: gfortran testsuite failures with 4.3.0 on powerpc64-apple-darwin8.8.0
gfortran testsuite failures with 4.3.0 on powerpc64-apple-darwin8.8.0
GFortran testsuite problems with "dg-do compile"
Help requested from a user
how to force preprocessing of *.f90 files (i.e., not *.F90)
I/O slow (buffered?) ; can I change this?
Implementation of "degree" (sind, cosd ...) intrinsic functions
internal compiler error: in fold_convert, at fold-const.c:2036
ISO_C_BINDING patch commited to fortran-experiments branch
Learning Fortran
libgfortran/mk-kinds-h.sh: Unknown type (cygwin)
Limiting compile time memory usage?
make clean: "../lib/classes.1: Permission denied" ?
MPFR precision when FLT_RADIX != 2
Non-functional compiler under SGI Irix
Patch for %VAL issue
Patch for fortran/30278
Re: Patch for PR29464
Patch PR libfortran/30321
Re: Re: Polyhedron speed comparison (on AMD64)
Possible regressions
Re: PR libfortran/29568 (subrecord patch)
problem with default initialized pointers in types?
Problem with DOUBLE PRECISION and DBLE(integer)
Problem with gfortran and named pipes under unix
procedure versus module name clash
PROTECTED attribute - almost working patch
PRs 20896 and 25135 - Merry Christmas everyone
A question on GFortran
Returning values from C function?
Reverted my ISO C BINDING branch changes.
RFC: Implementing FSEEK intrinsic, ErrLabel optional argument
Re: RFC: Reorganization of gfortran.texi
Re: Seek help for resolution.c for structures/allocation and POINTER INTENT
Seek help for resolution.c for structures/allocation and POINTER INTENT
Troubles with function returning a pointer with inner allocatable components.
Two of Eef's bugs, was: Re: gfortran
Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index] Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]