summaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
Commit message (Expand)AuthorAgeFilesLines
* tree.h (block_may_fallthru): Declare here.Manuel López-Ibáñez2010-06-301-1/+0
* decl.c (incomplete_var): Declare.Nathan Froyd2010-06-301-12/+24
* decl.c (struct named_label_entry): Change type of bad_decls field to a VEC.Nathan Froyd2010-06-301-11/+11
* Machinery to support implicit delete/move.Jason Merrill2010-06-291-0/+4
* class.c (type_has_virtual_destructor): New.Jason Merrill2010-06-291-0/+1
* cp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_COPY_ASSIGN.Jason Merrill2010-06-291-11/+11
* system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher2010-06-281-1/+0
* decl.c (duplicate_decls): Use DECL_IS_BUILTIN rather than test DECL_SOURCE_LO...Jason Merrill2010-06-151-1/+1
* cp-tree.h (expr_list_kind): New type.Shujing Zhao2010-06-111-16/+57
* call.c (build_java_interface_fn_ref): Call build_function_type_list instead o...Nathan Froyd2010-06-091-26/+26
* decl.c (record_key_method_defined): New, broken out of ...Nathan Sidwell2010-06-081-9/+26
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-4/+4
* re PR c++/44443 (-Wunused-but-set-variable problem with unused attribute on t...Jakub Jelinek2010-06-071-0/+2
* re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli2010-06-061-4/+6
* c-common.c: Move to c-family/.Steven Bosscher2010-06-051-2/+2
* Implement noexcept-specification (15.4)Jason Merrill2010-06-041-19/+29
* call.c (build_conditional_expr): Never fold in unevaluated context.Jason Merrill2010-06-041-1/+1
* class.c (struct vtbl_init_data_s): Remove last_init field.Nathan Froyd2010-06-031-5/+4
* cp-tree.h (cp_build_function_call_nary): Declare.Nathan Froyd2010-05-301-15/+12
* Revert "Fix PR c++/44188"Dodji Seketeli2010-05-281-6/+4
* re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli2010-05-271-4/+6
* re PR c++/43555 (wrong address calculation of multidimensional variable-lengt...Jason Merrill2010-05-271-0/+28
* re PR bootstrap/44287 (Failed to bootstrap)Kai Tietz2010-05-271-1/+2
* demangle-expected: Add tests for __int128 and unsigned __int128 types.Kai Tietz2010-05-261-4/+30
* rtl.h (decl_default_tls_model): Move prototype from here...Steven Bosscher2010-05-261-2/+0
* Makefile.in (EXCEPT_H): Fix typo.Steven Bosscher2010-05-251-2/+3
* re PR c++/41510 ([C++0x] std::complex vs. initialization lists)Jason Merrill2010-05-241-1/+0
* re PR c++/30298 (ICE with duplicate broken inheritance)Paolo Carlini2010-05-201-1/+6
* call.c (reference_binding): Use cp_build_qualified_type_real and cp_type_qual...Jason Merrill2010-05-191-5/+5
* decl.c (grokdeclarator): Don't check quals on fn type.Jason Merrill2010-05-191-15/+0
* re PR c++/44193 (function types, cv-quals and typename)Jason Merrill2010-05-191-11/+8
* re PR c++/44108 (-Wunused-but-set-variable does not consider array sizing use...Dodji Seketeli2010-05-171-0/+2
* vecir.h: New file with VEC primitives for tree, gimple, and rtl.Steven Bosscher2010-05-151-0/+1
* * decl.c (cp_finish_decl): Do not worry about used attribute.Jan Hubicka2010-05-131-4/+0
* re PR bootstrap/44048 (building without C++ enabled fails)Jason Merrill2010-05-131-10/+9
* cp-tree.h (UNKNOWN_TYPE): Remove.Jason Merrill2010-05-131-2/+2
* re PR c++/43719 (uninitialized const member incorrectly accepted, using an ar...Fabien Chêne2010-05-101-7/+6
* Add support for C++0x nullptr.Jason Merrill2010-05-061-0/+11
* C++ support for -Wunused-but-set-variableJakub Jelinek2010-05-061-3/+56
* re PR c++/43680 ([DR 1022] G++ is too aggressive in optimizing away bounds ch...Jason Merrill2010-05-031-38/+42
* re PR c++/42844 (const variable requires initializer / no explicitly declared...Fabien Chêne2010-04-271-6/+26
* re PR c++/9335 (repeated diagnostic when maximum template depth is exceeded)Jason Merrill2010-04-211-0/+2
* fold-const.c (fold_comparison): Use ssizetype.Eric Botcazou2010-04-181-1/+1
* re PR c++/43016 ([C++0x] Inappropriate multiple definition error for lambda f...Jason Merrill2010-04-071-3/+1
* PR c++/11094, DR 408Jason Merrill2010-04-071-0/+4
* name-lookup.c (current_decl_namespace): Non-static.Jason Merrill2010-04-071-2/+2
* re PR c++/41970 (use of a type with no linkage to declare a variable with lin...Jason Merrill2010-04-071-6/+9
* decl.c (next_initializable_field): No longer static.Jason Merrill2010-04-011-2/+1
* Make lambda conversion op and op() non-static.Jason Merrill2010-03-231-7/+2
* re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill2010-03-031-1/+1