summaryrefslogtreecommitdiff
path: root/gcc/fortran
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/47359 (Recursive functions of intrinsic names generates invalid...Thomas Koenig2015-06-061-1/+1
* re PR fortran/47359 (Recursive functions of intrinsic names generates invalid...Thomas Koenig2015-06-065-61/+328
* re PR fortran/66347 (Seg fault (ICE) on compile)Steven G. Kargl2015-06-052-1/+7
* re PR fortran/66385 (ICE: FORALL writing multiple elements of one array)Thomas Koenig2015-06-052-0/+10
* Merge debug-early branch into mainline.Aldy Hernandez2015-06-053-30/+23
* [multiple changes]Steven G. Kargl2015-06-052-13/+19
* re PR fortran/58749 (PACK(ADJUSTL([" a"," b"]), [.TRUE.,.FALSE.]) causes an i...Thomas Koenig2015-06-042-0/+13
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-0421-65/+23
* Add the PR number that I forgot in m y previous commit.Steven G. Kargl2015-06-021-0/+1
* simplify.c (gfc_simplify_reshape): Convert assert into returning NULL, which ...Steven G. Kargl2015-06-022-2/+10
* trans-stmt.c (gfc_trans_allocate): Add missing location information for e3rhs.Andre Vehreschild2015-05-272-0/+7
* re PR fortran/66082 (memory leak with automatic array dummy argument with der...Paul Thomas2015-05-262-1/+19
* re PR fortran/66257 (ELEMENTAL procedure pointer component XX is not allowed ...Mikael Morin2015-05-242-1/+8
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2015-05-2315-363/+211
* Makefile.in (check_gcc_parallelize): Delete.Jim Wilson2015-05-222-1/+5
* re PR fortran/66176 (Handle conjg() in inline matmul)Thomas Koenig2015-05-212-12/+66
* re PR fortran/65548 (gfc_conv_procedure_call)Andre Vehreschild2015-05-202-93/+162
* re PR middle-end/66199 (lastprivate/linear clause issues on combined constructs)Jakub Jelinek2015-05-192-3/+20
* Replace line_map union with C++ class hierarchyDavid Malcolm2015-05-192-5/+14
* Use std::swap instead of explicit swapsMikhail Maltsev2015-05-194-18/+12
* re PR fortran/66057 (ICE for incomplete generic statement (gfc_match_generic))Steven G. Kargl2015-05-183-2/+15
* re PR fortran/66057 (ICE for incomplete generic statement (gfc_match_generic))Steven G. Kargl2015-05-182-0/+10
* re PR fortran/66052 (Segmentation fault for misplaced protected statement)Steven G. Kargl2015-05-182-1/+7
* re PR fortran/66045 (ICE on incorrect code with null)Steven G. Kargl2015-05-182-4/+12
* re PR fortran/66044 (ICE on misplaced entry statement)Steven G. Kargl2015-05-182-1/+7
* re PR fortran/66043 (ICE on storage_size of null or output of null array)Steven G. Kargl2015-05-182-0/+14
* re PR fortran/66040 (ICE on misplaced sequence in function)Steven G. Kargl2015-05-182-2/+7
* re PR fortran/66039 (ICE on incomplete parentheses at rewind, flush, endfile,...Steven G. Kargl2015-05-182-3/+7
* re PR fortran/64925 (ICE with same names for dummy arg and internal procedure)Steven G. Kargl2015-05-182-0/+11
* re PR fortran/65903 (Line continuation followed by comment character in strin...Jerry DeLisle2015-05-163-14/+14
* re PR fortran/66113 (Variable n cannot appear in the expression with nested b...Thomas Koenig2015-05-162-4/+20
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2015-05-166-194/+201
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2015-05-161-0/+30
* 2015-05-16 Mikael Morin <mikael@gcc.gnu.orgMikael Morin2015-05-162-6/+29
* re PR fortran/66111 (ICE with matmul and vector subscripts)Thomas Koenig2015-05-122-0/+30
* re PR fortran/66041 (Matmul ICE)Thomas Koenig2015-05-123-0/+15
* Fix fortran/66100 bound simplification ICEMikael Morin2015-05-112-2/+7
* re PR fortran/66041 (Matmul ICE)Thomas Koenig2015-05-102-14/+61
* bound simplification refactoringMikael Morin2015-05-102-49/+44
* Fix fortran/65894 elemental procedures wrong-codeMikael Morin2015-05-095-29/+64
* trans-array.c (gfc_walk_elemental_function_args): Don't skip the advance to t...Mikael Morin2015-05-082-1/+8
* re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig2015-05-0610-39/+1235
* Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm2015-05-056-12/+21
* re PR fortran/65976 (gfortran man-page lists the -fno-fixed-form flag but doe...Steven G. Kargl2015-05-022-2/+7
* Allow bound simplification of array subreferences.Mikael Morin2015-05-012-9/+11
* re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig2015-04-302-0/+40
* Fix spurious semicolonsDavid Malcolm2015-04-303-2/+8
* interface.c (gfc_compare_types): Check for unlimited polymorphism flag in the...Andre Vehreschild2015-04-283-8/+38
* Makefile-lan.in (ada.mostlyclean): Remove gnatbind and gnat1.Jim Wilson2015-04-272-1/+6
* re PR fortran/59678 ([F03] Segfault on equalizing variables of a complex deri...Andre Vehreschild2015-04-275-43/+85