]>
git.ipfire.org Git - thirdparty/gcc.git/log
GCC Administrator [Sun, 19 Dec 2004 00:16:12 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r92367
Volker Reichelt [Sat, 18 Dec 2004 20:26:10 +0000 (20:26 +0000)]
re PR c++/17456 (ICE when parentheses are missing from member function call)
PR c++/17456
* cvt.c (convert_to_void): Set expr to void_zero_node after
overload failure.
From-SVN: r92364
GCC Administrator [Sat, 18 Dec 2004 00:16:38 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r92342
GCC Administrator [Fri, 17 Dec 2004 00:16:16 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r92289
Eric Botcazou [Thu, 16 Dec 2004 14:04:52 +0000 (14:04 +0000)]
re PR middle-end/18882 (wrong results with complex long double)
PR middle-end/18882
* function.c (assign_stack_local_1): Use BITS_PER_UNIT alignment
when passed -2 as 'align'.
(put_var_into_stack): Adjust calls to put_reg_into_stack.
When passed a CONCAT, instruct put_reg_into_stack to use
a consecutive stack slot for the second part.
(put_reg_into_stack): Remove 'promoted_mode' parameter, add
'consecutive_p' parameter. Retrieve the register mode from 'reg'.
When consecutive_p is true, instruct assign_stack_local_1 to use
BITS_PER_UNIT alignment.
(put_addressof_into_stack): Adjust call to put_reg_into_stack.
From-SVN: r92262
No Author [Thu, 16 Dec 2004 14:04:52 +0000 (14:04 +0000)]
This commit was manufactured by cvs2svn to create branch
'gcc-3_3-branch'.
From-SVN: r92261
Eric Botcazou [Thu, 16 Dec 2004 13:58:56 +0000 (14:58 +0100)]
re PR middle-end/18590 (ICE in add_insn_before, at emit-rtl.c:3599)
PR middle-end/18590
* function.c (fixup_var_refs_insns_with_hash): Do not invoke
fixup_var_refs_insn on insns marked as deleted.
From-SVN: r92260
Richard Henderson [Thu, 16 Dec 2004 09:31:17 +0000 (01:31 -0800)]
re PR target/19005 (Error: bad register name `%sil')
PR target/19005
* config/i386/i386.md (swaphi_1): Swap with swaphi_2, allow with
optimize_size.
(swapqi_1): Rename from swapqi. Enable only for no partial reg
stall and optimize_size.
(swapqi_2): New.
(swaphi_1, swaphi_2, swapqi_1): Add athlon_decode.
(swapsi, swaphi_1, swaphi_2, swapqi_1, swapdi): Remove modrm override.
From-SVN: r92248
GCC Administrator [Thu, 16 Dec 2004 00:16:26 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r92236
Volker Reichelt [Wed, 15 Dec 2004 16:45:23 +0000 (16:45 +0000)]
re PR c++/16806 (Internal compiler error: Error reporting routines re-entered.)
PR c++/16806
* error.c (dump_expr) [BASELINK]: Use dump_expr.
From-SVN: r92203
GCC Administrator [Wed, 15 Dec 2004 00:16:15 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r92169
John David Anglin [Tue, 14 Dec 2004 04:06:08 +0000 (04:06 +0000)]
re PR middle-end/18730 (cppexp.c:1076: error: unrecognizable insn)
PR middle-end/18730
* emit-rtl.c (get_first_nonnote_insn, get_last_nonnote_insn): When
the first/last insn is a sequence, return the first/last insn of the
sequence.
From-SVN: r92126
GCC Administrator [Tue, 14 Dec 2004 00:16:13 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r92111
GCC Administrator [Mon, 13 Dec 2004 00:16:11 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r92069
Richard Henderson [Sun, 12 Dec 2004 21:00:47 +0000 (13:00 -0800)]
re PR target/18932 (ICE in copyprop_hardreg_forward_1, at regrename.c)
PR target/18932
* config/i386/i386.md (all splits and peepholes): Use flags_reg_operand
and compare_operator to propagate the input CC mode to the output.
* config/i386/i386.c (flags_reg_operand, compare_operator): New.
* config/i386/i386.h (PREDICATE_CODES): Add them.
* config/i386/i386-protos.h: Update.
From-SVN: r92060
GCC Administrator [Sun, 12 Dec 2004 00:16:11 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r92038
GCC Administrator [Sat, 11 Dec 2004 00:16:14 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r92021
Volker Reichelt [Fri, 10 Dec 2004 17:25:07 +0000 (17:25 +0000)]
re PR rtl-optimization/16536 (Incorrect __restrict__ optimization in -O2)
PR rtl-optimization/16536
Backport from mainline:
2004-06-25 Mark Mitchell <mark@codesourcery.com>
* alias.c (get_alias_set): Adjust setting of
DECL_POINTER_ALIAS_SET for pointers to aggregates.
* gcc.c-torture/execute/restrict-1.c: New test.
From-SVN: r91999
Volker Reichelt [Fri, 10 Dec 2004 17:02:31 +0000 (17:02 +0000)]
re PR c++/17868 (RDIV_EXPR not supported by dump_expr)
PR c++/17868
* error.c (dump_expr): Add missing case for RDIV_EXPR.
From-SVN: r91998
GCC Administrator [Fri, 10 Dec 2004 00:16:13 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r91981
Richard Henderson [Thu, 9 Dec 2004 18:19:01 +0000 (10:19 -0800)]
re PR target/17025 (attribute regparm code-generation bug)
PR target/17025
* config/i386/i386.md (testqi_1_maybe_si, andqi_2_maybe_si): New.
(test_qi_1, andqi_2): Do not promote to simode.
From-SVN: r91959
Nathan Sidwell [Thu, 9 Dec 2004 15:09:32 +0000 (15:09 +0000)]
re PR c++/16681 (array initialization in struct construct is a memory hog)
cp:
PR c++/16681
* init.c (build_zero_init): Build a RANGE_EXPR for an array
initializer.
testsuite:
PR c++/16681
* g++.dg/init/array15.C: New.
* g++.dg/init/array16.C: New.
From-SVN: r91952
No Author [Thu, 9 Dec 2004 15:09:32 +0000 (15:09 +0000)]
This commit was manufactured by cvs2svn to create branch
'gcc-3_3-branch'.
From-SVN: r91951
GCC Administrator [Thu, 9 Dec 2004 00:16:13 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r91922
David Mosberger [Wed, 8 Dec 2004 01:59:28 +0000 (01:59 +0000)]
re PR target/18443 (#pragma pack(1) breaks function pointer initialization)
PR target/18443
* config/ia64/ia64.c (ia64_assemble_integer): Add support for
emitting unaligned pointer-sized integers.
From-SVN: r91847
GCC Administrator [Wed, 8 Dec 2004 00:16:15 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r91839
GCC Administrator [Tue, 7 Dec 2004 00:16:18 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r91796
Gabriel Dos Reis [Mon, 6 Dec 2004 09:03:48 +0000 (09:03 +0000)]
Increment prerelease version
From-SVN: r91769
GCC Administrator [Mon, 6 Dec 2004 00:16:14 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r91760.1
Richard Henderson [Sun, 5 Dec 2004 19:58:42 +0000 (11:58 -0800)]
re PR target/18841 (setjmp and eh receivers can mis-schedule)
PR target/18841
* config/alpha/alpha.md (UNSPECV_SETJMPR_ER): New.
(builtin_setjmp_receiver_er_sl_1): Use it.
(builtin_setjmp_receiver_er_1): Likewise.
(builtin_setjmp_receiver_er, exception_receiver_er): Remove.
(builtin_setjmp_receiver): Don't split for explicit relocs until
after reload.
(exception_receiver): Likewise.
From-SVN: r91754
GCC Administrator [Sun, 5 Dec 2004 00:16:11 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r91734.1
John David Anglin [Sat, 4 Dec 2004 01:51:47 +0000 (01:51 +0000)]
aclocal.m4 (gcc_AC_FUNC_MMAP_BLACKLIST): Blacklist ultrix*.
* aclocal.m4 (gcc_AC_FUNC_MMAP_BLACKLIST): Blacklist ultrix*.
* configure: Rebuilt.
From-SVN: r91715
Richard Henderson [Sat, 4 Dec 2004 00:36:38 +0000 (16:36 -0800)]
re PR middle-end/17503 (quadratic behaviour in invalid_mode_change_p)
PR rtl-opt/17503
* regclass.c (subregs_of_mode): Turn into an htab. Make static.
(som_hash, som_eq): New.
(init_subregs_of_mode, record_subregs_of_mode): New.
(cannot_change_mode_set_regs): Rewrite for htab implementation.
(invalid_mode_change_p): Likewise.
* combine.c (gen_lowpart_for_combine): Use record_subregs_of_mode.
* flow.c (mark_used_regs): Likewise.
(life_analysis): Use init_subregs_of_mode.
* regs.h (subregs_of_mode): Remove.
* rtl.h (init_subregs_of_mode, record_subregs_of_mode): Declare.
From-SVN: r91714
GCC Administrator [Sat, 4 Dec 2004 00:16:17 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r91709.1
Richard Henderson [Sat, 4 Dec 2004 00:09:08 +0000 (16:09 -0800)]
Mark PR.
From-SVN: r91707
Richard Henderson [Fri, 3 Dec 2004 23:44:07 +0000 (15:44 -0800)]
atomicity.h (__exchange_and_add, [...]): Split in-out memory constraints.
* config/cpu/i486/atomicity.h (__exchange_and_add, __atomic_add):
Split in-out memory constraints.
From-SVN: r91706
Roger Sayle [Fri, 3 Dec 2004 16:45:40 +0000 (16:45 +0000)]
re PR target/9908 ([x86] wrong code generated for virtual method call with -masm-intel)
PR target/9908
* config/i386/i386.md (*call_value_1): Correct Intel assembler
syntax by using %A1 instead of %*%1.
From-SVN: r91687
GCC Administrator [Fri, 3 Dec 2004 00:16:31 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r91668.1
GCC Administrator [Thu, 2 Dec 2004 00:16:15 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r91598.1
Alan Modra [Wed, 1 Dec 2004 06:13:16 +0000 (06:13 +0000)]
re PR target/12817 ([SYSV] Altivec code generation error with many registers used)
PR target/12817
* config/rs6000/rs6000.c (rs6000_emit_prologue): Use r0 for vrsave.
From-SVN: r91555
GCC Administrator [Wed, 1 Dec 2004 00:16:28 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r91547.1
Roger Sayle [Tue, 30 Nov 2004 04:34:21 +0000 (04:34 +0000)]
re PR rtl-optimization/9771 ([x86] wrong ebp optimisation)
PR rtl-optimization/9771
* regclass.c (CALL_REALLY_USED_REGNO_P): New macro to eliminate
conditional compilation in init_reg_sets_1.
(init_reg_sets_1): Let global_regs[i] take priority over the frame
(but not stack) pointer exceptions to regs_invalidated_by_call.
(globalize_reg): Globalizing a fixed register may need to update
regs_invalidated_by_call.
* gcc.dg/pr9771-1.c: New test case.
From-SVN: r91512
GCC Administrator [Tue, 30 Nov 2004 00:16:27 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r91501.1
GCC Administrator [Mon, 29 Nov 2004 00:17:06 +0000 (00:17 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r91440.1
GCC Administrator [Sun, 28 Nov 2004 00:16:17 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r91402.1
Falk Hueffner [Sat, 27 Nov 2004 17:00:08 +0000 (17:00 +0000)]
Add missing entry.
From-SVN: r91384
Falk Hueffner [Sat, 27 Nov 2004 16:59:16 +0000 (17:59 +0100)]
re PR rtl-optimization/18577 (variable use moved before initialization)
PR optimization/18577
* unroll.c (unroll_loop): Test both REGNO_LAST_UID and
REGNO_LAST_NOTE_UID to decide whether a pseudo is local
to the loop.
Co-Authored-By: Eric Botcazou <ebotcazou@libertysurf.fr>
From-SVN: r91383
No Author [Sat, 27 Nov 2004 16:59:16 +0000 (16:59 +0000)]
This commit was manufactured by cvs2svn to create branch
'gcc-3_3-branch'.
From-SVN: r91382
Alan Modra [Sat, 27 Nov 2004 01:18:25 +0000 (01:18 +0000)]
re PR middle-end/12769 (-mlongcall doesn't convert all calls to long calls for builtin functions)
PR target/12769
* config/rs6000/rs6000.c (init_cumulative_args): Set call_cookie
from rs6000_default_long_calls for libcalls.
From-SVN: r91364
GCC Administrator [Sat, 27 Nov 2004 00:16:29 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r91357.1
Richard Henderson [Fri, 26 Nov 2004 05:08:45 +0000 (21:08 -0800)]
re PR c++/6764 (Throwing exception causes crash with '-O2 -fomit-frame-pointer')
PR c++/6764
* reload1.c (set_initial_eh_label_offset): New.
(set_initial_label_offsets): Use it.
From-SVN: r91329
GCC Administrator [Fri, 26 Nov 2004 00:16:13 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r91311.1
GCC Administrator [Thu, 25 Nov 2004 00:16:20 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r91261.1
GCC Administrator [Wed, 24 Nov 2004 00:16:14 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r91128.1
John David Anglin [Tue, 23 Nov 2004 03:37:50 +0000 (03:37 +0000)]
re PR rtl-optimization/14838 (ICE when building with -O2 -g)
PR rtl-optimization/14838
* emit-rtl.c (get_first_nonnote_insn): Don't assume first insn is a
note.
(get_last_nonnote_insn): Don't assume last insn is a note.
From-SVN: r91070
GCC Administrator [Tue, 23 Nov 2004 00:21:55 +0000 (00:21 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r91053.1
GCC Administrator [Mon, 22 Nov 2004 00:16:16 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90992.1
GCC Administrator [Sun, 21 Nov 2004 00:16:10 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90972.1
GCC Administrator [Sat, 20 Nov 2004 00:16:23 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90945.1
GCC Administrator [Fri, 19 Nov 2004 00:16:27 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90888.1
GCC Administrator [Thu, 18 Nov 2004 00:17:13 +0000 (00:17 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90835.1
GCC Administrator [Wed, 17 Nov 2004 00:16:27 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90775.1
GCC Administrator [Tue, 16 Nov 2004 00:16:19 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90706.1
GCC Administrator [Mon, 15 Nov 2004 00:16:13 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90643.1
GCC Administrator [Sun, 14 Nov 2004 00:16:13 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90603.1
GCC Administrator [Sat, 13 Nov 2004 00:16:22 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90562.1
GCC Administrator [Fri, 12 Nov 2004 00:16:08 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r90512
GCC Administrator [Thu, 11 Nov 2004 00:16:28 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r90461
GCC Administrator [Wed, 10 Nov 2004 00:16:16 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90375.1
GCC Administrator [Tue, 9 Nov 2004 00:16:28 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90321.1
GCC Administrator [Mon, 8 Nov 2004 00:16:10 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90248.1
GCC Administrator [Sun, 7 Nov 2004 00:16:12 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90212.1
GCC Administrator [Sat, 6 Nov 2004 00:16:21 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90152.1
GCC Administrator [Fri, 5 Nov 2004 00:16:42 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90096.1
GCC Administrator [Thu, 4 Nov 2004 00:16:14 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90043.1
GCC Administrator [Wed, 3 Nov 2004 00:16:15 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90007.1
GCC Administrator [Tue, 2 Nov 2004 00:16:15 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89967.1
GCC Administrator [Mon, 1 Nov 2004 00:16:11 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89926.1
GCC Administrator [Sun, 31 Oct 2004 00:16:11 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89904.1
GCC Administrator [Sat, 30 Oct 2004 00:16:15 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89869.1
GCC Administrator [Fri, 29 Oct 2004 00:16:15 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89797.1
GCC Administrator [Thu, 28 Oct 2004 00:16:16 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89720.1
GCC Administrator [Wed, 27 Oct 2004 00:16:11 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89616.1
GCC Administrator [Tue, 26 Oct 2004 00:16:12 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89566.1
GCC Administrator [Mon, 25 Oct 2004 00:16:12 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89514.1
GCC Administrator [Sun, 24 Oct 2004 00:16:07 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r89499
GCC Administrator [Sat, 23 Oct 2004 00:16:21 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89483.1
GCC Administrator [Fri, 22 Oct 2004 00:16:22 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89419.1
GCC Administrator [Thu, 21 Oct 2004 00:16:12 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89353.1
GCC Administrator [Wed, 20 Oct 2004 00:16:16 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89305.1
GCC Administrator [Tue, 19 Oct 2004 00:16:11 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89261.1
GCC Administrator [Mon, 18 Oct 2004 00:16:11 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89187.1
GCC Administrator [Sun, 17 Oct 2004 00:16:10 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89161.1
GCC Administrator [Sat, 16 Oct 2004 00:16:17 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89126.1
GCC Administrator [Fri, 15 Oct 2004 00:16:44 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89071.1
Kaveh R. Ghazi [Thu, 14 Oct 2004 12:31:38 +0000 (12:31 +0000)]
install.texi (*-*-solaris2*): Update with info about kernel patches to solve spurious testsuite failures.
* doc/install.texi (*-*-solaris2*): Update with info about kernel
patches to solve spurious testsuite failures.
From-SVN: r89035
Eric Botcazou [Thu, 14 Oct 2004 06:54:49 +0000 (08:54 +0200)]
re PR target/14454 (virtual function with vararg won't compile)
PR target/14454
* config/sparc/sparc.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Set to
sparc_can_output_mi_thunk.
(sparc_output_mi_thunk): Simplify handling of delta offset. Add
handling of vcall offset.
(sparc_can_output_mi_thunk): New predicate.
* doc/tm.texi (TARGET_ASM_OUTPUT_MI_THUNK): Document VCALL_OFFSET.
(TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Delete.
(TARGET_ASM_CAN_OUTPUT_MI_THUNK): New target hook.
* config/sparc/sparc.md (movdi): Remove redundant test.
From-SVN: r89028
GCC Administrator [Thu, 14 Oct 2004 00:16:22 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89018.1
GCC Administrator [Wed, 13 Oct 2004 00:16:40 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r88958.1
GCC Administrator [Tue, 12 Oct 2004 00:16:20 +0000 (00:16 +0000)]
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r88910.1