aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2004-03-15re PR c++/14550 (trouble with pointers in templates)Mark Mitchell2-94/+92
2004-03-12Enabled linkonce support for Darwin.Matt Austern4-21/+68
2004-03-11* call.c, cp-tree.h, pt.c: Fix comment typos.Kazu Hirata4-3/+7
2004-03-11re PR c++/14476 (ICE after error about enum not being defined when using it a...Mark Mitchell1-19/+1
2004-03-11re PR c++/14510 (Lookup error between function name and struct name)Mark Mitchell2-1/+7
2004-03-09re PR c++/14397 (Access check for wrong copy constructor)Nathan Sidwell2-3/+10
2004-03-09* call.c (initialize_reference): Fix typo.Mark Mitchell2-1/+5
2004-03-09re PR c++/14409 (Accepts invalid function signature for explicit instantiation)Giovanni Bajo3-9/+38
2004-03-09re PR c++/14230 (ICE in cp_expr_size)Mark Mitchell2-0/+16
2004-03-09Fix typoMark Mitchell1-1/+1
2004-03-09re PR c++/14432 (Built-ins lead to conflict even if no header file included)Mark Mitchell2-7/+20
2004-03-09re PR c++/14401 (Uninitialized reference error not reported.)Mark Mitchell11-155/+109
2004-03-08re PR c++/13170 (ICE in build_base_path)Jason Merrill5-33/+29
2004-03-08re PR debug/14079 (wrong debug info for extern boolean variable in debug mode)Matt Austern2-2/+12
2004-03-05tree.h (TYPE_HASH): Use TYPE_UID.Jason Merrill2-3/+7
2004-03-04Index: cp/ChangeLogGeoffrey Keating2-3/+19
2004-03-02re PR c++/14369 (errenous reject of well-formed code)Mark Mitchell2-0/+13
2004-03-02re PR c++/14360 (Overeager argument dependent name lookup)Mark Mitchell3-3/+25
2004-03-01re PR c++/14369 (errenous reject of well-formed code)Gabriel Dos Reis2-0/+10
2004-03-01re PR c++/14324 (Multiple static definitions are not unique)Mark Mitchell4-6/+24
2004-03-01fold-const.c (fold): An equality comparison of a non-weak object against zero...Jeff Law2-1/+7
2004-03-01re PR c++/14138 (100x -O0 C++ Compile Time Regression {3.2,3.3} -> {3.4,4.0})Mark Mitchell7-31/+83
2004-03-01re PR c++/14267 (ICE on invalid, cast to lval related)Mark Mitchell2-46/+5
2004-02-29re PR debug/12103 (-g only crash (segfault) with a forward declared class use...Mark Mitchell2-1/+9
2004-02-29passes.c, [...]: Fix comment typos.Kazu Hirata2-1/+5
2004-02-27tree.c (pod_type_p): Treat VECTOR_TYPEs as PODs.Ziemowit Laski2-1/+8
2004-02-27target-supports.exp (check-iconv-available): New function.Eric Christopher1-713/+734
2004-02-27re PR c++/14278 (fails when calling through a function pointer)Mark Mitchell2-0/+7
2004-02-27re PR c++/14278 (fails when calling through a function pointer)Mark Mitchell1-1/+1
2004-02-26re PR c++/14284 (Failure to select obvious template specialisation)Giovanni Bajo2-2/+11
2004-02-26re PR c++/14246 (Problems with templates, ice in write_template_arg_literal)Giovanni Bajo2-2/+8
2004-02-24* tree.c (build_exception_variant): Use check_qualified_type.Jason Merrill1-0/+4
2004-02-24tree.c (check_qualified_type): New fn.Jason Merrill1-3/+2
2004-02-23Remove -fwritable-strings.Zack Weinberg2-5/+6
2004-02-23re PR c++/14156 (no warning for address of parameter)Andrew Pinski2-1/+7
2004-02-23re PR c++/14250 (switch() does not seem to see operator int() in template class)Giovanni Bajo2-2/+9
2004-02-23re PR c++/14143 (Overeager ADL)Giovanni Bajo2-2/+9
2004-02-20re PR c++/12007 (Multiple inheritance float pass by value fails)John David Anglin2-16/+20
2004-02-20tweakJason Merrill1-1/+1
2004-02-20re PR c++/14199 (Unjustified warning about unused variable)Mark Mitchell5-6/+32
2004-02-20re PR c++/14186 (enum in base class conflicts with derived class)Mark Mitchell2-3/+15
2004-02-19re PR c++/14181 (Cryptic error message for code that compiled without warning...Giovanni Bajo2-0/+16
2004-02-18cfgloop.h, [...]: Update copyright.Kazu Hirata3-2/+6
2004-02-17(c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.Steven Bosscher1-3/+4
2004-02-17re PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer to temporary return v...Mark Mitchell3-6/+7
2004-02-16re PR c++/13971 (ICE when compiling koffice-cvs (in build_conditional_expr, a...Mark Mitchell5-132/+78
2004-02-15re PR c++/14085 (when compiling template functors)Gabriel Dos Reis2-0/+12
2004-02-14re PR c++/13635 (ICE in register_specialization for specific order of templat...Kriang Lerdsuwanakij2-1/+14
2004-02-14re PR c++/13927 (duplicated error message on bad redeclaration of anon union)Giovanni Bajo2-0/+6
2004-02-14re PR c++/14122 (problem with non-type tmplt parm in member template)Mark Mitchell5-28/+29