aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
AgeCommit message (Expand)AuthorFilesLines
2014-06-04re PR c/58942 (cilkplus internal compiler error: tree check __sec_reduce_max_...Igor Zamyatin2-1/+9
2014-06-03re PR c/60439 (No warning for case overflow in switch statement.)Marek Polacek4-4/+31
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod3-0/+7
2014-05-27re PR c/56724 (sub-optimal location in error)Marek Polacek2-66/+89
2014-05-26re PR c/61191 (cilkplus ICE on syntax error)Igor Zamyatin2-0/+8
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka2-1/+19
2014-05-23Remove duplicated variable initialization.Thomas Schwinge2-1/+4
2014-05-23Fix some bool vs. tree confusion.Thomas Schwinge2-5/+13
2014-05-22Fix copy'n'pasto.Thomas Schwinge2-2/+7
2014-05-21tree.def (VOID_CST): New.Richard Sandiford2-1/+6
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders4-17/+31
2014-05-13re PR c/61162 (possibly bad error location with -Wc++-compat)Marek Polacek2-1/+7
2014-05-10c-parser.c (c_parser_declaration_or_fndef): Pass init_loc to maybe_warn_strin...Marek Polacek4-19/+34
2014-05-09re PR c/61096 (error_init lacks a location)Marek Polacek4-70/+112
2014-05-09re PR c/50459 (alignof doesn't work on plain old constant, works with express...Marek Polacek2-3/+14
2014-05-08re PR c/61053 (_Alignas(long long) reduces alignment of long long)Marek Polacek2-1/+7
2014-05-08re PR c/61077 (_Atomic in the return type or argument types of main not diagn...Marek Polacek2-0/+9
2014-05-06Update ChangeLogs for wide-int work.Kenneth Zadeck1-0/+11
2014-05-06Merge in wide-int.Kenneth Zadeck3-26/+27
2014-05-02re PR c/25801 (bad diagnostic for increment/decrement of pointer to incomplet...Marek Polacek2-12/+19
2014-05-02c-typeck.c (c_finish_return): Separate warning_at calls.Marek Polacek2-4/+12
2014-05-02c-tree.h (error_init): Remove declaration.Marek Polacek3-68/+75
2014-05-01revert: c-parser.c (c_parser_sizeof_expression): Reorganize slightly to avoid...Jeff Law2-20/+24
2014-05-02re PR c/60784 (Spurious -Wmissing-field-initializers warning for anonymous st...Marek Polacek2-0/+9
2014-05-01re PR c/60915 (confusing diagnostic from attribute on function definition)Marek Polacek2-1/+19
2014-05-01re PR c/60257 (Incorrect column number and confusing message in -Woverride-init)Marek Polacek2-23/+43
2014-05-01re PR c/43395 (Gcc warns label as local variable)Marek Polacek2-1/+8
2014-05-01re PR c/29467 (-ansi -pedantic accepts _Bool without diagnostic)Marek Polacek2-0/+9
2014-05-01re PR c/43245 (add option to control "discarding qualifiers" warnings)Marek Polacek2-4/+10
2014-05-01re PR c/56989 (wrong location in error message)Marek Polacek2-1/+8
2014-04-30gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE.Marek Polacek2-2/+9
2014-04-30re PR c/60139 (Imprecise column number for -pedantic on non-computable initia...Marek Polacek2-2/+8
2014-04-30re PR c/60351 (Incorrect column number for warning on "right shift count is n...Marek Polacek2-4/+12
2014-04-25re PR c/18079 (Contradicting function attributes (always_inline vs noinline))Marek Polacek2-10/+36
2014-04-25re PR c/60114 (Incorrect column number for -pedantic and -Wconversion)Marek Polacek4-37/+60
2014-04-24c-parser.c (c_parser_sizeof_expression): Reorganize slightly to avoid goto.Prathamesh Kulkarni2-16/+20
2014-04-24c-parser.c (c_parser_omp_atomic): Allow seq_cst before atomic-clause...Jakub Jelinek2-5/+31
2014-04-22re PR c/59073 (ICE with missing increment in OpenMP for-loop)Jakub Jelinek2-1/+9
2014-04-12re PR middle-end/60469 (simple cilk plus program ICEs)Igor Zamyatin2-12/+19
2014-03-28re PR c++/60689 (Bogus error with atomic::exchange)Jakub Jelinek5-17/+49
2014-03-18re PR c/55383 (-Wcast-qual reports incorrect message)Manuel López-Ibáñez2-1/+6
2014-03-07The error_mark_node is not an OpenMP mappable type.Thomas Schwinge3-5/+11
2014-03-06re PR c/60197 (ICE with _Cilk_spawn in expression)Marek Polacek2-1/+7
2014-02-19c-parser.c (c_parser_declspecs): Replace call to error by error_at.Prathamesh Kulkarni2-2/+7
2014-02-19re PR c/60195 (Strange warnings using atomic types)Marek Polacek2-1/+17
2014-02-07c-parser.c (c_parser_get_builtin_args): Replace calls to C_EXPR_APPEND by vec...Prathamesh Kulkarni3-11/+8
2014-01-31re PR c/59963 (Wrong column number for warning -Woverflow)Marek Polacek4-36/+74
2014-01-30re PR c/59940 (Imprecise column number for -Wconversion)Marek Polacek2-47/+71
2014-01-30re PR c/59905 (Unfriendly abort when calling a fucntion via a function pointe...Richard Biener2-39/+13
2014-01-24Replace flag_enable_cilkplus with flag_cilkplus.Balaji V. Iyer3-35/+64