aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-31in gcc/ 2007-05-31 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-3/+4
2007-05-25extend.texi (alloc_size): New attribute.Dirk Mueller1-0/+34
2007-05-24c-common.c (c_common_signed_or_unsigned_type): Delay the check for INTEGRAL_T...Rafael Avila de Espindola1-3/+4
2007-05-20re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez1-10/+12
2007-05-19invoke.texi (Warning Options): Add -Wconversion-sign.Manuel López-Ibáñez1-18/+28
2007-05-16c-common.c (c_common_signed_or_unsigned_type): Emulate c_common_unsigned_type...Rafael Avila de Espindola1-0/+33
2007-05-14c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola1-37/+5
2007-05-11Makefile.in (OBJS-common): Add tree-ssa-alias-warnings.o.Silvius Rus1-16/+48
2007-05-11semantics.c (expand_or_defer_fn): Do not call c_record_cdtor_fn.Jan Hubicka1-60/+0
2007-05-02re PR c++/31663 (Segfault in constrain_class_visibility with anonymous namesp...Seongbae Park1-0/+9
2007-04-25c-common.c (handle_sentinel_attribute): Annotate warning call with OPT_Wattri...Dirk Mueller1-2/+4
2007-04-22misc.c (gnat_expand_body): Don't call target for destructors, avoid redundant...Jan Hubicka1-14/+0
2007-04-12re PR c++/31078 (warning: same canonical type node for different types with c...Douglas Gregor1-0/+18
2007-04-072007-04-07 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-0/+9
2007-04-07in / 2007-04-06 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-9/+0
2007-03-16invoke.texi (-Wconversion): Document warnings specific to C++.Manuel López-Ibáñez1-16/+25
2007-03-14c-common.h (empty_body_warning): Rename to empty_if_body_warning.Dirk Mueller1-16/+13
2007-03-14re PR c/21438 (Warning about division by zero depends on lexical form)Manuel López-Ibáñez1-0/+13
2007-03-10c-common.c (warn_logical_operator): Fix condition.Dirk Mueller1-17/+15
2007-03-09re PR c/17946 (wanted: warning for "a && MASK" when "a & MASK" was probably i...Dirk Mueller1-0/+38
2007-03-08re PR c++/30852 (Trouble with __builtin_offsetof and volatile)Volker Reichelt1-0/+6
2007-03-06errors.h (warning, [...]): Mark as cold.Jan Hubicka1-0/+59
2007-03-06c-common.c (targetcm): Add.Mike Stump1-0/+5
2007-03-04re PR other/30465 (Duplicated overflow warning)Manuel López-Ibáñez1-17/+14
2007-02-28builtins.c (fold_builtin_call_list, [...]): Delete, and replace with...Sandra Loosemore1-69/+54