aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-29configure.ac: Skip C if explicitly selected.Steven Bosscher1-10939/+0
2012-06-15[multiple changes]Ramana Radhakrishnan1-92/+0
2012-06-04output.h (merge_weak, [...]): Move protos from here...Steven Bosscher1-1/+0
2012-05-26re PR c++/53220 (g++ mis-compiles compound literals)Jason Merrill1-0/+12
2012-05-21re PR c/53418 (ICE at gimplify.c:7773)Joseph Myers1-0/+5
2012-04-30re PR c++/51033 (generic vector subscript and shuffle support was not added t...Marc Glisse1-20/+1
2012-04-30invoke.texi (Wmissing-format-attribute): Document as an alias of Wsuggest-att...Manuel López-Ibáñez1-6/+6
2012-04-27re PR regression/53130 (gcc.dg/20011021-1.c, gcc.dg/m-un-2.c, gcc.dg/missing-...Manuel López-Ibáñez1-1/+1
2012-04-25re PR c/52880 (-Woverride-init emitts unexpected error)Jakub Jelinek1-2/+2
2012-04-25c-typeck.c (pop_init_level): Improve diagnostics.Manuel López-Ibáñez1-4/+6
2012-04-23re PR c/53060 (Typo in build_binary_op for scalar-vector ops)Richard Biener1-1/+1
2012-04-22re PR c/44774 (-Werror=edantic)Manuel López-Ibáñez1-36/+36
2012-04-21re PR c/35441 (pretty-printer cannot handle some expressions)Manuel López-Ibáñez1-6/+24
2012-04-13re PR c/52549 (ice in pointer_diff)Richard Guenther1-2/+0
2012-03-07c-typeck.c (pointer_diff): Use c_common_type_for_size.Richard Guenther1-2/+1
2012-03-05c-typeck.c (pointer_diff): Check for POINTER_PLUS_EXPR, not PLUS_EXPR.Bernd Schmidt1-2/+4
2012-02-01c-typeck.c (composite_type): Keep mode for pointers.Tristan Gingold1-1/+1
2011-12-20gcc:Joseph Myers1-1/+1
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+16
2011-11-06Check in patch/merge from cxx-mem-model BranchAndrew Macleod1-0/+4
2011-11-04re PR c++/50608 (cannot apply 'offsetof' to a non-constant address)Eric Botcazou1-4/+1
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-1/+2
2011-10-11New warning -Wvector-operation-performance.Artjoms Sinkarovs1-1/+1
2011-10-07Rename vshuffle/vec_shuffle to vec_perm.Richard Henderson1-7/+7
2011-10-04c-typeck.c (c_build_vec_shuffle_expr): Fix uninitialized variable.Richard Henderson1-7/+6
2011-10-03Vector shuffling patch from Artem Shinkarov.Artjoms Sinkarovs1-20/+113
2011-09-29expr.c (do_store_flag): Expand vector comparison by building an appropriate V...Artjoms Sinkarovs1-0/+54
2011-08-26re PR c/50179 (wrong "set but not used" warning)Jakub Jelinek1-1/+5
2011-08-17tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther1-1/+1
2011-08-10c-typeck.c (scalar_to_vector): New function.Artjoms Sinkarovs1-1/+139
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-0/+8
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-3/+2
2011-07-07re PR c/49644 (post-increment of promoted operand is incorrect.)Jakub Jelinek1-0/+2
2011-05-27move TS_STATEMENT_LIST to be a substructure of TS_TYPEDNathan Froyd1-1/+1
2011-05-23don't use TYPE_ARG_TYPES when calling c-family:check_function_argumentsNathan Froyd1-2/+1
2011-05-10c-decl.c (c_override_global_bindings_to_false): Remove.Joseph Myers1-4/+0
2011-05-04c-decl.c (check_bitfield_type_and_width): Do not pass NULL to build_int_cst.Richard Guenther1-3/+3
2011-04-27re PR c/48742 (Internal error in gimplify_expr)Jakub Jelinek1-1/+1
2011-04-26c-typeck.c (build_unary_op): Do not expand array-refs via pointer arithmetic.Richard Biener1-11/+3
2011-04-22re PR c/36750 (-Wmissing-field-initializers relaxation request)Alexander Monakov1-3/+11
2011-04-12re PR c/48517 (ICE in build_unary_op, at c-typeck.c:3786)Jakub Jelinek1-1/+3
2011-04-12re PR c/48552 (ICE with void type expressions in asm inputs/outputs)Jakub Jelinek1-1/+13
2011-03-25ChangeLog gcc/Kai Tietz1-1/+1
2011-01-27In gcc/: 2011-01-26 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-2/+6
2011-01-06re PR c/47150 (ICE in gimplify_expr at gimplify.c)Jakub Jelinek1-2/+2
2011-01-05c-parser.c (c_parser_omp_atomic): Pass location of assignment operator to c_f...Tom Tromey1-10/+12
2010-12-10c-typeck.c (readonly_error): Delete.Nathan Froyd1-39/+0
2010-12-09c-typeck.c (build_indirect_ref): Call invalid_indirection_error.Nathan Froyd1-20/+2
2010-12-06In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+1
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-1/+0