summaryrefslogtreecommitdiff
path: root/gcc/c
Commit message (Expand)AuthorAgeFilesLines
* Update ChangeLogs for wide-int work.Kenneth Zadeck2014-05-061-0/+11
* Merge in wide-int.Kenneth Zadeck2014-05-063-26/+27
* re PR c/25801 (bad diagnostic for increment/decrement of pointer to incomplet...Marek Polacek2014-05-022-12/+19
* c-typeck.c (c_finish_return): Separate warning_at calls.Marek Polacek2014-05-022-4/+12
* c-tree.h (error_init): Remove declaration.Marek Polacek2014-05-023-68/+75
* revert: c-parser.c (c_parser_sizeof_expression): Reorganize slightly to avoid...Jeff Law2014-05-012-20/+24
* re PR c/60784 (Spurious -Wmissing-field-initializers warning for anonymous st...Marek Polacek2014-05-022-0/+9
* re PR c/60915 (confusing diagnostic from attribute on function definition)Marek Polacek2014-05-012-1/+19
* re PR c/60257 (Incorrect column number and confusing message in -Woverride-init)Marek Polacek2014-05-012-23/+43
* re PR c/43395 (Gcc warns label as local variable)Marek Polacek2014-05-012-1/+8
* re PR c/29467 (-ansi -pedantic accepts _Bool without diagnostic)Marek Polacek2014-05-012-0/+9
* re PR c/43245 (add option to control "discarding qualifiers" warnings)Marek Polacek2014-05-012-4/+10
* re PR c/56989 (wrong location in error message)Marek Polacek2014-05-012-1/+8
* gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE.Marek Polacek2014-04-302-2/+9
* re PR c/60139 (Imprecise column number for -pedantic on non-computable initia...Marek Polacek2014-04-302-2/+8
* re PR c/60351 (Incorrect column number for warning on "right shift count is n...Marek Polacek2014-04-302-4/+12
* re PR c/18079 (Contradicting function attributes (always_inline vs noinline))Marek Polacek2014-04-252-10/+36
* re PR c/60114 (Incorrect column number for -pedantic and -Wconversion)Marek Polacek2014-04-254-37/+60
* c-parser.c (c_parser_sizeof_expression): Reorganize slightly to avoid goto.Prathamesh Kulkarni2014-04-242-16/+20
* c-parser.c (c_parser_omp_atomic): Allow seq_cst before atomic-clause...Jakub Jelinek2014-04-242-5/+31
* re PR c/59073 (ICE with missing increment in OpenMP for-loop)Jakub Jelinek2014-04-222-1/+9
* re PR middle-end/60469 (simple cilk plus program ICEs)Igor Zamyatin2014-04-122-12/+19
* re PR c++/60689 (Bogus error with atomic::exchange)Jakub Jelinek2014-03-285-17/+49
* re PR c/55383 (-Wcast-qual reports incorrect message)Manuel López-Ibáñez2014-03-182-1/+6
* The error_mark_node is not an OpenMP mappable type.Thomas Schwinge2014-03-073-5/+11
* re PR c/60197 (ICE with _Cilk_spawn in expression)Marek Polacek2014-03-062-1/+7
* c-parser.c (c_parser_declspecs): Replace call to error by error_at.Prathamesh Kulkarni2014-02-192-2/+7
* re PR c/60195 (Strange warnings using atomic types)Marek Polacek2014-02-192-1/+17
* c-parser.c (c_parser_get_builtin_args): Replace calls to C_EXPR_APPEND by vec...Prathamesh Kulkarni2014-02-073-11/+8
* re PR c/59963 (Wrong column number for warning -Woverflow)Marek Polacek2014-01-314-36/+74
* re PR c/59940 (Imprecise column number for -Wconversion)Marek Polacek2014-01-302-47/+71
* re PR c/59905 (Unfriendly abort when calling a fucntion via a function pointe...Richard Biener2014-01-302-39/+13
* Replace flag_enable_cilkplus with flag_cilkplus.Balaji V. Iyer2014-01-243-35/+64
* re PR c/59846 (Imprecise column number for -Wtype-limits)Marek Polacek2014-01-232-4/+12
* re PR c/58346 (ICE with SIGFPE at -O1 and above on x86_64-linux-gnu (affectin...Marek Polacek2014-01-232-0/+9
* re PR c/59871 (No unused value warning for comma expression)Marek Polacek2014-01-232-0/+41
* re PR c/59825 (Many cilkplus test failures)Balaji V. Iyer2014-01-232-52/+61
* Added support for Cilk Plus SIMD-enabled functions for C++.Balaji V. Iyer2014-01-232-1/+7
* re PR middle-end/58809 (ICE with complex variable in OpenMP reduction clause)Jakub Jelinek2014-01-232-3/+18
* re PR c/59891 (ICE on invalid code (with div-by-zero) at all optimization lev...Marek Polacek2014-01-222-2/+10
* re PR c/58943 (wrong calculation of indirect structure member arithmetic via ...Jakub Jelinek2014-01-152-4/+24
* re PR c++/59631 (ICE using _Cilk_spawn without -fcilkplus)Balaji V. Iyer2014-01-092-1/+7
* re PR c/57773 (-Wpedantic incorrect warning for enum bit-field)Marek Polacek2014-01-062-1/+8
* Update copyright years in gcc/Richard Sandiford2014-01-0216-16/+20
* arc-common.c, [...]: Use the standard form for the copyright notice.Richard Sandiford2014-01-022-1/+5
* Added support for Cilk Plus SIMD-enabled function for C.Balaji V. Iyer2013-12-182-34/+254
* Fix description of OpenMP parallel directive in the C and C++ front ends.Thomas Schwinge2013-12-172-3/+14
* Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.Balaji V. Iyer2013-12-113-10/+36
* re PR c/52023 ([C11] _Alignof (double) yields wrong value on x86)Joseph Myers2013-12-042-4/+16
* re PR c/54113 (-Wmissing-prototypes produces false alarms for C99 inline func...Marek Polacek2013-12-042-1/+8