2022-10-28 |
Joseph Myers | c: C2x enums with fixed underlying type [PR61469] |
blob | commitdiff |
2022-10-14 |
Joseph Myers | c: C2x storage class specifiers in compound literals |
blob | commitdiff | diff to current |
2022-09-22 |
David Malcolm | c: fix uninitialized c_expr::m_decimal [PR106830] |
blob | commitdiff | diff to current |
2022-09-02 |
David Malcolm | c/c++: new warning: -Wxor-used-as-pow [PR90885] |
blob | commitdiff | diff to current |
2022-06-02 |
David Malcolm | diagnostics: add SARIF output format |
blob | commitdiff | diff to current |
2022-05-25 |
Jakub Jelinek | c: Improve build_component_ref diagnostics [PR91134] |
blob | commitdiff | diff to current |
2022-05-18 |
Marek Polacek | c: Implement new -Wenum-int-mismatch warning [PR105131] |
blob | commitdiff | diff to current |
2022-01-17 |
Martin Liska | Change references of .c files to .cc files |
blob | commitdiff | diff to current |
2022-01-03 |
Jakub Jelinek | Update copyright years. |
blob | commitdiff | diff to current |
2021-11-02 |
Richard Sandiford | Add a simulate_record_decl lang hook |
blob | commitdiff | diff to current |
2021-09-28 |
Andrew Pinski | c: [PR32122] Require pointer types for computed gotos |
blob | commitdiff | diff to current |
2021-09-01 |
Iain Sandoe | C-family: Add attribute 'unavailable'. |
blob | commitdiff | diff to current |
2021-08-06 |
Tamar Christina | middle-end/AArch64: Fix bootstrap after vec changes |
blob | commitdiff | diff to current |
2021-07-20 |
Martin Sebor | Adjust by-value function vec arguments to by-reference. |
blob | commitdiff | diff to current |
2021-01-04 |
Jakub Jelinek | Update copyright years. |
blob | commitdiff | diff to current |
2020-10-23 |
Marek Polacek | c, c++: Implement -Wsizeof-array-div [PR91741] |
blob | commitdiff | diff to current |
2020-09-19 |
Martin Sebor | Infrastructure & C front end changes for array paramete... |
blob | commitdiff | diff to current |
2020-09-19 |
Sandra Loosemore | Change C front end to emit structured loop and switch... |
blob | commitdiff | diff to current |
2020-06-16 |
Jakub Jelinek | openmp: Initial part of OpenMP 5.0 non-rectangular... |
blob | commitdiff | diff to current |
2020-04-08 |
Tobias Burnus | [C/C++, OpenACC] Reject vars of different scope in... |
blob | commitdiff | diff to current |
2020-03-19 |
Jakub Jelinek | c: Fix up cfun->function_end_locus from the C FE [PR94029] |
blob | commitdiff | diff to current |
2020-03-17 |
Jakub Jelinek | c: Handle C_TYPE_INCOMPLETE_VARS even for ENUMERAL_TYPE... |
blob | commitdiff | diff to current |
2020-01-01 |
Jakub Jelinek | Update copyright years. |
blob | commitdiff | diff to current |
2019-12-04 |
Joseph Myers | Fix C handling of use of lvalues of incomplete types... |
blob | commitdiff | diff to current |
2019-11-25 |
Joseph Myers | Properly handle C2x attributes on types. |
blob | commitdiff | diff to current |
2019-11-20 |
Joseph Myers | Add more pedwarns for [[]] C attributes on types. |
blob | commitdiff | diff to current |
2019-11-14 |
Joseph Myers | Support C2x [[]] attributes for C. |
blob | commitdiff | diff to current |
2019-10-29 |
Richard Sandiford | Add a simulate_enum_decl langhook |
blob | commitdiff | diff to current |
2019-10-29 |
Richard Sandiford | Add a simulate_builin_function_decl langhook |
blob | commitdiff | diff to current |
2019-07-09 |
Martin Sebor | PR c++/61339 - add mismatch between struct and class... |
blob | commitdiff | diff to current |
2019-05-09 |
Martin Liska | Support profile (BB counts and edge probabilities)... |
blob | commitdiff | diff to current |
2019-04-26 |
Jakub Jelinek | re PR debug/90197 (Cannot step through simple loop... |
blob | commitdiff | diff to current |
2019-04-01 |
Richard Biener | re PR c/71598 (Wrong optimization with aliasing enums) |
blob | commitdiff | diff to current |
2019-03-14 |
Richard Biener | c-tree.h (enum c_declspec_il): New. |
blob | commitdiff | diff to current |
2019-01-30 |
Jakub Jelinek | re PR c/89061 (GCC 9 introduces false positive in ... |
blob | commitdiff | diff to current |
2019-01-01 |
Jakub Jelinek | Update copyright years. |
blob | commitdiff | diff to current |
2018-12-19 |
Segher Boessenkool | c/c++, asm: Use nicer error for duplicate asm qualifiers |
blob | commitdiff | diff to current |
2018-12-06 |
Segher Boessenkool | asm inline |
blob | commitdiff | diff to current |
2018-11-13 |
David Malcolm | Eliminate source_location in favor of location_t |
blob | commitdiff | diff to current |
2018-10-17 |
Joseph Myers | Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static... |
blob | commitdiff | diff to current |
2018-08-27 |
Martin Liska | Come up with fndecl_built_in_p. |
blob | commitdiff | diff to current |
2018-01-13 |
Jakub Jelinek | re PR c/83801 ([avr] String constant in __flash not... |
blob | commitdiff | diff to current |
2018-01-03 |
Jakub Jelinek | Update copyright years. |
blob | commitdiff | diff to current |
2017-12-07 |
Joseph Myers | Allow _Alignas in compound literals (C11 DR#444). |
blob | commitdiff | diff to current |
2017-11-30 |
Jakub Jelinek | re PR c/83222 (Inconsistent "initializer element is... |
blob | commitdiff | diff to current |
2017-11-19 |
Jakub Jelinek | re PR c/66618 (Failure to diagnose non-constant initial... |
blob | commitdiff | diff to current |
2017-10-04 |
David Malcolm | C: underline parameters in mismatching function calls |
blob | commitdiff | diff to current |
2017-08-24 |
David Malcolm | C: fix logic within c_expr::get_location |
blob | commitdiff | diff to current |
2017-08-21 |
David Malcolm | C: use full locations within c_parser_expr_list's vec... |
blob | commitdiff | diff to current |
2017-08-09 |
Marek Polacek | Boolify some parameters. |
blob | commitdiff | diff to current |
2017-08-09 |
Marek Polacek | re PR c/81417 (-Wsign-compare should print types being... |
blob | commitdiff | diff to current |
2017-07-06 |
David Malcolm | Support C++-specific selftests |
blob | commitdiff | diff to current |
2017-06-02 |
Bernd Edlinger | invoke.texi: Document the -Wsizeof-pointer-div warning. |
blob | commitdiff | diff to current |
2017-05-18 |
Marek Polacek | c-common.c (self_promoting_args_p): Change the return... |
blob | commitdiff | diff to current |
2017-05-17 |
Marek Polacek | Bye bye, c_save_expr. |
blob | commitdiff | diff to current |
2017-05-09 |
Nathan Sidwell | c-tree.h (pushdecl): Declare. |
blob | commitdiff | diff to current |
2017-03-27 |
Jakub Jelinek | re PR target/80162 (ICE on invalid code (address of... |
blob | commitdiff | diff to current |
2017-03-23 |
Marek Polacek | c-tree.h: Remove a C_RID_YYCODE reference. |
blob | commitdiff | diff to current |
2017-01-24 |
David Malcolm | Add "__RTL" to cc1 |
blob | commitdiff | diff to current |
2017-01-04 |
David Malcolm | C FE: implement fix-it hint for -Wmissing-braces |
blob | commitdiff | diff to current |
2017-01-01 |
Jakub Jelinek | Update copyright years. |
blob | commitdiff | diff to current |
2016-11-14 |
Prasad Ghangal | Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o. |
blob | commitdiff | diff to current |
2016-09-02 |
Jakub Jelinek | re PR c/65467 ([libgomp] sorry, unimplemented: '_Atomic... |
blob | commitdiff | diff to current |
2016-08-19 |
Joseph Myers | Implement C _FloatN, _FloatNx types. |
blob | commitdiff | diff to current |
2016-06-22 |
David Malcolm | C FE: suggest corrections for misspelled identifiers... |
blob | commitdiff | diff to current |
2016-06-13 |
David Malcolm | C: fixits for named initializers |
blob | commitdiff | diff to current |
2016-06-07 |
David Malcolm | C: add fixit hint to misspelled field names |
blob | commitdiff | diff to current |
2016-05-19 |
David Malcolm | PR c/71171: Fix uninitialized source_range in c_parser_... |
blob | commitdiff | diff to current |
2016-05-12 |
Marek Polacek | re PR c/70756 (Wrong column number shown for "error... |
blob | commitdiff | diff to current |
2016-05-11 |
Mikhail Maltsev | PR43651: add warning for duplicate qualifier |
blob | commitdiff | diff to current |
2016-05-02 |
Cesar Philippidis | c-common.h (enum c_omp_region_type): Define. |
blob | commitdiff | diff to current |
2016-04-20 |
Ilya Verbin | re PR c++/69363 (ICE when doing a pragma simd reduction... |
blob | commitdiff | diff to current |
2016-04-13 |
Marek Polacek | re PR c/70436 (-Wparentheses missing ambiguous else... |
blob | commitdiff | diff to current |
2016-02-12 |
Bernd Schmidt | Fix obstack use-after-free problems in C frontend,... |
blob | commitdiff | diff to current |
2016-01-20 |
Prathamesh Kulkarni | re PR c/24293 (Undefined behaviour not diagnosed with... |
blob | commitdiff | diff to current |
2016-01-04 |
Jakub Jelinek | Update copyright years. |
blob | commitdiff | diff to current |
2015-12-04 |
Eric Botcazou | c-tree.h (c_build_va_arg): Adjust prototype. |
blob | commitdiff | diff to current |
2015-12-02 |
Jason Merrill | Define c_fully_fold separately for C and C++. |
blob | commitdiff | diff to current |
2015-12-01 |
Julian Brown | OpenACC host_data support. |
blob | commitdiff | diff to current |
2015-11-13 |
David Malcolm | Source range tracking in libcpp and C FE, with bit... |
blob | commitdiff | diff to current |
2015-10-27 |
Thomas Schwinge | [PR c/64765, c/64880] Support OpenACC Combined Directiv... |
blob | commitdiff | diff to current |
2015-10-13 |
Jakub Jelinek | builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONG... |
blob | commitdiff | diff to current |
2015-09-15 |
Marek Polacek | re PR c/67580 (Improve error message on missing "struct... |
blob | commitdiff | diff to current |
2015-08-19 |
Trevor Saunders | remove more useless typedefs |
blob | commitdiff | diff to current |
2015-06-05 |
Aldy Hernandez | Merge debug-early branch into mainline. |
blob | commitdiff | diff to current |
2015-04-10 |
Bernhard Reutner... | PR target/55143: undefined reference to c_default_point... |
blob | commitdiff | diff to current |
2015-01-15 |
Thomas Schwinge | Merge current set of OpenACC changes from gomp-4_0... |
blob | commitdiff | diff to current |
2015-01-05 |
Jakub Jelinek | Update copyright years. |
blob | commitdiff | diff to current |
2014-10-29 |
Richard Sandiford | decl.c, [...]: Remove redundant enum from machine_mode. |
blob | commitdiff | diff to current |
2014-10-27 |
Phil Muldoon | Let GDB reuse GCC's parser. |
blob | commitdiff | diff to current |
2014-10-17 |
Marek Polacek | re PR c/63543 (incomplete type error should suppress... |
blob | commitdiff | diff to current |
2014-10-14 |
DJ Delorie | machmode.h (int_n_data_t): New. |
blob | commitdiff | diff to current |
2014-09-24 |
Marek Polacek | re PR c/61405 (Not emitting "enumeration value not... |
blob | commitdiff | diff to current |
2014-08-19 |
Marek Polacek | invoke.texi: Document -Wc99-c11-compat. |
blob | commitdiff | diff to current |
2014-08-10 |
Marek Polacek | re PR c/51849 (-Wc99-compat would be considered useful) |
blob | commitdiff | diff to current |
2014-07-06 |
Marek Polacek | re PR c/6940 (taking sizeof array parameter should... |
blob | commitdiff | diff to current |
2014-06-03 |
Marek Polacek | re PR c/60439 (No warning for case overflow in switch... |
blob | commitdiff | diff to current |
2014-05-10 |
Marek Polacek | c-parser.c (c_parser_declaration_or_fndef): Pass init_l... |
blob | commitdiff | diff to current |
2014-05-09 |
Marek Polacek | re PR c/61096 (error_init lacks a location) |
blob | commitdiff | diff to current |
2014-05-02 |
Marek Polacek | c-tree.h (error_init): Remove declaration. |
blob | commitdiff | diff to current |
next |