aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2004-05-13uninit-H.c: Test for __PPC__ and __ppc__ for the powerpc case.Andrew Pinski2-1/+6
2004-05-13tree-ssa-forwprop.c (record_single_argument_cond_exprs): Accept new parameter...Jeff Law3-0/+47
2004-05-1320030808-1.c: Force enum size.Paul Brook4-3/+10
2004-05-13re PR testsuite/10819 (testsuite creates CR+LF on compiler version lines in t...Andreas Schwab2-2/+8
2004-05-13re PR libfortran/15204 (ADJUSTR intrinsic accesses corrupted pointer)Bud Davis2-0/+51
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo395-288/+12295
2004-05-11altivec-8.C: Use '-maltivec' instead of '-faltivec'; include <altivec.h> expl...Ziemowit Laski3-4/+18
2004-05-11Test for AltiVec function vec_ld, passing a pointer to const vector.Fariborz Jahanian1-0/+13
2004-05-11* gcc.c-torture/compile/20010518-1.c: Force enum size.Paul Brook2-1/+5
2004-05-11Fix entry.Eric Christopher1-1/+1
2004-05-11sibcall-3.c: Remove xfail for mips*-*-elf.Eric Christopher3-5/+10
2004-05-10altivec.h (vec_sld): Add overloads for argument/return types of 'vector bool ...Ziemowit Laski3-0/+37
2004-05-08fold-const.c (fold_div_compare): New function to optimize X/C1 op C2 where op...Roger Sayle4-0/+551
2004-05-07re PR c++/14962 (g++ ignores #pragma redefine_extname)Eric Botcazou2-0/+29
2004-05-07i386-387-1.c: Add new test for __builtin_fmod.Uros Bizjak5-1/+21
2004-05-07optabs.h (enum optab_index): Add new OTI_log1p.Uros Bizjak2-0/+21
2004-05-07re PR rtl-optimization/15296 ([3.4 only] Delayed branch scheduling causing in...Hans-Peter Nilsson1-0/+1
2004-05-07* gcc.c-torture/execute/pr15296.c: New test.Hans-Peter Nilsson2-0/+77
2004-05-06optabs.h (enum optab_index): Add new OTI_fmod and OTI_drem.Uros Bizjak2-0/+51
2004-05-05* gcc.dg/torture/mips-hilo-2.c: Provide dummy __mips16 version.Richard Sandiford2-0/+8
2004-05-05re PR target/14899 (wrong code due to change in compatibility rules for vecto...Paolo Bonzini2-0/+13
2004-05-04image-info.m: Allow additional attributes for __image_info section.Ziemowit Laski2-1/+6
2004-05-04reload1.c (inherit_piecemeal_p): New function.Richard Sandiford2-0/+28
2004-05-03re PR c++/14389 (Out-of-line of overloaded template rejected)Giovanni Bajo2-1/+38
2004-05-03optabs.h (enum optab_index): Add new OTI_expm1.Uros Bizjak2-2/+24
2004-05-02builtins.c (fold_fixed_mathfn): New function.Kaveh R. Ghazi3-14/+100
2004-05-01re PR middle-end/15054 (Bad code due to overlapping stack temporaries)Ulrich Weigand2-0/+41
2004-05-01builtins.c (fold_builtin_round): Fix comment typo.Kaveh R. Ghazi4-284/+112
2004-04-30s390-protos.h (s390_emit_epilogue): Parameter added.Andreas Krebbel4-3/+9
2004-04-3020040331-1.c: Don't use too wide a bit-field on 16-bit targets.Kazu Hirata2-0/+13
2004-04-3020040409-2.c: Fix constants used on 16-bit targets.Kazu Hirata2-8/+13
2004-04-30rs6000-power2-1.c: Change to compile only.Andrew Pinski3-2/+7
2004-04-29rs6000-power2-1.c: Change the options to be more correct.Andrew Pinski3-5/+11
2004-04-29Fix typo.Kaveh Ghazi1-1/+1
2004-04-29convert.c (convert_to_integer): Convert (long)round -> lround, etc.Kaveh R. Ghazi2-0/+83
2004-04-28rs6000.c (registers_ok_for_quad_peep): Return false if we do not have fp regi...Andrew Pinski3-0/+48
2004-04-28re PR c/15004 ([unit-at-a-time] no warning for unused paramater in static fun...Jan Hubicka2-0/+15
2004-04-26run_all.sh: Define $target variable.Laurent GUERBY2-1/+8
2004-04-26re PR c++/15119 (internal compiler error: in substitute_placeholder_in_expr, ...Andrew Pinski3-0/+48
2004-04-26Clean up previous change.Arnaud Charlet1-2/+2
2004-04-25run_all.sh: Handle cd2a83c, cd2a91c (target_bit) and ad8011a (target_insn).Laurent GUERBY4-3/+39
2004-04-24* gcc.dg/const-elim-1.c: XFAIL on s390*-*-*.Ulrich Weigand2-2/+6
2004-04-23re PR rtl-optimization/13985 (ICE in gcc.c-torture/compile/930621-1.c)Eric Botcazou2-0/+49
2004-04-23arm.c (arm_output_epilogue): Reverse the order of loading iWMMXt registers wi...Daniel Jacobowitz2-0/+63
2004-04-23re PR c++/15064 (typeid of template parameter gives ICE)Giovanni Bajo2-0/+18
2004-04-22Add dg-optionsMark Mitchell1-0/+2
2004-04-22class.c (initialize_array): Don't set TREE_HAS_CONSTRUCTOR on braced initiali...Mark Mitchell2-0/+10
2004-04-22altivec-1.c: XFAIL for powerpc-eabispe.Aldy Hernandez4-0/+9
2004-04-21target-supports.exp (check_profiling_available): Assume profiling is not avai...Aldy Hernandez2-0/+6
2004-04-211c-01.c: Use ptrdiff_t for casts of pointers.Janis Johnson3-25/+32