summaryrefslogtreecommitdiff
path: root/gcc/c-common.c
Commit message (Expand)AuthorAgeFilesLines
* c-common.c (c_common_signed_or_unsigned_type): Emulate c_common_unsigned_type...Rafael Avila de Espindola2007-05-161-0/+33
* c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola2007-05-141-37/+5
* Makefile.in (OBJS-common): Add tree-ssa-alias-warnings.o.Silvius Rus2007-05-111-16/+48
* semantics.c (expand_or_defer_fn): Do not call c_record_cdtor_fn.Jan Hubicka2007-05-111-60/+0
* re PR c++/31663 (Segfault in constrain_class_visibility with anonymous namesp...Seongbae Park2007-05-021-0/+9
* c-common.c (handle_sentinel_attribute): Annotate warning call with OPT_Wattri...Dirk Mueller2007-04-251-2/+4
* misc.c (gnat_expand_body): Don't call target for destructors, avoid redundant...Jan Hubicka2007-04-221-14/+0
* re PR c++/31078 (warning: same canonical type node for different types with c...Douglas Gregor2007-04-121-0/+18
* 2007-04-07 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2007-04-071-0/+9
* in / 2007-04-06 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2007-04-071-9/+0
* invoke.texi (-Wconversion): Document warnings specific to C++.Manuel López-Ibáñez2007-03-161-16/+25
* c-common.h (empty_body_warning): Rename to empty_if_body_warning.Dirk Mueller2007-03-141-16/+13
* re PR c/21438 (Warning about division by zero depends on lexical form)Manuel López-Ibáñez2007-03-141-0/+13
* c-common.c (warn_logical_operator): Fix condition.Dirk Mueller2007-03-101-17/+15
* re PR c/17946 (wanted: warning for "a && MASK" when "a & MASK" was probably i...Dirk Mueller2007-03-091-0/+38
* re PR c++/30852 (Trouble with __builtin_offsetof and volatile)Volker Reichelt2007-03-081-0/+6
* errors.h (warning, [...]): Mark as cold.Jan Hubicka2007-03-061-0/+59
* c-common.c (targetcm): Add.Mike Stump2007-03-061-0/+5
* re PR other/30465 (Duplicated overflow warning)Manuel López-Ibáñez2007-03-041-17/+14
* builtins.c (fold_builtin_call_list, [...]): Delete, and replace with...Sandra Loosemore2007-02-281-69/+54
* c-common.c (get_priority): Add check for SUPPORTS_INIT_PRIORITY.Mark Mitchell2007-02-271-0/+9
* c-decl.c (static_ctors): Move to c-common.c.Mark Mitchell2007-02-261-0/+60
* output.h (assemble_addr_to_section): Declare.Mark Mitchell2007-02-261-2/+5
* extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell2007-02-251-6/+78
* c.opt (Waddress): New.Manuel López-Ibáñez2007-02-191-1/+1
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-19/+26
* common.opt: Add Wstrict-overflow and Wstrict-overflow=.Ian Lance Taylor2007-02-131-2/+12
* c-common.c (warn_about_parentheses): Separate warning about un-parenthized se...Dirk Mueller2007-01-311-6/+17
* 007-01-29 Manuel Lopez-Ibanez <manu@gcc.gnu.org>Manuel López-Ibáñez2007-01-291-0/+13
* tree.h (force_fit_type_double): Remove unused final argument.Roger Sayle2007-01-131-12/+6
* c-common.c (vector_types_convertible_p): Treat opaque types as always convert...Joseph Myers2007-01-111-8/+12
* tree.h (force_fit_type_double): Export.Richard Guenther2007-01-081-6/+5
* c.opt: Add -flax-vector-conversions.Mark Shinwell2007-01-081-13/+38
* re PR c/19978 (overflow in expression of constants should not cause multiple ...Manuel López-Ibáñez2007-01-051-25/+31
* c-common.c (decl_with_nonnull_addr_p): New function.Ian Lance Taylor2007-01-051-12/+23
* * c-common.c (check_function_nonnull): Whitespace fix.Ian Lance Taylor2007-01-051-4/+4
* c-common.c (c_common_truthvalue_conversion): When warning about using an assi...Ian Lance Taylor2007-01-021-4/+8
* c-common.c (c_common_nodes_and_builtins): Since variants of void_type_node ge...Douglas Gregor2007-01-021-0/+17
* c-common.c (c_define_builtins): New static function broken out of c_common_no...Ian Lance Taylor2006-12-291-71/+81
* re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez2006-12-161-3/+3
* re PR c++/19564 (-Wparentheses does not work with the C++ front-end)Ian Lance Taylor2006-12-141-0/+82
* re PR c++/30021 (ICE on invalid parameter for main)Volker Reichelt2006-12-011-1/+1
* c-common.c (constant_fits_type_p): Delete.Roger Sayle2006-11-271-74/+57
* re PR c/29736 (ICE on duplicate vector attribute)Jakub Jelinek2006-11-241-0/+2
* re PR c/2707 (gcc does not warn on truncate)Manuel López-Ibáñez2006-11-241-26/+139
* c-common.c (c_common_attributes): Add gnu_inline attribyte.Jakub Jelinek2006-11-081-0/+27
* c-common.c (flag_cpp0x): New.Doug Gregor2006-11-011-0/+5
* re PR c++/6321 (no warning for bad main function declaration)Dirk Mueller2006-10-301-2/+53
* decl.c: Include langhooks.h.Rafael Ávila de Espíndola2006-10-231-5/+5
* tree.h (CASE_LOW_SEEN, [...]): New macros for manipulating temporary visit fl...Roger Sayle2006-08-261-73/+74