aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-tree.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-16openmp: Initial part of OpenMP 5.0 non-rectangular loop supportJakub Jelinek1-0/+1
2020-04-08[C/C++, OpenACC] Reject vars of different scope in acc declare (PR94120)Tobias Burnus1-0/+1
2020-03-19c: Fix up cfun->function_end_locus from the C FE [PR94029]Jakub Jelinek1-1/+1
2020-03-17c: Handle C_TYPE_INCOMPLETE_VARS even for ENUMERAL_TYPEs [PR94172]Jakub Jelinek1-4/+8
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-04Fix C handling of use of lvalues of incomplete types (PR c/36941, PR c/88827).Joseph Myers1-3/+0
2019-11-25Properly handle C2x attributes on types.Joseph Myers1-3/+9
2019-11-20Add more pedwarns for [[]] C attributes on types.Joseph Myers1-0/+1
2019-11-14Support C2x [[]] attributes for C.Joseph Myers1-5/+20
2019-10-29Add a simulate_enum_decl langhookRichard Sandiford1-0/+2
2019-10-29Add a simulate_builin_function_decl langhookRichard Sandiford1-0/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-3/+3
2019-05-09Support profile (BB counts and edge probabilities) in GIMPLE FE.Martin Liska1-0/+2
2019-04-26re PR debug/90197 (Cannot step through simple loop at -O -g)Jakub Jelinek1-1/+2
2019-04-01re PR c/71598 (Wrong optimization with aliasing enums)Richard Biener1-0/+1
2019-03-14c-tree.h (enum c_declspec_il): New.Richard Biener1-4/+9
2019-01-30re PR c/89061 (GCC 9 introduces false positive in -Wjump-misses-init)Jakub Jelinek1-0/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-19c/c++, asm: Use nicer error for duplicate asm qualifiersSegher Boessenkool1-1/+1
2018-12-06asm inlineSegher Boessenkool1-1/+2
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-6/+6
2018-10-18Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.Joseph Myers1-0/+2
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-1/+1
2018-01-13re PR c/83801 ([avr] String constant in __flash not put into .progmem)Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-07Allow _Alignas in compound literals (C11 DR#444).Joseph Myers1-1/+2
2017-12-01re PR c/83222 (Inconsistent "initializer element is not constant" error)Jakub Jelinek1-0/+1
2017-11-19re PR c/66618 (Failure to diagnose non-constant initializer for static object...Jakub Jelinek1-2/+0
2017-10-04C: underline parameters in mismatching function callsDavid Malcolm1-1/+3
2017-08-24C: fix logic within c_expr::get_locationDavid Malcolm1-1/+1
2017-08-21C: use full locations within c_parser_expr_list's vec<location_t>David Malcolm1-0/+8
2017-08-09Boolify some parameters.Marek Polacek1-1/+1
2017-08-09re PR c/81417 (-Wsign-compare should print types being compared)Marek Polacek1-1/+1
2017-07-06Support C++-specific selftestsDavid Malcolm1-0/+7
2017-06-02invoke.texi: Document the -Wsizeof-pointer-div warning.Bernd Edlinger1-0/+1
2017-05-18c-common.c (self_promoting_args_p): Change the return type to bool.Marek Polacek1-2/+2
2017-05-17Bye bye, c_save_expr.Marek Polacek1-0/+4
2017-05-09c-tree.h (pushdecl): Declare.Nathan Sidwell1-0/+1
2017-03-27re PR target/80162 (ICE on invalid code (address of register variable))Jakub Jelinek1-1/+1
2017-03-23c-tree.h: Remove a C_RID_YYCODE reference.Marek Polacek1-2/+1
2017-01-24Add "__RTL" to cc1David Malcolm1-2/+5
2017-01-04C FE: implement fix-it hint for -Wmissing-bracesDavid Malcolm1-2/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-14Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal1-0/+5
2016-09-02re PR c/65467 ([libgomp] sorry, unimplemented: '_Atomic' with OpenMP)Jakub Jelinek1-0/+1
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers1-0/+4
2016-06-22C FE: suggest corrections for misspelled identifiers and type namesDavid Malcolm1-0/+1
2016-06-13C: fixits for named initializersDavid Malcolm1-1/+1
2016-06-07C: add fixit hint to misspelled field namesDavid Malcolm1-1/+1
2016-05-19PR c/71171: Fix uninitialized source_range in c_parser_postfix_expressionDavid Malcolm1-0/+9