aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2004-01-01Fix a typo.Kazu Hirata1-1/+1
2004-01-01Rotate ChangeLog.Kazu Hirata3-22645/+22651
2003-12-30re PR c++/13507 (spurious printf format warning)Nathan Sidwell2-4/+10
2003-12-30re PR c++/13494 (ICE on bidimensional array subscription in template function.)Nathan Sidwell2-8/+9
2003-12-29re PR c++/12774 (Type checking problems in templates)Nathan Sidwell2-2/+28
2003-12-29re PR c++/13289 (ICE in regenerate_decl_from_template on recursive template)Kriang Lerdsuwanakij2-0/+8
2003-12-29re PR c++/12403 (ICE in push_template_decl_real on member function template s...Kriang Lerdsuwanakij2-4/+14
2003-12-29re PR c++/13081 (forward template declarations in <complex> let inlining fail)Mark Mitchell2-1/+27
2003-12-29re PR c++/13009 (Implicitly-defined assignment operator writes to wrong memory)Mark Mitchell2-6/+21
2003-12-28re PR c++/13070 (-Wformat option ignored in g++)Roger Sayle2-1/+12
2003-12-25PR c++/13268, c++/13339Andrew Pinski3-3/+19
2003-12-23c-common.c (flag_abi_version): Default to 2.Mark Mitchell4-17/+10
2003-12-23re PR c++/13387 (assignment to base class corrupts subclass)Nathan Sidwell2-2/+8
2003-12-22re PR c++/12862 (Conflicts Between typedefs/enums and Namespace Member Declar...Mark Mitchell6-92/+19
2003-12-22re PR c++/12397 (two-stage name lookup argument shadowed by global type)Mark Mitchell2-0/+9
2003-12-22re PR c++/5050 (template instantiation depth exceeds/maybe recursion problem)Andrew Pinski4-28/+10
2003-12-22re PR c++/12479 ([3.4 only] System header should not cause -pedantic to error...Mark Mitchell2-1/+7
2003-12-22re PR c++/13438 (internal compiler error: tree check: expected identifier_nod...Mark Mitchell4-22/+12
2003-12-22re PR c++/11554 (Warning about reordering of initializers doesn't mention loc...Mark Mitchell2-0/+6
2003-12-21call.c: Fix comment formatting.Kazu Hirata18-65/+86
2003-12-19tree.c (get_unwidened): Decide whether to narrow a bitfield reference based o...Jason Merrill2-1/+4
2003-12-19cvt.c: Remove uses of "register" specifier in declarations of arguments and l...Kazu Hirata13-110/+123
2003-12-19re PR c++/12795 (ICE with attribute __alias__)Mark Mitchell2-1/+7
2003-12-19re PR c++/13371 (infinite loop with packed struct and inlining)Jason Merrill2-5/+16
2003-12-18c-decl.c (check_bitfield_type_and_width): Remove enum special case suppressio...Richard Henderson2-1/+5
2003-12-18re PR c++/12253 ([tree-ssa] ICE on conversion to std::string inside array ini...Jason Merrill5-95/+106
2003-12-18re PR c++/13262 ("xxx is private within this context" when initializing a *se...Kriang Lerdsuwanakij2-0/+17
2003-12-18re PR c++/9154 (poor error message for ">>" vs. "> >" for nested template args)Giovanni Bajo2-15/+90
2003-12-18Make-lang.in: Replace cp/g++.1 with $(docobjdir)/g++.1.Kelley Cook2-5/+9
2003-12-17re PR c++/10603 (failing to print problematic token upon parse error)Mark Mitchell2-2/+27
2003-12-17re PR c++/12218 (runtime segfault when initializing global variable with poin...Mark Mitchell2-2/+17
2003-12-16re PR c++/9043 ([ABI] incorrect name mangling for array dimension in template...Nathan Sidwell3-77/+84
2003-12-16Fix typo.Giovanni Bajo1-1/+1
2003-12-16re PR c++/13275 (Implementation of offsetof macro)Mark Mitchell3-14/+72
2003-12-16semantics.c (finish_id_expression): Refactor the code to handle template para...Giovanni Bajo2-17/+37
2003-12-16re PR c++/13387 (assignment to base class corrupts subclass)Nathan Sidwell4-1/+39
2003-12-16re PR c++/13242 ([ABI] Incorrect mangling of template reference parameters)Nathan Sidwell2-30/+39
2003-12-16re PR c++/2294 (using declaration confusion)Giovanni Bajo2-1/+11
2003-12-16re PR c++/10926 (ICE in build_delete when trying to declare template destructor)Mark Mitchell3-10/+25
2003-12-16re PR c++/13269 (compiler hangs on invalid code)Mark Mitchell2-1/+6
2003-12-16re PR c++/12989 ([new parser] internal compiler error: tree check: expected f...Mark Mitchell2-0/+4
2003-12-15re PR c++/13310 (Tree check error in dependent_template_p)Mark Mitchell2-0/+16
2003-12-15re PR c++/13243 (Segfault on illegal template construct)Mark Mitchell3-28/+70
2003-12-15class.c (add_method): Disallow destructor for java classes.Nathan Sidwell4-1/+27
2003-12-15re PR c++/13241 ([ABI] Incorrect mangling of template arguments)Nathan Sidwell2-36/+65
2003-12-15re PR c++/10779 (Error cascade for unknown type in function prototype)Mark Mitchell2-286/+302
2003-12-14re PR c++/13106 (Wrong warning "no return statement ..." for void template fu...Kriang Lerdsuwanakij2-0/+7
2003-12-13ChangeLog: Fix typos.Kazu Hirata10-14/+14
2003-12-13ggc-zone.c: Follow spelling conventions.Kazu Hirata2-2/+2
2003-12-12re PR c++/13118 ([ABI] Missed covariant return thunk)Nathan Sidwell5-70/+63