aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2011-07-27avx-os-support.h: New.Uros Bizjak5-5/+29
2011-07-27i386.c (ix86_option_override_internal): Allow -mabi for 32-bit, too.Kai Tietz3-0/+61
2011-07-27params.h (ALLOW_STORE_DATA_RACES): New.Aldy Hernandez5-0/+105
2011-07-27re PR fortran/49755 (ALLOCATE with STAT= produces invalid code for already al...Daniel Carrera3-2/+31
2011-07-26re PR c++/49776 ([C++0x]ICE in build_data_member_initialization, at cp/semant...Paolo Carlini2-0/+22
2011-07-26Fix PR47046: correct evolution_function_is_affine_pSebastian Pop2-0/+18
2011-07-26Add testcase for PR47593Sebastian Pop2-0/+34
2011-07-26Fix PR47653: do not handle loops using wrapping semantics in graphiteSebastian Pop6-4/+31
2011-07-26Fix PR48805: Do not instantiate ADDR_EXPRsSebastian Pop2-1/+26
2011-07-26trans-array.c (CAF_TOKEN_FIELD): New macro constant.Tobias Burnus2-0/+119
2011-07-26vect-70.c: Reduce the data size to fit SPU local store.Ira Rosen2-1/+6
2011-07-25re PR middle-end/49671 (volatile goes missing after inlining)Andrew Pinski3-0/+40
2011-07-25sourcebuild.texi (Effective-Target Keywords, [...]): Document mmap.Rainer Orth10-8/+46
2011-07-25re PR c++/49838 ([C++0x] ICE in cp_parser_perform_range_for_lookup, at cp/par...Paolo Carlini2-0/+16
2011-07-25re PR testsuite/49753 (FAIL: g++.dg/torture/pr49309.C)Rainer Orth2-0/+26
2011-07-25re PR tree-optimization/49809 (gimple_check failure at -O3)Richard Sandiford4-0/+92
2011-07-25re PR tree-optimization/49715 (Could do more efficient unsigned-to-float to c...Richard Guenther3-0/+27
2011-07-25re PR c++/49823 ([C++0x] ICE on decltype(expr)::type with template)Jason Merrill2-0/+20
2011-07-22* doc/invoke.texi (C++ Dialect Options): Document -Wno-narrowing.Jason Merrill1-0/+5
2011-07-22re PR c++/49793 ([C++0x] Narrowing conversion from int/short/char to double)Jason Merrill6-5/+10
2011-07-23re PR libfortran/49791 (Formatted namelist reads fails with: Cannot match nam...Tobias Burnus2-0/+38
2011-07-23resolve.c (resolve_symbol): Fix coarray var decl check.Tobias Burnus3-1/+23
2011-07-22Warn about the use of final/override in non-c++0x mode, and add __final for n...Ville Voutilainen3-0/+30
2011-07-22re PR c++/30112 (pragma redefine_extname fails when namespaces are involved)Jason Merrill2-0/+42
2011-07-22re PR c++/49813 ([C++0x] sinh vs asinh vs constexpr)Jason Merrill3-6/+23
2011-07-22Disallow MS ABI in x32 mode.H.J. Lu7-6/+18
2011-07-22re PR middle-end/45819 (unexpected unaligned access to volatile int)Richard Guenther2-0/+25
2011-07-22* lib/target-supports.exp (check_ifunc_available): Improve comment.Uros Bizjak1-1/+1
2011-07-22target-supports.exp (check_ifunc_available): Rewrite.Uros Bizjak2-37/+12
2011-07-21Infer types based on lb and ub.Sebastian Pop2-0/+30
2011-07-21re PR middle-end/49705 (-Wstrict-overflow should not diagnose unevaluated exp...Ian Lance Taylor2-0/+24
2011-07-21target-supports.exp (check_avx_os_support_available): New.Uros Bizjak2-4/+33
2011-07-21re PR tree-optimization/49770 (wrong code with -fno-tree-forwprop)Richard Guenther2-0/+91
2011-07-21ChangeLog gcc/Kai Tietz5-10/+12
2011-07-21check.c (gfc_check_present): Allow coarrays.Tobias Burnus2-0/+92
2011-07-21pr32912-2.c: Skip for AVR.Georg-Johann Lay3-0/+7
2011-07-20parser.c (cp_parser_initializer_list): Handle C99 .id= and [N]= designated in...Jason Merrill2-0/+29
2011-07-20Allow 4 operand FMAs on power7Michael Meissner4-10/+17
2011-07-20PR c++/6709 (DR 743)Jason Merrill2-0/+24
2011-07-20re PR middle-end/18908 (Missed folding opportunities with bools)Richard Guenther3-1/+16
2011-07-20arm.c (arm_canonicalize_comparison): Add case to canonicalize left operand fr...Chung-Lin Tang3-0/+35
2011-07-19re PR c++/49785 ([C++0x] ICE in coerce_template_parms)Jason Merrill2-0/+32
2011-07-19expr.c (gfc_is_coarray): New function.Tobias Burnus3-0/+75
2011-07-19re PR fortran/49708 (ICE with allocate and no dimensions)Janus Weil2-0/+14
2011-07-19gimplify.c (gimplify_expr): Gimplify TRUTH_NOT_EXPR as BIT_XOR_EXPR, same as ...Richard Guenther4-2/+18
2011-07-19re PR tree-optimization/49768 (C99 style union initializations does not work ...Jakub Jelinek2-0/+17
2011-07-19re PR tree-optimization/49771 (wrong code with -ftree-vectorize)Ira Rosen2-0/+31
2011-07-19ipa-prop.h: Include alloc-pool.h, all sorts of updates to general comments.Martin Jambor13-24/+209
2011-07-18re PR middle-end/49675 (ICE (segfault) with -finstrument-functions)Jakub Jelinek2-0/+11
2011-07-18expr.c (expand_expr_real_2): Properly truncate the BIT_NOT_EXPR expansion res...Richard Guenther2-0/+27