aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-18decl2.c (determine_visibility): Make anonymous types internal.Jason Merrill1-1/+27
2009-09-09re PR c++/28293 (ICE on invalid typedef)Paolo Carlini1-5/+16
2009-09-08cp-tree.h (enum overload_flags): Remove OP_FLAG.Jason Merrill1-1/+1
2009-09-03[multiple changes]Diego Novillo1-7/+49
2009-08-24cp-tree.h (DECL_DEFERRED_FN): Remove.Jason Merrill1-20/+9
2009-08-24* decl2.c (mark_used): Streamline logic.Jason Merrill1-20/+15
2009-08-24re PR c++/41109 (Argument flagged as unused despite use in sizeof())Jason Merrill1-16/+16
2009-08-19tweak commentJason Merrill1-3/+4
2009-08-19re PR c++/41119 (Revision 150805 failed 447.dealII in SPEC CPU 2006)Jason Merrill1-0/+9
2009-08-16Make TREE_USED match the [basic.def.odr] concept for FUNCTION_DECL and VAR_DE...Jason Merrill1-15/+24
2009-08-16* decl2.c (finish_static_data_member_decl): Don't set TREE_USED.Jason Merrill1-4/+1
2009-08-16* decl2.c (mark_used): It's ok to synthesize for default args now.Jason Merrill1-6/+1
2009-08-10Implement DR 757...Jason Merrill1-0/+70
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-2/+1
2009-07-14re PR debug/40705 (ICE in gen_type_die_with_usage, at dwarf2out.c:15117)Dodji Seketeli1-1/+3
2009-07-04re PR c++/40619 ([c++0x] ICE on repeated decltype expression in auto functions)Jason Merrill1-23/+0
2009-07-03cp-tree.h (struct lang_decl): Overhaul.Jason Merrill1-1/+0
2009-06-18class.c (get_vtable_decl): Replace finish_decl with cp_finish_decl.Aldy Hernandez1-1/+1
2009-06-16c-common.c (skip_evaluation): Don't define.Ian Lance Taylor1-1/+1
2009-06-15cgraphunit.c (cgraph_function_versioning,save_inline_function_body): Use DECL...Rafael Avila de Espindola1-4/+4
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-4/+7
2009-06-09re PR c++/40381 (Revision 142379 caused ICE with deleted functions)Jason Merrill1-0/+1
2009-05-25re PR c++/38064 ([c++0x] operator== doesn't work for enum classes)Jason Merrill1-1/+1
2009-05-22tree.c (handle_dll_attribute): Mark dllexport'd inlines as non-external.Mark Mitchell1-0/+4
2009-05-21tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor1-11/+17
2009-05-18Implement explicit conversions ops as specified in N2437.Jason Merrill1-1/+1
2009-05-10cgraphbuild.c (record_reference): Use cgraph_mark_address_taken_node.Jan Hubicka1-2/+2
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-1/+1
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-1/+1
2009-04-02re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli1-13/+3
2009-03-26re PR c++/39380 (All programs that link Java and C++ libraries fail when opt...Andrew Haley1-1/+1
2009-03-17decl.c (grokfndecl): Set DECL_CONTEXT on parms.Jason Merrill1-0/+23
2009-02-19re PR target/39175 (ICE while compiling qt-4.5.0-rc1)Jakub Jelinek1-1/+15
2009-02-19re PR c++/39188 (G++ doesn't handle static anonymous union right)H.J. Lu1-0/+1
2009-02-11re PR c++/39153 (virtual default dtor not defined)Jason Merrill1-1/+1
2009-01-22Reverted commit 143546 related to PR c++/26693Dodji Seketeli1-3/+13
2009-01-21re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli1-13/+3
2008-12-08* decl2.c (mark_used): Remove assemble_external call.Steve Ellcey1-2/+0
2008-11-25re PR c++/28743 (ICE with invalid specialization)Jason Merrill1-3/+8
2008-11-19re PR c++/36410 (ICE with transparent union)Jason Merrill1-1/+11
2008-09-23c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez1-12/+18
2008-09-15crash16.C: Function name is the correct location for an error regarding a fun...Aldy Hernandez1-2/+3
2008-09-03re PR c++/37189 (OpenMP task construct with implicit firstprivate variables I...Jakub Jelinek1-0/+9
2008-09-03re PR c++/37208 (C++0x deleted functions and SFINAE)Jason Merrill1-6/+6
2008-09-03diagnostic.c (error_at): New.Aldy Hernandez1-1/+1
2008-08-18diagnostics.c (permerror_at): Rename as permerror.Manuel López-Ibáñez1-5/+5
2008-07-30re PR c++/36767 (Segmentation fault with -fprofile-arcs -O2)Dodji Seketeli1-0/+45
2008-07-29optimize.c (maybe_clone_body): Remove DECL_INLINE.Jan Hubicka1-2/+0
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-1/+2
2008-07-25typeck.c (inline_conversion): Remove.Jan Hubicka1-3/+20