aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-14re PR c/60819 (dse1 removing not-dead insn (aliasing issue?))Richard Biener1-1/+14
2014-04-11re PR c++/57926 (Atomic functions broken with C++ but not C?)Jason Merrill1-0/+14
2014-03-28re PR c++/60689 (Bogus error with atomic::exchange)Jakub Jelinek1-0/+1
2014-02-26re PR c++/59231 (gcc misses [-Werror=sign-compare] when inside a template)Jason Merrill1-3/+1
2014-02-19re PR c/37743 (Bogus printf format warning with __builtin_bswap32.)Jakub Jelinek1-3/+3
2014-02-12re PR c/60101 (Long compile times when mixed complex floating point datatypes...Jakub Jelinek1-8/+3
2014-02-08re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali...Jakub Jelinek1-4/+58
2014-02-06re PR c/60087 (Incorrect column number for -Wsign-compare)Marek Polacek1-2/+2
2014-02-04re PR c/60036 (Spurious signedness conversion warning with relational operator)Marek Polacek1-0/+8
2014-02-03re PR c++/53017 (Integer constant expression not constant enough for vector_s...Marc Glisse1-4/+22
2014-01-31re PR c/59963 (Wrong column number for warning -Woverflow)Marek Polacek1-2/+3
2014-01-30re PR c/59940 (Imprecise column number for -Wconversion)Marek Polacek1-27/+28
2014-01-24Replace flag_enable_cilkplus with flag_cilkplus.Balaji V. Iyer1-1/+1
2014-01-23re PR c/59846 (Imprecise column number for -Wtype-limits)Marek Polacek1-3/+4
2014-01-23re PR c/58346 (ICE with SIGFPE at -O1 and above on x86_64-linux-gnu (affectin...Marek Polacek1-0/+11
2014-01-15re PR c++/49718 (please allow no_instrument_function attribute in class membe...Laurent Alfonsi1-6/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-18Added support for Cilk Plus SIMD-enabled function for C.Balaji V. Iyer1-0/+2
2013-12-11Add a missing tree code to a switch.Bernd Schmidt1-0/+1
2013-12-11Remove an unused global tree, last used by objc some years ago.Bernd Schmidt1-9/+0
2013-12-05c-common.c (c_sizeof_or_alignof_type): Move a declaration into [ADJUST_FIELD_...Marek Polacek1-2/+2
2013-12-04re PR c/52023 ([C11] _Alignof (double) yields wrong value on x86)Joseph Myers1-3/+22
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-38/+0
2013-11-29re PR c/59280 (ICE with attribute((constructor(invalid))))Jakub Jelinek1-0/+4
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+0
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-6/+6
2013-11-20Remove unintentional blank link from prevous commit.Richard Sandiford1-1/+0
2013-11-20c-common.c (check_function_arguments_recurse): Use tree_to_uhwi.Kenneth Zadeck1-3/+1
2013-11-20re PR c/53001 (-Wfloat-conversion should be available to warn about floating ...Joshua J Cogliati1-18/+29
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+7
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford1-2/+1
2013-11-18cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst.Richard Sandiford1-3/+2
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-8/+8
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-3/+3
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-3/+3
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-3/+3
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez1-44/+44
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-13extend.texi (Statement Exprs, Typeof): Discuss __auto_type.Joseph Myers1-0/+2
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-0/+1
2013-11-12c-common.c (c_common_reswords): Add _Thread_local.Joseph Myers1-0/+1
2013-11-09c-common.c (atomic_size_supported_p): New function.Joseph Myers1-4/+25
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers1-0/+3
2013-11-06macro.c (_cpp_builtin_macro_text): Correct wording of two warnings.Tobias Burnus1-0/+1
2013-11-04re PR c++/58979 (ICE with invalid use of pointer-to-member)Marek Polacek1-0/+5
2013-10-30c-common.c (handle_bnd_variable_size_attribute): New.Ilya Enkovich1-0/+38
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer1-0/+5
2013-10-26Makefile.def (target_modules): Remove libmudflapJeff Law1-4/+0
2013-10-15re PR target/57756 (Function target attribute is retaining state of previous...Sriraman Tallam1-1/+1
2013-10-11target.c: New file.Jakub Jelinek1-0/+32