aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-12Enabled linkonce support for Darwin.Matt Austern1-14/+41
2004-03-11* call.c, cp-tree.h, pt.c: Fix comment typos.Kazu Hirata1-1/+1
2004-03-09re PR c++/14409 (Accepts invalid function signature for explicit instantiation)Giovanni Bajo1-2/+16
2004-03-02re PR c++/14369 (errenous reject of well-formed code)Mark Mitchell1-0/+7
2004-03-02re PR c++/14360 (Overeager argument dependent name lookup)Mark Mitchell1-2/+4
2004-03-01re PR c++/14324 (Multiple static definitions are not unique)Mark Mitchell1-4/+2
2004-03-01re PR c++/14138 (100x -O0 C++ Compile Time Regression {3.2,3.3} -> {3.4,4.0})Mark Mitchell1-4/+8
2004-02-26re PR c++/14284 (Failure to select obvious template specialisation)Giovanni Bajo1-2/+5
2004-02-20re PR c++/14199 (Unjustified warning about unused variable)Mark Mitchell1-0/+4
2004-02-14re PR c++/13635 (ICE in register_specialization for specific order of templat...Kriang Lerdsuwanakij1-1/+8
2004-02-13call.c (conversion_kind): New type.Mark Mitchell1-7/+6
2004-02-04re PR c++/13969 (static const value rejected as template parameter)Mark Mitchell1-18/+68
2004-02-04pt.c (more_specialized_class): Increase processing_template_decl while partia...Giovanni Bajo1-0/+6
2004-02-03re PR c++/13975 (ICE on misplaced visibility specifier.)Mark Mitchell1-1/+3
2004-02-02re PR c++/13113 (Nice warning about &(X::m) lost)Mark Mitchell1-3/+3
2004-02-02Fixed a typo.Giovanni Bajo1-1/+1
2004-02-02pt.c (tsubst_qualified_id): Improved error message when a type is expected bu...Giovanni Bajo1-2/+5
2004-01-31class.c: Fix comment typos.Kazu Hirata1-2/+2
2004-01-26class.c (add_method): Just check processing_template_decl to determine whethe...Mark Mitchell1-20/+58
2004-01-26re PR c++/13833 (Conversion problem in template function)Mark Mitchell1-0/+4
2004-01-25re PR c++/13797 (ICE on invalid template parameter)Kriang Lerdsuwanakij1-1/+6
2004-01-19re PR c++/13592 (C++ parser regression)Mark Mitchell1-5/+12
2004-01-19re PR c++/13635 (ICE in register_specialization for specific order of templat...Mark Mitchell1-5/+5
2004-01-15add copyright 2004Alexandre Oliva1-1/+1
2004-01-15re PR c++/13659 (error: no matching function for call to)Alexandre Oliva1-1/+1
2004-01-14re PR c++/12850 (memory consumption for heavy template instantiations tripled...Jan Hubicka1-6/+0
2004-01-13re PR c++/13474 (fail to compile non type argument specialization of pointer ...Giovanni Bajo1-17/+0
2004-01-12re PR c++/13289 (ICE in regenerate_decl_from_template on recursive template)Kriang Lerdsuwanakij1-4/+9
2004-01-12pt.c (for_each_template_parm): Do not check for duplicates.Jan Hubicka1-12/+1
2004-01-10DR 337 PR c++/9256Giovanni Bajo1-1/+9
2004-01-08re PR c++/12573 (ICE (segfault) with Boost.Python)Giovanni Bajo1-0/+3
2003-12-25PR c++/13268, c++/13339Andrew Pinski1-0/+3
2003-12-22re PR c++/12862 (Conflicts Between typedefs/enums and Namespace Member Declar...Mark Mitchell1-58/+2
2003-12-21call.c: Fix comment formatting.Kazu Hirata1-8/+8
2003-12-18re PR c++/12253 ([tree-ssa] ICE on conversion to std::string inside array ini...Jason Merrill1-4/+4
2003-12-18re PR c++/13262 ("xxx is private within this context" when initializing a *se...Kriang Lerdsuwanakij1-0/+10
2003-12-15re PR c++/13310 (Tree check error in dependent_template_p)Mark Mitchell1-0/+11
2003-12-15re PR c++/13243 (Segfault on illegal template construct)Mark Mitchell1-3/+0
2003-12-13ChangeLog: Fix typos.Kazu Hirata1-1/+1
2003-12-13ggc-zone.c: Follow spelling conventions.Kazu Hirata1-1/+1
2003-12-02re PR c++/10126 (ICE in convert_nontype_argument on using overload resolution...Giovanni Bajo1-2/+3
2003-12-02re PR c++/12573 (ICE (segfault) with Boost.Python)Giovanni Bajo1-0/+3
2003-11-22* pt.c (tsubst) <ARRAY_REF>: Remove erroneous argument to build_nt.Kriang Lerdsuwanakij1-1/+1
2003-11-22re PR c++/5369 (template member friend declaration not honored)Kriang Lerdsuwanakij1-5/+147
2003-11-21re PR c++/12515 (Use of ?: operator in templated class causes ICE)Mark Mitchell1-1/+3
2003-11-14re PR c++/2094 (unimplemented: use of `ptrmem_cst' in template type unification)Giovanni Bajo1-0/+22
2003-11-11cp-tree.h (DECL_NAMESPACE_ASSOCIATIONS): New macro.Jason Merrill1-2/+4
2003-11-05re PR c++/11616 (Error message "instantiated from here" gives wrong location)Kriang Lerdsuwanakij1-0/+2
2003-10-24PR c++/12698, c++/12699, c++/12700, c++/12566Nathan Sidwell1-2/+1
2003-10-22call.c: Fix comment formatting.Kazu Hirata1-4/+4