aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck2.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-01DR 990Jason Merrill1-4/+2
2010-06-01* typeck2.c (build_x_arrow): Make types_memoized a VEC.Nathan Froyd1-11/+12
2010-05-27diagnostic-core.h: New.Joseph Myers1-2/+2
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-14call.c (build_new_method_call): Change warning text.Jonathan Wakely1-1/+1
2010-05-13cp-tree.h (UNKNOWN_TYPE): Remove.Jason Merrill1-1/+2
2010-04-07re PR c++/40239 (Aggregate initialization requires copy constructor)Dodji Seketeli1-2/+8
2010-04-07re PR c++/42556 (Unnecessary generation of a zero initializer for array with ...Jie Zhang1-3/+20
2010-02-23re PR c++/43143 ([c++0x] array value-initialization and variadics)Jason Merrill1-3/+5
2009-12-17call.c (build_over_call, [...]): Update cp_build_indirect_ref calls.Shujing Zhao1-1/+1
2009-12-17re PR c/40885 (build_indirect_ref i18n problems)Shujing Zhao1-1/+1
2009-12-02re PR c++/29917 (%s substituted with actual words can not be translated corre...Paolo Bonzini1-13/+109
2009-12-02g++spec.c (lang_specific_driver): Remove unused saw_verbose_flag variable.Jakub Jelinek1-5/+1
2009-11-19DR 176 permissivenessJason Merrill1-0/+1
2009-11-17re PR c++/42058 (Trouble with invalid array initialization)Paolo Carlini1-1/+1
2009-09-29merge in cxx0x-lambdas-branch@152308Jason Merrill1-0/+6
2009-07-12re PR c++/40689 ([C++0x]: error with initializer list in N2672)Jason Merrill1-4/+3
2009-07-07cgraphunit.c: Replace %J by an explicit location.Manuel López-Ibáñez1-4/+6
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-2/+2
2009-05-21tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor1-2/+7
2009-05-18Implement explicit conversions ops as specified in N2437.Jason Merrill1-11/+17
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-2/+1
2009-03-20C++ core issue 703Jason Merrill1-8/+8
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-03re PR c++/39056 ([c++0x] ICE with invalid initializer list for complex variable)Jakub Jelinek1-1/+2
2009-01-10re PR c++/36695 (Value-initialization of reference type is allowed.)Andrew Pinski1-0/+6
2009-01-05re PR c++/38698 (ICE initializing union with initializer list)Jason Merrill1-1/+5
2009-01-02re PR c++/38698 (ICE initializing union with initializer list)Jason Merrill1-2/+13
2008-11-13re PR c++/37932 (narrowing conversion with -std=c++0x)Jason Merrill1-4/+13
2008-09-03re PR c++/37208 (C++0x deleted functions and SFINAE)Jason Merrill1-1/+2
2008-08-30Implement C++0x 'auto' semantics.Jason Merrill1-2/+6
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez1-3/+3
2008-08-18diagnostics.c (permerror_at): Rename as permerror.Manuel López-Ibáñez1-1/+1
2008-08-08re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) shoul...Manuel López-Ibáñez1-31/+40
2008-08-04re PR c++/36963 (Bogus narrowing conversion error in initializer list with -s...Jason Merrill1-2/+11
2008-07-23re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez1-1/+1
2008-07-18c-common.c (c_stddef_cpp_builtins): Define __CHAR16_TYPE__ and __CHAR32_TYPE__.Kris Van Hees1-8/+17
2008-07-02Implement WG21 N2672, Initializer List proposed wordingJason Merrill1-11/+74
2008-06-21typeck.c (composite_pointer_type_r, [...]): Change pedwarn to permerror.Jonathan Wakely1-1/+1
2008-05-12typeck2.c (digest_init): Use CONVERT_EXPR_P.Tomas Bily1-1/+1
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-1/+0
2008-03-27re PR bootstrap/35704 (Bootstrap failure on i686-apple-darwin9 at revision 13...Douglas Gregor1-2/+2
2008-03-25typeck.c (composite_pointer_type_r): Add SFINAE support.Douglas Gregor1-11/+16
2008-03-21cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.Paolo Carlini1-7/+7
2008-02-03re PR c++/33916 (Default constructor fails to initialize array members)Jason Merrill1-7/+20
2007-10-08varasm.c (compare_constant): Removed call to lang_hooks.expand_constant.Ollie Wild1-2/+17
2007-09-29RevertOllie Wild1-17/+2
2007-09-28varasm.c (compare_constant): Removed call to lang_hooks.expand_constant.Ollie Wild1-2/+17
2007-08-16c-common.c (const_strip_array_types): New.Kaveh R. Ghazi1-2/+2
2007-08-09c-typeck.c (readonly_error): Improve error for assignment.Daniel Berlin1-1/+1