aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2011-05-03target-supports.exp (check_effective_target_vect_strided): Replace with...Richard Sandiford57-99/+176
2011-05-03slp-11.c: Split into...Richard Sandiford9-138/+295
2011-05-03gcc/testsuite/Richard Sandiford15-73/+50
2011-05-02re PR c++/48834 (-fno-exceptions causes wrong code generation on C++ code)Jason Merrill2-0/+22
2011-05-02re PR c/35445 (ICE with conflicting declarations)Simon Martin2-0/+11
2011-05-02re PR c++/48446 (internal compiler error: in gimplify_var_or_parm_decl, at gi...Jason Merrill2-0/+25
2011-05-02re PR tree-optimization/48822 (G++ gets stucks and never finishes compilation...Richard Guenther2-0/+25
2011-05-02re PR c++/47969 ([C++0x] ICE: SIGSEGV in compute_array_index_type (cp/decl.c:...Paolo Carlini2-1/+17
2011-05-02re PR testsuite/48498 (Several gcc.dg/vect tests XPASS on SPARC)Ira Rosen3-6/+14
2011-05-02new testsXinliang David Li3-0/+95
2011-05-01re PR libfortran/48787 (Invalid UP/DOWN rounding with F editing)Jerry DeLisle2-9/+21
2011-04-30re PR fortran/48821 (IMPORT :: dummy_arg is rejected, while "IMPORT" imports...Tobias Burnus3-32/+38
2011-04-30re PR fortran/48800 (ICE with non-allocatable/pointer deferred-shape array)Tobias Burnus2-0/+36
2011-04-30cp-tree.h (LOOKUP_EXPLICIT_TMPL_ARGS): Define.Diego Novillo5-2/+77
2011-04-30re PR fortran/48746 (Matmul with allocate on assignment)Paul Thomas2-0/+8
2011-04-30re PR testsuite/48809 (switch statement optimization error)Jakub Jelinek2-0/+65
2011-04-29tree-ssa-threadedge.c (thread_across_edge): Add missing return.Jeff Law2-0/+67
2011-04-29re PR c++/48606 (g++.dg/init/ctor9.C ICE: tree check: expected class 'type', ...Paolo Carlini2-0/+14
2011-04-29inline-10.c: New testcase.Jan Hubicka2-1/+39
2011-04-29re PR fortran/48462 (realloc on assignment: matmul Segmentation Fault with Al...Paul Thomas2-4/+43
2011-04-29re PR fortran/48810 ([OOP] TPB rejected because module procedure is private)Tobias Burnus3-0/+85
2011-04-29re PR libfortran/48488 (Wrong default format for real numbers)Jerry DeLisle12-57/+151
2011-04-29split checksum into cfg checksum and line checksumXinliang David Li3-0/+54
2011-04-28update changelog #2Michael Meissner1-0/+3
2011-04-28re PR tree-optimization/48765 (ICE in vect_transform_stmt)Ira Rosen2-0/+87
2011-04-28update changelogMichael Meissner1-0/+5
2011-04-28re PR tree-optimization/48775 (gcc.dg/pr48616.c FAILs on Tru64 UNIX)Rainer Orth2-1/+6
2011-04-28re PR c++/48798 (CV-qualified base class erroneously forbidden)Paolo Carlini3-3/+12
2011-04-28re PR c++/48656 ([C++0x] cannot call member function without object)Dodji Seketeli2-0/+26
2011-04-28re PR tree-optimization/40052 (missed optimizations on (extended) logical typ...Richard Guenther3-0/+34
2011-04-28re PR c++/48530 ([C++0x][SFINAE] Hard errors with deleted d'tors)Paolo Carlini2-0/+22
2011-04-28re PR c++/48771 ([C++0x] is_literal_type incorrect for references to non-lite...Paolo Carlini2-0/+16
2011-04-28re PR fortran/48112 (generic interface to external function in module)Tobias Burnus9-9/+105
2011-04-27re PR libstdc++/48760 (std::complex constructor buggy in the face of NaN's)Jason Merrill2-0/+69
2011-04-27re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill3-0/+38
2011-04-27re PR fortran/48788 (ICE: SIGSEGV in resolve_global_procedure (resolve.c:2190...Tobias Burnus2-0/+17
2011-04-27inline-9.c: New testcase.Jan Hubicka2-0/+28
2011-04-27class.c (resolve_address_of_overloaded_function): Don't change OVERLOAD to TR...Jason Merrill2-1/+3
2011-04-27re PR c++/48046 (Expected diagnostic "reference to 'type' is ambiguous" not ...Jason Merrill2-0/+16
2011-04-2720020312-2.c: Add definition for RX.Nick Clifton4-4/+19
2011-04-27Makefile.in (tree-ssa-structalias.o): Remove gt-tree-ssa-structalias.h depend...Richard Guenther2-17/+4
2011-04-27pr48767.c: New test.Kaz Kojima2-0/+12
2011-04-27re PR tree-optimization/48772 (ICE: SIGSEGV in walk_non_aliased_vuses (gimple...Richard Guenther2-0/+40
2011-04-27re PR c/48742 (Internal error in gimplify_expr)Jakub Jelinek2-0/+20
2011-04-27re PR c++/42687 (The prevention of ADL with the help of parentheses doesn't w...Jason Merrill2-0/+18
2011-04-27* g++.dg/cpp0x/initlist48.C: New.Jason Merrill2-0/+15
2011-04-26re PR c++/48530 ([C++0x][SFINAE] Hard errors with deleted d'tors)Jason Merrill2-0/+35
2011-04-26PR target/48258, improve vector reduction on power7Michael Meissner3-1/+122
2011-04-26Fixed gcc.dg/binop-xor[1-5].c filenames.Rainer Orth1-5/+5
2011-04-26Implement -Wno-maybe-uninitializedXinliang David Li3-0/+37