aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-20re PR c++/43081 (ICE with invalid in-class initializer)Simon Martin1-2/+7
2010-03-20re PR c++/43375 (ICE during compiling SSE code)Dodji Seketeli1-1/+2
2010-03-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill1-8/+9
2010-02-09re PR c++/42370 ([C++0x][lambda] in a void function: "Warning: control reache...Jason Merrill1-0/+27
2009-12-11re PR c++/42225 (GCC 4.5 ICE (segfault) on C++ templated code)Dodji Seketeli1-1/+1
2009-12-10re PR c++/42317 (Issues with comdat virtual dtors)Jakub Jelinek1-1/+18
2009-12-03re PR middle-end/41611 (guard variable is emitted even when the guarded symbo...Jason Merrill1-1/+2
2009-12-01re PR middle-end/41611 (guard variable is emitted even when the guarded symbo...Jason Merrill1-2/+2
2009-11-18re PR c++/3187 (gcc lays down two copies of constructors)Jakub Jelinek1-1/+13
2009-11-12re PR c++/39560 (Erroneous warnings 'unused variable' in a templated class me...Jason Merrill1-0/+1
2009-11-12decl2.c (constrain_visibility): Clear WEAK and COMMON flags.Jan Hubicka1-0/+2
2009-11-07re PR c++/18451 (C++ error message regression)Jason Merrill1-1/+1
2009-11-06re PR c++/9381 (attribute on member function pointer have no effect)Jason Merrill1-1/+13
2009-11-03re PR c++/36959 (C++ front-end causing a static inline function to be emitted)Jason Merrill1-0/+1
2009-11-02Restrict DR 757 change to C++0x mode.Jason Merrill1-1/+2
2009-10-26PR c++/38796, Core issue 906Jason Merrill1-3/+1
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