]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c/c-typeck.c
* gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE.
[thirdparty/gcc.git] / gcc / c / c-typeck.c
2014-04-30  mpolacek * gcc.c (sanitize_spec_function): Handle SANITIZE_FLOA...
2014-04-30  mpolacek PR c/60139
2014-04-30  mpolacek PR c/60351
2014-04-25  mpolacek PR c/60114
2014-03-28  jakub PR c++/60689
2014-03-18  manu2014-03-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
2014-03-07  tschwingeThe error_mark_node is not an OpenMP mappable type.
2014-03-06  mpolacek PR c/60197
2014-02-19  mpolacek PR c/60195
2014-01-31  mpolacek PR c/59963
2014-01-30  mpolacek PR c/59940
2014-01-30  rguenth2014-01-30 Richard Biener <rguenther@suse.de>
2014-01-24  bviyerReplace flag_enable_cilkplus with flag_cilkplus.
2014-01-23  mpolacek PR c/59846
2014-01-23  mpolacek PR c/58346
2014-01-23  mpolacek PR c/59871
2014-01-23  jakub PR middle-end/58809
2014-01-22  mpolacek PR c/59891
2014-01-15  jakub PR c/58943
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-12-11  bviyerAdded Compiler Support for _Cilk_spawn and _Cilk_sync...
2013-12-03  jsm28 PR c/58235
2013-11-29  jsm28 PR c/42262
2013-11-27  vriesHandle vector increment/decrement in build_unary_op
2013-11-22  amacleod * gimple.h: Remove all includes.
2013-11-22  dmalcolmRemove macros that implicitly use input_location
2013-11-19  dnovilloFactor unrelated declarations out of tree.h.
2013-11-18  rsandifogcc/ada/
2013-11-15  aldyh * Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.
2013-11-14  amacleod * gimplify-be.h: New file. Add prototypes.
2013-11-12  amacleod2013-11-12 Andrew MacLeod <amacleod@redhat.com>
2013-11-07  jsm28gcc:
2013-11-01  jakub * c-typeck.c (c_finish_omp_clauses) <case OMP_CLAUSE_U...
2013-10-31  jakub * c-typeck.c (c_finish_omp_clauses): Diagnose aligned...
2013-10-29  bviyerAdded _Cilk_spawn and _Cilk_sync (2 cilk keywords)...
2013-10-17  amacleod * tree-flow.h (struct omp_region): Move to omp-low.c.
2013-10-11  jakublibgomp/
2013-09-18  mpolacek2013-09-18 Marek Polacek <polacek@redhat.com>
2013-09-18  mpolacek2013-09-18 Marek Polacek <polacek@redhat.com>
2013-09-08  amylaargcc/c-family:
2013-08-30  mpolacekMerge ubsan into trunk.
2013-08-26  amylaar2013-08-26 Joern Rennecke <joern.rennecke@embecosm...
2013-08-26  amylaar * c-typeck.c (c_common_type): Prefer double_typ...
2013-07-04  amylaargcc/c:
2013-06-05  bviyer+2013-06-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
2013-06-03  bviyerFixed a bug in expansion of array notations in if-state...
2013-05-28  bviyerImplemented Cilk Plus Array Notation for C Compiler.
2013-05-23  mrs * c-typeck.c (convert_for_assignment): Handle referenc...
2013-04-24  paolo/c-family
2013-01-24  jakub PR c/56078
2013-01-10  rsandifoUpdate copyright years in gcc/
2012-12-20  jakub PR c++/55619
2012-12-18  jakub PR c/39464
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-10-29  redigcc/c-family:
2012-10-09  paolo2012-10-09 Paolo Carlini <paolo.carlini@oracle.com>
2012-10-09  glisse2012-10-09 Marc Glisse <marc.glisse@inria.fr>
2012-09-14  jsm28c:
2012-09-14  jsm28c:
2012-09-13  jakub PR c/54559
2012-09-11  dnovilloRemove unnecessary VEC function overloads.
2012-08-17  jakub * doc/invoke.texi (-Wsizeof-pointer-memaccess): Document.
2012-08-15  dnovilloMerge from cxx-conversion branch (http://gcc.gnu.org...
2012-06-29  steventoplevel/