aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-28tree.h (DECL_DISREGARD_INLINE_LIMITS): New.Richard Guenther1-2/+3
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-5/+5
2007-08-20c-common.h (enum rid): Add new enumeration values of RID_SAT, RID_FRACT, and ...Chao-ying Fu1-10/+286
2007-08-16c-common.c (const_strip_array_types): New.Kaveh R. Ghazi1-0/+9
2007-08-11alias.h (alias_set_type): Define new type.Ian Lance Taylor1-6/+6
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-07-18re PR middle-end/32668 (The type-generic builtins apply default promotions)Kaveh R. Ghazi1-0/+18
2007-07-10re PR bootstrap/32617 (explow.c references DECL_ALIGN of a FUNCTION_DECL)Geoffrey Keating1-5/+17
2007-07-06libgcc2.h (word_type): Type definition removed.Andreas Krebbel1-0/+4
2007-07-06c-common.c (boolean_increment): Use correctly typed constant.Richard Guenther1-1/+1
2007-07-02tree.h (alias_sets_might_conflict_p): Rename into alias_sets_must_conflict_p.Eric Botcazou1-2/+2
2007-06-29c-common.c (pointer_int_sum): Do the negation in sizetype.Eric Botcazou1-11/+6
2007-06-23extend.texi: Document that dllimport and dllexport imply default visibility.Mark Mitchell1-15/+20
2007-06-15[multiple changes]Andrew Pinski1-4/+8
2007-06-11really remove signed(_or_unsigned)?_type langhooksRafael Espindola1-33/+12
2007-06-07re PR c++/30759 (initializer-list accepted for object of non-POD type)Simon Martin1-3/+2
2007-06-04* c-common.c (c_common_get_alias_set): Fix indentation.Tom Tromey1-8/+8
2007-06-04re PR c/32191 (ICE with complex __float128)Uros Bizjak1-1/+2