summaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/48370 (G++ fails to extend reference temporary lifetime in some sit...Jason Merrill2011-11-041-2/+4
* re PR c++/30066 (option to make inline functions hidden)Roberto Agostino Vitillo2011-10-271-18/+54
* re PR c++/50870 ([C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, ...Paolo Carlini2011-10-261-1/+1
* Handle deferred parsing of NSDMIs.Jason Merrill2011-09-241-0/+2
* Implement C++11 non-static data member initializers.Jason Merrill2011-09-241-5/+11
* PR c++/33255 - Support -Wunused-local-typedefs warningDodji Seketeli2011-09-081-0/+1
* Make-lang.in (check-g++-strict-gc): New.Jason Merrill2011-07-161-4/+8
* * decl2.c (decl_constant_var_p): Use decl_maybe_constant_var_p.Jason Merrill2011-07-111-18/+8
* re PR c++/44609 (Invalid template code causes infinite loop of error messages)Jason Merrill2011-07-111-4/+4
* re PR c++/44625 (ICE after error: anonymous struct not inside named type)Paolo Carlini2011-06-231-1/+4
* re PR c++/49507 (ICE because of defaulted template destructor)Jason Merrill2011-06-231-0/+3
* lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka2011-06-111-0/+4
* decl2.c (clear_decl_external): New functoin.Jan Hubicka2011-06-101-20/+16
* re PR c++/49118 (Endless operator-> chain causes infinite loop)David Krauss2011-06-101-1/+1
* re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill2011-06-081-0/+3
* move TS_STATEMENT_LIST to be a substructure of TS_TYPEDNathan Froyd2011-05-271-1/+1
* re PR c++/48737 ([C++0x][SFINAE] Hard errors with array list-construction wit...Paolo Carlini2011-05-091-1/+1
* introduce {class,type}_of_this_parm functionsNathan Froyd2011-05-061-4/+2
* Upgrade the utility of timevars.Lawrence Crowl2011-05-021-4/+10
* re PR c++/48530 ([C++0x][SFINAE] Hard errors with deleted d'tors)Jason Merrill2011-04-261-4/+7
* re PR c++/48594 (Rejects valid with pointer-to-member in template)Jason Merrill2011-04-211-1/+1
* re PR c++/48594 (Rejects valid with pointer-to-member in template)Jason Merrill2011-04-131-5/+11
* class.c (cp_fold_obj_type_ref): Call cgraph_get_node instead of cgraph_get_cr...Martin Jambor2011-04-121-1/+1
* cgraph.h (cgraph_node): Remove function declaration.Martin Jambor2011-04-121-3/+5
* decl2.c (cp_check_const_attributes): New.Rodrigo Rivas Costa2011-03-151-0/+21
* re PR c++/46282 ([C++0x] ICE: SIGSEGV in grokbitfield (decl2.c:1054))Jason Merrill2011-03-011-1/+2
* re PR c++/47207 ([C++0x] ICE: in decl_constant_var_p, at cp/decl2.c:3563 on i...Jason Merrill2011-02-211-6/+7
* c.opt (-fkeep-inline-dllexport): New switch.Dave Korn2011-01-261-3/+4
* re PR c++/47303 (ICE: in varpool_node, at varpool.c:134 with -fabi-version=1)Jakub Jelinek2011-01-191-1/+2
* re PR c++/47213 (ICE: SIGSEGV in determine_visibility (decl2.c:2076) with -fv...Kai Tietz2011-01-131-1/+2
* This time really commit PR middle-end/45388Jan Hubicka2010-12-141-3/+3
* In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-12-061-0/+1
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-1/+1
* Correct conversion/overflow behavior.Jason Merrill2010-11-081-1/+0
* Restore canonical type comparison for dependent type(def)sDodji Seketeli2010-11-021-1/+1
* call.c (null_ptr_cst_p): Use maybe_constant_value.Jason Merrill2010-11-011-2/+1
* decl2.c (decl_constant_var_p): New fn.Jason Merrill2010-11-011-26/+81
* parser.c (cp_parser_ctor_initializer_opt_and_function_body): Make sure a cons...Gabriel Dos Reis2010-10-271-15/+0
* In gcc/: 2010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-10-201-0/+8
* Require lvalues as specified by the standard.Jason Merrill2010-09-271-3/+2
* * decl2.c (grokbitfield): Diagnose non-integral width.Jason Merrill2010-09-151-0/+4
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-5/+5
* except.c (pending_noexcept, [...]): New.Jason Merrill2010-08-191-0/+2
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-10/+10
* * decl2.c (mark_used): Adjust error for use of deleted function.Jason Merrill2010-06-291-2/+3
* system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher2010-06-281-1/+0
* cp-tree.h (struct saved_scope): Change decl_ns_list field type to a VEC.Nathan Froyd2010-06-091-1/+2
* call.c (build_java_interface_fn_ref): Call build_function_type_list instead o...Nathan Froyd2010-06-091-8/+5
* c-common.c: Move to c-family/.Steven Bosscher2010-06-051-3/+3
* Make-lang.in (CXX_C_OBJS): Add c-ada-spec.o.Arnaud Charlet2010-06-011-1/+85