aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg
AgeCommit message (Expand)AuthorFilesLines
2005-10-20re PR middle-end/24295 (Xorg broken, #pragma weak foo = bar no longer causes ...Alexandre Oliva2-0/+88
2005-10-19* gcc.dg/20050824-1.c (f): Clobber %r13 and %r14 only on s390x.Ulrich Weigand1-2/+6
2005-10-19re PR middle-end/23199 (ICE in int_mode_for_mode, at stor-layout.c:251)Eric Botcazou1-0/+35
2005-10-19New test.Richard Henderson1-0/+12
2005-10-18re PR target/24428 (TLS miscompilation on x86_64)Richard Henderson1-0/+11
2005-10-16debug3.C, [...]: Guard test with { target fpic }.Hans-Peter Nilsson16-25/+16
2005-10-14re PR c/23439 ("f(){for" crashes the C frontend)Volker Reichelt1-0/+7
2005-10-13dwarf-char1.c, [...]: Skip for mmix-*-*Hans-Peter Nilsson3-0/+3
2005-10-13* gcc.dg/intmax_t-1.c: Remove mmix-*-* from dg-error statement.Hans-Peter Nilsson1-1/+1
2005-10-12re PR target/21275 (gcc 4.0.0 crash with mingw when using stdout in global var)Danny Smith3-9/+8
2005-10-12ipa-1.c: New test.Razya Ladelsky6-0/+168
2005-10-11re PR c/24255 (__transparent_union__ mishandled)Richard Henderson1-0/+37
2005-10-11re PR tree-optimization/24300 (segfault in operand_equal_p with -ftree-vector...Richard Henderson1-0/+35
2005-10-11re PR testsuite/24281 (WARNING: Could not execute gcc.dg/compat/struct-layout...Janis Johnson1-0/+1
2005-10-10re PR target/24284 (ICE (Segmentation fault))Eric Botcazou1-0/+12
2005-10-10* gcc.dg/tree-ssa/gen-vect-25.c (main): Return a value.Eric Botcazou1-1/+1
2005-10-10ucnid-2.c: XFAIL on Solaris.Eric Botcazou3-3/+3
2005-10-09* gcc.dg/20050922-1.c: Skip on Solaris 2.5.1 to 9.Eric Botcazou1-0/+1
2005-10-07struct-layout-1_generate.c (generate_fields): Do not put aligned attributes o...Steve Ellcey1-0/+8
2005-10-06re PR target/24236 (gcc.dg/i386-sse-10.c fails on the mainline on x86_64-linu...Richard Henderson1-1/+1
2005-10-06re PR middle-end/24049 (compiler error: Segmentation fault In function 'DESX_...Richard Henderson1-0/+10
2005-10-05re PR c/21419 (Accepts writting to const via asm)Paolo Bonzini3-3/+19
2005-10-05vect-shift-1.c: Include tree-vect.h header.Uros Bizjak1-12/+16
2005-10-05builtins-config.h: Only PowerPC Mac OS shipped without C99 functions.Geoffrey Keating1-2/+2
2005-10-04c-common.c (vector_types_convertible_p): Check TYPE_PRECISION for real types.Devang Patel1-0/+20
2005-10-04re PR preprocessor/13726 (cpp -C -dI loses comments on same line as #include ...Ian Lance Taylor2-0/+12
2005-10-04re PR c/23576 (tree check: expected class ‘type’, have exceptional’ (er...Richard Guenther1-0/+1
2005-10-04re PR middle-end/23125 (OpenBSD's zic.c causes g++ but not gcc to segfault)Andrew Pinski1-0/+9
2005-10-04re PR tree-optimization/23049 (ICE with -O3 -ftree-vectorize on 4.1.x)Steven Bosscher2-1/+27
2005-10-03target-supports.exp (check_effective_target_vect_shift): Implement with resul...Uros Bizjak2-7/+2
2005-09-30fast-math-vect-reduc-7.c: Clean up temp files.Uros Bizjak7-0/+14
2005-09-30re PR tree-optimization/24059 (ICE expand_expr_real_1 with -ftree-vectorize -O2)Uros Bizjak1-0/+16
2005-09-29re PR tree-optimization/24117 (struct is not marked fully as call clobbered)Daniel Berlin1-0/+24
2005-09-29* gcc.dg/tree-ssa/ssa-ccp-11.c: Fix the test case and un-xfail.Steven Bosscher1-1/+1
2005-09-29re PR c/21419 (Accepts writting to const via asm)Paolo Bonzini1-0/+15
2005-09-29re PR tree-optimization/23911 (Failure to propagate constants from a const in...Steven Bosscher1-0/+22
2005-09-27re PR tree-optimization/23625 (ICE: in bsi_after_labels, at tree-flow-inline....Devang Patel1-0/+27
2005-09-26re PR middle-end/23831 (ICE in immed_double_const with vectorized multipication)Uros Bizjak1-0/+10
2005-09-22intmax_t-1.c: Remove sh*-*-elf from dg-error statement.J"orn Rennecke1-1/+1
2005-09-22expmed.c (expand_shift): Don't use the target of the rotate as target for the...Andreas Krebbel1-0/+41
2005-09-21vect-dv-2.c: Change loop bound and restore original functionality of the test...Dorit Nuzman1-4/+4
2005-09-20vect-22.c: Require vect_float.Richard Henderson2-1/+2
2005-09-20c.opt (fextended-identifiers): New.Joseph Myers17-16/+24
2005-09-20re PR tree-optimization/23818 (ICE in dominated_by_p, at dominance.c:827)Jakub Jelinek1-0/+33
2005-09-20tree-data-ref.c (get_number_of_iters_for_loop): New function.Daniel Berlin1-1/+1
2005-09-20vect-40.c: Remove pointers to "aligned types".Dorit Nuzman24-383/+258
2005-09-20pr16105.c: Replace "aligned types" with regular types.Dorit Nuzman10-62/+59
2005-09-19re PR rtl-optimization/23943 (segv in side_effects_p())Steven Bosscher1-0/+20
2005-09-14re PR tree-optimization/23584 (ipa-pure-const pass ignores dereferencing a vo...Josh Conner1-0/+21
2005-09-14re PR middle-end/22480 (ICE in convert_move, at expr.c:390 with -ftree-vector...Uros Bizjak1-0/+30