aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2011-03-21ChangeLog gcc/Kai Tietz2-1/+6
2011-03-21simplify-rtx.c (simplify_binary_operation_1): Handle (xor (and A B) C) case w...Chung-Lin Tang2-0/+18
2011-03-21re PR fortran/22572 (Double occurrence of matmul intrinsic not optimised)Thomas Koenig3-0/+99
2011-03-20Add 2 testcases for PR rtl-optimization/47502.H.J. Lu3-0/+26
2011-03-20re PR rtl-optimization/48156 (wrong code with -fcrossjumping)Jakub Jelinek2-0/+50
2011-03-19re PR libfortran/47439 (Fun with scratch files on Windows MKTEMP only allows...Francois-Xavier Coudert2-2/+7
2011-03-19re PR libfortran/47439 (Fun with scratch files on Windows MKTEMP only allows...Francois-Xavier Coudert2-0/+13
2011-03-18c-decl.c (diagnose_mismatched_decls): Give an error for redefining a typedef ...Joseph Myers3-22/+12
2011-03-18c-decl.c (grokfield): Don't allow typedefs for structures or unions with no t...Joseph Myers4-15/+54
2011-03-18slp-multitypes-2.c: Replace dg-do run with dg-xfail-run-if.Rainer Orth2-1/+7
2011-03-18re PR c++/48162 (447.dealII in SPEC CPU 2006 failed to build)Jason Merrill2-0/+7
2011-03-18re PR c++/48118 (g++ sometimes allows copying a volatile class)Jason Merrill2-0/+16
2011-03-18re PR c++/23372 (Temporary aggregate copy not elided when passing parameters ...Jason Merrill2-0/+17
2011-03-18re PR c++/35315 (ICE with attribute transparent_union)Jason Merrill2-3/+7
2011-03-18re PR middle-end/47405 (gcc.dg/torture/20090618-1.c FAILs on IRIX 6.5)Rainer Orth2-0/+6
2011-03-18combine.c (try_combine): Do simplification only call of subst() on i2 even wh...Chung-Lin Tang2-0/+13
2011-03-18re PR bootstrap/48161 (hppa*-*-* will not bootstrap on 4.6 branch with releas...Jakub Jelinek2-0/+29
2011-03-17Check zero/sign extended hard registers.H.J. Lu2-0/+21
2011-03-17re PR c++/47504 ([C++0x] some constexpr calculations erroneously overflow whe...Jason Merrill3-1/+13
2011-03-17decl.c (elaborate_expression_1): Try harder to find out whether the expressio...Eric Botcazou3-0/+43
2011-03-17Core 1212Jason Merrill3-2/+18
2011-03-17re PR c++/48166 (ICE on static member function with invalid type qualifier)Jason Merrill2-0/+10
2011-03-17re PR tree-optimization/48134 (ICE: in refs_may_alias_p_1, at tree-ssa-alias....Richard Guenther2-0/+36
2011-03-17re PR tree-optimization/48165 (gcc-4.6: internal compiler error: in build2_stat)Richard Guenther2-0/+43
2011-03-17re PR rtl-optimization/48141 (DSE compile time hog)Jakub Jelinek2-0/+22
2011-03-16re PR c++/48089 ([C++0x] ICE on in(?)valid in constexpr constructors)Jason Merrill2-0/+11
2011-03-16re PR c++/47301 ([C++0x] ICE: in fold_convert_loc, at fold-const.c:1906 with ...Jason Merrill2-0/+18
2011-03-16re PR c++/46336 ([C++0X] ICE on invalid: in register_constexpr_fundef, at cp/...Jason Merrill3-1/+17
2011-03-16re PR c++/47570 ([C++0x] "one() >= 0" isn't constexpr for unsigned int, yet =...Jason Merrill2-0/+29
2011-03-16re PR debug/47510 (DW_TAG_typedef can have children when designating a naming...Dodji Seketeli2-0/+35
2011-03-16Core 1148Jason Merrill2-0/+15
2011-03-16re PR c++/48132 ([C++0x] Internal compiler error on array of std::complex wit...Jason Merrill2-0/+18
2011-03-16re PR c++/48113 ([C++0x] bind with tuple argument fails)Jason Merrill6-4/+44
2011-03-16re PR c++/48115 (internal compiler error: in type_has_nontrivial_copy_init, a...Jason Merrill2-0/+26
2011-03-16tree-vrp.c (identify_jump_threads): Slightly simplify type check for operands...Jeff Law2-0/+18
2011-03-16re PR c++/47999 ([C++0x] auto type deduction works incorrectly in a function ...Jason Merrill2-0/+25
2011-03-16vla-1.c (main): Use result of f1 to avoid optimizing it away if promoted to c...Richard Guenther2-1/+7
2011-03-16re PR tree-optimization/48149 (Piecewise complex pass-through not optimized)Richard Guenther2-0/+16
2011-03-16re PR debug/48147 (New debug test failures)Richard Guenther2-1/+7
2011-03-16re PR middle-end/26134 (fold *(float*)(&complex_float_var) into REALPART_EXPR...Richard Guenther2-0/+30
2011-03-16re PR c/48146 (ICE tree check: expected ssa_name, have var_decl in has_zero_u...Richard Guenther2-0/+40
2011-03-16gimple-fold.c (maybe_fold_reference): Open-code relevant constant folding.Richard Guenther3-2/+7
2011-03-16re PR middle-end/48136 (verify_gimple failed at -O0)Jakub Jelinek2-0/+10
2011-03-16emit-rtl.c (try_split): Don't call copy_call_info debug hook.Jakub Jelinek2-13/+3
2011-03-16re PR debug/45882 (No debug info for vars depending on unused parameter)Jakub Jelinek2-0/+35
2011-03-15c-common.c (max_constexpr_depth): New.Jason Merrill2-0/+7
2011-03-15Core 1191Jason Merrill2-0/+21
2011-03-15decl2.c (cp_check_const_attributes): New.Rodrigo Rivas Costa2-0/+67
2011-03-15re PR c++/34758 (Bad diagnostic for circular dependency in constructor defaul...Jason Merrill2-0/+32
2011-03-15Fix pr47837Xinliang David Li3-0/+105