aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-parser.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-30re PR middle-end/57541 ([Cilkplus]: internal compiler error: in gimplify_expr...Igor Zamyatin1-1/+1
2014-06-27c-parser.c (c_parser_declaration_or_fndef): Discard all type qualifiers in __...Sebastian Huber1-15/+6
2014-06-25re PR c/61162 (possibly bad error location with -Wc++-compat)Marek Polacek1-1/+2
2014-06-24gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator not mentione...Jakub Jelinek1-2/+11
2014-06-15c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.Jan Hubicka1-1/+1
2014-06-03re PR c/60439 (No warning for case overflow in switch statement.)Marek Polacek1-1/+5
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-23Fix some bool vs. tree confusion.Thomas Schwinge1-5/+9
2014-05-22Fix copy'n'pasto.Thomas Schwinge1-2/+2
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-2/+2
2014-05-10c-parser.c (c_parser_declaration_or_fndef): Pass init_loc to maybe_warn_strin...Marek Polacek1-3/+3
2014-05-09re PR c/61096 (error_init lacks a location)Marek Polacek1-6/+10
2014-05-09re PR c/50459 (alignof doesn't work on plain old constant, works with express...Marek Polacek1-3/+8
2014-05-06Merge in wide-int.Kenneth Zadeck1-1/+1
2014-05-01revert: c-parser.c (c_parser_sizeof_expression): Reorganize slightly to avoid...Jeff Law1-15/+16
2014-05-01re PR c/60915 (confusing diagnostic from attribute on function definition)Marek Polacek1-1/+13
2014-04-25re PR c/60114 (Incorrect column number for -pedantic and -Wconversion)Marek Polacek1-4/+7
2014-04-24c-parser.c (c_parser_sizeof_expression): Reorganize slightly to avoid goto.Prathamesh Kulkarni1-16/+15
2014-04-24c-parser.c (c_parser_omp_atomic): Allow seq_cst before atomic-clause...Jakub Jelinek1-5/+25
2014-04-22re PR c/59073 (ICE with missing increment in OpenMP for-loop)Jakub Jelinek1-1/+3
2014-03-28re PR c++/60689 (Bogus error with atomic::exchange)Jakub Jelinek1-2/+3
2014-02-19c-parser.c (c_parser_declspecs): Replace call to error by error_at.Prathamesh Kulkarni1-2/+2
2014-02-07c-parser.c (c_parser_get_builtin_args): Replace calls to C_EXPR_APPEND by vec...Prathamesh Kulkarni1-2/+2
2014-01-31re PR c/59963 (Wrong column number for warning -Woverflow)Marek Polacek1-11/+19
2014-01-24Replace flag_enable_cilkplus with flag_cilkplus.Balaji V. Iyer1-25/+25
2014-01-23Added support for Cilk Plus SIMD-enabled functions for C++.Balaji V. Iyer1-1/+2
2014-01-09re PR c++/59631 (ICE using _Cilk_spawn without -fcilkplus)Balaji V. Iyer1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-18Added support for Cilk Plus SIMD-enabled function for C.Balaji V. Iyer1-34/+223
2013-12-17Fix description of OpenMP parallel directive in the C and C++ front ends.Thomas Schwinge1-3/+10
2013-12-04re PR c/52023 ([C11] _Alignof (double) yields wrong value on x86)Joseph Myers1-4/+8
2013-11-28re PR c/59310 (FAIL: gcc.dg/gomp/openmp-simd-1.c (test for excess errors))Jakub Jelinek1-4/+2
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-3/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+5
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-2/+2
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez1-1/+263
2013-11-13extend.texi (Statement Exprs, Typeof): Discuss __auto_type.Joseph Myers1-25/+122
2013-11-12c-common.c (c_common_reswords): Add _Thread_local.Joseph Myers1-0/+3
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers1-57/+170
2013-11-05invoke.texi (-fopenmp-simd): Document new option.Tobias Burnus1-12/+59
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer1-0/+32
2013-10-27re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-10/+25
2013-10-24re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-5/+28
2013-10-24c-parser.c (c_parser_struct_declaration): Add a comment.Marek Polacek1-1/+6
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod1-0/+1
2013-10-17re PR c/58267 (Alignment specifier allowed within array declarator;)Marek Polacek1-11/+27
2013-10-11target.c: New file.Jakub Jelinek1-272/+2254
2013-07-23* c-parser.c (struct c_generic_association): Fix typo.Joseph Myers1-1/+1
2013-07-23c-common.h (enum rid): New constant.Tom Tromey1-0/+223