]>
git.ipfire.org Git - thirdparty/gcc.git/log
GCC Administrator [Thu, 24 Nov 2011 00:17:58 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r181682
Gerald Pfeifer [Wed, 23 Nov 2011 22:15:54 +0000 (22:15 +0000)]
* config.host (*-*-freebsd[12], *-*-freebsd[12].*,
*-*-freebsd*aout*): Remove.
From-SVN: r181679
Gerald Pfeifer [Wed, 23 Nov 2011 21:24:48 +0000 (21:24 +0000)]
update_web_docs_svn: Make $DOCSDIR group writable after creating it.
* update_web_docs_svn: Make $DOCSDIR group writable after
creating it.
From-SVN: r181678
GCC Administrator [Wed, 23 Nov 2011 00:17:26 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r181647
Paolo Carlini [Tue, 22 Nov 2011 21:37:24 +0000 (21:37 +0000)]
re PR c++/51265 (ICE in finish_decltype_type, at cp/semantics.c:5244)
/cp
2011-11-22 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/51265
* semantics.c (finish_decltype_type): Handle PTRMEM_CST.
/testsuite
2011-11-22 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/51265
* g++.dg/cpp0x/decltype36.C: New.
From-SVN: r181641
GCC Administrator [Tue, 22 Nov 2011 00:18:22 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r181605
Iain Sandoe [Mon, 21 Nov 2011 09:04:08 +0000 (09:04 +0000)]
backport: re PR target/50678 (FAIL: c52104y on x86_64-apple-darwin10)
gcc/ada:
Backport from mainline r181474
PR target/50678
* init.c (__gnat_error_handler) [Darwin]: Move work-around to the
bug filed as radar #
10302855 from __gnat_error_handler ...
... to (__gnat_adjust_context_for_raise) [Darwin]: New.
(HAVE_GNAT_ADJUST_CONTEXT_FOR_RAISE) [Darwin]: Define.
(__gnat_error_handler) [Darwin]: Use __gnat_adjust_context_for_raise.
From-SVN: r181553
GCC Administrator [Mon, 21 Nov 2011 00:18:13 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r181542
Andreas Tobler [Sun, 20 Nov 2011 21:24:07 +0000 (22:24 +0100)]
Additional fixes for FreeBSD-10 build:
2011-11-20 Andreas Tobler <andreast@fgznet.ch>
Additional fixes for FreeBSD-10 build:
/: * libtool.m4: Additional FreeBSD 10 fixes.
boehm-gc/: * configure: Regenerate.
gcc/: * configure: Regenerate.
libffi/: * configure: Regenerate.
libgfortran/: * configure: Regenerate.
libgomp/: * configure: Regenerate.
libjava/: * configure.ac: Fix some more FreeBSD 10 issues..
* configure: Regenerate.
libjava/libltdl/: * acinclude.m4: Additional FreeBSD 10 fixes.
* configure: Regenerate.
libmudflap/: * configure: Regenerate.
libobjc/: * configure: Regenerate.
libquadmath/: * configure: Regenerate.
libssp/: * configure: Regenerate.
libstdc++-v3/: * configure: Regenerate.
lto-plugin/: * configure: Regenerate.
zlib/: * configure: Regenerate.
From-SVN: r181536
GCC Administrator [Sun, 20 Nov 2011 00:18:02 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r181520
Eric Botcazou [Sat, 19 Nov 2011 20:39:10 +0000 (20:39 +0000)]
re PR rtl-optimization/51187 (miscompilation of genrecog.c at -O2 for --target=avr)
PR rtl-optimization/51187
* reorg.c (relax_delay_slots): Do not consider a jump useless if there
is a barrier between the jump and its target label.
From-SVN: r181514
Richard Earnshaw [Sat, 19 Nov 2011 16:47:02 +0000 (16:47 +0000)]
re PR target/50493 (ICE in neon_disambiguate_copy, at config/arm/arm.c:20388)
PR target/50493
* arm.c (neon_disambiguate_copy): Correctly handle partial overlap
of src and dest operands.
From-SVN: r181510
GCC Administrator [Sat, 19 Nov 2011 00:18:16 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r181500
Joseph Myers [Fri, 18 Nov 2011 22:28:06 +0000 (22:28 +0000)]
* gcc.dg/cpp/assert4.c: Test __linux__, not __gnu_linux__.
From-SVN: r181497
Paolo Carlini [Fri, 18 Nov 2011 15:51:41 +0000 (15:51 +0000)]
re PR c++/51150 ([C++11][4.6/4.7 Regression] ICE when result of -> initializes const variable of different type)
/cp
2011-11-18 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/51150
* pt.c (tsubst_copy_and_build): Handle FIX_TRUNC_EXPR.
/testsuite
2011-11-18 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/51150
* g++.dg/cpp0x/pr51150.C: New.
From-SVN: r181479
Tristan Gingold [Fri, 18 Nov 2011 11:46:58 +0000 (11:46 +0000)]
re PR target/49992 (lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11)
gcc/ada:
2011-11-18 Tristan Gingold <gingold@adacore.com>
Iain Sandoe <iains@gcc.gnu.org>
PR target/49992
* mlib-tgt-specific-darwin.adb (Archive_Indexer_Options): Remove.
* gcc-interface/Makefile.in (darwin): Remove ranlib special-casing
for Darwin.
Co-Authored-By: Iain Sandoe <iains@gcc.gnu.org>
From-SVN: r181472
Iain Sandoe [Fri, 18 Nov 2011 11:45:44 +0000 (11:45 +0000)]
re PR target/49992 (lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11)
toplevel:
PR target/49992
* configure.ac: Remove ranlib special-casing for Darwin.
* configure: Regenerate.
gcc:
PR target/49992
* configure.ac: Remove ranlib special-casing for Darwin.
* configure: Regenerate.
From-SVN: r181471
GCC Administrator [Fri, 18 Nov 2011 00:18:07 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r181463
GCC Administrator [Thu, 17 Nov 2011 00:18:09 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r181430
Paolo Carlini [Wed, 16 Nov 2011 23:11:26 +0000 (23:11 +0000)]
re PR libstdc++/51142 ([C++0x] map::erase(key) doesn't compile with -D_GLIBCXX_DEBUG.)
2011-11-16 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/51142
* include/debug/unordered_map (unordered_map<>::erase(iterator),
unordered_multimap<>::erase(iterator)): Add, consistently with
LWG 2059.
* include/debug/unordered_set (unordered_set<>::erase(iterator),
unordered_multiset<>::erase(iterator)): Likewise.
* include/debug/map.h (map<>::erase(iterator)): Likewise.
* include/debug/multimap.h (multimap<>::erase(iterator)): Likewise.
* include/profile/map.h (map<>::erase(iterator)): Likewise.
* include/profile/multimap.h (multimap<>::erase(iterator)): Likewise.
* include/bits/hashtable.h (_Hashtable<>::erase(iterator)): Likewise.
* include/bits/stl_map.h (map<>::erase(iterator)): Likewise.
* include/bits/stl_multimap.h (multimap<>::erase(iterator)): Likewise.
* include/bits/stl_tree.h (_Rb_tree<>::erase(iterator)): Likewise.
* testsuite/23_containers/unordered_map/erase/51142.cc: New.
* testsuite/23_containers/multimap/modifiers/erase/51142.cc: Likewise.
* testsuite/23_containers/set/modifiers/erase/51142.cc: Likewise.
* testsuite/23_containers/unordered_multimap/erase/51142.cc: Likewise.
* testsuite/23_containers/unordered_set/erase/51142.cc: Likewise.
* testsuite/23_containers/multiset/modifiers/erase/51142.cc: Likewise.
* testsuite/23_containers/unordered_multiset/erase/51142.cc: Likewise.
* testsuite/23_containers/map/modifiers/erase/51142.cc: Likewise.
From-SVN: r181427
Richard Earnshaw [Wed, 16 Nov 2011 17:53:28 +0000 (17:53 +0000)]
re PR target/49641 (Wrong code for ARMv4T and stmia)
2011-11-16 Richard Earnshaw <rearnsha@arm.com>
Bernd Schmidt <bernds@coudesourcery.com>
Sebastian Huber <sebastian.huber@embedded-brains.de>
PR target/49641
* config/arm/arm.c (store_multiple_sequence): Avoid cases where
the base reg is stored iff compiling for Thumb1.
* gcc.target/arm/pr49641.c: New test.
Co-Authored-By: Bernd Schmidt <bernds@codesourcery.com>
Co-Authored-By: Sebastian Huber <sebastian.huber@embedded-brains.de>
From-SVN: r181418
GCC Administrator [Wed, 16 Nov 2011 00:18:08 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r181398
Jason Dick [Tue, 15 Nov 2011 10:49:20 +0000 (10:49 +0000)]
re PR libstdc++/51133 (Incorrect implementation of std::tr1::hermite())
2011-11-15 Jason Dick <dickphd@gmail.com>
PR libstdc++/51133
* include/tr1/poly_hermite.tcc (__poly_hermite_recursion): Fix
wrong sign in recursion relation.
From-SVN: r181382
GCC Administrator [Tue, 15 Nov 2011 00:18:13 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r181375
GCC Administrator [Mon, 14 Nov 2011 00:18:15 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r181344
Iain Sandoe [Sun, 13 Nov 2011 14:25:58 +0000 (14:25 +0000)]
backport: Makefile.in (stamp-gnatlib-$(RTSDIR)): Don't link s-oscons.ads.
ada:
Backport from mainline r181319
* gcc-interface/Makefile.in (stamp-gnatlib-$(RTSDIR)): Don't link
s-oscons.ads.
(OSCONS_CPP, OSCONS_EXTRACT): New.
(./bldtools/oscons/xoscons): New Target.
($(RTSDIR)/s-oscons.ads): New Target.
(gnatlib): Depend on $(RTSDIR)/s-oscons.ads.
* Make-generated.in: Remove machinery to generate xoscons and
ada/s-oscons.ads.
libada:
Backport from mainline r181319
Makefile.in: Change dependency on oscons to depend on the generator
tool.
From-SVN: r181337
Iain Sandoe [Sun, 13 Nov 2011 13:58:43 +0000 (13:58 +0000)]
re PR target/48108 (lto should be containerized in a single mach-o section on darwin)
gcc:
PR target/48108
Backport from mainline r180523
* config/darwin.c (top level): Amend comments concerning LTO output.
(lto_section_num): New variable. (darwin_lto_section_e): New GTY.
(LTO_SECTS_SECTION, LTO_INDEX_SECTION): New.
(LTO_NAMES_SECTION): Rename.
(darwin_asm_named_section): Record LTO section counts and switches
in a vec of darwin_lto_section_e.
(darwin_file_start): Remove unused code.
(darwin_file_end): Put an LTO section termination label. Handle
output of the wrapped LTO sections, index and names table.
libiberty:
PR target/48108
Backport from mainline r180523
* simple-object-mach-o.c (GNU_WRAPPER_SECTS, GNU_WRAPPER_INDEX,
GNU_WRAPPER_NAMES): New macros.
(simple_object_mach_o_segment): Handle wrapper scheme.
(simple_object_mach_o_write_section_header): Allow the segment name
to be supplied.
(simple_object_mach_o_write_segment): Handle wrapper scheme. Ensure
that the top-level segment name in the load command is empty.
(simple_object_mach_o_write_to_file): Determine the number of
sections during segment output, use that in writing the header.
From-SVN: r181336
GCC Administrator [Sun, 13 Nov 2011 00:18:10 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r181330
Iain Sandoe [Sat, 12 Nov 2011 14:14:43 +0000 (14:14 +0000)]
re PR target/45233 (FAIL: gcc.c-torture/compile/pr44707.c)
gcc:
PR target/45233
* config/rs6000/rs6000.c (rs6000_legitimize_reload_address):
Only expand a symbol ref. into an access when the entity is defined
in the TU.
From-SVN: r181316
Iain Sandoe [Sat, 12 Nov 2011 14:04:58 +0000 (14:04 +0000)]
backport: re PR target/47997 (gcc on macosx: "ld: warning: -fwritable-strings not compatible with literal CF/NSString")
gcc/objc:
Backport from mainline
2011-10-29 Iain Sandoe <iains@gcc.gnu.org>
PR target/47997
* objc-act.c (objc_build_string_object): Remove redundant second
call to fix_string_type (). Add a checking assert that we are,
indeed, passed a STRING_CST.
From-SVN: r181314
Iain Sandoe [Sat, 12 Nov 2011 13:57:55 +0000 (13:57 +0000)]
objc-next-runtime-abi-01.c (objc_eh_personality): Use gcc personality for Objective-C m32.
gcc/objc:
* objc-next-runtime-abi-01.c (objc_eh_personality): Use gcc personality
for Objective-C m32.
From-SVN: r181313
GCC Administrator [Sat, 12 Nov 2011 00:17:39 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r181305
GCC Administrator [Fri, 11 Nov 2011 00:18:16 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r181277
Jakub Jelinek [Thu, 10 Nov 2011 19:04:01 +0000 (20:04 +0100)]
re PR middle-end/51077 (Endless recursion with __builtin_object_size)
PR middle-end/51077
* tree-object-size.c (addr_object_size): Check TREE_CODE of
MEM_REF's operand rather than code of the MEM_REF itself.
* gcc.c-torture/compile/pr51077.c: New test.
From-SVN: r181264
GCC Administrator [Thu, 10 Nov 2011 00:18:31 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r181244
GCC Administrator [Wed, 9 Nov 2011 00:18:01 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r181186
Jason Merrill [Tue, 8 Nov 2011 00:46:06 +0000 (19:46 -0500)]
re PR c++/50870 ([C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, and default template arguments)
PR c++/50870
* pt.c (tsubst_copy): Handle NAMESPACE_DECL.
(tsubst_copy_and_build) [COMPONENT_REF]: Handle a still-dependent
object.
From-SVN: r181140
GCC Administrator [Tue, 8 Nov 2011 00:18:22 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r181137
Alan Modra [Mon, 7 Nov 2011 01:15:08 +0000 (11:45 +1030)]
re PR target/30282 (Optimization flag -O1 -fschedule-insns2 cause red zone to be used when there is none)
PR target/30282
* config/rs6000/rs6000.c (rs6000_emit_stack_reset): Always emit
blockage for ABI_V4.
From-SVN: r181057
GCC Administrator [Mon, 7 Nov 2011 00:17:57 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r181052
GCC Administrator [Sun, 6 Nov 2011 00:18:02 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r181020
GCC Administrator [Sat, 5 Nov 2011 00:18:14 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r180995
Eric Botcazou [Fri, 4 Nov 2011 21:49:49 +0000 (21:49 +0000)]
re PR c++/50608 (cannot apply 'offsetof' to a non-constant address)
2011-11-04 Eric Botcazou <ebotcazou@adacore.com>
PR c++/50608
* c-parser.c (c_parser_postfix_expression) <RID_OFFSETOF>: Adjust call
to fold_offsetof.
* c-typeck.c (build_unary_op) <ADDR_EXPR>: Call fold_offsetof_1.
c-family/
* c-common.c (c_fully_fold_internal) <ADDR_EXPR>: Call fold_offsetof_1.
(fold_offsetof_1): Make global. Â Remove STOP_REF argument and adjust.
<INDIRECT_REF>: Return the argument.
<ARRAY_REF>: Remove special code for negative offset.
Call fold_build_pointer_plus instead of size_binop.
(fold_offsetof): Remove STOP_REF argument and adjust.
* c-common.h (fold_offsetof_1): Declare.
(fold_offsetof): Remove STOP_REF argument.
cp/
* semantics.c (finish_offsetof): Adjust call to fold_offsetof.
* typeck.c (cp_build_addr_expr_1): Call fold_offsetof_1.
From-SVN: r180988
Eric Botcazou [Fri, 4 Nov 2011 17:38:29 +0000 (17:38 +0000)]
re PR target/50979 (architecture mismatch: "mul32" not enabled for "smul" or "umul")
PR target/50979
* config/sparc/sparc.h (ASM_CPU_SPEC): Pass -Av8 if -mcpu=v8.
From-SVN: r180968
GCC Administrator [Fri, 4 Nov 2011 00:18:00 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r180915
Uros Bizjak [Thu, 3 Nov 2011 20:05:09 +0000 (21:05 +0100)]
i386.md (lround<X87MODEF:mode><SWI248x:mode>2, [...]): Use operands[N] instead of operandN.
* config/i386/i386.md (lround<X87MODEF:mode><SWI248x:mode>2,
rint<mode>2, floor<mode>2, lfloor<MODEF:mode><SWI48:mode>2,
btrunc<mode>2, lwp_lwpval<mode>3): Use operands[N] instead of operandN.
From-SVN: r180841
GCC Administrator [Thu, 3 Nov 2011 00:17:45 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r180809
Richard B. Kreckel [Wed, 2 Nov 2011 21:54:24 +0000 (21:54 +0000)]
re PR libstdc++/50880 (__complex_acosh() picks wrong complex branch)
2011-11-02 Richard B. Kreckel <kreckel@ginac.de>
Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/50880
* include/std/complex (__complex_acosh): Fix in a better way,
use Kahan's formula.
* include/tr1/complex (__complex_acosh): Likewise.
Co-Authored-By: Paolo Carlini <paolo.carlini@oracle.com>
From-SVN: r180804
Eric Botcazou [Wed, 2 Nov 2011 20:07:26 +0000 (20:07 +0000)]
re PR target/50945 (ICE on floating-point move with -msoft-float)
PR target/50945
* config/sparc/sparc.md (movsf_insn): Reindent constraints.
(movsf_insn_no_fpu): Likewise.
(movdf_insn_sp32): Likewise.
(movdf_insn_sp32_no_fpu): Likewise.
(movdf_insn_sp32_v9): Likewise. Remove redundant GY constraint.
(movdf_insn_sp32_v9_no_fpu): Likewise.
(movdf_insn_sp64): Likewise.
(movdf_insn_sp64_no_fpu): Likewise.
(movtf_insn_sp32): Likewise.
(movtf_insn_sp32_no_fpu): Likewise.
(movtf_insn_sp64): Likewise.
(movtf_insn_sp64_hq): Likewise.
(movtf_insn_sp64_no_fpu): Likewise.
From-SVN: r180792
Bernd Schmidt [Wed, 2 Nov 2011 10:47:44 +0000 (10:47 +0000)]
cfgcleanup.c (try_head_merge_bb): If get_condition returns NULL for a jump that is a cc0 insn...
gcc/
* cfgcleanup.c (try_head_merge_bb): If get_condition returns
NULL for a jump that is a cc0 insn, pick the previous insn for
move_before.
gcc/testsuite/
* gcc.c-torture/compile/
20110907 .c: New file.
From-SVN: r180766
GCC Administrator [Wed, 2 Nov 2011 00:18:04 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r180755
Uros Bizjak [Tue, 1 Nov 2011 22:59:36 +0000 (23:59 +0100)]
i386.md (splitters for int-float conversion): Use SUBREG_REG on SUBREGs in splitter constraints.
* config/i386/i386.md (splitters for int-float conversion): Use
SUBREG_REG on SUBREGs in splitter constraints.
From-SVN: r180749
Julian Brown [Tue, 1 Nov 2011 18:38:42 +0000 (18:38 +0000)]
re PR rtl-optimization/47918 (noreturn discovery broke non local gotos on m68k and i386)
PR rtl-optimization/47918
* reload1.c (set_initial_label_offsets): Use initial offsets
for labels on the nonlocal_goto_handler_labels chain.
From-SVN: r180740
GCC Administrator [Tue, 1 Nov 2011 00:17:50 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r180720
GCC Administrator [Mon, 31 Oct 2011 00:17:46 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r180693
Joseph Myers [Sun, 30 Oct 2011 16:29:11 +0000 (16:29 +0000)]
* ja.po: Update.
From-SVN: r180683
Paolo Carlini [Sun, 30 Oct 2011 00:24:51 +0000 (00:24 +0000)]
re PR c++/50901 (ICE: in build_new_op, at cp/call.c:5016)
/cp
2011-10-29 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/50901
* call.c (build_new_op_1): Handle ABS_EXPR together with the
other unary EXPR.
/testsuite
2011-10-29 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/50901
* g++.dg/cpp0x/pr50901.C: New.
From-SVN: r180671
GCC Administrator [Sun, 30 Oct 2011 00:17:27 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r180668
John David Anglin [Sat, 29 Oct 2011 21:40:55 +0000 (21:40 +0000)]
Revert last change.
From-SVN: r180665
John David Anglin [Sat, 29 Oct 2011 20:23:00 +0000 (20:23 +0000)]
re PR target/50617 (ICE: RTL flag check: INSN_ANNULLED_BRANCH_P used with unexpected rtx code 'simplify_immed_subreg' in output_bb, at config/pa/pa.c:6631)
PR target/50617
* config/pa/pa-protos.h (output_bb): Rename to pa_output_bb.
* config/pa/pa.md: Likewise.
* config/pa/pa.c: Likewise.
From-SVN: r180663
John David Anglin [Sat, 29 Oct 2011 20:19:38 +0000 (20:19 +0000)]
re PR target/50691 (Incorrect argument evaluation in call with __thread argument)
PR target/50691
* config/pa/pa.c (emit_move_sequence): Legitimize TLS symbol references.
* config/pa/pa.h (LEGITIMATE_CONSTANT_P): Return false for
TLS_MODEL_GLOBAL_DYNAMIC and TLS_MODEL_LOCAL_DYNAMIC symbol references.
From-SVN: r180662
GCC Administrator [Sat, 29 Oct 2011 00:18:31 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r180645
GCC Administrator [Fri, 28 Oct 2011 00:18:13 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r180587
Uros Bizjak [Thu, 27 Oct 2011 21:55:22 +0000 (23:55 +0200)]
re PR target/50875 (O3 and -mavx lead to internal compiler error: in find_reloads)
PR target/50875
* config/i386/sse.md (*avx_unpcklpd256): Remove extra insn
constraints. Change alternative 1 to "x,m,1".
testsuitee/ChangeLog:
PR target/50875
* gfortran.dg/pr50875.f90: New test.
Co-Authored-By: Steven G. Kargl <kargl@gcc.gnu.org>
From-SVN: r180582
GCC Administrator [Thu, 27 Oct 2011 00:18:15 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r180555
Jakub Jelinek [Wed, 26 Oct 2011 17:06:05 +0000 (19:06 +0200)]
BASE-VER: Set to 4.6.3.
* BASE-VER: Set to 4.6.3.
* DEV-PHASE: Set to prerelease.
From-SVN: r180529
GCC Administrator [Wed, 26 Oct 2011 09:08:24 +0000 (09:08 +0000)]
Mark as release
From-SVN: r180515
GCC Administrator [Wed, 26 Oct 2011 09:08:17 +0000 (09:08 +0000)]
Mark ChangeLog
From-SVN: r180514
GCC Administrator [Wed, 26 Oct 2011 09:08:12 +0000 (09:08 +0000)]
Mark ChangeLog
From-SVN: r180513
GCC Administrator [Wed, 26 Oct 2011 09:08:06 +0000 (09:08 +0000)]
Mark ChangeLog
From-SVN: r180512
GCC Administrator [Wed, 26 Oct 2011 09:07:59 +0000 (09:07 +0000)]
Mark ChangeLog
From-SVN: r180511
GCC Administrator [Wed, 26 Oct 2011 09:07:54 +0000 (09:07 +0000)]
Mark ChangeLog
From-SVN: r180510
GCC Administrator [Wed, 26 Oct 2011 09:07:50 +0000 (09:07 +0000)]
Mark ChangeLog
From-SVN: r180509
GCC Administrator [Wed, 26 Oct 2011 09:07:44 +0000 (09:07 +0000)]
Mark ChangeLog
From-SVN: r180508
GCC Administrator [Wed, 26 Oct 2011 09:07:39 +0000 (09:07 +0000)]
Mark ChangeLog
From-SVN: r180507
GCC Administrator [Wed, 26 Oct 2011 09:07:33 +0000 (09:07 +0000)]
Mark ChangeLog
From-SVN: r180506
GCC Administrator [Wed, 26 Oct 2011 09:07:29 +0000 (09:07 +0000)]
Mark ChangeLog
From-SVN: r180505
GCC Administrator [Wed, 26 Oct 2011 09:07:23 +0000 (09:07 +0000)]
Mark ChangeLog
From-SVN: r180504
GCC Administrator [Wed, 26 Oct 2011 09:07:18 +0000 (09:07 +0000)]
Mark ChangeLog
From-SVN: r180503
GCC Administrator [Wed, 26 Oct 2011 09:07:13 +0000 (09:07 +0000)]
Mark ChangeLog
From-SVN: r180502
GCC Administrator [Wed, 26 Oct 2011 09:07:07 +0000 (09:07 +0000)]
Mark ChangeLog
From-SVN: r180501
GCC Administrator [Wed, 26 Oct 2011 09:07:01 +0000 (09:07 +0000)]
Mark ChangeLog
From-SVN: r180500
GCC Administrator [Wed, 26 Oct 2011 09:06:54 +0000 (09:06 +0000)]
Mark ChangeLog
From-SVN: r180499
GCC Administrator [Wed, 26 Oct 2011 09:06:49 +0000 (09:06 +0000)]
Mark ChangeLog
From-SVN: r180498
GCC Administrator [Wed, 26 Oct 2011 09:06:43 +0000 (09:06 +0000)]
Mark ChangeLog
From-SVN: r180497
GCC Administrator [Wed, 26 Oct 2011 09:06:36 +0000 (09:06 +0000)]
Mark ChangeLog
From-SVN: r180496
GCC Administrator [Wed, 26 Oct 2011 09:06:30 +0000 (09:06 +0000)]
Mark ChangeLog
From-SVN: r180495
GCC Administrator [Wed, 26 Oct 2011 09:06:24 +0000 (09:06 +0000)]
Mark ChangeLog
From-SVN: r180494
GCC Administrator [Wed, 26 Oct 2011 09:06:16 +0000 (09:06 +0000)]
Mark ChangeLog
From-SVN: r180493
GCC Administrator [Wed, 26 Oct 2011 09:06:09 +0000 (09:06 +0000)]
Mark ChangeLog
From-SVN: r180492
GCC Administrator [Wed, 26 Oct 2011 09:06:03 +0000 (09:06 +0000)]
Mark ChangeLog
From-SVN: r180491
GCC Administrator [Wed, 26 Oct 2011 09:05:57 +0000 (09:05 +0000)]
Mark ChangeLog
From-SVN: r180490
GCC Administrator [Wed, 26 Oct 2011 09:05:50 +0000 (09:05 +0000)]
Mark ChangeLog
From-SVN: r180489
GCC Administrator [Wed, 26 Oct 2011 09:05:44 +0000 (09:05 +0000)]
Mark ChangeLog
From-SVN: r180488
GCC Administrator [Wed, 26 Oct 2011 09:05:37 +0000 (09:05 +0000)]
Mark ChangeLog
From-SVN: r180487
GCC Administrator [Wed, 26 Oct 2011 09:05:31 +0000 (09:05 +0000)]
Mark ChangeLog
From-SVN: r180486
GCC Administrator [Wed, 26 Oct 2011 09:05:24 +0000 (09:05 +0000)]
Mark ChangeLog
From-SVN: r180485
GCC Administrator [Wed, 26 Oct 2011 09:05:18 +0000 (09:05 +0000)]
Mark ChangeLog
From-SVN: r180484
GCC Administrator [Wed, 26 Oct 2011 09:05:13 +0000 (09:05 +0000)]
Mark ChangeLog
From-SVN: r180483
GCC Administrator [Wed, 26 Oct 2011 09:05:06 +0000 (09:05 +0000)]
Mark ChangeLog
From-SVN: r180482