aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-23re PR c/59846 (Imprecise column number for -Wtype-limits)Marek Polacek2-4/+12
2014-01-23re PR c/58346 (ICE with SIGFPE at -O1 and above on x86_64-linux-gnu (affectin...Marek Polacek2-0/+9
2014-01-23re PR c/59871 (No unused value warning for comma expression)Marek Polacek2-0/+41
2014-01-23re PR c/59825 (Many cilkplus test failures)Balaji V. Iyer2-52/+61
2014-01-23Added support for Cilk Plus SIMD-enabled functions for C++.Balaji V. Iyer2-1/+7
2014-01-23re PR middle-end/58809 (ICE with complex variable in OpenMP reduction clause)Jakub Jelinek2-3/+18
2014-01-22re PR c/59891 (ICE on invalid code (with div-by-zero) at all optimization lev...Marek Polacek2-2/+10
2014-01-15re PR c/58943 (wrong calculation of indirect structure member arithmetic via ...Jakub Jelinek2-4/+24
2014-01-09re PR c++/59631 (ICE using _Cilk_spawn without -fcilkplus)Balaji V. Iyer2-1/+7
2014-01-06re PR c/57773 (-Wpedantic incorrect warning for enum bit-field)Marek Polacek2-1/+8
2014-01-02Update copyright years in gcc/Richard Sandiford16-16/+20
2014-01-02arc-common.c, [...]: Use the standard form for the copyright notice.Richard Sandiford2-1/+5
2013-12-18Added support for Cilk Plus SIMD-enabled function for C.Balaji V. Iyer2-34/+254