aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-04re PR c/35430 (ICE with complex arithmetic)Jakub Jelinek1-5/+7
2008-11-04re PR c/37106 (ICE with -fpic or -fPIC: in mems_in_disjoint_alias_sets_p, at ...Jakub Jelinek1-0/+6
2008-10-29re PR middle-end/11492 (Bogus warning with -Wsign-compare)Manuel López-Ibáñez1-28/+0
2008-10-24re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on bool...Manuel López-Ibáñez1-52/+90
2008-10-06c-decl.c (finish_decl): Pass input_location to build_unary_op.Aldy Hernandez1-8/+11
2008-09-30c-common.c (empty_if_body_warning): Remove.Paolo Bonzini1-25/+0
2008-09-26re PR c/37645 (ICE with weakref attribute)Jakub Jelinek1-1/+3
2008-09-24c-common.c (fname_decl): New location argument.Aldy Hernandez1-3/+4
2008-09-23c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez1-36/+65
2008-09-09c-common.c (c_expand_decl): Remove.Paolo Bonzini1-22/+0
2008-09-01tree.c (protected_set_expr_location): New.Aldy Hernandez1-2/+5
2008-08-30Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner1-70/+9
2008-08-29re PR c/18050 (-Wsequence-point reports false positives)Manuel López-Ibáñez1-0/+7
2008-08-28re PR c++/37217 (-Wconversion causes ICE with __builtin_strcmp with one char ...Manuel López-Ibáñez1-1/+1
2008-08-27re PR c++/35321 (ICE with invalid use of __builtin_offsetof)Paolo Carlini1-0/+1
2008-08-26c-common.c (do_switch_warnings): Look through the CONST_DECLs in the enumerat...Douglas Gregor1-0/+2
2008-08-21diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez1-14/+14
2008-08-20re PR c/35701 (Quieten -Wconversion warnings)Manuel López-Ibáñez1-3/+15
2008-08-20re PR c++/35602 (Bogus warning with -Wsign-conversion)Manuel López-Ibáñez1-0/+11
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez1-1/+1
2008-08-13re PR c/30551 (-pedantic does not include -Wmain, but -pedantic-errors does m...Manuel López-Ibáñez1-10/+7
2008-08-13re PR c/35635 (-Wconversion problematic with bitfields)Manuel López-Ibáñez1-29/+76
2008-08-09gimple.c (gimple_build_call_1): Deal with FUNCTION_DECL fn.Richard Guenther1-9/+2
2008-08-09re PR c++/17880 (-Wsequence-point doesn't warn inside if, while, do condition...Manuel López-Ibáñez1-2/+4
2008-08-08c-common.c (c_common_reswords): Also warn about keyword "bool".Kaveh R. Ghazi1-1/+1
2008-08-06matrix-reorg.c (compute_offset): Avoid C++ keywords.Kaveh R. Ghazi1-26/+26
2008-08-06re PR c++/8715 ('~' operator for unsigned char and conversion to bool)Manuel López-Ibáñez1-0/+141
2008-07-30re PR c/34389 (-Wconversion produces wrong warning)Manuel López-Ibáñez1-13/+148
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-56/+53
2008-07-25Fix IA-64 breakage...Michael Meissner1-3/+6
2008-07-23re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez1-21/+24
2008-07-23Add ability to set target options (ix86 only) and optimization options on a f...Michael Meissner1-5/+240
2008-07-18c-common.c (c_stddef_cpp_builtins): Define __CHAR16_TYPE__ and __CHAR32_TYPE__.Kris Van Hees1-0/+2
2008-07-15re PR middle-end/36369 (may_alias broken with previous uses of non attributed...Richard Guenther1-6/+7
2008-07-11c-common.h (enum rid): Add RID_CXX_COMPAT_WARN.Ian Lance Taylor1-0/+173
2008-07-06config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86...Kai Tietz1-0/+14
2008-07-04Revert 137452.Kai Tietz1-14/+0
2008-07-04config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86...Kai Tietz1-0/+14
2008-07-03re PR bootstrap/33304 (Bootstrap failure on solaris2 using cc due to empty ma...Andrew Haley1-47/+71
2008-07-01c-typeck.c (convert_for_assignment): Use vector_targets_convertible_p.Daniel Jacobowitz1-0/+14
2008-06-22c-lex.c (narrowest_unsigned_type): Change itk to int.Ian Lance Taylor1-2/+3
2008-06-18targhooks.h (struct gcc_target): New member unwind_word_mode.Ulrich Weigand1-0/+2
2008-06-11alias.c (get_alias_set): Use the element alias-set for arrays.Richard Guenther1-1/+2
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-3/+3
2008-05-25Delete get_inner_array_type. Use strip_array_types instead.Alan Modra1-12/+0
2008-05-23builtin-types.def (BT_FN_INT_INT_INT_INT_INT_INT_VAR): New.Kaveh R. Ghazi1-2/+34
2008-05-18re PR middle-end/35509 (builtin isinf() mismatch to compile-time substitution)Kaveh R. Ghazi1-0/+1
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-4/+3
2008-05-07[multiple changes]Kenneth Zadeck1-1/+1
2008-05-02Rolled back the following changes made in revision 134865:Simon Baldwin1-54/+0