aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
AgeCommit message (Expand)AuthorFilesLines
2013-12-04re PR c/52023 ([C11] _Alignof (double) yields wrong value on x86)Joseph Myers2-4/+16
2013-12-04re PR c/54113 (-Wmissing-prototypes produces false alarms for C99 inline func...Marek Polacek2-1/+8
2013-12-03re PR c/59351 (ICE on empty compound literal with -pedantic)Marek Polacek2-1/+9
2013-12-03re PR c/58235 (Missing diagnostic on assignment to array in c89)Joseph Myers2-0/+14
2013-11-29re PR c/42262 (internal compiler error: in set_designator, at c-typeck.c:5771)Joseph Myers2-0/+9
2013-11-29re PR c/57574 (-std=c99 inline function incorrectly has external linkage with...Joseph Myers2-0/+14
2013-11-28re PR c/59310 (FAIL: gcc.dg/gomp/openmp-simd-1.c (test for excess errors))Jakub Jelinek2-4/+10
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez2-2/+9
2013-11-27Handle vector increment/decrement in build_unary_opTom de Vries2-2/+10
2013-11-22gimple.h: Remove all includes.Andrew MacLeod2-1/+7
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm4-26/+50
2013-11-20Fixup whitespace.Mike Stump1-1/+0
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo5-0/+33
2013-11-18cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst.Richard Sandiford2-1/+6
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford3-5/+10
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2-2/+7
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2-1/+6
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez3-4/+290
2013-11-14gimplify-be.h: New file.Andrew MacLeod2-1/+6
2013-11-13extend.texi (Statement Exprs, Typeof): Discuss __auto_type.Joseph Myers4-28/+204
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2-1/+5
2013-11-12c-common.c (c_common_reswords): Add _Thread_local.Joseph Myers4-12/+55
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers6-140/+797
2013-11-06c-decl.c (locate_old_decl): If a previous conflicting decl is both explicit a...DJ Delorie2-1/+7
2013-11-05invoke.texi (-fopenmp-simd): Document new option.Tobias Burnus2-12/+66
2013-11-03Implement -fsanitize=vla-bound.Marek Polacek2-0/+15
2013-11-01c-typeck.c (c_finish_omp_clauses): Go to check_dup_generic at the end, unless...Jakub Jelinek2-1/+13
2013-10-31c-typeck.c (c_finish_omp_clauses): Diagnose aligned clause with decl that is ...Jakub Jelinek2-0/+13
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer5-0/+80
2013-10-27re PR other/33426 (Support of #pragma ivdep)Tobias Burnus2-10/+32
2013-10-24Correct the date, which was wrong in commit r204021Tobias Burnus1-1/+1
2013-10-24re PR other/33426 (Support of #pragma ivdep)Tobias Burnus2-5/+35
2013-10-24c-parser.c (c_parser_struct_declaration): Add a comment.Marek Polacek2-1/+11
2013-10-23Fix up ChangeLog entries (name, e-mail, formatting, otherwise).Gerald Pfeifer1-1/+1
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod3-0/+7
2013-10-17re PR c/58267 (Alignment specifier allowed within array declarator;)Marek Polacek2-11/+41
2013-10-11target.c: New file.Jakub Jelinek6-293/+3548
2013-09-25Makefile.in (C_TREE_H): Reference c/c-tree.h.Tom Tromey2-59/+9
2013-09-25Makefile.in (DRIVER_DEFINES): Use $(and), not shell code, to add -DENABLE_SHA...Tom Tromey2-2/+5
2013-09-18re PR sanitizer/58443 (ubsan doesn't properly honor fsanitize= flags)Marek Polacek2-4/+10
2013-09-18re PR sanitizer/58411 (no_sanitize_undefined function attribute)Marek Polacek2-0/+8
2013-09-13re PR target/57848 (internal compiler error on builtin and '#pragma GCC targe...Kai Tietz2-3/+7
2013-09-08c-common.c (same_scalar_type_ignoring_signedness): Delete.Joern Rennecke2-4/+7
2013-09-03c-objc-common.c (c_tree_printer): Tidy.Gabriel Dos Reis2-4/+8
2013-08-30Merge ubsan into trunk.Marek Polacek2-0/+39
2013-08-26Add PR marker to PR id in ChangeLog.Joern Rennecke1-1/+1
2013-08-26re PR c/35649 (Incorrect printf warning: expect double has float)Joern Rennecke2-2/+4
2013-08-26c-typeck.c (c_common_type): Prefer double_type_node over other REAL_TYPE type...Joern Rennecke2-1/+16
2013-08-26Really commit all changesGabriel Dos Reis1-1/+1
2013-08-23diagnostic.c (diagnostic_set_caret_max_width): Use pp_buffer.Gabriel Dos Reis2-0/+7