summaryrefslogtreecommitdiff
path: root/gcc/c-parser.c
Commit message (Expand)AuthorAgeFilesLines
* cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees2008-04-181-0/+4
* re PR c/35738 (ICE with #pragma omp atomic and conversion from pointer to int)Jakub Jelinek2008-04-031-1/+4
* c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED, [...]): Delete.Paolo Bonzini2008-04-031-3/+3
* * c-parser.c (c_parser_next_token_is_keyword): Simplify.Volker Reichelt2008-03-291-6/+1
* re PR c/35438 (ICE with invalid use of threadprivate)Jakub Jelinek2008-03-101-2/+7
* re PR c/28800 (warning "ISO C forbids an empty source file" could be improved)Ralf Wildenhues2008-02-261-1/+1
* re PR c++/34607 (ICE with invalid for loop after #pragma omp for)Jakub Jelinek2008-01-221-1/+3
* re PR c/34506 (gcc disallows comma between C/C++ OpenMP clauses)Jakub Jelinek2007-12-171-2/+10
* c-parser (c_parser_statement_after_labels): Move error from here...Manuel López-Ibáñez2007-12-041-11/+14
* re PR c/23722 (bad error recovery with if blocks and else)Manuel López-Ibáñez2007-11-261-9/+65
* re PR c/14050 ([DR289] c99 restrict doesn't work in abs declarator)Joseph Myers2007-11-221-1/+1
* c-parser.c (c_parser_translation_unit): Use location in error.Tom Tromey2007-11-081-52/+113
* re PR c/29062 (unclear diagnostic for declaration after label)Manuel López-Ibáñez2007-11-031-0/+8
* c-decl.c (grokdeclarator): Set decl source locations.Tom Tromey2007-11-011-1/+9
* c-common.c (fname_as_string): Update.Tom Tromey2007-09-131-25/+29
* c-parser.c (c_parser_struct_declaration): Check for a null return.Richard Sandiford2007-09-131-1/+2
* c-tree.h (grokfield): Add a "tree *" argument.Richard Sandiford2007-09-121-2/+5
* c-common.h (enum rid): Add new enumeration values of RID_SAT, RID_FRACT, and ...Chao-ying Fu2007-08-201-0/+21
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* c-parser.c (objc_pq_context): Removed.Tom Tromey2007-07-031-29/+25
* c-tree.h (start_enum): Update.Tom Tromey2007-06-041-3/+4
* c-common.h (empty_body_warning): Rename to empty_if_body_warning.Dirk Mueller2007-03-141-1/+4
* Makefile.in (libgcc-support, [...]): Add emutls.c.Richard Henderson2007-02-101-3/+0
* re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez2006-12-161-2/+2
* c-opts.c (c_common_parse_file): Unconditionally give a warning, suitable for ...Zack Weinberg2006-12-101-24/+0
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-5/+5
* re PR c/29955 (ICE with -fopenmp -fexceptions)Jakub Jelinek2006-11-241-0/+6
* Revert emutls patch.Richard Henderson2006-10-091-0/+3
* Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson2006-10-041-3/+0
* re PR c/28504 (ICE with variable sized array)Joseph Myers2006-09-091-0/+5
* [multiple changes]Paolo Bonzini2006-08-171-2/+2
* re PR c/28280 (bogus "statement with no effect" warning with VLA and typeof)Mike Stump2006-08-151-1/+13
* re PR c/28649 (Poor error recovery of C parser)Volker Reichelt2006-08-151-0/+2
* re PR c/28136 (ICE with incomplete array type)Volker Reichelt2006-08-051-1/+1
* revert: re PR c/28280 (bogus "statement with no effect" warning with VLA and ...Mike Stump2006-07-151-13/+1
* re PR c/28280 (bogus "statement with no effect" warning with VLA and typeof)Mike Stump2006-07-121-1/+13
* c-parser.c (c_parser_skip_to_end_of_block_or_statement): Add a default case t...Roger Sayle2006-07-071-0/+3
* re PR c++/26559 (ICE with __builtin_constant_p in template argument)Mark Mitchell2006-06-151-1/+4
* re PR c/27673 (Gcc failed to bootstrap on Linux)Mike Stump2006-05-191-0/+5
* Whitespace fixupsMike Stump2006-05-181-1/+1
* Fix up vla, vm and [*] sematics.Mike Stump2006-05-181-1/+16
* re PR middle-end/27415 (Iteration var in firstprivate or reduction clauses no...Jakub Jelinek2006-05-171-0/+2
* c-parser.c (c_parser_cast_expression): Only insert casts into hash table if p...Aldy Hernandez2006-05-051-2/+1
* re PR c/27358 (ICE with invalid variable after #pragma omp parallel)Richard Henderson2006-05-011-44/+73
* re PR c/25996 ([gomp] ICE on undefined iteration variable)Jakub Jelinek2006-04-261-1/+1
* 20060410.c: New.Aldy Hernandez2006-04-111-0/+5
* re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo2006-01-251-9/+10
* re PR c++/5520 (Add a warning to detect empty body of if statements (like in ...Dirk Mueller2006-01-201-1/+1
* [multiple changes]Diego Novillo2006-01-181-8/+1343
* common.opt (ftoplevel-reorder): New option.Ian Lance Taylor2006-01-171-5/+2