Age | Commit message (Expand) | Author | Files | Lines |
2022-01-17 | Rename .c files to .cc files. | Martin Liska | 1 | -2903/+0 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-11-30 | Avoid some -Wunreachable-code-ctrl | Richard Biener | 1 | -1/+0 |
2021-10-27 | Fortran: make some trans* functions static | Bernhard Reutner-Fischer | 1 | -2/+2 |
2021-09-24 | Fortran: Improve file-reading error diagnostic [PR55534] | Tobias Burnus | 1 | -42/+24 |
2021-09-22 | Fortran: Improve -Wmissing-include-dirs warnings [PR55534] | Tobias Burnus | 1 | -10/+17 |
2021-09-21 | Fortran: Fix -Wno-missing-include-dirs handling [PR55534] | Tobias Burnus | 1 | -20/+62 |
2021-06-04 | Fortran: Fix OpenMP/OpenACC continue-line parsing | Tobias Burnus | 1 | -12/+23 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-11-30 | Fortran: With OpenACC, ignore OpenMP's cond comp sentinels | Tobias Burnus | 1 | -21/+11 |
2020-10-14 | Fortran: Fix line-truncation warning for !$acc and !gcc$ | Tobias Burnus | 1 | -2/+2 |
2020-04-22 | [Fortran] Truncate warn with OpenMP/OpenACC/!GCC$ (PR94709) | Tobias Burnus | 1 | -11/+46 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-08 | Fortran] PR91253 fix continuation-line handling with -pre_include | Tobias Burnus | 1 | -5/+21 |
2019-03-16 | re PR fortran/89724 (Fortran diagnostics give wrong line number because of ma... | Jakub Jelinek | 1 | -7/+6 |
2019-03-12 | Replace can't in error messages for Fortran. | Martin Liska | 1 | -1/+1 |
2019-02-04 | Report error when -fpre-include can't be opened (PR fortran/88912). | Martin Liska | 1 | -2/+8 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-27 | Support simd function declarations via a pre-include. | Martin Liska | 1 | -0/+4 |
2018-11-23 | lang.opt (fpad-source): New option. | Jakub Jelinek | 1 | -0/+1 |
2018-11-21 | lang.opt (fdec-include): New option. | Jakub Jelinek | 1 | -19/+267 |
2018-05-07 | scanner.c (preprocessor_line): Call linemap_add after a line directive that c... | Jeff Law | 1 | -0/+4 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-19 | read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ... | Jakub Jelinek | 1 | -1/+1 |
2017-10-15 | re PR fortran/82372 (Rejects valid parenthesis) | Thomas Koenig | 1 | -0/+10 |
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 |