summaryrefslogtreecommitdiff
path: root/gcc/c/c-parser.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-25Backport sanitizer patches from GCC mainline.Maxim Ostapenko1-6/+1
2014-10-15Merge branches/gcc-4_9-branch rev 216130yroux1-2/+8
2014-09-09Merge branches/gcc-4_9-branch rev 214896yroux1-0/+7
2014-07-16gcc/yroux1-4/+7
2014-07-16Merge branches/gcc-4_9-branch rev 212419yroux1-16/+7
2014-06-25Merge branches/gcc-4_9-branch rev 211964yroux1-2/+11
2014-05-13Merge branches/gcc-4_9-branch rev 210052yroux1-6/+28
2014-03-28 PR c++/60689jakub1-2/+3
2014-02-19 * c-parser.c (c_parser_declspecs): Replace call to error by error_at.mpolacek1-2/+2
2014-02-07 * c-parser.c (c_parser_get_builtin_args): Replace calls tompolacek1-2/+2
2014-01-31 PR c/59963mpolacek1-11/+19
2014-01-24Replace flag_enable_cilkplus with flag_cilkplus.bviyer1-25/+25
2014-01-23Added support for Cilk Plus SIMD-enabled functions for C++.bviyer1-1/+2
2014-01-09Fix for PR c++/59631.bviyer1-1/+1
2014-01-02Update copyright years in gcc/rsandifo1-1/+1
2013-12-18Added support for Cilk Plus SIMD-enabled function for C.bviyer1-34/+223
2013-12-17Fix description of OpenMP parallel directive in the C and C++ front ends.tschwinge1-3/+10
2013-12-04 PR c/52023jsm281-4/+8
2013-11-27 PR c/59310jakub1-4/+2
2013-11-22Remove macros that implicitly use input_locationdmalcolm1-3/+2
2013-11-19Factor unrelated declarations out of tree.h.dnovillo1-0/+5
2013-11-18gcc/c-family/rsandifo1-2/+2
2013-11-18gcc/ada/rsandifo1-1/+1
2013-11-15 * Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.aldyh1-1/+263
2013-11-13 * doc/extend.texi (Statement Exprs, Typeof): Discuss __auto_type.jsm281-25/+122
2013-11-12c-family:jsm281-0/+3
2013-11-07gcc:jsm281-57/+170
2013-11-052013-11-05 Tobias Burnus <burnus@net-b.de>burnus1-12/+59
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.bviyer1-0/+32
2013-10-272013-10-27 Tobias Burnus <burnus@net-b.de>burnus1-10/+25
2013-10-242013-08-24 Tobias Burnus <burnus@net-b.de>burnus1-5/+28
2013-10-24c/mpolacek1-1/+6
2013-10-17 * tree-flow.h (struct omp_region): Move to omp-low.c.amacleod1-0/+1
2013-10-17 PR c/58267mpolacek1-11/+27
2013-10-11libgomp/jakub1-272/+2254
2013-07-23 * c-parser.c (struct c_generic_association): Fix typo.jsm281-1/+1
2013-07-232013-07-23 Tom Tromey <tromey@redhat.com>jsm281-0/+223
2013-06-28Implemented Jason Merrill's suggestions on Array Notation C++.bviyer1-39/+0
2013-06-03Fixed a bug in expansion of array notations in if-statement conditions.bviyer1-14/+5
2013-05-28Implemented Cilk Plus Array Notation for C Compiler.bviyer1-19/+308
2013-04-03 PR c/19449jakub1-4/+11
2013-02-12Fix bootstrap with -O3.mpolacek1-1/+1
2013-01-10Update copyright years in gcc/rsandifo1-3/+1
2012-12-20 PR c++/55619jakub1-12/+5
2012-11-18This patch rewrites the old VEC macro-based interface into a new onednovillo1-47/+47
2012-10-12 PR c/54381jakub1-35/+36
2012-08-24 PR c/54355jakub1-1/+1
2012-08-17 * doc/invoke.texi (-Wsizeof-pointer-memaccess): Document.jakub1-6/+58
2012-08-15Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo1-10/+10
2012-06-29toplevel/steven1-0/+10840