aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-tree.h
AgeCommit message (Expand)AuthorFilesLines
2015-12-04c-tree.h (c_build_va_arg): Adjust prototype.Eric Botcazou1-1/+1
2015-12-02Define c_fully_fold separately for C and C++.Jason Merrill1-0/+3
2015-12-01OpenACC host_data support.Julian Brown1-0/+1
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-0/+19
2015-10-27[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++Thomas Schwinge1-2/+1
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-1/+1
2015-09-15re PR c/67580 (Improve error message on missing "struct" tag)Marek Polacek1-0/+1
2015-08-19remove more useless typedefsTrevor Saunders1-2/+2
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-1/+0
2015-04-10PR target/55143: undefined reference to c_default_pointer_modeBernhard Reutner-Fischer1-4/+0
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-0/+3
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-10-27Let GDB reuse GCC's parser.Phil Muldoon1-0/+24
2014-10-17re PR c/63543 (incomplete type error should suppress duplicates)Marek Polacek1-0/+3
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie1-1/+3
2014-09-24re PR c/61405 (Not emitting "enumeration value not handled in switch" warning...Marek Polacek1-1/+1
2014-08-19invoke.texi: Document -Wc99-c11-compat.Marek Polacek1-1/+1
2014-08-10re PR c/51849 (-Wc99-compat would be considered useful)Marek Polacek1-2/+4
2014-07-06re PR c/6940 (taking sizeof array parameter should trigger a warning)Marek Polacek1-0/+3
2014-06-03re PR c/60439 (No warning for case overflow in switch statement.)Marek Polacek1-1/+1
2014-05-10c-parser.c (c_parser_declaration_or_fndef): Pass init_loc to maybe_warn_strin...Marek Polacek1-1/+1
2014-05-09re PR c/61096 (error_init lacks a location)Marek Polacek1-4/+4
2014-05-02c-tree.h (error_init): Remove declaration.Marek Polacek1-2/+0
2014-04-25re PR c/60114 (Incorrect column number for -pedantic and -Wconversion)Marek Polacek1-1/+2
2014-03-28re PR c++/60689 (Bogus error with atomic::exchange)Jakub Jelinek1-0/+2
2014-02-07c-parser.c (c_parser_get_builtin_args): Replace calls to C_EXPR_APPEND by vec...Prathamesh Kulkarni1-9/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-13extend.texi (Statement Exprs, Typeof): Discuss __auto_type.Joseph Myers1-1/+2
2013-11-12c-common.c (c_common_reswords): Add _Thread_local.Joseph Myers1-1/+3
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers1-1/+5
2013-10-11target.c: New file.Jakub Jelinek1-0/+9
2013-06-07Moved array notation helper functions from c/ to c-family/ files.Balaji V. Iyer1-3/+0
2013-05-28Implemented Cilk Plus Array Notation for C Compiler.Balaji V. Iyer1-0/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-7/+2
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-2/+2
2012-08-17invoke.texi (-Wsizeof-pointer-memaccess): Document.Jakub Jelinek1-2/+4
2012-06-29configure.ac: Skip C if explicitly selected.Steven Bosscher1-0/+676