aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-27c-common.c (get_priority): Add check for SUPPORTS_INIT_PRIORITY.Mark Mitchell1-0/+9
2007-02-26c-decl.c (static_ctors): Move to c-common.c.Mark Mitchell1-0/+60
2007-02-26output.h (assemble_addr_to_section): Declare.Mark Mitchell1-2/+5
2007-02-25extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell1-6/+78
2007-02-19c.opt (Waddress): New.Manuel López-Ibáñez1-1/+1
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-19/+26
2007-02-13common.opt: Add Wstrict-overflow and Wstrict-overflow=.Ian Lance Taylor1-2/+12
2007-01-31c-common.c (warn_about_parentheses): Separate warning about un-parenthized se...Dirk Mueller1-6/+17
2007-01-29007-01-29 Manuel Lopez-Ibanez <manu@gcc.gnu.org>Manuel López-Ibáñez1-0/+13
2007-01-13tree.h (force_fit_type_double): Remove unused final argument.Roger Sayle1-12/+6
2007-01-11c-common.c (vector_types_convertible_p): Treat opaque types as always convert...Joseph Myers1-8/+12
2007-01-08tree.h (force_fit_type_double): Export.Richard Guenther1-6/+5
2007-01-08c.opt: Add -flax-vector-conversions.Mark Shinwell1-13/+38
2007-01-05re PR c/19978 (overflow in expression of constants should not cause multiple ...Manuel López-Ibáñez1-25/+31
2007-01-05c-common.c (decl_with_nonnull_addr_p): New function.Ian Lance Taylor1-12/+23
2007-01-05* c-common.c (check_function_nonnull): Whitespace fix.Ian Lance Taylor1-4/+4
2007-01-02c-common.c (c_common_truthvalue_conversion): When warning about using an assi...Ian Lance Taylor1-4/+8
2007-01-02c-common.c (c_common_nodes_and_builtins): Since variants of void_type_node ge...Douglas Gregor1-0/+17
2006-12-29c-common.c (c_define_builtins): New static function broken out of c_common_no...Ian Lance Taylor1-71/+81
2006-12-16re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez1-3/+3
2006-12-14re PR c++/19564 (-Wparentheses does not work with the C++ front-end)Ian Lance Taylor1-0/+82
2006-12-01re PR c++/30021 (ICE on invalid parameter for main)Volker Reichelt1-1/+1
2006-11-27c-common.c (constant_fits_type_p): Delete.Roger Sayle1-74/+57
2006-11-24re PR c/29736 (ICE on duplicate vector attribute)Jakub Jelinek1-0/+2
2006-11-24re PR c/2707 (gcc does not warn on truncate)Manuel López-Ibáñez1-26/+139
2006-11-08c-common.c (c_common_attributes): Add gnu_inline attribyte.Jakub Jelinek1-0/+27