summaryrefslogtreecommitdiff
path: root/gcc/c-parser.c
Commit message (Expand)AuthorAgeFilesLines
* c-tree.h (grokfield): New argument.Aldy Hernandez2008-08-211-2/+5
* diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez2008-08-211-62/+42
* re PR c/37171 (Canonical spelling optimization dependency)Jakub Jelinek2008-08-201-1/+6
* re PR preprocessor/7263 (__extension__ keyword doesn't suppress warning on LL...Manuel López-Ibáñez2008-08-181-5/+14
* re PR c++/28152 (Diagnostic about wrong use _Complex prints __complex__)Manuel López-Ibáñez2008-08-141-2/+0
* re PR c/15236 (pedantic switch modifies treatment of non-ISO compliant enumer...Manuel López-Ibáñez2008-08-131-1/+6
* re PR c++/17880 (-Wsequence-point doesn't warn inside if, while, do condition...Manuel López-Ibáñez2008-08-091-11/+19
* re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez2008-07-231-66/+66
* Makefile.in: Replace toplev.h with TOPLEV_H.Rafael Avila de Espindola2008-07-211-4/+0
* c-common.h (enum rid): Add RID_CXX_COMPAT_WARN.Ian Lance Taylor2008-07-111-145/+44
* invoke.texi (Option Summary): Mention new option -Wdisallowed-function-list=...Raksit Ashok2008-07-091-0/+2
* c-lex.c (narrowest_unsigned_type): Change itk to int.Ian Lance Taylor2008-06-221-10/+12
* c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek2008-06-061-60/+333
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-1/+1
* 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