aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2002-03-13* g++.dg/abi/mangle6.C: New test.Richard Sandiford2-0/+22
2002-03-13varasm.c (globalize_decl): New fn.Jason Merrill3-0/+27
2002-03-13re PR rtl-optimization/5892 (ICE in gen_nop_type during 2.4.17 ia64 kernel bu...Jakub Jelinek2-0/+21
2002-03-13loop.c (basic_induction_var): Don't call convert_modes if mode classes are di...Jakub Jelinek2-0/+20
2002-03-12re PR rtl-optimization/5878 (gcc 3.1 breaks on C code generated by the Mercur...Richard Henderson1-0/+139
2002-03-12re PR c++/5659 (default access for class/struct bug)Nathan Sidwell2-0/+30
2002-03-12c-lex.c (cb_ident, c_lex): Remove unnecessary cast.Jakub Jelinek2-0/+20
2002-03-12* gcc.dg/20020103-1.c: Add rs6000 target and macro.David Edelsohn2-2/+6
2002-03-12* gcc.dg/20020312-1.c: New test case.Roger Sayle2-4/+18
2002-03-12altivec-1.c: Cleanup and use altivec.h.Aldy Hernandez2-67/+27
2002-03-11* toplev.c (rest_of_compilation): Don't compile if we've had errors.Richard Henderson3-4/+8
2002-03-11Revert 2001-03-26 Nathan Sidwell <nathan@codesourcery.com>, DR209 is now not ...Nathan Sidwell3-5/+8
2002-03-11Revert 2000-12-01 Nathan Sidwell <nathan@codesourcery.com>, It is incorrect.Nathan Sidwell2-0/+25
2002-03-11* gcc.c-torture/execute/20020307-1.c: Use long.Kazu Hirata2-3/+7
2002-03-11re PR rtl-optimization/5844 (Bad code generated for -O2 -mcpu=i586)Jakub Jelinek2-0/+59
2002-03-09Add memcpy/memset/strlen/strcmp/strncmp testsMichael Meissner6-0/+496
2002-03-09In gcc/:Geoffrey Keating2-0/+23
2002-03-09* gcc.c-torture/execute/va-arg-22.c: New test.Jakub Jelinek2-0/+82
2002-03-09emit-rtl.c (copy_most_rtx): Accept EXPR_LIST for may_share.Richard Kenner2-0/+18
2002-03-08re PR c/3711 (ICE in instantiate_virtual_regs_1, at function.c:3880)Jakub Jelinek2-0/+59
2002-03-07* g77.f-torture/compile/20020307-1.f: New test.Jeff Law2-0/+25
2002-03-07* gcc.dg/unordered-1.c: New test.Richard Sandiford2-0/+22
2002-03-07* gcc.c-torture/execute/20020307-1.c: New test.Richard Earnshaw2-0/+73
2002-03-05expmed.c (emit_store_flag): Don't test BITS_PER_WORD * 2 wide volatile memory...Jakub Jelinek2-0/+12
2002-03-05ssa-ccp.c (ssa_ccp_substitute_constants): Don't crash if def is NULL.Jakub Jelinek2-0/+41
2002-03-04Remove old unneeded .cvsignore files.Geoffrey Keating4-8/+0
2002-03-04New test case (from PR c/5830).Zack Weinberg2-0/+782
2002-03-03* c-decl.c (start_decl): Initialized variables are not common.Richard Henderson1-0/+5
2002-03-0320020103-1.c: Add othe -D ppc variants.Aldy Hernandez2-1/+5
2002-03-02re PR c++/775 (2.97 error declaring nested class a friend)Nathan Sidwell2-0/+21
2002-03-01Reduced testcase of a 252.eon (SPEC2000) problem.Michael Matz1-0/+27
2002-03-01981223-1.x: New.Richard Henderson3-0/+50
2002-02-28* g++.dg/opt/vtgc1.C: Adjust patterns for ia64.Richard Henderson2-20/+27
2002-02-28search.c (lookup_base_r): Don't clear is_non_public just because we found a f...Jason Merrill1-0/+14
2002-02-28c-decl.c (finish_function): Only warn about missing return statement with -Wr...Jason Merrill1-1/+1
2002-02-27* gcc.c-torture/execute/20020227-1.c: New test.Hans-Peter Nilsson1-0/+30
2002-02-27* gcc.c-torture/execute/20020227-1.c: New test.Hans-Peter Nilsson1-0/+4
2002-02-27visibility13.C: Remove "instantiated from here" ERROR lines.Mark Mitchell16-17/+36
2002-02-27Index: ChangeLogGeoffrey Keating2-0/+23
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg4-29/+6
2002-02-27cpplex.c (_cpp_lex_token): Handle directives in macro arguments.Neil Booth5-20/+57
2002-02-27Add 20020226-1.c to test rotate patternsMichael Meissner2-0/+108
2002-02-26attribs.c (c_common_attribute_table): Add visibility.Jakub Jelinek2-0/+38
2002-02-26re PR debug/5770 (undefined reference to `.LC0')Jakub Jelinek2-0/+21
2002-02-26dwarf2out.c (gen_inlined_subroutine_die): If block is abstract, generate a di...Alexandre Oliva2-0/+64
2002-02-25960416-1.x: New.Kazu Hirata3-0/+15
2002-02-25re PR target/5755 (-mregparm=3 and -fomit-frame-pointer corrupt esp register)Jakub Jelinek2-0/+45
2002-02-25attribs.c (decl_attributes): Also re-layout PARM_DECL and RESULT_DECL.Jason Merrill1-3/+3
2002-02-25New test.Alan Modra2-0/+21
2002-02-24cpplex.c (cpp_interpret_charconst): Get signedness or otherwise of wide chara...Neil Booth2-0/+27