Age | Commit message (Expand) | Author | Files | Lines |
2015-07-27 | c-decl.c (get_parm_info): Remove static var. | Luis Felipe Strano Moraes | 2 | -12/+14 |
2015-07-27 | re PR c++/66555 (Fails to warn for if (j == 0 && i == i)) | Marek Polacek | 2 | -0/+9 |
2015-07-20 | re PR c++/55095 (Wshift-overflow) | Marek Polacek | 2 | -10/+19 |
2015-07-09 | flags.h: Don't include flag-types.h or options.h. | Andrew MacLeod | 3 | -2/+5 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 10 | -18/+21 |
2015-06-29 | Wunused-parameter warnings are given from cgraph::finalize_function, | Manuel López-Ibáñez | 2 | -0/+9 |
2015-06-29 | re PR c/66322 (Linus Torvalds: -Wswitch-bool produces dubious warnings, fails... | Marek Polacek | 2 | -5/+26 |
2015-06-26 | c-common.c (check_main_parameter_types): Use VECTOR_TYPE_P or VECTOR_INTEGER_... | Marek Polacek | 2 | -10/+13 |
2015-06-26 | array-notation-common.c (find_rank): Use INDIRECT_REF_P. | Marek Polacek | 3 | -7/+14 |
2015-06-25 | function.h (ipa_opt_pass, [...]): Move forward declarations. | Andrew MacLeod | 3 | -4/+5 |
2015-06-25 | hash-table.h: Update comments. | Richard Sandiford | 2 | -2/+8 |
2015-06-25 | array-notation-common.c: Use VAR_P throughout. | Marek Polacek | 6 | -49/+53 |
2015-06-25 | cilk.c (extract_free_variables): Use is_global_var. | Marek Polacek | 4 | -8/+12 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 10 | -14/+12 |
2015-06-14 | re PR middle-end/66325 (ICE in gcc.c-torture/execute/930408-1.c, verify_type ... | Jan Hubicka | 2 | -1/+8 |
2015-06-11 | Fix misplaced ChangeLog entries | Pierre-Marie de Rodat | 1 | -0/+5 |
2015-06-11 | Restore DW_AT_abstract_origin for cross-unit call sites | Pierre-Marie de Rodat | 1 | -0/+1 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 11 | -41/+13 |
2015-06-05 | Merge debug-early branch into mainline. | Aldy Hernandez | 5 | -50/+37 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 10 | -23/+12 |
2015-06-04 | re PR c/66341 (Some casts wrongly produce a lvalue) | Marek Polacek | 2 | -1/+7 |
2015-06-03 | c-decl.c (warn_cxx_compat_finish_struct): New parameters code, record_loc. | Prathamesh Kulkarni | 2 | -2/+19 |
2015-06-03 | plugins.texi (enum plugin_event): New event. | Andres Tiraboschi | 2 | -0/+7 |
2015-06-02 | re PR target/49551 (tentative declaration after definition and -fdata-section... | Prathamesh Kulkarni | 2 | -0/+11 |
2015-05-22 | Makefile.in (check_gcc_parallelize): Delete. | Jim Wilson | 2 | -0/+6 |
2015-05-22 | re PR c/47043 (allow deprecating enum values) | Marek Polacek | 2 | -1/+18 |
2015-05-21 | See <https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01977.html> for | Marek Polacek | 2 | -2/+8 |
2015-05-20 | c-pragma.c: Use VAR_OR_FUNCTION_DECL_P throughout. | Marek Polacek | 3 | -16/+16 |
2015-05-19 | * c-typeck.c (start_init): Use AGGREGATE_TYPE_P. | Marek Polacek | 2 | -5/+6 |
2015-05-19 | re PR middle-end/66199 (lastprivate/linear clause issues on combined constructs) | Jakub Jelinek | 2 | -7/+13 |
2015-05-19 | Use std::swap instead of explicit swaps | Mikhail Maltsev | 2 | -4/+6 |
2015-05-16 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -2/+2 |
2015-05-16 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -0/+6 |
2015-05-14 | re PR c/66066 (r222889 causes bogus error: initializer element is not constant) | Marek Polacek | 2 | -1/+8 |
2015-05-12 | Implement -Wmisleading-indentation | David Malcolm | 2 | -8/+52 |
2015-05-09 | bitmap.c, [...]: Add space between string literal and macro name. | Jason Merrill | 1 | -1/+1 |
2015-05-07 | re PR c/64918 (invalid (?) warning when initializing structure) | Marek Polacek | 2 | -3/+9 |
2015-05-07 | re PR c/65179 (Introduce new C warning: -Wshift-negative-value) | Marek Polacek | 2 | -0/+17 |
2015-04-30 | c-typeck.c (c_build_va_arg): Clarify the error message. | Marek Polacek | 2 | -5/+10 |
2015-04-30 | c-typeck.c (c_incomplete_type_error): Refactor to use %qT. | Marek Polacek | 2 | -13/+6 |
2015-04-30 | c-typeck.c (set_init_label): Call error_at instead of error and pass LOC to it. | Marek Polacek | 2 | -1/+6 |
2015-04-29 | Add OMP_STANDALONE_CLAUSES. | Thomas Schwinge | 2 | -4/+6 |
2015-04-28 | * c-parser.c (c_parser_binary_expression): Remove duplicate line. | Marek Polacek | 2 | -1/+4 |
2015-04-28 | re PR c/65901 (no warning or error for va_arg (ap, void)) | Marek Polacek | 2 | -0/+10 |
2015-04-25 | re PR c/52085 (incomplete enum not completed correctly if packed was used) | Marek Polacek | 2 | -2/+10 |
2015-04-23 | re PR c/65345 (ICE with _Generic selection on _Atomic int) | Marek Polacek | 3 | -11/+57 |
2015-04-20 | c-parser.c (c_parser_oacc_enter_exit_data): Remove excess semicolon. | Ilya Verbin | 2 | -2/+7 |
2015-04-10 | PR target/55143: undefined reference to c_default_pointer_mode | Bernhard Reutner-Fischer | 3 | -8/+6 |
2015-03-27 | re PR c/65586 (-fopenmp-simd rejects valid input) | Tobias Burnus | 2 | -20/+29 |
2015-03-19 | c-decl.c (c_decl_attributes): Also add "omp declare target" attribute for DEC... | Jakub Jelinek | 2 | -1/+7 |