summaryrefslogtreecommitdiff
path: root/gcc/c/c-tree.h
Commit message (Expand)AuthorAgeFilesLines
* Merge debug-early branch into mainline.Aldy Hernandez2015-06-051-1/+0
* PR target/55143: undefined reference to c_default_pointer_modeBernhard Reutner-Fischer2015-04-101-4/+0
* Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge2015-01-151-0/+3
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-1/+1
* Let GDB reuse GCC's parser.Phil Muldoon2014-10-271-0/+24
* re PR c/63543 (incomplete type error should suppress duplicates)Marek Polacek2014-10-171-0/+3
* machmode.h (int_n_data_t): New.DJ Delorie2014-10-141-1/+3
* re PR c/61405 (Not emitting "enumeration value not handled in switch" warning...Marek Polacek2014-09-241-1/+1
* invoke.texi: Document -Wc99-c11-compat.Marek Polacek2014-08-191-1/+1
* re PR c/51849 (-Wc99-compat would be considered useful)Marek Polacek2014-08-101-2/+4
* re PR c/6940 (taking sizeof array parameter should trigger a warning)Marek Polacek2014-07-061-0/+3
* re PR c/60439 (No warning for case overflow in switch statement.)Marek Polacek2014-06-031-1/+1
* c-parser.c (c_parser_declaration_or_fndef): Pass init_loc to maybe_warn_strin...Marek Polacek2014-05-101-1/+1
* re PR c/61096 (error_init lacks a location)Marek Polacek2014-05-091-4/+4
* c-tree.h (error_init): Remove declaration.Marek Polacek2014-05-021-2/+0
* re PR c/60114 (Incorrect column number for -pedantic and -Wconversion)Marek Polacek2014-04-251-1/+2
* re PR c++/60689 (Bogus error with atomic::exchange)Jakub Jelinek2014-03-281-0/+2
* c-parser.c (c_parser_get_builtin_args): Replace calls to C_EXPR_APPEND by vec...Prathamesh Kulkarni2014-02-071-9/+0
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* extend.texi (Statement Exprs, Typeof): Discuss __auto_type.Joseph Myers2013-11-131-1/+2
* c-common.c (c_common_reswords): Add _Thread_local.Joseph Myers2013-11-121-1/+3
* tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers2013-11-071-1/+5
* target.c: New file.Jakub Jelinek2013-10-111-0/+9
* Moved array notation helper functions from c/ to c-family/ files.Balaji V. Iyer2013-06-071-3/+0
* Implemented Cilk Plus Array Notation for C Compiler.Balaji V. Iyer2013-05-281-0/+3
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-7/+2
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-2/+2
* invoke.texi (-Wsizeof-pointer-memaccess): Document.Jakub Jelinek2012-08-171-2/+4
* configure.ac: Skip C if explicitly selected.Steven Bosscher2012-06-291-0/+676