aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2015-06-11re PR fortran/66079 (memory leak with source allocation in internal subprogram)Paul Thomas3-2/+39
2015-06-11Restore DW_AT_abstract_origin for cross-unit call sitesPierre-Marie de Rodat2-0/+6
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod23-70/+25
2015-06-08re PR fortran/66245 (ICE on select type with empty type spec)Steven G. Kargl2-2/+14
2015-06-06re PR fortran/47359 (Recursive functions of intrinsic names generates invalid...Thomas Koenig1-1/+1
2015-06-06re PR fortran/47359 (Recursive functions of intrinsic names generates invalid...Thomas Koenig5-61/+328
2015-06-05re PR fortran/66347 (Seg fault (ICE) on compile)Steven G. Kargl2-1/+7
2015-06-05re PR fortran/66385 (ICE: FORALL writing multiple elements of one array)Thomas Koenig2-0/+10
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez3-30/+23
2015-06-05[multiple changes]Steven G. Kargl2-13/+19
2015-06-04re PR fortran/58749 (PACK(ADJUSTL([" a"," b"]), [.TRUE.,.FALSE.]) causes an i...Thomas Koenig2-0/+13
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod21-65/+23
2015-06-02Add the PR number that I forgot in m y previous commit.Steven G. Kargl1-0/+1
2015-06-02simplify.c (gfc_simplify_reshape): Convert assert into returning NULL, which ...Steven G. Kargl2-2/+10
2015-05-27trans-stmt.c (gfc_trans_allocate): Add missing location information for e3rhs.Andre Vehreschild2-0/+7
2015-05-26re PR fortran/66082 (memory leak with automatic array dummy argument with der...Paul Thomas2-1/+19
2015-05-24re PR fortran/66257 (ELEMENTAL procedure pointer component XX is not allowed ...Mikael Morin2-1/+8
2015-05-23re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez15-363/+211
2015-05-22Makefile.in (check_gcc_parallelize): Delete.Jim Wilson2-1/+5
2015-05-21re PR fortran/66176 (Handle conjg() in inline matmul)Thomas Koenig2-12/+66
2015-05-20re PR fortran/65548 (gfc_conv_procedure_call)Andre Vehreschild2-93/+162
2015-05-19re PR middle-end/66199 (lastprivate/linear clause issues on combined constructs)Jakub Jelinek2-3/+20
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm2-5/+14
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev4-18/+12
2015-05-18re PR fortran/66057 (ICE for incomplete generic statement (gfc_match_generic))Steven G. Kargl3-2/+15
2015-05-18re PR fortran/66057 (ICE for incomplete generic statement (gfc_match_generic))Steven G. Kargl2-0/+10
2015-05-18re PR fortran/66052 (Segmentation fault for misplaced protected statement)Steven G. Kargl2-1/+7
2015-05-18re PR fortran/66045 (ICE on incorrect code with null)Steven G. Kargl2-4/+12
2015-05-18re PR fortran/66044 (ICE on misplaced entry statement)Steven G. Kargl2-1/+7
2015-05-18re PR fortran/66043 (ICE on storage_size of null or output of null array)Steven G. Kargl2-0/+14
2015-05-18re PR fortran/66040 (ICE on misplaced sequence in function)Steven G. Kargl2-2/+7
2015-05-18re PR fortran/66039 (ICE on incomplete parentheses at rewind, flush, endfile,...Steven G. Kargl2-3/+7
2015-05-18re PR fortran/64925 (ICE with same names for dummy arg and internal procedure)Steven G. Kargl2-0/+11
2015-05-16re PR fortran/65903 (Line continuation followed by comment character in strin...Jerry DeLisle3-14/+14
2015-05-16re PR fortran/66113 (Variable n cannot appear in the expression with nested b...Thomas Koenig2-4/+20
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez6-194/+201
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-0/+30
2015-05-162015-05-16 Mikael Morin <mikael@gcc.gnu.orgMikael Morin2-6/+29
2015-05-12re PR fortran/66111 (ICE with matmul and vector subscripts)Thomas Koenig2-0/+30
2015-05-12re PR fortran/66041 (Matmul ICE)Thomas Koenig3-0/+15
2015-05-11Fix fortran/66100 bound simplification ICEMikael Morin2-2/+7
2015-05-10re PR fortran/66041 (Matmul ICE)Thomas Koenig2-14/+61
2015-05-10bound simplification refactoringMikael Morin2-49/+44
2015-05-09Fix fortran/65894 elemental procedures wrong-codeMikael Morin5-29/+64
2015-05-08trans-array.c (gfc_walk_elemental_function_args): Don't skip the advance to t...Mikael Morin2-1/+8
2015-05-06re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig10-39/+1235
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm6-12/+21
2015-05-02re PR fortran/65976 (gfortran man-page lists the -fno-fixed-form flag but doe...Steven G. Kargl2-2/+7
2015-05-01Allow bound simplification of array subreferences.Mikael Morin2-9/+11
2015-04-30re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig2-0/+40