Age | Commit message (Expand) | Author | Files | Lines |
2014-05-21 | tree.def (VOID_CST): New. | Richard Sandiford | 2 | -1/+6 |
2014-05-17 | use templates instead of gengtype for typed allocation functions | Trevor Saunders | 4 | -17/+31 |
2014-05-13 | re PR c/61162 (possibly bad error location with -Wc++-compat) | Marek Polacek | 2 | -1/+7 |
2014-05-10 | c-parser.c (c_parser_declaration_or_fndef): Pass init_loc to maybe_warn_strin... | Marek Polacek | 4 | -19/+34 |
2014-05-09 | re PR c/61096 (error_init lacks a location) | Marek Polacek | 4 | -70/+112 |
2014-05-09 | re PR c/50459 (alignof doesn't work on plain old constant, works with express... | Marek Polacek | 2 | -3/+14 |
2014-05-08 | re PR c/61053 (_Alignas(long long) reduces alignment of long long) | Marek Polacek | 2 | -1/+7 |
2014-05-08 | re PR c/61077 (_Atomic in the return type or argument types of main not diagn... | Marek Polacek | 2 | -0/+9 |
2014-05-06 | Update ChangeLogs for wide-int work. | Kenneth Zadeck | 1 | -0/+11 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 3 | -26/+27 |
2014-05-02 | re PR c/25801 (bad diagnostic for increment/decrement of pointer to incomplet... | Marek Polacek | 2 | -12/+19 |
2014-05-02 | c-typeck.c (c_finish_return): Separate warning_at calls. | Marek Polacek | 2 | -4/+12 |
2014-05-02 | c-tree.h (error_init): Remove declaration. | Marek Polacek | 3 | -68/+75 |
2014-05-01 | revert: c-parser.c (c_parser_sizeof_expression): Reorganize slightly to avoid... | Jeff Law | 2 | -20/+24 |
2014-05-02 | re PR c/60784 (Spurious -Wmissing-field-initializers warning for anonymous st... | Marek Polacek | 2 | -0/+9 |
2014-05-01 | re PR c/60915 (confusing diagnostic from attribute on function definition) | Marek Polacek | 2 | -1/+19 |
2014-05-01 | re PR c/60257 (Incorrect column number and confusing message in -Woverride-init) | Marek Polacek | 2 | -23/+43 |
2014-05-01 | re PR c/43395 (Gcc warns label as local variable) | Marek Polacek | 2 | -1/+8 |
2014-05-01 | re PR c/29467 (-ansi -pedantic accepts _Bool without diagnostic) | Marek Polacek | 2 | -0/+9 |
2014-05-01 | re PR c/43245 (add option to control "discarding qualifiers" warnings) | Marek Polacek | 2 | -4/+10 |
2014-05-01 | re PR c/56989 (wrong location in error message) | Marek Polacek | 2 | -1/+8 |
2014-04-30 | gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE. | Marek Polacek | 2 | -2/+9 |
2014-04-30 | re PR c/60139 (Imprecise column number for -pedantic on non-computable initia... | Marek Polacek | 2 | -2/+8 |
2014-04-30 | re PR c/60351 (Incorrect column number for warning on "right shift count is n... | Marek Polacek | 2 | -4/+12 |
2014-04-25 | re PR c/18079 (Contradicting function attributes (always_inline vs noinline)) | Marek Polacek | 2 | -10/+36 |
2014-04-25 | re PR c/60114 (Incorrect column number for -pedantic and -Wconversion) | Marek Polacek | 4 | -37/+60 |
2014-04-24 | c-parser.c (c_parser_sizeof_expression): Reorganize slightly to avoid goto. | Prathamesh Kulkarni | 2 | -16/+20 |
2014-04-24 | c-parser.c (c_parser_omp_atomic): Allow seq_cst before atomic-clause... | Jakub Jelinek | 2 | -5/+31 |
2014-04-22 | re PR c/59073 (ICE with missing increment in OpenMP for-loop) | Jakub Jelinek | 2 | -1/+9 |
2014-04-12 | re PR middle-end/60469 (simple cilk plus program ICEs) | Igor Zamyatin | 2 | -12/+19 |
2014-03-28 | re PR c++/60689 (Bogus error with atomic::exchange) | Jakub Jelinek | 5 | -17/+49 |
2014-03-18 | re PR c/55383 (-Wcast-qual reports incorrect message) | Manuel López-Ibáñez | 2 | -1/+6 |
2014-03-07 | The error_mark_node is not an OpenMP mappable type. | Thomas Schwinge | 3 | -5/+11 |
2014-03-06 | re PR c/60197 (ICE with _Cilk_spawn in expression) | Marek Polacek | 2 | -1/+7 |
2014-02-19 | c-parser.c (c_parser_declspecs): Replace call to error by error_at. | Prathamesh Kulkarni | 2 | -2/+7 |
2014-02-19 | re PR c/60195 (Strange warnings using atomic types) | Marek Polacek | 2 | -1/+17 |
2014-02-07 | c-parser.c (c_parser_get_builtin_args): Replace calls to C_EXPR_APPEND by vec... | Prathamesh Kulkarni | 3 | -11/+8 |
2014-01-31 | re PR c/59963 (Wrong column number for warning -Woverflow) | Marek Polacek | 4 | -36/+74 |
2014-01-30 | re PR c/59940 (Imprecise column number for -Wconversion) | Marek Polacek | 2 | -47/+71 |
2014-01-30 | re PR c/59905 (Unfriendly abort when calling a fucntion via a function pointe... | Richard Biener | 2 | -39/+13 |
2014-01-24 | Replace flag_enable_cilkplus with flag_cilkplus. | Balaji V. Iyer | 3 | -35/+64 |
2014-01-23 | re PR c/59846 (Imprecise column number for -Wtype-limits) | Marek Polacek | 2 | -4/+12 |
2014-01-23 | re PR c/58346 (ICE with SIGFPE at -O1 and above on x86_64-linux-gnu (affectin... | Marek Polacek | 2 | -0/+9 |
2014-01-23 | re PR c/59871 (No unused value warning for comma expression) | Marek Polacek | 2 | -0/+41 |
2014-01-23 | re PR c/59825 (Many cilkplus test failures) | Balaji V. Iyer | 2 | -52/+61 |
2014-01-23 | Added support for Cilk Plus SIMD-enabled functions for C++. | Balaji V. Iyer | 2 | -1/+7 |
2014-01-23 | re PR middle-end/58809 (ICE with complex variable in OpenMP reduction clause) | Jakub Jelinek | 2 | -3/+18 |
2014-01-22 | re PR c/59891 (ICE on invalid code (with div-by-zero) at all optimization lev... | Marek Polacek | 2 | -2/+10 |
2014-01-15 | re PR c/58943 (wrong calculation of indirect structure member arithmetic via ... | Jakub Jelinek | 2 | -4/+24 |
2014-01-09 | re PR c++/59631 (ICE using _Cilk_spawn without -fcilkplus) | Balaji V. Iyer | 2 | -1/+7 |