summaryrefslogtreecommitdiff
path: root/gcc/c-common.h
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/8715 ('~' operator for unsigned char and conversion to bool)Manuel López-Ibáñez2008-08-061-0/+4
* re PR c/34389 (-Wconversion produces wrong warning)Manuel López-Ibáñez2008-07-301-0/+3
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-2/+2
* Add ability to set target options (ix86 only) and optimization options on a f...Michael Meissner2008-07-231-1/+3
* cpplib.h (NODE_CONDITIONAL): New.Ben Elliston2008-07-141-0/+2
* c-common.h (enum rid): Add RID_CXX_COMPAT_WARN.Ian Lance Taylor2008-07-111-0/+34
* c-typeck.c (convert_for_assignment): Use vector_targets_convertible_p.Daniel Jacobowitz2008-07-011-0/+1
* c-lex.c (narrowest_unsigned_type): Change itk to int.Ian Lance Taylor2008-06-221-1/+4
* tree.h (enum tree_code): Include all-tree.def, not tree.def.Ian Lance Taylor2008-06-211-10/+0
* c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek2008-06-061-0/+1
* re PR fortran/18428 (No preprocessing option -cpp for gfortran)Daniel Franke2008-05-251-2/+0
* Delete get_inner_array_type. Use strip_array_types instead.Alan Modra2008-05-251-1/+0
* Rolled back the following changes made in revision 134865:Simon Baldwin2008-05-021-1/+0
* c-common.h (warn_array_subscript_range): New function.Simon Baldwin2008-05-011-0/+1
* c-common.h (check_builtin_function_arguments): Declare.Richard Guenther2008-04-241-0/+1
* cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees2008-04-181-1/+9
* cppopts.texi (-dU): Document.Joseph Myers2008-04-021-2/+2
* re PR c++/24924 (front end and preprocessor pedantic_errors settings should a...Manuel López-Ibáñez2008-03-021-5/+1
* c-common.h: Remove the prototype for c_expand_body.Kazu Hirata2007-10-141-1/+0
* c-common.c (const_strip_array_types): Delete.Kaveh R. Ghazi2007-09-011-1/+0
* c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi2007-08-251-6/+6
* c-common.h (enum rid): Add new enumeration values of RID_SAT, RID_FRACT, and ...Chao-ying Fu2007-08-201-1/+4
* c-common.c (const_strip_array_types): New.Kaveh R. Ghazi2007-08-161-4/+1
* alias.h (alias_set_type): Define new type.Ian Lance Taylor2007-08-111-1/+1
* typeck.c (structural_comptypes): Compare DECLTYPE_TYPE nodes.Douglas Gregor2007-07-271-2/+2
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* really remove signed(_or_unsigned)?_type langhooksRafael Espindola2007-06-111-0/+1
* re PR c++/30759 (initializer-list accepted for object of non-POD type)Simon Martin2007-06-071-3/+11
* in gcc/ 2007-05-31 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2007-05-311-1/+1
* c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola2007-05-141-1/+0
* Makefile.in (OBJS-common): Add tree-ssa-alias-warnings.o.Silvius Rus2007-05-111-1/+1
* semantics.c (expand_or_defer_fn): Do not call c_record_cdtor_fn.Jan Hubicka2007-05-111-7/+0
* re PR driver/31694 (__GFORTRAN__ preprocessor macro)Francois-Xavier Coudert2007-05-071-0/+2
* re PR c++/31663 (Segfault in constrain_class_visibility with anonymous namesp...Seongbae Park2007-05-021-0/+1
* 2007-04-07 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2007-04-071-0/+2
* in / 2007-04-06 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2007-04-071-2/+0
* re PR c++/26099 (support for type traits is not available)Paolo Carlini2007-03-301-0/+11
* invoke.texi (-Wconversion): Document warnings specific to C++.Manuel López-Ibáñez2007-03-161-0/+1
* c-common.h (empty_body_warning): Rename to empty_if_body_warning.Dirk Mueller2007-03-141-1/+1
* re PR c/21438 (Warning about division by zero depends on lexical form)Manuel López-Ibáñez2007-03-141-0/+1
* re PR c/17946 (wanted: warning for "a && MASK" when "a & MASK" was probably i...Dirk Mueller2007-03-091-0/+1
* builtins.c (fold_builtin_call_list, [...]): Delete, and replace with...Sandra Loosemore2007-02-281-2/+2
* c-decl.c (static_ctors): Move to c-common.c.Mark Mitchell2007-02-261-0/+7
* extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell2007-02-251-0/+1
* 007-01-29 Manuel Lopez-Ibanez <manu@gcc.gnu.org>Manuel López-Ibáñez2007-01-291-0/+1
* c-common.h (RID_FIRST_CXX0X): New.Douglas Gregor2007-01-251-0/+2
* c.opt: Add -flax-vector-conversions.Mark Shinwell2007-01-081-1/+5
* c-common.c (decl_with_nonnull_addr_p): New function.Ian Lance Taylor2007-01-051-0/+1
* re PR c++/19564 (-Wparentheses does not work with the C++ front-end)Ian Lance Taylor2006-12-141-0/+3
* c-common.h (enum rid): Add RID_STATIC_ASSERT.Douglas Gregor2006-11-211-0/+3