aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg
AgeCommit message (Expand)AuthorFilesLines
2007-08-02gen-vect-2.c: Use "char" for vector elements if "int" is only 16 bit bits wide.Rask Ingemann Lambertsen2-2/+6
2007-08-02re PR middle-end/32668 (The type-generic builtins apply default promotions)Kaveh R. Ghazi2-107/+14
2007-08-01execute.exp: Change copyright header to refer to version 3 of the GNU General...Nick Clifton28-114/+113
2007-07-312007-07-30 Jan Sjodin <jan.sjodin@amd.com>Jan Sjodin3-2/+65
2007-07-30pragma-darwin.c: Run on all *-*-darwin* targets.Andrew Pinski1-8/+8
2007-07-30directives-only.c: New file.Ollie Wild11-0/+161
2007-07-27re PR testsuite/32471 (Testcases which always fail on targets where an int is...Rask Ingemann Lambertsen3-12/+15
2007-07-27pr27743.c (bar): Use an integer of exactly 32 bits because the test relies on...Rask Ingemann Lambertsen1-3/+4
2007-07-27pr28651.c (main): Use INT_MAX instead of assuming it is 0x7fffffff.Rask Ingemann Lambertsen2-5/+6
2007-07-26assign-warn-3.c (f0): Declare as inline.Nathan Froyd1-2/+2
2007-07-2620070725-1.c: Split the spare field in two to avoid: error: width of 'spare' ...Andreas Krebbel1-1/+2
2007-07-26sibcall-3.c: Skip on PowerPC targets when -mlongcall.Nathan Froyd2-0/+4
2007-07-25re PR rtl-optimization/31500 (FAIL: gcc.dg/Warray-bounds.c (internal compiler...John David Anglin1-2/+1
2007-07-25costmodel-vect-reduc-1char.c: Updated.H.J. Lu1-2/+2
2007-07-25Makefile.in (TEXI_GCC_FILES): Add arm-neon-intrinsics.texi.Julian Brown2-0/+19
2007-07-2520070725-1.c: Testcase for revision 126876 added.Andreas Krebbel1-0/+63
2007-07-25predcom-1.c (count_averages): Avoid overflow during addition if an int is onl...Rask Ingemann Lambertsen2-2/+2
2007-07-25pr29584.c: Only run test if pointers have the same size as "long int" and are...Rask Ingemann Lambertsen2-2/+2
2007-07-25pr30313.c (struct S): Make sure the bit-field is exactly as wide as an int.Rask Ingemann Lambertsen1-0/+8
2007-07-25struct-layout-1_generate.c (COMPAT_PRLL): Define and use throughout as long l...Danny Smith1-11/+25
2007-07-24fe-convert-2.c: Unconditionally enable testing for converting from 1.0e-96 an...H.J. Lu1-5/+2
2007-07-25* gcc.dg/dfp/fe-convert-1.c: Fix typo in comments.Ben Elliston1-1/+1
2007-07-242007-07-24 Dorit Nuzman <dorit@il.ibm.com>Dorit Nuzman3-8/+8
2007-07-21* gcc.dg/inline-23.c: Use pointer sized type for cast from pointer.Rask Ingemann Lambertsen1-2/+3
2007-07-20re PR tree-optimization/19910 (ICE with -ftree-loop-linear)Uros Bizjak1-0/+16
2007-07-18re PR target/32641 (C99 fpclassify, isinf, isfinite, isnormal may raise FP ex...Kaveh R. Ghazi4-35/+154
2007-07-18re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify...Kaveh R. Ghazi1-9/+28
2007-07-18re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify...Kaveh R. Ghazi2-0/+27
2007-07-18re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify...Kaveh R. Ghazi2-6/+97
2007-07-17re PR rtl-optimization/32773 (SH: ICE in create_pre_exit, at mode-switching.c...Zdenek Dvorak1-0/+11
2007-07-1620061101-2.c: Variant of 20061101-1.c adapted to work on targets with 16-bit ...Rask Ingemann Lambertsen2-0/+111
2007-07-16ltrans-5.c: Only run test on targets which support large arrays.Rask Ingemann Lambertsen3-3/+3
2007-07-1420001013-1.c: Move to gcc.target/sparc.Eric Botcazou25-849/+0
2007-07-14target-supports.exp (check_effective_target_vect_aligned_arrays): New procedu...Uros Bizjak3-10/+11
2007-07-13config.gcc: Add options for arch and tune on SPU.Sa Liu1-2/+1
2007-07-13re PR tree-optimization/32721 (CCP removes volatile qualifiers.)Richard Guenther1-0/+18
2007-07-1320011127-1.c: Use dg-message...Hans-Peter Nilsson1-2/+2
2007-07-13Index: gcc/ChangeLogGeoffrey Keating4-0/+289
2007-07-12re PR testsuite/25241 ([C++] DejaGNU does not distinguish between errors and ...Manuel López-Ibáñez223-5558/+5558
2007-07-12re PR target/25413 (wrong alignment or incorrect address computation in vecto...Dorit Nuzman5-1/+264
2007-07-12target-support.exp (check_ultrasparc_hw_available): New function.Nathan Froyd6-6/+10
2007-07-12target.h (builtin_vectorization_cost): Add new target builtin.Dorit Nuzman17-4/+730
2007-07-12re PR tree-optimization/32663 (revision 126369 went into an infinite loop)Daniel Berlin1-1/+1
2007-07-11builtins.def (BUILT_IN_CLEAR_CACHE): New builtin.David Daney1-0/+8
2007-07-10* gcc.dg/vect/vect-116.c: Add vect_int target requirement.Nathan Froyd1-0/+1
2007-07-10* gcc.dg/ultrasp7.c: Add fpic target requirement.Nathan Froyd1-0/+1
2007-07-10re PR testsuite/25241 ([C++] DejaGNU does not distinguish between errors and ...Manuel López-Ibáñez1-1/+3
2007-07-09fesd-any.c: Move to gcc.dg/debug/dwarf2 directory.Eric Botcazou11-0/+0
2007-07-09re PR tree-optimization/32681 (ice for legal C code with flags -ffast-math -...Uros Bizjak1-0/+21
2007-07-08c99-math-double-1.c, [...]: Test subnormals.Kaveh R. Ghazi4-4/+22