Age | Commit message (Expand) | Author | Files | Lines |
2015-05-24 | re PR fortran/66257 (ELEMENTAL procedure pointer component XX is not allowed ... | Mikael Morin | 2 | -1/+8 |
2015-05-23 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 15 | -363/+211 |
2015-05-22 | Makefile.in (check_gcc_parallelize): Delete. | Jim Wilson | 2 | -1/+5 |
2015-05-21 | re PR fortran/66176 (Handle conjg() in inline matmul) | Thomas Koenig | 2 | -12/+66 |
2015-05-20 | re PR fortran/65548 (gfc_conv_procedure_call) | Andre Vehreschild | 2 | -93/+162 |
2015-05-19 | re PR middle-end/66199 (lastprivate/linear clause issues on combined constructs) | Jakub Jelinek | 2 | -3/+20 |
2015-05-19 | Replace line_map union with C++ class hierarchy | David Malcolm | 2 | -5/+14 |
2015-05-19 | Use std::swap instead of explicit swaps | Mikhail Maltsev | 4 | -18/+12 |
2015-05-18 | re PR fortran/66057 (ICE for incomplete generic statement (gfc_match_generic)) | Steven G. Kargl | 3 | -2/+15 |
2015-05-18 | re PR fortran/66057 (ICE for incomplete generic statement (gfc_match_generic)) | Steven G. Kargl | 2 | -0/+10 |
2015-05-18 | re PR fortran/66052 (Segmentation fault for misplaced protected statement) | Steven G. Kargl | 2 | -1/+7 |
2015-05-18 | re PR fortran/66045 (ICE on incorrect code with null) | Steven G. Kargl | 2 | -4/+12 |
2015-05-18 | re PR fortran/66044 (ICE on misplaced entry statement) | Steven G. Kargl | 2 | -1/+7 |
2015-05-18 | re PR fortran/66043 (ICE on storage_size of null or output of null array) | Steven G. Kargl | 2 | -0/+14 |
2015-05-18 | re PR fortran/66040 (ICE on misplaced sequence in function) | Steven G. Kargl | 2 | -2/+7 |
2015-05-18 | re PR fortran/66039 (ICE on incomplete parentheses at rewind, flush, endfile,... | Steven G. Kargl | 2 | -3/+7 |
2015-05-18 | re PR fortran/64925 (ICE with same names for dummy arg and internal procedure) | Steven G. Kargl | 2 | -0/+11 |
2015-05-16 | re PR fortran/65903 (Line continuation followed by comment character in strin... | Jerry DeLisle | 3 | -14/+14 |
2015-05-16 | re PR fortran/66113 (Variable n cannot appear in the expression with nested b... | Thomas Koenig | 2 | -4/+20 |
2015-05-16 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 6 | -194/+201 |
2015-05-16 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -0/+30 |
2015-05-16 | 2015-05-16 Mikael Morin <mikael@gcc.gnu.org | Mikael Morin | 2 | -6/+29 |
2015-05-12 | re PR fortran/66111 (ICE with matmul and vector subscripts) | Thomas Koenig | 2 | -0/+30 |
2015-05-12 | re PR fortran/66041 (Matmul ICE) | Thomas Koenig | 3 | -0/+15 |
2015-05-11 | Fix fortran/66100 bound simplification ICE | Mikael Morin | 2 | -2/+7 |
2015-05-10 | re PR fortran/66041 (Matmul ICE) | Thomas Koenig | 2 | -14/+61 |
2015-05-10 | bound simplification refactoring | Mikael Morin | 2 | -49/+44 |
2015-05-09 | Fix fortran/65894 elemental procedures wrong-code | Mikael Morin | 5 | -29/+64 |
2015-05-08 | trans-array.c (gfc_walk_elemental_function_args): Don't skip the advance to t... | Mikael Morin | 2 | -1/+8 |
2015-05-06 | re PR fortran/37131 (inline matmul for small matrix sizes) | Thomas Koenig | 10 | -39/+1235 |
2015-05-05 | Fix indentation issues seen by -Wmisleading-indentation | David Malcolm | 6 | -12/+21 |
2015-05-02 | re PR fortran/65976 (gfortran man-page lists the -fno-fixed-form flag but doe... | Steven G. Kargl | 2 | -2/+7 |
2015-05-01 | Allow bound simplification of array subreferences. | Mikael Morin | 2 | -9/+11 |
2015-04-30 | re PR fortran/37131 (inline matmul for small matrix sizes) | Thomas Koenig | 2 | -0/+40 |
2015-04-30 | Fix spurious semicolons | David Malcolm | 3 | -2/+8 |
2015-04-28 | interface.c (gfc_compare_types): Check for unlimited polymorphism flag in the... | Andre Vehreschild | 3 | -8/+38 |
2015-04-27 | Makefile-lan.in (ada.mostlyclean): Remove gnatbind and gnat1. | Jim Wilson | 2 | -1/+6 |
2015-04-27 | re PR fortran/59678 ([F03] Segfault on equalizing variables of a complex deri... | Andre Vehreschild | 5 | -43/+85 |
2015-04-23 | PF fortran/60322 | Andre Vehreschild | 11 | -115/+513 |
2015-04-22 | re PR fortran/65429 (ICE on implied-length character empty array constructor) | Steven G. Kargl | 2 | -3/+6 |
2015-04-10 | trans-stmt.c (gfc_trans_lock_unlock): Implement -fcoarray=lib version; reject... | Tobias Burnus | 4 | -9/+166 |
2015-04-10 | re PR fortran/56674 (ICE in check_sym_interfaces) | Mikael Morin | 4 | -4/+20 |
2015-04-09 | re PR fortran/56852 (ICE on invalid: "Bad array reference" for an undeclared ... | Paul Thomas | 2 | -20/+44 |
2015-04-07 | re PR fortran/65548 (gfc_conv_procedure_call) | Andre Vehreschild | 2 | -2/+13 |
2015-03-30 | re PR middle-end/65597 (ICE in build_outer_var_ref, at omp-low.c:1043) | Jakub Jelinek | 2 | -1/+23 |
2015-03-25 | Fix regression introduced at revision 221586. | Mikael Morin | 3 | -0/+16 |
2015-03-24 | re PR fortran/55901 ([OOP] type is (character(len=*)) misinterpreted as array) | Andre Vehreschild | 2 | -40/+85 |
2015-03-24 | re PR fortran/64787 (Invalid code on sourced allocation of class(*) character... | Andre Vehreschild | 10 | -388/+833 |
2015-03-24 | gfortran.texi (_gfortran_caf_sync_memory): Improve wording. | Iain Sandoe | 2 | -2/+7 |
2015-03-23 | re PR fortran/64952 (Missing temporary in assignment from elemental function) | Paul Thomas | 6 | -2/+116 |