Age | Commit message (Expand) | Author | Files | Lines |
2015-06-05 | Merge debug-early branch into mainline. | Aldy Hernandez | 1 | -0/+14 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -0/+12 |
2015-06-04 | re PR c/66341 (Some casts wrongly produce a lvalue) | Marek Polacek | 1 | -0/+6 |
2015-06-03 | c-decl.c (warn_cxx_compat_finish_struct): New parameters code, record_loc. | Prathamesh Kulkarni | 1 | -0/+6 |
2015-06-03 | plugins.texi (enum plugin_event): New event. | Andres Tiraboschi | 1 | -0/+5 |
2015-06-02 | re PR target/49551 (tentative declaration after definition and -fdata-section... | Prathamesh Kulkarni | 1 | -0/+5 |
2015-05-22 | Makefile.in (check_gcc_parallelize): Delete. | Jim Wilson | 1 | -0/+4 |
2015-05-22 | re PR c/47043 (allow deprecating enum values) | Marek Polacek | 1 | -0/+6 |
2015-05-21 | See <https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01977.html> for | Marek Polacek | 1 | -0/+5 |
2015-05-20 | c-pragma.c: Use VAR_OR_FUNCTION_DECL_P throughout. | Marek Polacek | 1 | -0/+5 |
2015-05-19 | * c-typeck.c (start_init): Use AGGREGATE_TYPE_P. | Marek Polacek | 1 | -1/+5 |
2015-05-19 | re PR middle-end/66199 (lastprivate/linear clause issues on combined constructs) | Jakub Jelinek | 1 | -0/+9 |
2015-05-19 | Use std::swap instead of explicit swaps | Mikhail Maltsev | 1 | -0/+5 |
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 | 1 | -0/+7 |
2015-05-12 | Implement -Wmisleading-indentation | David Malcolm | 1 | -0/+9 |
2015-05-07 | re PR c/64918 (invalid (?) warning when initializing structure) | Marek Polacek | 1 | -0/+6 |
2015-05-07 | re PR c/65179 (Introduce new C warning: -Wshift-negative-value) | Marek Polacek | 1 | -0/+6 |
2015-04-30 | c-typeck.c (c_build_va_arg): Clarify the error message. | Marek Polacek | 1 | -0/+2 |
2015-04-30 | c-typeck.c (c_incomplete_type_error): Refactor to use %qT. | Marek Polacek | 1 | -0/+3 |
2015-04-30 | c-typeck.c (set_init_label): Call error_at instead of error and pass LOC to it. | Marek Polacek | 1 | -0/+5 |
2015-04-29 | Add OMP_STANDALONE_CLAUSES. | Thomas Schwinge | 1 | -0/+5 |
2015-04-28 | * c-parser.c (c_parser_binary_expression): Remove duplicate line. | Marek Polacek | 1 | -0/+4 |
2015-04-28 | re PR c/65901 (no warning or error for va_arg (ap, void)) | Marek Polacek | 1 | -0/+5 |
2015-04-25 | re PR c/52085 (incomplete enum not completed correctly if packed was used) | Marek Polacek | 1 | -0/+6 |
2015-04-23 | re PR c/65345 (ICE with _Generic selection on _Atomic int) | Marek Polacek | 1 | -0/+11 |
2015-04-20 | c-parser.c (c_parser_oacc_enter_exit_data): Remove excess semicolon. | Ilya Verbin | 1 | -0/+5 |
2015-04-10 | PR target/55143: undefined reference to c_default_pointer_mode | Bernhard Reutner-Fischer | 1 | -0/+6 |
2015-03-27 | re PR c/65586 (-fopenmp-simd rejects valid input) | Tobias Burnus | 1 | -0/+9 |
2015-03-19 | c-decl.c (c_decl_attributes): Also add "omp declare target" attribute for DEC... | Jakub Jelinek | 1 | -0/+5 |
2015-03-11 | c-parser.c (c_parse_init): Don't call xstrdup on get_identifier argument. | Jakub Jelinek | 1 | -0/+5 |
2015-03-10 | re PR c/65120 (Wlogical-not-parentheses should not warn about double exclamat... | Jakub Jelinek | 1 | -0/+6 |
2015-03-09 | re PR c/65120 (Wlogical-not-parentheses should not warn about double exclamat... | Jakub Jelinek | 1 | -0/+6 |
2015-03-09 | c-convert.c (convert): Make use of do_ubsan_in_current_function. | Marek Polacek | 1 | -0/+6 |
2015-02-27 | re PR c/65228 (ICE: expected tree that contains ‘decl minimal’ structure,... | Marek Polacek | 1 | -0/+5 |
2015-02-14 | re PR c/64768 (internal compiler error: tree check: expected tree that contai... | Marek Polacek | 1 | -0/+6 |
2015-02-13 | re PR c/65050 (Show the type for "array type has incomplete element type" error) | Marek Polacek | 1 | -0/+6 |
2015-02-11 | re PR middle-end/64824 (ICE in gimple verification) | Jakub Jelinek | 1 | -0/+6 |
2015-02-09 | re PR c/64856 (Initializing struct not accepted in gnu99) | Marek Polacek | 1 | -1/+8 |
2015-02-04 | re PR middle-end/64824 (ICE in gimple verification) | Jakub Jelinek | 1 | -0/+6 |
2015-02-02 | c-parser.c (c_parser_declspecs): Call invoke_plugin_callbacks after processin... | Bruno Loff | 1 | -0/+5 |
2015-01-29 | re PR c/64709 (Bogus -Wmissing-field-initializers warning) | Marek Polacek | 1 | -0/+7 |
2015-01-27 | re PR middle-end/64766 (internal compiler error: tree check: expected block, ... | Jakub Jelinek | 1 | -0/+6 |
2015-01-26 | re PR c/64778 (ICE on invalid code on x86_64-linux-gnu: tree check: expected ... | Jakub Jelinek | 1 | -0/+6 |
2015-01-21 | re PR middle-end/64313 (gcc.dg/torture/builtin-explog-1.c fails on bare-metal... | Richard Biener | 1 | -0/+6 |
2015-01-15 | Merge current set of OpenACC changes from gomp-4_0-branch. | Thomas Schwinge | 1 | -0/+51 |
2015-01-09 | re PR rtl-optimization/64536 (Undefined .L* symbol starting with jump2 on s390x) | Jakub Jelinek | 1 | -0/+17 |
2015-01-07 | re PR c/64417 ([SH] FAIL: gcc.c-torture/compile/pr28865.c -O0 (test for ex... | Marek Polacek | 1 | -0/+7 |
2015-01-05 | re PR sanitizer/64344 ([UBSAN] ICE with -fsanitize=float-cast-overflow [ICE i... | Jakub Jelinek | 1 | -0/+9 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+5 |