]>
git.ipfire.org Git - thirdparty/gcc.git/log
GCC Administrator [Sun, 18 Nov 2012 00:17:10 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r193592
GCC Administrator [Sat, 17 Nov 2012 00:17:12 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r193578
GCC Administrator [Fri, 16 Nov 2012 00:16:53 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r193544
GCC Administrator [Thu, 15 Nov 2012 00:17:26 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r193517
GCC Administrator [Wed, 14 Nov 2012 00:17:07 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r193492
GCC Administrator [Tue, 13 Nov 2012 00:17:15 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r193461
GCC Administrator [Mon, 12 Nov 2012 00:16:35 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r193420
GCC Administrator [Sun, 11 Nov 2012 00:16:48 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r193397
GCC Administrator [Sat, 10 Nov 2012 00:16:42 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r193383
Eric Botcazou [Fri, 9 Nov 2012 21:54:14 +0000 (21:54 +0000)]
* doc/install.texi (sparc64-x-solaris2): Mention MPC as well.
From-SVN: r193379
GCC Administrator [Fri, 9 Nov 2012 00:16:55 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r193345
Jonathan Wakely [Thu, 8 Nov 2012 09:27:35 +0000 (09:27 +0000)]
iterator_tracker.h (operator++): Fix returning dangling reference.
* include/profile/iterator_tracker.h (operator++): Fix returning
dangling reference.
(operator--): Likewise.
From-SVN: r193325
GCC Administrator [Thu, 8 Nov 2012 00:16:56 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r193319
Eric Botcazou [Wed, 7 Nov 2012 22:37:01 +0000 (22:37 +0000)]
re PR middle-end/55219 (memory explosion on nested conditional expressions)
PR middle-end/55219
* fold-const.c (fold_binary_op_with_conditional_arg): Do not fold if
the argument is itself a conditional expression.
From-SVN: r193315
GCC Administrator [Wed, 7 Nov 2012 00:17:09 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r193273
GCC Administrator [Tue, 6 Nov 2012 00:17:00 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r193199
GCC Administrator [Mon, 5 Nov 2012 00:17:00 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r193147
GCC Administrator [Sun, 4 Nov 2012 00:17:02 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r193130
GCC Administrator [Sat, 3 Nov 2012 00:16:47 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r193113
GCC Administrator [Fri, 2 Nov 2012 00:17:16 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r193080
Jonathan Wakely [Fri, 2 Nov 2012 00:04:58 +0000 (00:04 +0000)]
*: Fix copying permission statements.
2012-11-01 Jonathan Wakely <jwakely.gcc@gmail.com>
* testsuite/*: Fix copying permission statements.
From-SVN: r193079
GCC Administrator [Thu, 1 Nov 2012 00:17:21 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r193054
GCC Administrator [Wed, 31 Oct 2012 00:17:35 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r193004
Andrey Belevantsev [Tue, 30 Oct 2012 08:25:16 +0000 (12:25 +0400)]
backport: re PR rtl-optimization/48374 (ICE: in single_succ_edge, at basic-block.h:562 with -fselective-scheduling2 and __builtin_unreachable())
Backport from mainline
2012-01-25 Andrey Belevantsev <abel@ispras.ru>
PR rtl-optimization/48374
* sel-sched-ir.h (get_all_loop_exits): Check for zero successors.
* gcc.dg/pr48374.c: New test.
From-SVN: r192979
GCC Administrator [Tue, 30 Oct 2012 00:17:02 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r192973
GCC Administrator [Mon, 29 Oct 2012 00:17:09 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r192900
GCC Administrator [Sun, 28 Oct 2012 00:17:20 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r192882
GCC Administrator [Sat, 27 Oct 2012 00:17:02 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r192868
GCC Administrator [Fri, 26 Oct 2012 00:17:27 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r192825
GCC Administrator [Thu, 25 Oct 2012 00:17:40 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r192790
GCC Administrator [Wed, 24 Oct 2012 00:17:20 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r192751
GCC Administrator [Tue, 23 Oct 2012 00:16:52 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r192698
Andrey Belevantsev [Mon, 22 Oct 2012 19:34:35 +0000 (23:34 +0400)]
backport: re PR rtl-optimization/53701 (ICE on ia64 (when building Allegro 4.4) in sel-sched)
Backport from mainline
2012-08-09 Andrey Belevantsev <abel@ispras.ru>
PR rtl-optimization/53701
* sel-sched.c (vinsn_vec_has_expr_p): Clarify function comment.
Process not only expr's vinsns but all old vinsns from expr's
history of changes.
* gcc.dg/pr53701.c: New test.
From-SVN: r192693
GCC Administrator [Mon, 22 Oct 2012 00:17:03 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r192662
Thomas Koenig [Sun, 21 Oct 2012 13:43:32 +0000 (13:43 +0000)]
re PR libfortran/54736 (GFORTRAN_CONVERT_UNIT causes malloc error on several platforms)
2012-10-21 Thomas König <tkoenig@gcc.gnu.org>
PR libfortran/54736
Backport from trunk
* runtime/environ.c (search_unit): Correct logic
for binary search.
(mark_single): Fix index errors.
From-SVN: r192653
GCC Administrator [Sun, 21 Oct 2012 00:17:00 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r192642
GCC Administrator [Sat, 20 Oct 2012 00:17:15 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r192626
Marek Polacek [Fri, 19 Oct 2012 17:03:07 +0000 (17:03 +0000)]
re PR middle-end/54945 (Too strong non-aliasing analysis?)
PR54945
From-SVN: r192619
GCC Administrator [Fri, 19 Oct 2012 00:17:30 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r192596
Alan Modra [Thu, 18 Oct 2012 23:38:21 +0000 (10:08 +1030)]
configure.ac (HAVE_LD_NO_DOT_SYMS): Set if using gold.
* configure.ac (HAVE_LD_NO_DOT_SYMS): Set if using gold.
(HAVE_LD_LARGE_TOC): Likewise.
* configure: Regenerate.
From-SVN: r192595
DJ Delorie [Thu, 18 Oct 2012 05:56:54 +0000 (01:56 -0400)]
Remove debugging printf.
From-SVN: r192555
DJ Delorie [Thu, 18 Oct 2012 01:50:24 +0000 (21:50 -0400)]
re PR target/54950 (Incorrect 32-bit moltiplication on m32c target)
PR target/54950
* config/m32c/predicates.md (m32c_const_u16_operand): New.
* config/m32c/muldiv.md: Use it.
From-SVN: r192553
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