Age | Commit message (Expand) | Author | Files | Lines |
2017-02-28 | i386.c: Include intl.h. | Jakub Jelinek | 1 | -8/+10 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-10-15 | re PR fortran/77972 (ICE on broken character continuation with -Wall etc.) | Jerry DeLisle | 1 | -3/+2 |
2016-06-29 | re PR fortran/71686 (ICE on broken character continuation) | Jerry DeLisle | 1 | -2/+6 |
2016-05-24 | re PR fortran/66461 (ICE on missing end program in fixed source) | Jerry DeLisle | 1 | -0/+1 |
2016-03-19 | re PR fortran/69043 (Trying to include a directory causes an infinite loop) | Jerry DeLisle | 1 | -1/+1 |
2016-03-13 | re PR fortran/69043 (Trying to include a directory causes an infinite loop) | Jerry DeLisle | 1 | -0/+12 |
2016-02-23 | re PR fortran/61156 (Internal compiler error for Fortran files when specifyin... | Jerry DeLisle | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-25 | re PR fortran/63858 (fixed form OpenACC directive ICE with -fopenacc -fopenmp) | Ilmir Usmanov | 1 | -107/+164 |
2015-07-09 | flags.h: Don't include flag-types.h or options.h. | Andrew MacLeod | 1 | -1/+1 |
2015-05-16 | re PR fortran/65903 (Line continuation followed by comment character in strin... | Jerry DeLisle | 1 | -13/+5 |
2015-05-16 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -5/+12 |
2015-02-13 | re PR fortran/64506 (FORMAT Parse Error with Continuation Line) | Jerry DeLisle | 1 | -5/+17 |
2015-02-01 | Always pass 0 or option number to gfc_warning*. | Joseph Myers | 1 | -7/+7 |
2015-01-15 | Merge current set of OpenACC changes from gomp-4_0-branch. | Thomas Schwinge | 1 | -64/+301 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-16 | re PR fortran/54687 (Use gcc option machinery for gfortran) | Tobias Burnus | 1 | -4/+3 |
2014-12-16 | 2014-12-15 Tobias Burnus <burnus@net-b.de> | Tobias Burnus | 1 | -4/+4 |
2014-12-11 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -0/+1 |
2014-12-04 | line-map.c (linemap_position_for_loc_and_offset): Add new linemap_assert_fails. | Manuel López-Ibáñez | 1 | -3/+11 |
2014-12-03 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -1/+2 |
2014-11-30 | gfortran.h (gfc_option_t): Remove warn_aliasing, | Tobias Burnus | 1 | -3/+3 |
2014-11-29 | scanner.c (skip_free_comments, [...]): Use gfc_warning_now instead of ..._now_1. | Tobias Burnus | 1 | -5/+5 |
2014-11-25 | gfortran.h (gfc_option_t): Remove flags moved as Var to .opt. | Tobias Burnus | 1 | -24/+24 |
2014-11-23 | gfortran.h (gfc_option_t): Remove warn_tabs. | Tobias Burnus | 1 | -5/+5 |
2014-10-28 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -12/+12 |
2014-10-07 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -10/+7 |
2014-09-20 | trans-expr.c (gfc_reset_vptr): Fix comment whitespace. | Joost VandeVondele | 1 | -1/+1 |
2014-07-03 | scanner.c (skip_free_comments): Fix indentation. | Tobias Burnus | 1 | -1/+1 |
2014-06-10 | re PR fortran/60928 (gfortran issue with allocatable components and OpenMP) | Jakub Jelinek | 1 | -3/+4 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-24 | scanner.c (gfc_open_intrinsic_module): Remove function. | Francois-Xavier Coudert | 1 | -18/+0 |
2013-04-17 | PR 40958 Compress module files with zlib. | Janne Blomqvist | 1 | -10/+2 |
2013-04-11 | Replace enum gfc_try with bool type. | Janne Blomqvist | 1 | -13/+13 |
2013-02-14 | re PR fortran/56224 (gfortran -fopenmp cannot find omp_lib.h) | Thomas Koenig | 1 | -2/+3 |
2013-01-21 | re PR fortran/55919 (Bogus warning with -J directory/) | Thomas Koenig | 1 | -1/+13 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-12-03 | re PR fortran/55475 (heap-buffer-overflow in fortran/error.c) | Tobias Burnus | 1 | -2/+4 |
2012-08-04 | Fix PR 54033, problems with -I, with test cases | Thomas Koenig | 1 | -5/+8 |
2012-08-01 | re PR fortran/54033 (gfortran: Passing file as include directory - add diagno... | Thomas Koenig | 1 | -1/+18 |
2012-07-08 | gfortran.h: Do not include coretypes.h here. | Steven Bosscher | 1 | -0/+1 |
2011-08-28 | Fix the use of linemap_add and remove unnecessary kludge | Dodji Seketeli | 1 | -2/+22 |
2011-04-19 | Use XCNEWVAR instead of xcalloc | Janne Blomqvist | 1 | -2/+2 |
2011-04-19 | Replace gfc_getmem with XCNEW, XCNEWVEC or xcalloc | Janne Blomqvist | 1 | -2/+2 |
2011-04-18 | convert each use of gfc_free (p) to free (p) | Jim Meyering | 1 | -23/+23 |
2011-03-25 | Changelog c-family/ | Kai Tietz | 1 | -3/+3 |
2011-01-21 | re PR fortran/47394 (Internal compiler error when error count limit is reached) | Tobias Burnus | 1 | -2/+2 |
2010-12-11 | re PR fortran/46705 (Spurious "Missing '&' in continued character constant" w... | Jerry DeLisle | 1 | -6/+6 |