]> gcc.gnu.org Git - gcc.git/history - gcc/c/c-typeck.c
re PR c/51849 (-Wc99-compat would be considered useful)
[gcc.git] / gcc / c / c-typeck.c
2014-08-10 Marek Polacekre PR c/51849 (-Wc99-compat would be considered useful)
2014-08-07 Trevor Saundersremove pointer-set.[ch]
2014-08-07 Marek Polacekfold-const.c (fold_binary_loc): Add folding of (PTR0...
2014-08-02 Trevor Saundersconvert many uses of pointer_map to hash_map
2014-07-31 Marc Glissere PR c++/60517 (warning/error for taking address of...
2014-07-30 Tom Tromeyre PR c/59855 (Support sparse-style __attribute__(...
2014-07-06 Marek Polacekre PR c/6940 (taking sizeof array parameter should...
2014-07-01 Marek Polacekinvoke.texi: Document -Wint-conversion.
2014-07-01 Marek Polacekre PR c/58286 (Need option to make incompatible pointer...
2014-06-25 Marek Polacekre PR c/61162 (possibly bad error location with -Wc...
2014-06-25 Jakub Jelineklanghooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR...
2014-06-23 Marek Polacekc-typeck.c (parser_build_binary_op): Don't call warn_lo...
2014-06-09 Marek Polacekre PR c/36446 (unexplained warning in struct initializa...
2014-06-05 S. Gillesre PR c/53119 (-Wmissing-braces wrongly warns about...
2014-06-05 Marek Polacekre PR c/56724 (sub-optimal location in error)
2014-06-05 Marek Polacekre PR c/49706 (No warning for (!x > 1) which is always...
2014-06-03 Marek Polacekre PR c/60439 (No warning for case overflow in switch...
2014-05-27 Marek Polacekre PR c/56724 (sub-optimal location in error)
2014-05-23 Thomas SchwingeRemove duplicated variable initialization.
2014-05-13 Marek Polacekre PR c/61162 (possibly bad error location with -Wc...
2014-05-10 Marek Polacekc-parser.c (c_parser_declaration_or_fndef): Pass init_l...
2014-05-09 Marek Polacekre PR c/61096 (error_init lacks a location)
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-05-02 Marek Polacekre PR c/25801 (bad diagnostic for increment/decrement...
2014-05-02 Marek Polacekc-typeck.c (c_finish_return): Separate warning_at calls.
2014-05-02 Marek Polacekc-tree.h (error_init): Remove declaration.
2014-05-02 Marek Polacekre PR c/60784 (Spurious -Wmissing-field-initializers...
2014-05-01 Marek Polacekre PR c/60257 (Incorrect column number and confusing...
2014-05-01 Marek Polacekre PR c/43395 (Gcc warns label as local variable)
2014-05-01 Marek Polacekre PR c/43245 (add option to control "discarding qualif...
2014-05-01 Marek Polacekre PR c/56989 (wrong location in error message)
2014-04-30 Marek Polacekgcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_D...
2014-04-30 Marek Polacekre PR c/60139 (Imprecise column number for -pedantic...
2014-04-30 Marek Polacekre PR c/60351 (Incorrect column number for warning...
2014-04-25 Marek Polacekre PR c/60114 (Incorrect column number for -pedantic...
2014-03-28 Jakub Jelinekre PR c++/60689 (Bogus error with atomic::exchange)
2014-03-18 Manuel López-Ibáñezre PR c/55383 (-Wcast-qual reports incorrect message)
2014-03-07 Thomas SchwingeThe error_mark_node is not an OpenMP mappable type.
2014-03-06 Marek Polacekre PR c/60197 (ICE with _Cilk_spawn in expression)
2014-02-19 Marek Polacekre PR c/60195 (Strange warnings using atomic types)
2014-01-31 Marek Polacekre PR c/59963 (Wrong column number for warning -Woverflow)
2014-01-30 Marek Polacekre PR c/59940 (Imprecise column number for -Wconversion)
2014-01-30 Richard Bienerre PR c/59905 (Unfriendly abort when calling a fucntion...
2014-01-24 Balaji V. IyerReplace flag_enable_cilkplus with flag_cilkplus.
2014-01-23 Marek Polacekre PR c/59846 (Imprecise column number for -Wtype-limits)
2014-01-23 Marek Polacekre PR c/58346 (ICE with SIGFPE at -O1 and above on...
2014-01-23 Marek Polacekre PR c/59871 (No unused value warning for comma expres...
2014-01-23 Jakub Jelinekre PR middle-end/58809 (ICE with complex variable in...
2014-01-22 Marek Polacekre PR c/59891 (ICE on invalid code (with div-by-zero...
2014-01-15 Jakub Jelinekre PR c/58943 (wrong calculation of indirect structure...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-11 Balaji V. IyerAdded Compiler Support for _Cilk_spawn and _Cilk_sync...
2013-12-03 Joseph Myersre PR c/58235 (Missing diagnostic on assignment to...
2013-11-29 Joseph Myersre PR c/42262 (internal compiler error: in set_designat...
2013-11-27 Tom de VriesHandle vector increment/decrement in build_unary_op
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-22 David MalcolmRemove macros that implicitly use input_location
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18 Richard Sandiforddecl.c, [...]: Replace tree_low_cst (..., 1) with tree_...
2013-11-15 Aldy HernandezMakefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.
2013-11-14 Andrew MacLeodgimplify-be.h: New file.
2013-11-12 Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-11-07 Joseph Myerstree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.
2013-11-01 Jakub Jelinekc-typeck.c (c_finish_omp_clauses): Go to check_dup_gene...
2013-10-31 Jakub Jelinekc-typeck.c (c_finish_omp_clauses): Diagnose aligned...
2013-10-29 Balaji V. IyerAdded _Cilk_spawn and _Cilk_sync (2 cilk keywords)...
2013-10-17 Andrew MacLeodtree-flow.h (struct omp_region): Move to omp-low.c.
2013-10-11 Jakub Jelinektarget.c: New file.
2013-09-18 Marek Polacekre PR sanitizer/58443 (ubsan doesn't properly honor...
2013-09-18 Marek Polacekre PR sanitizer/58411 (no_sanitize_undefined function...
2013-09-08 Joern Renneckec-common.c (same_scalar_type_ignoring_signedness):...
2013-08-30 Marek PolacekMerge ubsan into trunk.
2013-08-26 Joern Renneckere PR c/35649 (Incorrect printf warning: expect double...
2013-08-26 Joern Renneckec-typeck.c (c_common_type): Prefer double_type_node...
2013-07-04 Joern Renneckere PR c/57821 ('array is too large' error is missing...
2013-06-05 Balaji V. Iyer+2013-06-04 Balaji V.
2013-06-03 Balaji V. IyerFixed a bug in expansion of array notations in if-state...
2013-05-28 Balaji V. IyerImplemented Cilk Plus Array Notation for C Compiler.
2013-05-23 Mike Stumpc-typeck.c (convert_for_assignment): Handle references...
2013-04-24 Paolo Carlinic.opt ([Wpointer-arith]): Enabled by -Wpedantic, as...
2013-01-24 Jakub Jelinekre PR c/56078 (causes cc1 to crash)
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-12-20 Jakub Jelinekre PR c++/55619 (Chromium build fails with: error:...
2012-12-18 Jakub Jelinekre PR c/39464 (Attribute may_alias causes invalid warning)
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-10-29 Jonathan Wakelyre PR c++/54930 (Add warning switch for "returning...
2012-10-09 Paolo Carlinire PR c++/54194 (misleading suggestion about arithmetic...
2012-10-09 Marc Glissere PR c++/54427 (Expose more vector extensions)
2012-09-14 Joseph Myersre PR c/54552 (Cast to pointer to VLA crash the compiler)
2012-09-14 Joseph Myersre PR c/54103 (ICE at gimplify.c:7790 on current trunk)
2012-09-13 Jakub Jelinekre PR c/54559 (, ICE in gimplify_expr, at gimplify...
2012-09-11 Diego NovilloRemove unnecessary VEC function overloads.
2012-08-17 Jakub Jelinekinvoke.texi (-Wsizeof-pointer-memaccess): Document.
2012-08-15 Diego Novillobackport: As described in http://gcc.gnu.org/ml/gcc...
2012-06-29 Steven Bosscherconfigure.ac: Skip C if explicitly selected.
This page took 3.697062 seconds and 103 git commands to generate.