index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
fortran
Age
Commit message (
Expand
)
Author
Files
Lines
2007-01-02
re PR fortran/30276 (gfortran include problem)
Tobias Burnus
2
-0
/
+10
2007-01-02
re PR fortran/20896 (ambiguous interface not detected)
Paul Thomas
4
-7
/
+10
2007-01-01
Rotate ChangeLog.
Steven G. Kargl
2
-4537
/
+4541
2006-12-31
re PR fortran/27900 ([4.1 only] ICE using intrinsics as arguments)
Paul Thomas
2
-0
/
+48
2006-12-31
re PR fortran/23060 (%VAL, %REF and %DESCR constructs not implemented)
Paul Thomas
6
-14
/
+238
2006-12-28
re PR fortran/30034 ([4.1 only] pure subroutine requires intent for procedure...
Paul Thomas
3
-14
/
+26
2006-12-28
re PR libfortran/30014 (INQUIRE (iolength = xx) limited to kind=4)
Jerry DeLisle
3
-3
/
+20
2006-12-27
interface.c (compare_actual_formal): Remove unused variable gsym.
Gerald Pfeifer
2
-1
/
+5
2006-12-27
re PR fortran/20896 (ambiguous interface not detected)
Paul Thomas
5
-22
/
+39
2006-12-22
re PR fortran/25818 ([4.1 only] Problem with handling optional and entry mast...
Paul Thomas
5
-22
/
+107
2006-12-22
trans-array.c (gfc_trans_create_temp_array): When the size is known at compil...
Roger Sayle
2
-15
/
+35
2006-12-22
* interface.c: Fix a comment typo.
Kazu Hirata
2
-1
/
+5
2006-12-21
re PR fortran/30273 ([4.1 only] gfc_todo: Not Implemented: Unable to determin...
Paul Thomas
2
-0
/
+7
2006-12-21
re PR fortran/30202 ([4.1 only] ICE in trans-array.c)
Paul Thomas
2
-3
/
+8
2006-12-21
re PR fortran/25392 (ICEs with -ff2c)
Tobias Schlüter
4
-27
/
+46
2006-12-20
re PR fortran/30190 ([4.1 only] Bounds check generates wrong code for associa...
Paul Thomas
2
-2
/
+6
2006-12-20
trans-expr.c (is_zero_initializer_p): Determine whether a given constant expr...
Roger Sayle
2
-0
/
+97
2006-12-20
re PR fortran/29992 ([4.1 only] INTERFACE equivalent to MODULE PROCEDURE?!)
Paul Thomas
5
-6
/
+37
2006-12-19
re PR fortran/30238 (associated(null-pointer, null-pointer) returns .true.)
Tobias Burnus
2
-1
/
+8
2006-12-19
re PR fortran/30236 ([4.1 only]alternate-return subroutine in generic interfa...
Paul Thomas
2
-6
/
+18
2006-12-18
trans-array.c (gfc_conv_array_index_offset): Avoid multiplying index by one, ...
Roger Sayle
2
-5
/
+13
2006-12-17
re PR fortran/30207 (ICE in gfc_dep_resolver with where (a < 0) a(:) = 1)
Roger Sayle
4
-20
/
+65
2006-12-16
gfortran.texi: Added TeX support for document parts...
Brooks Moses
2
-172
/
+267
2006-12-15
re PR libfortran/30200 ([4.1 only] write(*,myfmt="(1X,a,'xyz')") "A" prints ...
Jerry DeLisle
2
-1
/
+6
2006-12-14
Make-lang.in (fortran/options.o): Add $(PARAMS_H) dependency.
Richard Guenther
3
-1
/
+13
2006-12-13
re PR fortran/30115 (allocate() interface pessimizes aliasing)
Richard Guenther
4
-31
/
+56
2006-12-12
trans-expr.c (gfc_conv_substring): Check for empty substring.
Tobias Schlüter
2
-1
/
+13
2006-12-11
Move all varpool routines out of cgraph/cgraphunit to varpool.c
Jan Hubicka
2
-1
/
+5
2006-12-10
gfortran.texi: Update Fortran 2003 section.
Tobias Burnus
2
-0
/
+18
2006-12-10
re PR fortran/23994 (PROTECTED attribute (F2003) is not implemented)
Tobias Burnus
13
-5
/
+233
2006-12-09
re PR other/29975 ([meta-bugs] ICEs with CP2K)
Paul Thomas
7
-24
/
+70
2006-12-09
re PR fortran/29464 ([4.1 only] problem with duplicate USE, ONLY of procedure...
Paul Thomas
4
-16
/
+43
2006-12-09
re PR fortran/29941 ([4.1 only] gfortran reports error with len of assumed si...
Paul Thomas
2
-9
/
+18
2006-12-08
re PR fortran/27546 (IMPORT is broken)
Tobias Burnus
2
-7
/
+6
2006-12-07
re PR fortran/29711 ([4.2 only] error_print does not support %N$X)
Tobias Burnus
2
-0
/
+7
2006-12-05
re PR fortran/30003 ([4.1 only] Expressions with side effects in array refere...
Paul Thomas
3
-1
/
+38
2006-12-05
re PR fortran/29912 ([4.1 only] Gfortran: string array functions behaving inc...
Paul Thomas
2
-0
/
+24
2006-12-05
Revert accidental change.
Aldy Hernandez
1
-13
/
+0
2006-12-05
Merge gimple-tuples-branch into mainline.
Aldy Hernandez
7
-19
/
+52
2006-12-04
re PR fortran/29962 (Initialization expressions)
Tobias Burnus
2
-3
/
+10
2006-12-04
[multiple changes]
Paul Thomas
2
-1
/
+14
2006-12-04
re PR fortran/29916 ([4.1 only] Dimension of a function result as host associ...
Paul Thomas
3
-2
/
+20
2006-12-03
re PR fortran/29642 (Fortran 2003: VALUE Attribute (call by value not call by...
Paul Thomas
11
-24
/
+188
2006-12-01
re PR libfortran/29568 (implement unformatted files with subrecords (Intel st...
Thomas Koenig
6
-8
/
+62
2006-11-28
re PR fortran/29976 (ICE on optional arg)
Paul Thomas
2
-1
/
+8
2006-11-28
re PR fortran/20880 (USE association of procedure's own interface)
Paul Thomas
2
-1
/
+9
2006-11-26
re PR fortran/29892 (substring out of bounds: Missing variable name for varia...
Francois-Xavier Coudert
3
-6
/
+45
2006-11-26
trans-decl.c (gfc_build_intrinsic_function_decls): Mark the pow functions as ...
Andrew Pinski
2
-0
/
+8
2006-11-25
re PR fortran/29982 ([4.1 only] ICE in write() with gfortran 4.1.2 (and 4.2 a...
Andrew Pinski
2
-2
/
+9
2006-11-25
re PR fortran/29951 (incorrect conversion from string to integer by TRANSFER())
Andrew Pinski
2
-3
/
+25
[next]