Age | Commit message (Expand) | Author | Files | Lines |
2015-07-27 | Fix logic error in Fortran OpenACC parsing | Thomas Schwinge | 2 | -2/+9 |
2015-07-24 | Fix gfortran.dg/class_to_type_4.f90 deallocation code misordering failure | Mikael Morin | 2 | -1/+7 |
2015-07-22 | Fix r225926's iso_varying_string ICE regression | Mikael Morin | 2 | -1/+12 |
2015-07-17 | re PR fortran/52846 ([F2008] Support submodules) | Paul Thomas | 4 | -5/+89 |
2015-07-17 | Fix fortran double address operator with co_reduce | Alessandro Fanfarillo | 2 | -1/+6 |
2015-07-17 | re PR fortran/66035 (gfortran ICE segfault) | Andre Vehreschild | 2 | -1/+37 |
2015-07-17 | Fix PR61831: Side-effect variable component deallocation | Mikael Morin | 3 | -46/+117 |
2015-07-17 | re PR fortran/66724 (ICE on input/output statements with wrong specifier data) | Steven G. Kargl | 2 | -0/+16 |
2015-07-15 | opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't include ... | Andrew MacLeod | 2 | -9/+5 |
2015-07-14 | simplify.c (gfc_simplify_floor): Set precision of temporary to that of arg. | Steven G. Kargl | 2 | -3/+6 |
2015-07-13 | re PR fortran/64589 ([OOP] Linking error due to undefined integer symbol with... | Andre Vehreschild | 2 | -4/+8 |
2015-07-13 | Fix double word typos. | Aldy Hernandez | 2 | -1/+5 |
2015-07-09 | flags.h: Don't include flag-types.h or options.h. | Andrew MacLeod | 20 | -17/+38 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 21 | -32/+35 |
2015-07-07 | re PR fortran/66578 ([F2008] Invalid free on allocate(...,source=a(:)) in block) | Andre Vehreschild | 2 | -22/+39 |
2015-07-06 | io.c (check_char_variable): New function. | Steven G. Kargl | 2 | -7/+40 |
2015-07-06 | re PR fortran/58586 (ICE with derived type with allocatable component passed ... | Andre Vehreschild | 5 | -14/+89 |
2015-07-04 | [multiple changes] | Steven G. Kargl | 2 | -1/+86 |
2015-07-02 | * trans-common.c: Include <map> after system.h. | David Edelsohn | 2 | -1/+7 |
2015-07-02 | re PR fortran/52846 ([F2008] Support submodules) | Paul Thomas | 12 | -50/+695 |
2015-07-02 | re PR fortran/56520 (Syntax error causes misleading message: "Invalid charact... | Steven G. Kargl | 2 | -1/+9 |
2015-07-02 | re PR fortran/66545 (ICE on using undefined parameter/variable values) | Steven G. Kargl | 2 | -0/+8 |
2015-07-01 | arith.c (gfc_arith_divide): With -Winteger-division... | Thomas Koenig | 4 | -3/+42 |
2015-06-25 | function.h (ipa_opt_pass, [...]): Move forward declarations. | Andrew MacLeod | 3 | -4/+5 |
2015-06-25 | hash-traits.h (ggc_hasher): Rename to... | Richard Sandiford | 3 | -2/+7 |
2015-06-24 | The problem is that diagnostic_action_after_output tries to delete the active... | Manuel López-Ibáñez | 2 | -3/+12 |
2015-06-23 | re PR fortran/64674 ([OOP] ICE in ASSOCIATE with class array) | Andre Vehreschild | 5 | -15/+242 |
2015-06-19 | Fix openmp global state fortran regression | Mikael Morin | 2 | -5/+15 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 22 | -25/+24 |
2015-06-15 | re PR fortran/44672 ([F08] ALLOCATE with SOURCE and no array-spec) | Andre Vehreschild | 7 | -121/+272 |
2015-06-14 | intrinsic.texi: Change \leq to < in descrition of imaginary part in argument ... | Thomas Koenig | 2 | -1/+6 |
2015-06-11 | re PR fortran/66079 (memory leak with source allocation in internal subprogram) | Paul Thomas | 3 | -2/+39 |
2015-06-11 | Restore DW_AT_abstract_origin for cross-unit call sites | Pierre-Marie de Rodat | 2 | -0/+6 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 23 | -70/+25 |
2015-06-08 | re PR fortran/66245 (ICE on select type with empty type spec) | Steven G. Kargl | 2 | -2/+14 |
2015-06-06 | re PR fortran/47359 (Recursive functions of intrinsic names generates invalid... | Thomas Koenig | 1 | -1/+1 |
2015-06-06 | re PR fortran/47359 (Recursive functions of intrinsic names generates invalid... | Thomas Koenig | 5 | -61/+328 |
2015-06-05 | re PR fortran/66347 (Seg fault (ICE) on compile) | Steven G. Kargl | 2 | -1/+7 |
2015-06-05 | re PR fortran/66385 (ICE: FORALL writing multiple elements of one array) | Thomas Koenig | 2 | -0/+10 |
2015-06-05 | Merge debug-early branch into mainline. | Aldy Hernandez | 3 | -30/+23 |
2015-06-05 | [multiple changes] | Steven G. Kargl | 2 | -13/+19 |
2015-06-04 | re PR fortran/58749 (PACK(ADJUSTL([" a"," b"]), [.TRUE.,.FALSE.]) causes an i... | Thomas Koenig | 2 | -0/+13 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 21 | -65/+23 |
2015-06-02 | Add the PR number that I forgot in m y previous commit. | Steven G. Kargl | 1 | -0/+1 |
2015-06-02 | simplify.c (gfc_simplify_reshape): Convert assert into returning NULL, which ... | Steven G. Kargl | 2 | -2/+10 |
2015-05-27 | trans-stmt.c (gfc_trans_allocate): Add missing location information for e3rhs. | Andre Vehreschild | 2 | -0/+7 |
2015-05-26 | re PR fortran/66082 (memory leak with automatic array dummy argument with der... | Paul Thomas | 2 | -1/+19 |
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 |