aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2009-01-21re PR fortran/38887 (run-time abort for MVBITS with run-time zero sized array...Daniel Kraft2-3/+4
2009-01-20re PR fortran/38907 (ICE when contained function has same name as module func...Paul Thomas2-31/+66
2009-01-20invoke.texi (RANGE): RANGE also takes INTEGER arguments.Tobias Burnus2-3/+8
2009-01-19re PR fortran/38859 (ubound and lbound treat structure component references a...Mikael Morin2-1/+10
2009-01-17re PR fortran/38657 (PUBLIC/PRIVATE Common blocks)Paul Thomas2-4/+16
2009-01-17re PR fortran/34955 (transfer_assumed_size_1.f90: Valgrind error: invalid rea...Paul Thomas2-84/+102
2009-01-17re PR fortran/38657 (PUBLIC/PRIVATE Common blocks)Paul Thomas2-6/+7
2009-01-16re PR fortran/38152 (procedure pointers as module variables)Janus Weil3-5/+28
2009-01-14ChangeLog-2007: Clean out svn merge droppings.Steven G. Kargl2-1/+4
2009-01-10re PR fortran/38763 (TRANSFER ICE due to missing EXPR_NULL case)Paul Thomas2-3/+13
2009-01-10re PR fortran/38765 (ICE in check_host_association)Paul Thomas2-2/+9
2009-01-09check.c: Update copyright year.Paul Thomas10-10/+10
2009-01-06re PR fortran/38220 (C_LOC intrinsic non-pure and without explicit interface)Thomas Koenig3-2/+14
2009-01-05re PR fortran/38657 (PUBLIC/PRIVATE Common blocks)Paul Thomas2-2/+13
2009-01-05re PR fortran/37159 (RANDOM_SEED: GET= check array size at compile time and...Daniel Franke2-7/+22
2009-01-05re PR fortran/38672 (ICE during build with versions 4.3.2 and 4.4-20081226)Thomas Koenig3-1/+11
2009-01-04re PR fortran/38665 (ICE in check_host_association)Paul Thomas4-1/+24
2009-01-04re PR fortran/35681 (wrong result for vector subscripted array expression in ...Mikael Morin4-19/+41
2009-01-04intrinsic.c (do_simplify): Removed already implemented TODO.Daniel Franke2-3/+4
2009-01-04re PR fortran/38718 (some simplifiers for elemental intrinsics missing; requi...Daniel Franke4-1/+21
2009-01-04re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...Mikael Morin4-38/+21
2009-01-03symbol.c (save_symbol): Don't SAVE function results.Daniel Franke2-0/+5
2009-01-03re PR fortran/38594 (module function name mangled improperly if contained fun...Paul Thomas3-4137/+4149
2008-12-31check.c (dim_rank_check): Fixed checking of dimension argument if array is of...Daniel Franke2-7/+17
2008-12-23Fix PR number referenced in ChangeLog.Jerry DeLisle1-1/+1
2008-12-22re PR fortran/35780 (internal compiler error for complicated PARAMETER expres...Paul Thomas2-0/+11
2008-12-21re PR fortran/38398 (g0.w edit descriptor: Update for F2008 Tokyo meeting cha...Jerry DeLisle2-3/+19
2008-12-21re PR fortran/37605 (Remarks on user manual for Gfortran)Arjen Markus4-54/+90
2008-12-18re PR fortran/31822 (Missing run-time bound checks for character pointer => t...Daniel Kraft7-24/+72
2008-12-17re PR fortran/38137 (MERGE: -fbounds-check runtime check for same string length)Daniel Kraft2-1/+40
2008-12-15re PR fortran/38487 (Bogus Warning: INTENT(INOUT) actual argument might inter...Mikael Morin2-12/+30
2008-12-15re PR fortran/38113 (on warning/error: skip whitespaces, move position marker...Mikael Morin3-10/+11
2008-12-14re PR fortran/35937 (Wrong type for charlength of function)Paul Thomas2-1/+7
2008-12-12re PR fortran/36355 (matmul argument-check: wrong error messages)Daniel Franke2-2/+18
2008-12-11Make-lang.in (install-finclude-dir): Use correct mode argument for mkinstalld...Richard Guenther2-1/+6
2008-12-09re PR fortran/36376 (-cpp -save-temps passes unknown options to f951)Daniel Franke2-10/+32
2008-12-09re PR fortran/36457 (preprocessing: option -idirafter undefined for fortran)Daniel Franke5-1/+37
2008-12-09re PR fortran/37469 (invalid GMP usage on gfortran.dg/parameter_array_init_3....Mikael Morin2-4/+19
2008-12-09re PR fortran/35983 (C_LOC in derived type constructor gives weird result)Mikael Morin2-14/+11
2008-12-07re PR fortran/38425 (I/O: POS= compile-time diagnostics)Jerry DeLisle2-5/+19
2008-12-06re PR fortran/38415 (procedure pointer assignment to abstract interface)Janus Weil2-1/+15
2008-12-06re PR fortran/38291 (Rejects I/O with POS= if FMT=*)Jerry DeLisle2-2/+10
2008-12-05Fix dates.Eric Botcazou1-1/+1
2008-12-05re PR bootstrap/38262 (GCC components unnecessarily link with shared gmp/mpfr)Jakub Jelinek1-0/+5
2008-12-05re PR bootstrap/38262 (GCC components unnecessarily link with shared gmp/mpfr)Sebastian Pop1-1/+1
2008-12-02Make-lang.in (install-finclude-dir): Use mkinstalldirs and don't remove the f...Jakub Jelinek2-3/+7
2008-12-02re PR fortran/36704 (Procedure pointer as function result)Janus Weil7-9/+51
2008-12-01re PR fortran/38252 (Empty function with CONTAINS triggers Internal Error)Mikael Morin2-1/+7
2008-11-30re PR fortran/37779 (Missing RECURSIVE not detected)Daniel Kraft3-44/+89
2008-11-29* trans-array.c (gfc_conv_array_parameter): Guard union access.Eric Botcazou2-1/+6