aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck2.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-5/+4
2007-07-28* pt.c, tree.c, typeck2.c: Fix comment typos.Kazu Hirata1-2/+2
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-07-06c-common.c (boolean_increment): Use correctly typed constant.Richard Guenther1-2/+6
2007-07-06re PR c++/32245 (wrong POD type initialization with pointer to member)Mark Mitchell1-1/+3
2007-06-15[multiple changes]Andrew Pinski1-2/+2
2007-04-26re PR target/31388 (ICE building libiberty multilib for mips16 multilibs)Mark Mitchell1-1/+2
2007-03-05typeck2.c (readonly_error): Always emit a hard error.Volker Reichelt1-17/+9
2007-02-04class.c, [...]: Follow spelling conventions.Kazu Hirata1-2/+2
2006-10-18re PR c++/26884 (Misleading diagnostic for invalid array initializer)Mark Shinwell1-0/+9
2006-10-17re PR c++/29039 (implicitly defined constructor for class with reference member)Mark Mitchell1-3/+3
2006-10-17re PR c++/27270 (ICE in process_init_constructor_array, at cp/typeck2.c:788)Mark Mitchell1-2/+2
2006-08-26re PR c++/28853 (ICE on invalid declaration with template template parameter)Volker Reichelt1-1/+6
2006-06-23re PR c++/27019 (ICE with designated initializers)Steve Ellcey1-2/+8
2006-06-22re PR c++/27805 (ICE with ptr-to-member of incomplete class)Lee Millward1-1/+1