aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-01c-common.h (warn_array_subscript_range): New function.Simon Baldwin1-0/+54
2008-04-27targhooks.h (default_emutls_var_fields, [...]): Declare.Nathan Sidwell1-0/+7
2008-04-24re PR c++/35758 (vector_size attribute lost in function arguments for templates)Jakub Jelinek1-1/+1
2008-04-24c-common.h (check_builtin_function_arguments): Declare.Richard Guenther1-0/+79
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-1/+0
2008-04-23re PR c/36021 (__attribute__((alloc_size(n))) with function of no arguments c...Richard Guenther1-6/+1
2008-04-18cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees1-9/+99
2008-04-15dwarf2asm.c (dw2_assemble_integer): Cast to unsigned HOST_WIDE_INT for hex pr...Doug Kwan1-1/+2
2008-03-27re PR c/32511 (GCC rejects inline+weak function)Richard Guenther1-2/+7
2008-03-25typeck.c (composite_pointer_type_r): Add SFINAE support.Douglas Gregor1-0/+4
2008-03-07c-common.c (vector_types_convertible_p): Call langhook instead of comptypes.Paolo Bonzini1-1/+1
2008-03-02re PR c++/24924 (front end and preprocessor pedantic_errors settings should a...Manuel López-Ibáñez1-9/+15
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-4/+0
2008-02-25c-common.c (match_case_to_enum_1): Add appropriate OPT_W* parameter to warning.Manuel López-Ibáñez1-3/+22
2008-02-19c-common.c (warn_for_collisions_1): Use appropriate option when warning.Manuel López-Ibáñez1-1/+2
2008-01-22re PR c++/34914 (Member pointer to vector rejected)Jakub Jelinek1-4/+5
2008-01-04re PR c/34457 (ICE with VLA and -combine)Tom Tromey1-2/+6
2007-11-26c-common.c (conversion_warning): Use get_unwidened instead of get_narrower.Manuel López-Ibáñez1-28/+6
2007-11-23re PR c++/34198 (-Wconversion gives apparent erroneous warning with g++ 4.3-2...Jakub Jelinek1-5/+30
2007-11-19PR debug/29436, c/32326Jason Merrill1-12/+4
2007-11-06re PR c++/33977 (internal compiler error: canonical types differ for identica...Douglas Gregor1-64/+13
2007-09-26re PR c/25309 (ICE on initialization of a huge array)Joseph Myers1-0/+10
2007-09-23expr.c (expand_expr_real_1): Use get_callee_fndecl instead of checking CALL_E...Jakub Jelinek1-0/+25
2007-09-23tree.h (block_nonartificial_location): New prototype.Jakub Jelinek1-2/+27
2007-09-13c-common.c (fname_as_string): Update.Tom Tromey1-16/+11
2007-09-11decl.c (java_expand_body): Kill.Jan Hubicka1-9/+0
2007-09-01c-common.c (const_strip_array_types): Delete.Kaveh R. Ghazi1-9/+0