aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2003-01-01ambig3.C: Remove XFAIL.Kriang Lerdsuwanakij5-8/+15
2003-01-01cp-tree.h (LOOKUP_TEMPLATES_EXPECTED): Remove.Mark Mitchell2-0/+11
2003-01-01* g++.dg/parse/parse4.C: New test.Neil Booth2-0/+29
2003-01-01* g++.dg/parse/parse3.C: New test.Neil Booth2-0/+11
2003-01-01* g++.dg/parse/parse2.C: New test.Neil Booth2-0/+12
2003-01-01* g++.dg/template/friend11.C: New test.Neil Booth2-0/+22
2003-01-01*** empty log message ***Neil Booth1-0/+4
2003-01-01* g++.dg/parse/parse1.C: New test.Neil Booth1-0/+9
2002-12-31parser.c (cp_parser_dependent_type_p): Fix thinko.Mark Mitchell1-0/+12
2002-12-31profopt.exp: Change the name of a global variable to avoid possible clashes w...Janis Johnson2-3/+8
2002-12-31class.c (modify_vtable_entry): Remove unused variable.Nathan Sidwell2-0/+38
2002-12-31cp-tree.def (RETURN_INIT): Remove.Mark Mitchell2-0/+11
2002-12-31re PR c++/9112 (new C++ parser rejects code older parsers accepted)Mark Mitchell2-0/+13
2002-12-30* gcc.c-torture/compile/20021230-1.c: New test.Daniel Jacobowitz2-0/+12
2002-12-30cp-tree.h (THUNK_TARGET): New macro.Nathan Sidwell4-0/+93
2002-12-29New test.Gabriel Dos Reis1-0/+58
2002-12-29new test.Gabriel Dos Reis1-0/+18
2002-12-29re PR c++/2739 (g++ allows accessing private members)Kriang Lerdsuwanakij2-0/+40
2002-12-29New test.Gabriel Dos Reis1-0/+33
2002-12-29new test.Gabriel Dos Reis1-0/+27
2002-12-29anon-struct.C: No longer failsGabriel Dos Reis5-20/+13
2002-12-29change error to warningJason Merrill1-1/+1
2002-12-28* g++.dg/parse/angle-bracket.C (main): No longer fails.Gabriel Dos Reis2-1/+5
2002-12-28spec4.C: Remove stray semicolon.Mark Mitchell204-477/+727
2002-12-26re PR c++/4803 (Inline function never defined)Nathan Sidwell6-7/+36
2002-12-26PR c++/5116, c++/764Nathan Sidwell3-0/+72
2002-12-24re PR c++/7964 (ICE in build_base_path)Nathan Sidwell2-1/+26
2002-12-24re PR c++/9053 (g++ confused about ambiguity of overloaded function templates)Nathan Sidwell3-2/+66
2002-12-24new1.C, [...]: Add tests previously added only to 3.1 or 3.2 branch.Joseph Myers10-0/+146
2002-12-23stor-layout.c (update_alignment_for_field): Correct handling of unnamed bitfi...Mark Mitchell2-0/+30
2002-12-23stor-layout.c (update_alignment_for_field): Use ADJUST_FIELD_ALIGN when compu...Mark Mitchell1-0/+22
2002-12-22re PR c++/8572 (ICE with external definition of conversion operator to intern...Nathan Sidwell2-0/+34
2002-12-21* gcc.c-torture/compile/20021220-1.c: Removed until bug fix is approved.Josef Zlomek2-39/+5
2002-12-20* gcc.c-torture/compile/20021220-1.c: New test.Josef Zlomek1-0/+4
2002-12-20Testcase for http://gcc.gnu.org/ml/gcc-patches/2002-12/msg01106.html "[PATCH]...Josef Zlomek1-0/+39
2002-12-19Add support for darwin linker option -dynamic.Devang Patel1-2/+2
2002-12-19i386.c (ix86_handle_cdecl_attribute): Check for attributes incompatible with ...Casper S. Hornstrup2-0/+21
2002-12-19re PR rtl-optimization/8988 (gcc3.2 and 3.2.1 with -O2 and -mcpu=i386 generat...Eric Botcazou2-0/+22
2002-12-19Handle anonymous unions at the tree level.Jason Merrill1-1/+0
2002-12-19re PR target/8340 (ICE on x86 inline asm w/ -fPIC)Eric Botcazou2-0/+22
2002-12-19re PR c++/8099 (Friend classes and template specializations)Kriang Lerdsuwanakij2-0/+23
2002-12-19re PR c++/3663 (G++ doesn't check access control during template instanation)Kriang Lerdsuwanakij2-0/+23
2002-12-18new testJason Merrill1-0/+19
2002-12-18re PR c++/8674 (ICE in cp_expr_size, at cp/cp-lang.c:307)Jason Merrill1-0/+30
2002-12-18re PR c++/6255 (ICE with templatess)Jason Merrill1-0/+7
2002-12-18new testJason Merrill1-0/+35
2002-12-18Only invoke testsuite_flags if the libstdc++-v3 directory has been found.Nick Clifton2-1/+8
2002-12-18decl.c (finish_function): Also complain about no return in templates.Jason Merrill1-0/+4
2002-12-16add PR referenceJason Merrill1-0/+2
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg19-13/+1155