aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-23re PR c++/44625 (ICE after error: anonymous struct not inside named type)Paolo Carlini1-1/+4
2011-06-23re PR c++/49507 (ICE because of defaulted template destructor)Jason Merrill1-0/+3
2011-06-11lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka1-0/+4
2011-06-10decl2.c (clear_decl_external): New functoin.Jan Hubicka1-20/+16
2011-06-10re PR c++/49118 (Endless operator-> chain causes infinite loop)David Krauss1-1/+1
2011-06-08re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill1-0/+3
2011-05-27move TS_STATEMENT_LIST to be a substructure of TS_TYPEDNathan Froyd1-1/+1
2011-05-09re PR c++/48737 ([C++0x][SFINAE] Hard errors with array list-construction wit...Paolo Carlini1-1/+1
2011-05-06introduce {class,type}_of_this_parm functionsNathan Froyd1-4/+2
2011-05-02Upgrade the utility of timevars.Lawrence Crowl1-4/+10
2011-04-26re PR c++/48530 ([C++0x][SFINAE] Hard errors with deleted d'tors)Jason Merrill1-4/+7
2011-04-21re PR c++/48594 (Rejects valid with pointer-to-member in template)Jason Merrill1-1/+1
2011-04-13re PR c++/48594 (Rejects valid with pointer-to-member in template)Jason Merrill1-5/+11
2011-04-12class.c (cp_fold_obj_type_ref): Call cgraph_get_node instead of cgraph_get_cr...Martin Jambor1-1/+1
2011-04-12cgraph.h (cgraph_node): Remove function declaration.Martin Jambor1-3/+5
2011-03-15decl2.c (cp_check_const_attributes): New.Rodrigo Rivas Costa1-0/+21
2011-03-01re PR c++/46282 ([C++0x] ICE: SIGSEGV in grokbitfield (decl2.c:1054))Jason Merrill1-1/+2
2011-02-21re PR c++/47207 ([C++0x] ICE: in decl_constant_var_p, at cp/decl2.c:3563 on i...Jason Merrill1-6/+7
2011-01-26c.opt (-fkeep-inline-dllexport): New switch.Dave Korn1-3/+4
2011-01-19re PR c++/47303 (ICE: in varpool_node, at varpool.c:134 with -fabi-version=1)Jakub Jelinek1-1/+2
2011-01-13re PR c++/47213 (ICE: SIGSEGV in determine_visibility (decl2.c:2076) with -fv...Kai Tietz1-1/+2
2010-12-14This time really commit PR middle-end/45388Jan Hubicka1-3/+3
2010-12-06In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+1
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-1/+1
2010-11-08Correct conversion/overflow behavior.Jason Merrill1-1/+0
2010-11-02Restore canonical type comparison for dependent type(def)sDodji Seketeli1-1/+1
2010-11-01call.c (null_ptr_cst_p): Use maybe_constant_value.Jason Merrill1-2/+1
2010-11-01decl2.c (decl_constant_var_p): New fn.Jason Merrill1-26/+81
2010-10-27parser.c (cp_parser_ctor_initializer_opt_and_function_body): Make sure a cons...Gabriel Dos Reis1-15/+0
2010-10-20In gcc/: 2010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+8
2010-09-27Require lvalues as specified by the standard.Jason Merrill1-3/+2
2010-09-15* decl2.c (grokbitfield): Diagnose non-integral width.Jason Merrill1-0/+4
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-5/+5
2010-08-19except.c (pending_noexcept, [...]): New.Jason Merrill1-0/+2
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-10/+10
2010-06-29* decl2.c (mark_used): Adjust error for use of deleted function.Jason Merrill1-2/+3
2010-06-28system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher1-1/+0
2010-06-09cp-tree.h (struct saved_scope): Change decl_ns_list field type to a VEC.Nathan Froyd1-1/+2
2010-06-09call.c (build_java_interface_fn_ref): Call build_function_type_list instead o...Nathan Froyd1-8/+5
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-3/+3
2010-06-01Make-lang.in (CXX_C_OBJS): Add c-ada-spec.o.Arnaud Charlet1-1/+85
2010-05-30cp-tree.h (cp_build_function_call_nary): Declare.Nathan Froyd1-9/+9
2010-05-25Makefile.in (EXCEPT_H): Fix typo.Steven Bosscher1-2/+1
2010-05-22decl2.c (maybe_emit_vtables): Produce same comdat group when outputting comda...Jan Hubicka1-13/+16
2010-05-19call.c (reference_binding): Use cp_build_qualified_type_real and cp_type_qual...Jason Merrill1-1/+1
2010-05-19re PR c++/44193 (function types, cv-quals and typename)Jason Merrill1-1/+5
2010-05-13typeck.c (cp_build_array_ref): Factor out from...Jason Merrill1-2/+1
2010-05-13typeck.c (build_array_ref): Take complain parm.Jason Merrill1-1/+2
2010-04-07PR c++/11094, DR 408Jason Merrill1-0/+4
2010-03-23Make lambda conversion op and op() non-static.Jason Merrill1-2/+15