summaryrefslogtreecommitdiff
path: root/gcc/testsuite
Commit message (Expand)AuthorAgeFilesLines
* sibcall-3.c: Skip on PowerPC targets when -mlongcall.Nathan Froyd2007-07-263-0/+9
* re PR rtl-optimization/31500 (FAIL: gcc.dg/Warray-bounds.c (internal compiler...John David Anglin2007-07-253-4/+8
* costmodel-vect-reduc-1char.c: Updated.H.J. Lu2007-07-252-2/+6
* Makefile.in (TEXI_GCC_FILES): Add arm-neon-intrinsics.texi.Julian Brown2007-07-251878-2/+36495
* dump-noaddr.c: Reduce string length for targets where an "int" is less than 3...Janis Johnson2007-07-252-0/+16
* 20070725-1.c: Testcase for revision 126876 added.Andreas Krebbel2007-07-252-0/+67
* predcom-1.c (count_averages): Avoid overflow during addition if an int is onl...Rask Ingemann Lambertsen2007-07-253-2/+8
* pr29584.c: Only run test if pointers have the same size as "long int" and are...Rask Ingemann Lambertsen2007-07-253-2/+8
* pr30313.c (struct S): Make sure the bit-field is exactly as wide as an int.Rask Ingemann Lambertsen2007-07-252-0/+13
* struct-layout-1_generate.c (COMPAT_PRLL): Define and use throughout as long l...Danny Smith2007-07-253-18/+50
* fe-convert-2.c: Unconditionally enable testing for converting from 1.0e-96 an...H.J. Lu2007-07-242-5/+7
* * gcc.dg/dfp/fe-convert-1.c: Fix typo in comments.Ben Elliston2007-07-252-1/+5
* tree-ssa-ccp.c (fold_const_aggregate_ref): Use fold_convert.Daniel Jacobowitz2007-07-242-0/+15
* re PR fortran/31205 (aliased operator assignment produces wrong result)Paul Thomas2007-07-242-0/+88
* re PR fortran/31205 (aliased operator assignment produces wrong result)Paul Thomas2007-07-242-1/+12
* re PR fortran/32867 (ICE on nested initialization expressions)Daniel Franke2007-07-242-0/+37
* re PR fortran/32778 (pedantic warning: intrinsics that are GNU extensions not...Daniel Franke2007-07-245-15/+83
* re PR c++/29001 (ICE on invalid return from operator new)Paolo Carlini2007-07-243-0/+16
* 2007-07-24 Dorit Nuzman <dorit@il.ibm.com>Dorit Nuzman2007-07-245-8/+60
* re PR fortran/30814 (non-conforming array sizes in PACK should raise an error)Thomas Koenig2007-07-242-0/+15
* re PR fortran/25104 ([F2003] Non-initialization expr. as case-selector)Daniel Franke2007-07-232-0/+16
* re PR fortran/32797 ([ISO C Binding] Internal Error: gfc_basic_typename(): Un...Christopher D. Rickett2007-07-234-1/+54
* mips.c (override_options): Use mips_costs to derive the default branch cost.Richard Sandiford2007-07-233-0/+21
* re PR fortran/32732 ([Bind C] Character scalars are passed as arrays)Christopher D. Rickett2007-07-236-0/+132
* re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a libra...Christopher D. Rickett2007-07-234-0/+112
* re PR c++/32839 (internal compiler error: Segmentation fault (templates))Nathan Sidwell2007-07-223-0/+52
* re PR fortran/32710 (ICE: namelist and subroutine with the same name)Daniel Franke2007-07-222-0/+24
* ChangeLogs for r126826.Daniel Franke2007-07-221-2/+15
* re PR fortran/29962 (Initialization expressions)Daniel Franke2007-07-225-5/+24
* re PR c++/30818 (templates and typedefs cause function prototype not to match)Nathan Sidwell2007-07-227-3/+86
* Add missing ChangeLog entry.H.J. Lu2007-07-221-0/+5
* re PR fortran/32627 ([ISO Bind C] Accept c_f_pointer for TYPE)Christopher D. Rickett2007-07-219-1/+347
* re PR fortran/32801 (USE of ISO_C_BINDING, ONLY: C_LOC causes compiler seg fa...Christopher D. Rickett2007-07-213-0/+24
* re PR fortran/32823 (internal compiler error: in gfc_trans_assignment_1)Lee Millward2007-07-212-0/+33
* * gcc.dg/inline-23.c: Use pointer sized type for cast from pointer.Rask Ingemann Lambertsen2007-07-212-2/+7
* mips.exp (is_gp32_flag): Return true for -msmartmips.Richard Sandiford2007-07-203-1/+7
* re PR tree-optimization/19910 (ICE with -ftree-loop-linear)Uros Bizjak2007-07-202-0/+21
* Corrected filename from previous commit.Daniel Franke2007-07-191-1/+1
* re PR fortran/32738 (Error: Function 'tree_size' at (1) has no IMPLICIT type)Daniel Franke2007-07-192-0/+49
* re PR tree-optimization/32635 (gfortran - internal compiler error: verify_ssa...Thomas Koenig2007-07-192-0/+56
* re PR fortran/32801 (USE of ISO_C_BINDING, ONLY: C_LOC causes compiler seg fa...Christopher D. Rickett2007-07-192-0/+11
* re PR target/32641 (C99 fpclassify, isinf, isfinite, isnormal may raise FP ex...Kaveh R. Ghazi2007-07-185-35/+163
* xtensa-config.h (XCHAL_HAVE_THREADPTR): New.Bob Wilson2007-07-182-2/+10
* re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify...Kaveh R. Ghazi2007-07-182-9/+32
* re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify...Kaveh R. Ghazi2007-07-183-0/+32
* re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify...Kaveh R. Ghazi2007-07-183-6/+102
* re PR fortran/32535 (namelist with private items contained in sub-sub-procedu...Janus Weil2007-07-172-0/+31
* re PR fortran/31320 (Illegal read with gfortran.dg/alloc_comp_assign_2.f90 an...Paul Thomas2007-07-172-0/+22
* re PR rtl-optimization/32773 (SH: ICE in create_pre_exit, at mode-switching.c...Zdenek Dvorak2007-07-172-0/+16
* intrinsics-1.c: Use dg-message to match flax-vector-conversions note.Andrew Pinski2007-07-163-2/+10