]>
git.ipfire.org Git - thirdparty/gcc.git/log
GCC Administrator [Thu, 18 Oct 2012 00:17:24 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r192550
GCC Administrator [Wed, 17 Oct 2012 00:16:54 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r192520
GCC Administrator [Tue, 16 Oct 2012 00:17:06 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r192484
GCC Administrator [Mon, 15 Oct 2012 00:17:09 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r192443
GCC Administrator [Sun, 14 Oct 2012 00:16:56 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r192428
GCC Administrator [Sat, 13 Oct 2012 00:17:19 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r192418
GCC Administrator [Fri, 12 Oct 2012 00:17:37 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r192384
Uros Bizjak [Thu, 11 Oct 2012 15:22:41 +0000 (17:22 +0200)]
backport: pr49948.c: Require pthread effective target.
Backport from mainline
2011-08-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* gcc.dg/pr49948.c: Require pthread effective target.
From-SVN: r192369
GCC Administrator [Thu, 11 Oct 2012 00:16:58 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r192338
John David Anglin [Wed, 10 Oct 2012 16:24:22 +0000 (16:24 +0000)]
pa.md (addhi3): Fix typo in last change.
* config/pa/pa.md (addhi3): Fix typo in last change.
From-SVN: r192320
GCC Administrator [Wed, 10 Oct 2012 00:17:58 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r192280
GCC Administrator [Tue, 9 Oct 2012 00:17:03 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r192232
GCC Administrator [Mon, 8 Oct 2012 00:17:01 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r192190
GCC Administrator [Sun, 7 Oct 2012 00:16:53 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r192175
GCC Administrator [Sat, 6 Oct 2012 00:17:00 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r192149
John David Anglin [Fri, 5 Oct 2012 21:08:12 +0000 (21:08 +0000)]
pa.md: Adjust unamed HImode add insn pattern.
* config/pa/pa.md: Adjust unamed HImode add insn pattern.
From-SVN: r192145
Jakub Jelinek [Fri, 5 Oct 2012 12:01:59 +0000 (14:01 +0200)]
re PR c/33763 (Bogus inlining failed in call to `xxx': redefined extern inline functions are not considered for inlining)
PR tree-optimization/33763
* tree-inline.c (expand_call_inline): Silently ignore always_inline
attribute for redefined extern inline functions.
* c-c++-common/pr33763.c: New test.
From-SVN: r192122
GCC Administrator [Fri, 5 Oct 2012 00:17:09 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r192110
Georg-Johann Lay [Thu, 4 Oct 2012 16:43:24 +0000 (16:43 +0000)]
Fix coding rules
From-SVN: r192087
GCC Administrator [Thu, 4 Oct 2012 00:17:12 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r192057
H.J. Lu [Wed, 3 Oct 2012 17:51:22 +0000 (17:51 +0000)]
Fix SSE and YMM state support check logic for -march=native
Backported from mainline
* config/i386/driver-i386.c (host_detect_local_cpu): Fix logic
in SSE and YMM state support check for -march=native.
From-SVN: r192046
GCC Administrator [Wed, 3 Oct 2012 00:16:45 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r192016
H.J. Lu [Tue, 2 Oct 2012 21:24:45 +0000 (21:24 +0000)]
Document -mprefer-avx128
Backported from mainline
PR target/54785
* doc/invoke.texi: Document -mprefer-avx128.
From-SVN: r192009
H.J. Lu [Tue, 2 Oct 2012 20:31:40 +0000 (20:31 +0000)]
Check SSE and YMM state support for -march=native
Backported from mainline
PR target/54741
* config/i386/driver-i386.c (XCR_XFEATURE_ENABLED_MASK): New.
(XSTATE_FP): Likewise.
(XSTATE_SSE): Likewise.
(XSTATE_YMM): Likewise.
(host_detect_local_cpu): Disable AVX, FMA, FMA4 and XOP if SSE
and YMM states aren't supported.
From-SVN: r192004
GCC Administrator [Tue, 2 Oct 2012 00:17:04 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r191950
GCC Administrator [Mon, 1 Oct 2012 00:16:51 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r191880
GCC Administrator [Sun, 30 Sep 2012 00:16:38 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r191863
GCC Administrator [Sat, 29 Sep 2012 00:17:21 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r191844
GCC Administrator [Fri, 28 Sep 2012 00:17:23 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r191814
H.J. Lu [Thu, 27 Sep 2012 21:00:14 +0000 (21:00 +0000)]
Add test for "C" locale, add sanity checks in case of grouping
2012-09-27 H.J. Lu <hongjiu.lu@intel.com>
PR libstdc++/54228
Backport from mainline
2011-12-15 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/22_locale/num_put/put/char/9780-2.cc: Add test for "C"
locale, add sanity checks in case of grouping.
From-SVN: r191812
GCC Administrator [Thu, 27 Sep 2012 00:16:49 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r191789
GCC Administrator [Wed, 26 Sep 2012 00:16:54 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r191748
GCC Administrator [Tue, 25 Sep 2012 00:16:45 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r191685
GCC Administrator [Mon, 24 Sep 2012 00:16:42 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r191655
GCC Administrator [Sun, 23 Sep 2012 00:16:49 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r191646
GCC Administrator [Sat, 22 Sep 2012 00:16:40 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r191623
Richard Guenther [Fri, 21 Sep 2012 10:09:04 +0000 (10:09 +0000)]
re PR middle-end/54638 (bootstraping 4.7.2 with 4.8 broken: cc1: malloc(): memory corruption)
2012-09-21 Richard Guenther <rguenther@suse.de>
PR middle-end/54638
Backport from mainline
2012-04-19 Richard Guenther <rguenther@suse.de>
* ira-int.h (ira_allocno_object_iter_cond): Avoid out-of-bound
array access.
From-SVN: r191606
GCC Administrator [Fri, 21 Sep 2012 00:17:11 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r191597
Eric Botcazou [Thu, 20 Sep 2012 22:01:34 +0000 (22:01 +0000)]
addr1.ads: Move dg directive to...
* gnat.dg/addr1.ads: Move dg directive to...
* gnat.dg/addr1.adb: ...here.
* gnat.dg/atomic5.ad[sb]: Likewise.
* gnat.dg/discr29.ad[sb]: Likewise.
* gnat.dg/discr23.ads: Remove dg directive.
* gnat.dg/nested_float_packed.ads: Likewise.
* gnat.dg/oconst6.ads: Move to...
* gnat.dg/specs/oconst6.ads: ...here.
From-SVN: r191594
Jakub Jelinek [Thu, 20 Sep 2012 14:55:03 +0000 (16:55 +0200)]
re PR other/43620 ([4.3 Release Blocker] Uploading to gnu.org will fail due to automake security issue)
PR other/43620
libffi/
* configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
* Makefile.in: Regenerated.
* include/Makefile.in: Regenerated.
* man/Makefile.in: Regenerated.
* testsuite/Makefile.in: Regenerated.
libgo/
* configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
* Makefile.in: Regenerated.
* testsuite/Makefile.in: Regenerated.
libjava/classpath/
* configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
* Makefile.in: Regenerated.
* doc/Makefile.in: Regeneated.
* doc/api/Makefile.in: Regeneated.
* examples/Makefile.in: Regeneated.
* external/Makefile.in: Regeneated.
* external/jsr166/Makefile.in: Regeneated.
* external/relaxngDatatype/Makefile.in: Regeneated.
* external/sax/Makefile.in: Regeneated.
* external/w3c_dom/Makefile.in: Regeneated.
* include/Makefile.in: Regeneated.
* lib/Makefile.in: Regeneated.
* native/Makefile.in: Regeneated.
* native/fdlibm/Makefile.in: Regeneated.
* native/jawt/Makefile.in: Regeneated.
* native/jni/Makefile.in: Regeneated.
* native/jni/classpath/Makefile.in: Regeneated.
* native/jni/gconf-peer/Makefile.in: Regeneated.
* native/jni/gstreamer-peer/Makefile.in: Regeneated.
* native/jni/gtk-peer/Makefile.in: Regeneated.
* native/jni/java-io/Makefile.in: Regeneated.
* native/jni/java-lang/Makefile.in: Regeneated.
* native/jni/java-math/Makefile.in: Regeneated.
* native/jni/java-net/Makefile.in: Regeneated.
* native/jni/java-nio/Makefile.in: Regeneated.
* native/jni/java-util/Makefile.in: Regeneated.
* native/jni/midi-alsa/Makefile.in: Regeneated.
* native/jni/midi-dssi/Makefile.in: Regeneated.
* native/jni/native-lib/Makefile.in: Regeneated.
* native/jni/qt-peer/Makefile.in: Regeneated.
* native/jni/xmlj/Makefile.in: Regeneated.
* native/plugin/Makefile.in: Regeneated.
* resource/Makefile.in: Regeneated.
* scripts/Makefile.in: Regeneated.
* tools/Makefile.in: Regeneated.
From-SVN: r191569
GCC Administrator [Thu, 20 Sep 2012 00:17:01 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r191504
GCC Administrator [Wed, 19 Sep 2012 00:16:42 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r191453
GCC Administrator [Tue, 18 Sep 2012 00:17:42 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r191409
GCC Administrator [Mon, 17 Sep 2012 00:16:55 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r191368
GCC Administrator [Sun, 16 Sep 2012 00:16:50 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r191354
Joseph Myers [Sat, 15 Sep 2012 00:29:28 +0000 (01:29 +0100)]
re PR c/54552 (Cast to pointer to VLA crash the compiler)
PR c/54552
* c-typeck.c (c_cast_expr): When casting to a type requiring
C_MAYBE_CONST_EXPR to be created, pass the inner expression to
c_fully_fold first.
testsuite:
* gcc.c-torture/compile/pr54552-1.c: New test.
From-SVN: r191337
Joseph Myers [Sat, 15 Sep 2012 00:28:05 +0000 (01:28 +0100)]
re PR c/54103 (ICE at gimplify.c:7790 on current trunk)
PR c/54103
* c-typeck.c (build_unary_op): Pass original argument of
TRUTH_NOT_EXPR to c_objc_common_truthvalue_conversion, then remove
any C_MAYBE_CONST_EXPR, if it has integer operands.
(build_binary_op): Pass original arguments of TRUTH_ANDIF_EXPR,
TRUTH_ORIF_EXPR, TRUTH_AND_EXPR, TRUTH_OR_EXPR and TRUTH_XOR_EXPR
to c_objc_common_truthvalue_conversion, then remove any
C_MAYBE_CONST_EXPR, if they have integer operands. Use
c_objc_common_truthvalue_conversion not
c_common_truthvalue_conversion.
(c_objc_common_truthvalue_conversion): Build NE_EXPR directly and
call note_integer_operands for arguments with integer operands
that are not integer constants.
testsuite:
* gcc.c-torture/compile/pr54103-1.c,
gcc.c-torture/compile/pr54103-2.c,
gcc.c-torture/compile/pr54103-3.c,
gcc.c-torture/compile/pr54103-4.c,
gcc.c-torture/compile/pr54103-5.c,
gcc.c-torture/compile/pr54103-6.c: New tests.
* gcc.dg/c90-const-expr-8.c: Update expected column number.
From-SVN: r191336
GCC Administrator [Sat, 15 Sep 2012 00:16:33 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r191333
Wei Guozhi [Fri, 14 Sep 2012 23:00:45 +0000 (23:00 +0000)]
cselib.c (expand_loc): Return sp, fp, hfp or cfa base reg right away if seen.
* cselib.c (expand_loc): Return sp, fp, hfp or cfa base reg right
away if seen.
From-SVN: r191315
GCC Administrator [Fri, 14 Sep 2012 00:17:02 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r191286
Tobias Burnus [Thu, 13 Sep 2012 18:19:22 +0000 (20:19 +0200)]
re PR fortran/54225 (fortran compiler segfault processing ' print *, A(1,*) ')
2012-09-13 Tobias Burnus <burnus@net-b.de>
PR fortran/54225
PR fortran/53306
* array.c (match_subscript, gfc_match_array_ref): Fix
diagnostic of coarray's '*'.
2012-09-13 Tobias Burnus <burnus@net-b.de>
PR fortran/54225
PR fortran/53306
* gfortran.dg/coarray_10.f90: Update dg-error.
* gfortran.dg/coarray_28.f90: New.
* gfortran.dg/array_section_3.f90: New.
From-SVN: r191277
Tobias Burnus [Thu, 13 Sep 2012 18:15:52 +0000 (20:15 +0200)]
re PR fortran/54556 (Marking implicitly pure variables as DECL_PURE_P leads to wrong code)
2012-09-13 Tobias Burnus <burnus@net-b.de>
PR fortran/54556
* resolve.c (resolve_formal_arglist): Allow VALUE arguments
with implicit_pure.
(gfc_impure_variable): Don't check gfc_pure such that the
function also works for gfc_implicit_pure procedures.
2012-09-13 Tobias Burnus <burnus@net-b.de>
PR fortran/54556
* gfortran.dg/implicit_pure_3.f90: New.
From-SVN: r191276
Jason Merrill [Thu, 13 Sep 2012 15:13:08 +0000 (11:13 -0400)]
re PR c++/54511 (internal compiler error: in make_decl_rtl, at varasm.c:1147)
PR c++/54511
* pt.c (tsubst_decl) [VAR_DECL]: Handle DECL_ANON_UNION_VAR_P.
From-SVN: r191260
GCC Administrator [Thu, 13 Sep 2012 00:16:41 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r191235
Mikael Morin [Wed, 12 Sep 2012 21:54:50 +0000 (21:54 +0000)]
re PR fortran/54208 (compilation error for ubound construct in PARAMETER statements)
fortran/
PR fortran/54208
* simplify.c (simplify_bound_dim): Resolve array spec before
proceeding with simplification.
testsuite/
PR fortran/54208
* gfortran.dg/bound_simplification_3.f90: New test.
From-SVN: r191233
GCC Administrator [Wed, 12 Sep 2012 00:17:16 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r191204
GCC Administrator [Tue, 11 Sep 2012 00:17:05 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r191167
Georg-Johann Lay [Mon, 10 Sep 2012 10:51:13 +0000 (10:51 +0000)]
backport: re PR target/54536 ([avr]: incorrect crt with -mmcu=at90usb1287)
Backport from 2012-09-10 mainline r191132.
PR target/54536
* config/avr/avr-devices.c (avr_mcu_types["at90usb1287"]): Set
.library_name to "usb1287".
From-SVN: r191134
Markus Trippelsdorf [Mon, 10 Sep 2012 09:50:02 +0000 (09:50 +0000)]
re PR middle-end/54515 (cc1plus sigsegv -O2 anonymous namespace)
2012-09-10 Markus Trippelsdorf <markus@trippelsdorf.de>
PR middle-end/54515
* tree-sra.c (disqualify_base_of_expr): Check for possible
NULL_TREE returned by get_base_address()
* g++.dg/tree-ssa/pr54515.C: new testcase
From-SVN: r191131
GCC Administrator [Mon, 10 Sep 2012 00:16:41 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r191122
GCC Administrator [Sun, 9 Sep 2012 00:17:25 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r191103
GCC Administrator [Sat, 8 Sep 2012 00:16:58 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r191085
GCC Administrator [Fri, 7 Sep 2012 00:17:05 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r191048
GCC Administrator [Thu, 6 Sep 2012 00:16:49 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r191000
Bin Cheng [Wed, 5 Sep 2012 10:54:08 +0000 (10:54 +0000)]
backport: re PR target/45070 (Miscompiled c++ class with packed attribute on ARM with -Os optimizations (Qt 4.6.2))
Backport from 2012-09-04 mainline r190919
PR target/45070
* config/arm/arm.c (thumb1_extra_regs_pushed): Handle return value of
size less than 4 bytes by using macro ARM_NUM_INTS.
(thumb1_unexpanded_epilogue): Use macro ARM_NUM_INTS.
From-SVN: r190971
GCC Administrator [Wed, 5 Sep 2012 00:17:09 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r190955
Senthil Kumar Selvaraj [Tue, 4 Sep 2012 09:21:20 +0000 (09:21 +0000)]
backport: re PR target/54220 ([avr] Potential stack corruption in naked functions at -O0)
Backport from 2012-09-04 mainline r190914
PR target/54220
* config/avr/avr.c (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): New
define to...
(avr_allocate_stack_slots_for_args): ...this new static function.
From-SVN: r190917
GCC Administrator [Tue, 4 Sep 2012 00:17:04 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r190906
H.J. Lu [Mon, 3 Sep 2012 19:08:51 +0000 (19:08 +0000)]
Add -da and remove -dm in GCC manual
Backported from mainline
PR driver/54335
* doc/invoke.texi: Add -da and remove -dm.
From-SVN: r190903
GCC Administrator [Mon, 3 Sep 2012 00:16:40 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r190866
Eric Botcazou [Sun, 2 Sep 2012 10:37:49 +0000 (10:37 +0000)]
re PR rtl-optimization/54369 (delayed-branch pass removes too many instructions)
PR rtl-optimization/54369
* config/mips/mips.c (mips_reorg): Invoke cleanup_barriers before
calling dbr_schedule.
* config/sparc/sparc.c (sparc_reorg): Likewise.
From-SVN: r190860
GCC Administrator [Sun, 2 Sep 2012 00:16:36 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r190850
GCC Administrator [Sat, 1 Sep 2012 00:16:59 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r190843
GCC Administrator [Fri, 31 Aug 2012 00:16:54 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r190820
GCC Administrator [Thu, 30 Aug 2012 00:17:05 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r190791
GCC Administrator [Wed, 29 Aug 2012 00:17:31 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r190763
GCC Administrator [Tue, 28 Aug 2012 00:16:30 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r190734
GCC Administrator [Mon, 27 Aug 2012 00:16:44 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r190704
GCC Administrator [Sun, 26 Aug 2012 00:16:52 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r190678
GCC Administrator [Sat, 25 Aug 2012 00:16:37 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r190659
GCC Administrator [Fri, 24 Aug 2012 00:16:55 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r190634
GCC Administrator [Thu, 23 Aug 2012 00:17:42 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r190605
GCC Administrator [Wed, 22 Aug 2012 00:16:46 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r190581
GCC Administrator [Tue, 21 Aug 2012 00:16:55 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r190550
GCC Administrator [Mon, 20 Aug 2012 00:16:48 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r190519
GCC Administrator [Sun, 19 Aug 2012 00:16:58 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r190506
GCC Administrator [Sat, 18 Aug 2012 00:17:14 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r190496
GCC Administrator [Fri, 17 Aug 2012 00:16:51 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r190460
Rainer Orth [Thu, 16 Aug 2012 13:21:11 +0000 (13:21 +0000)]
Add /lib to Solaris default library search path
* config/sol2.h (LINK_ARCH32_SPEC_BASE): Add /lib to default
linker search path.
* config/sparc/sol2-bi.h (LINK_ARCH64_SPEC_BASE): Likewise for
/lib/sparcv9.
From-SVN: r190443
GCC Administrator [Thu, 16 Aug 2012 00:17:05 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r190424
GCC Administrator [Wed, 15 Aug 2012 00:17:04 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r190399
GCC Administrator [Tue, 14 Aug 2012 00:16:48 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r190370
GCC Administrator [Mon, 13 Aug 2012 00:16:38 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r190333
GCC Administrator [Sun, 12 Aug 2012 00:16:43 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r190322
GCC Administrator [Sat, 11 Aug 2012 00:16:49 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r190306
Ulrich Weigand [Fri, 10 Aug 2012 13:26:44 +0000 (13:26 +0000)]
backport: re PR testsuite/49443 (gcc.dg/vect/vect-peel-3.c and vect-peel-4.c fail on IA64 after testsuite change)
ChangeLog:
Backport from mainline
2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
Richard Earnshaw <rearnsha@arm.com>
* target.def (vector_alignment): New target hook.
* doc/tm.texi.in (TARGET_VECTOR_ALIGNMENT): Document new hook.
* doc/tm.texi: Regenerate.
* targhooks.c (default_vector_alignment): New function.
* targhooks.h (default_vector_alignment): Add prototype.
* stor-layout.c (layout_type): Use targetm.vector_alignment.
* config/arm/arm.c (arm_vector_alignment): New function.
(TARGET_VECTOR_ALIGNMENT): Define.
* tree-vect-data-refs.c (vect_update_misalignment_for_peel): Use
vector type alignment instead of size.
* tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): Use
element type size directly instead of computing it from alignment.
Fix variable naming and comment.
testsuite/ChangeLog:
Backport from mainline
2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
* lib/target-supports.exp
(check_effective_target_vect_natural_alignment): New function.
* gcc.dg/align-2.c: Only run on targets with natural alignment
of vector types.
* gcc.dg/vect/slp-25.c: Adjust tests for targets without natural
alignment of vector types.
2011-12-21 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
* gcc.dg/vect/vect-peel-1.c: Adjust test diag-scans to fix fail on AVX.
* gcc.dg/vect/vect-peel-2.c: Ditto.
2011-06-21 Ira Rosen <ira.rosen@linaro.org>
PR testsuite/49443
* gcc.dg/vect/vect-peel-3.c: Expect to fail on vect_no_align
targets.
* gcc.dg/vect/vect-peel-4.c: Likewise.
2011-06-14 Ira Rosen <ira.rosen@linaro.org>
* gcc.dg/vect/vect-peel-3.c: Adjust misalignment values
for double-word vectors.
* gcc.dg/vect/vect-peel-4.c: Likewise.
From-SVN: r190296
GCC Administrator [Fri, 10 Aug 2012 00:16:55 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r190275
Uros Bizjak [Thu, 9 Aug 2012 21:49:40 +0000 (23:49 +0200)]
backport: alpha.c (alpha_pad_noreturn): Rename to ...
Backport from mainline
2012-08-09 Uros Bizjak <ubizjak@gmail.com>
* config/alpha/alpha.c (alpha_pad_noreturn): Rename to ...
(alpha_pad_function_end): ... this. Also insert NOP between
sibling call and GP load.
(alpha_reorg): Update call to alpha_pad_function_end. Expand comment.
From-SVN: r190267
GCC Administrator [Thu, 9 Aug 2012 00:16:51 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r190244
GCC Administrator [Wed, 8 Aug 2012 00:16:47 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r190217