aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-parser.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-03re PR c/62024 (__atomic_always_lock_free is not a constant expression)Marek Polacek1-0/+2
2014-09-02cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek1-4/+179
2014-08-25IPA C++ refactoring 4/NMartin Liska1-1/+1
2014-08-22re PR other/62008 (CilkPlus Array Notation ICE in build_array_notation_ref wh...Igor Zamyatin1-0/+7
2014-08-19invoke.texi: Document -Wc99-c11-compat.Marek Polacek1-34/+28
2014-08-19c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according to warn_c9...Marek Polacek1-8/+8
2014-08-12c-parser.c (c_parser_postfix_expression): Add pedwarn.Marek Polacek1-0/+16
2014-08-10re PR c/51849 (-Wc99-compat would be considered useful)Marek Polacek1-17/+18
2014-07-14re PR middle-end/61294 (erroneous memset used with constant zero length param...Jakub Jelinek1-3/+54
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