aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2007-01-02re PR fortran/30276 (gfortran include problem)Tobias Burnus2-0/+10
2007-01-02re PR fortran/20896 (ambiguous interface not detected)Paul Thomas4-7/+10
2007-01-01Rotate ChangeLog.Steven G. Kargl2-4537/+4541
2006-12-31re PR fortran/27900 ([4.1 only] ICE using intrinsics as arguments)Paul Thomas2-0/+48
2006-12-31re PR fortran/23060 (%VAL, %REF and %DESCR constructs not implemented)Paul Thomas6-14/+238
2006-12-28re PR fortran/30034 ([4.1 only] pure subroutine requires intent for procedure...Paul Thomas3-14/+26
2006-12-28re PR libfortran/30014 (INQUIRE (iolength = xx) limited to kind=4)Jerry DeLisle3-3/+20
2006-12-27interface.c (compare_actual_formal): Remove unused variable gsym.Gerald Pfeifer2-1/+5
2006-12-27re PR fortran/20896 (ambiguous interface not detected)Paul Thomas5-22/+39
2006-12-22re PR fortran/25818 ([4.1 only] Problem with handling optional and entry mast...Paul Thomas5-22/+107
2006-12-22trans-array.c (gfc_trans_create_temp_array): When the size is known at compil...Roger Sayle2-15/+35
2006-12-22* interface.c: Fix a comment typo.Kazu Hirata2-1/+5
2006-12-21re PR fortran/30273 ([4.1 only] gfc_todo: Not Implemented: Unable to determin...Paul Thomas2-0/+7
2006-12-21re PR fortran/30202 ([4.1 only] ICE in trans-array.c)Paul Thomas2-3/+8
2006-12-21re PR fortran/25392 (ICEs with -ff2c)Tobias Schlüter4-27/+46
2006-12-20re PR fortran/30190 ([4.1 only] Bounds check generates wrong code for associa...Paul Thomas2-2/+6
2006-12-20trans-expr.c (is_zero_initializer_p): Determine whether a given constant expr...Roger Sayle2-0/+97
2006-12-20re PR fortran/29992 ([4.1 only] INTERFACE equivalent to MODULE PROCEDURE?!)Paul Thomas5-6/+37
2006-12-19re PR fortran/30238 (associated(null-pointer, null-pointer) returns .true.)Tobias Burnus2-1/+8
2006-12-19re PR fortran/30236 ([4.1 only]alternate-return subroutine in generic interfa...Paul Thomas2-6/+18
2006-12-18trans-array.c (gfc_conv_array_index_offset): Avoid multiplying index by one, ...Roger Sayle2-5/+13
2006-12-17re PR fortran/30207 (ICE in gfc_dep_resolver with where (a < 0) a(:) = 1)Roger Sayle4-20/+65
2006-12-16gfortran.texi: Added TeX support for document parts...Brooks Moses2-172/+267
2006-12-15re PR libfortran/30200 ([4.1 only] write(*,myfmt="(1X,a,'xyz')") "A" prints ...Jerry DeLisle2-1/+6
2006-12-14Make-lang.in (fortran/options.o): Add $(PARAMS_H) dependency.Richard Guenther3-1/+13
2006-12-13re PR fortran/30115 (allocate() interface pessimizes aliasing)Richard Guenther4-31/+56
2006-12-12trans-expr.c (gfc_conv_substring): Check for empty substring.Tobias Schlüter2-1/+13
2006-12-11Move all varpool routines out of cgraph/cgraphunit to varpool.cJan Hubicka2-1/+5
2006-12-10gfortran.texi: Update Fortran 2003 section.Tobias Burnus2-0/+18
2006-12-10re PR fortran/23994 (PROTECTED attribute (F2003) is not implemented)Tobias Burnus13-5/+233
2006-12-09re PR other/29975 ([meta-bugs] ICEs with CP2K)Paul Thomas7-24/+70
2006-12-09re PR fortran/29464 ([4.1 only] problem with duplicate USE, ONLY of procedure...Paul Thomas4-16/+43
2006-12-09re PR fortran/29941 ([4.1 only] gfortran reports error with len of assumed si...Paul Thomas2-9/+18
2006-12-08re PR fortran/27546 (IMPORT is broken)Tobias Burnus2-7/+6
2006-12-07re PR fortran/29711 ([4.2 only] error_print does not support %N$X)Tobias Burnus2-0/+7
2006-12-05re PR fortran/30003 ([4.1 only] Expressions with side effects in array refere...Paul Thomas3-1/+38
2006-12-05re PR fortran/29912 ([4.1 only] Gfortran: string array functions behaving inc...Paul Thomas2-0/+24
2006-12-05Revert accidental change.Aldy Hernandez1-13/+0
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez7-19/+52
2006-12-04re PR fortran/29962 (Initialization expressions)Tobias Burnus2-3/+10
2006-12-04[multiple changes]Paul Thomas2-1/+14
2006-12-04re PR fortran/29916 ([4.1 only] Dimension of a function result as host associ...Paul Thomas3-2/+20
2006-12-03re PR fortran/29642 (Fortran 2003: VALUE Attribute (call by value not call by...Paul Thomas11-24/+188
2006-12-01re PR libfortran/29568 (implement unformatted files with subrecords (Intel st...Thomas Koenig6-8/+62
2006-11-28re PR fortran/29976 (ICE on optional arg)Paul Thomas2-1/+8
2006-11-28re PR fortran/20880 (USE association of procedure's own interface)Paul Thomas2-1/+9
2006-11-26re PR fortran/29892 (substring out of bounds: Missing variable name for varia...Francois-Xavier Coudert3-6/+45
2006-11-26trans-decl.c (gfc_build_intrinsic_function_decls): Mark the pow functions as ...Andrew Pinski2-0/+8
2006-11-25re PR fortran/29982 ([4.1 only] ICE in write() with gfortran 4.1.2 (and 4.2 a...Andrew Pinski2-2/+9
2006-11-25re PR fortran/29951 (incorrect conversion from string to integer by TRANSFER())Andrew Pinski2-3/+25