aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2001-02-16call.c (convert_like_real): Create a temporary for non-lvalue.Jakub Jelinek2-5/+27
2001-02-16pt.c (push_template_decl_real): Don't remangle the name of a class template.Mark Mitchell1-0/+12
2001-02-16pt.c (push_template_decl_real): Don't remangle the name of a class template.Mark Mitchell1-0/+17
2001-02-16* gcc.c-torture/execute/longlong.c: New test.Neil Booth2-0/+43
2001-02-16* typeck2.c (build_m_component_ref): Robustify.Mark Mitchell1-3/+3
2001-02-15* friend1.C: New test.Alexandre Oliva2-0/+16
2001-02-14* g++.old-deja/g++.brendan/new2.C (main): Use sizeof.J"orn Rennecke2-2/+6
2001-02-14920302-1.c (execute): Change argument type to short.J"orn Rennecke2-2/+7
2001-02-14pt.c (unify): Don't check cv quals of array types.Nathan Sidwell2-0/+28
2001-02-14tree.c (cp_build_qualified_type_real): Use CP_TYPE_QUALS to check whether we ...Nathan Sidwell2-0/+37
2001-02-14stor-layout.c (is_pending_size, [...]): New functions.Jakub Jelinek2-0/+25
2001-02-14* gcc.dg/cpp/sysmac1.c, sysmac2.c: New testcases.Neil Booth3-0/+70
2001-02-14cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.Mark Mitchell1-2/+2
2001-02-13* g++.dg/vtgc1.C: Update for new ABI.Geoffrey Keating2-16/+16
2001-02-12In gcc/:Geoffrey Keating1653-0/+17558
2001-02-12c-decl.c (grokdeclarator): In C99 mode...Joseph Myers3-1/+8
2001-02-12typeck2.c (process_init_constructor): Check TREE_HAS_CONSTRUCTOR before issui...Nathan Sidwell2-0/+23
2001-02-12pt.c (maybe_adjust_types_for_deduction, [...]): Remove spurious information i...Nathan Sidwell2-0/+17
2001-02-12extend.texi (Deprecated): Deprecate new initializer lists.Nathan Sidwell3-2/+10
2001-02-12c-common.c (constant_fits_type_p): New function.Jakub Jelinek2-0/+11
2001-02-12crash26.C: XFAIL if parser produces excess errors message but not if it crashes.Jeffrey Oldham8-7/+18
2001-02-08search.c (shared_member_p): New function.Jason Merrill5-0/+79
2001-02-08default.exp, [...]: Remove bug reporting instructions with ancient email addr...Joseph Myers32-93/+19
2001-02-07c-decl.c (finish_enum): Revert part of 2000-01-05 change.Jakub Jelinek3-1/+30
2001-02-07cpphash.h (struct spec_nodes): Add n_true and n_false.Zack Weinberg2-0/+37
2001-02-07fdecl.m: Added main().Ovidiu Predescu1-0/+4
2001-02-07Added main().Ovidiu Predescu1-0/+6
2001-02-07* gcc.c-torture/execute/20010206-1.c: New test.Jakub Jelinek2-0/+20
2001-02-07Tweak for new preprocessorAlexandre Oliva1-26/+5
2001-02-06* gcc.dg/cpp/avoidpaste1.c: Update.Neil Booth2-3/+7
2001-02-06Tue Feb 5 8:53:33 2001 Ovidiu Predescu <ovidiu@cup.hp.com>Ovidiu Predescu1-0/+6
2001-02-06pt.c (lookup_template_class): Make sure it's a primary template or template_t...Nathan Sidwell2-0/+47
2001-02-06s/k/i/Jason Merrill1-2/+2
2001-02-05c-typeck.c (common_type): push and pop binding level around calling common_ty...Jakub Jelinek2-0/+10
2001-02-05Added.Ovidiu Predescu2-0/+53
2001-02-05Declare foo as pointer.Ovidiu Predescu1-1/+1
2001-02-05invoke.texi (-fdump-class-layout): Document.Nathan Sidwell17-1/+432
2001-02-03decl.c (push_class_binding): Use context_for_name_lookup instead of CP_DECL_C...Jakub Jelinek3-0/+65
2001-02-02Remove no-longer-applicable XFAIL marks for sh-*-*. Remove stray **-* after ...Alexandre Oliva49-49/+49
2001-02-02gcc.c (init_gcc_specs): New function.Mark Mitchell1-1/+3
2001-02-01* gcc.dg/cpp/avoidpaste2.c: New tests.Neil Booth2-0/+39
2001-01-31c-typeck.c (set_init_index): If first is equal to last, assume as if it was n...Jakub Jelinek2-0/+7
2001-01-31c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and DECIMAL_DIG cases for Irix."Jeffrey D. Oldham1-0/+5
2001-01-31c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and DECIMAL_DIG cases for Irix."Jeffrey D. Oldham1-3/+2
2001-01-31* gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.J"orn Rennecke2-1/+5
2001-01-31c-parse.in (structsp): Pedwarn when "enum foo" refers to an incomplete type.Joseph Myers2-0/+140
2001-01-31* gcc.dg/cpp/tr-warn1.c: Add tests.Neil Booth2-0/+13
2001-01-31avoidpaste1.c: Update.Neil Booth3-4/+12
2001-01-31c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG cases for Irix.Jeffrey Oldham2-2/+8
2001-01-31* g++.old-deja/g++.other/inline19.C: New test.Gerald Pfeifer2-2/+29