OSDN Git Service

pf3gnuchains/gcc-fork.git
13 years ago * gcc-interface/misc.c (gnat_init_options): Do not concatenate -I and
ebotcazou [Mon, 14 Feb 2011 19:16:34 +0000 (19:16 +0000)]
* gcc-interface/misc.c (gnat_init_options): Do not concatenate -I and
its argument, except for the special -I- switch.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170150 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR bootstrap/47736
jakub [Mon, 14 Feb 2011 18:49:07 +0000 (18:49 +0000)]
PR bootstrap/47736
* configure.ac (HAVE_PRINTF_HOOKS): Test if printf_info struct has
user field.
* printf/quadmath-printf.c (quadmath_snprintf): Clear whole info
field instead of setting individual fields to 0.  Don't set info.user
to -1.
* configure: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170147 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-14 Janus Weil <janus@gcc.gnu.org>
janus [Mon, 14 Feb 2011 18:12:55 +0000 (18:12 +0000)]
2011-02-14  Janus Weil  <janus@gcc.gnu.org>

PR fortran/47728
* class.c (gfc_build_class_symbol): Give a fatal error on polymorphic
arrays.
* primary.c (gfc_match_varspec): Avoid ICE for invalid class
declaration.

2011-02-14  Janus Weil  <janus@gcc.gnu.org>

PR fortran/47728
* gfortran.dg/class_38.f03: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170144 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR tree-optimization/46494
ebotcazou [Mon, 14 Feb 2011 17:59:10 +0000 (17:59 +0000)]
PR tree-optimization/46494
* loop-unroll.c (split_edge_and_insert): Adjust comment.
* loop-init.c (loop_optimizer_finalize): Do not call verify_flow_info.
(pass_rtl_loop_done): Add TODO_verify_flow.
* fwprop.c (pass_rtl_fwprop): Likewise.
* modulo-sched.c (pass_sms): Likewise.
* tree-ssa-dom.c (pass_dominator): Likewise.
* tree-ssa-loop-ch.c (pass_ch): Likewise.
* tree-ssa-loop.c (pass_complete_unrolli): Likewise.
(pass_tree_loop_done): Likewise.
* tree-ssa-pre.c (execute_pre): Likewise.
* tree-ssa-reassoc.c (pass_reassoc): Likewise.
* tree-ssa-sink.c (pass_sink_code): Likewise.
* tree-vrp.c (pass_vrp): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170141 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago make v850 use constraints.md
froydnj [Mon, 14 Feb 2011 17:26:59 +0000 (17:26 +0000)]
make v850 use constraints.md
        * config/v850/constraints.md: New file.
        * config/v850/v850.md: Include it.
        * config/v850/predicates.md (reg_or_0_operand): Use
        satisfies_constraint_G.
        (special_symbolref_operand): Use satisfies_constraint_K.
        * config/v850/v850.h (CONSTANT_ADDRESS_P): Use constraint_satisfied_p.
        (GO_IF_LEGITIMATE_ADDRESS): Likewise.
        (REG_CLASS_FROM_LETTER, INT_7_BITS, INT_8_BITS): Delete.
        (CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
        (EXTRA_CONSTRAINT): Delete.
        (CONST_OK_FOR_I, CONST_OK_FOR_J): Use insn_const_int_ok_for_constraint.
        (CONST_OK_FOR_K, CONST_OK_FOR_L, CONST_OK_FOR_M): Likewise.
        (CONST_OK_FOR_N, CONST_OK_FOR_O): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170140 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * configure.ac (HAVE_HIDDEN_VISIBILITY): Test with -Werror in CFLAGS.
jakub [Mon, 14 Feb 2011 16:40:38 +0000 (16:40 +0000)]
* configure.ac (HAVE_HIDDEN_VISIBILITY): Test with -Werror in CFLAGS.
* printf/printf_fp.c: Don't include <alloca.h>.
* printf/quadmath-printf.h (_itoa): Redefine to __quadmath_itoa.
* configure: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170139 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoInsert libgcj's Python module directory at the start of the search
gary [Mon, 14 Feb 2011 16:00:28 +0000 (16:00 +0000)]
Insert libgcj's Python module directory at the start of the search
path, rather than at the end.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170138 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/47696
aesok [Mon, 14 Feb 2011 15:49:35 +0000 (15:49 +0000)]
PR target/47696
* config/avr/avr-devices.c (avr_mcu_types): Fix ATmega2560 device
description.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170137 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR fortran/47642
jakub [Mon, 14 Feb 2011 15:34:44 +0000 (15:34 +0000)]
PR fortran/47642
* libquadmath.texi (quadmath_snprintf): Document.
(quadmath_flt128tostr): Remove.
* Makefile.am (libquadmath_la_SOURCES): Add printf/*.c.
Remove  quadmath_io.c, gdtoa/gdtoa.c, gdtoa/g__fmt.c,
gdtoa/g_Qfmt.c, gdtoa/dmisc.c and gdtoa/ulp.c.
* quadmath.h (quadmath_snprintf): New prototype.
(quadmath_flt128tostr): Remove.
* quadmath_weak.h (quadmath_snprintf): Add.
(quadmath_flt128tostr): Remove.
* configure.ac: New AC_CHECK_HEADERS headers: langinfo.h, wchar.h,
wctype.h, limits.h, ctype.h, printf.h, errno.h.
(AC_USE_SYSTEM_EXTENSIONS): Add.
(HAVE_HIDDEN_VISIBILITY, HAVE_PRINTF_HOOKS,
USE_LOCALE_SUPPORT, USE_I18N_NUMBER_H): New checks.
* quadmath.map (QUADMATH_1.0): Add quadmath_snprintf.  Remove
quadmath_flt128tostr.
* printf/printf_fphex.c: New file.
* printf/_itowa.h: New file.
* printf/mul_n.c: New file.
* printf/quadmath-printf.h: New file.
* printf/submul_1.c: New file.
* printf/quadmath-printf.c: New file.
* printf/gmp-impl.h: New file.
* printf/lshift.c: New file.
* printf/fpioconst.h: New file.
* printf/add_n.c: New file.
* printf/cmp.c: New file.
* printf/sub_n.c: New file.
* printf/mul.c: New file.
* printf/divrem.c: New file.
* printf/addmul_1.c: New file.
* printf/printf_fp.c: New file.
* printf/_itoa.h: New file.
* printf/fpioconst.c: New file.
* printf/_i18n_number.h: New file.
* printf/flt1282mpn.c: New file.
* printf/rshift.c: New file.
* printf/mul_1.c: New file.
* quadmath_io.c: Removed.
* gdtoa/gdtoa.c: Removed.
* gdtoa/g__fmt.c: Removed.
* gdtoa/g_Qfmt.c: Removed.
* gdtoa/dmisc.c: Removed.
* gdtoa/ulp.c: Removed.
* config.h.in: Regenerated.
* configure: Regenerated.
* Makefile.in: Regenerated.

* io/write_float.def (DTOAQ): Use quadmath_snprintf instead of
quadmath_flt128tostr.
* io/transfer128.c (tmp2): Initialize to quadmath_snprintf instead
of quadmath_flt128tostr.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170135 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago make mcore use constraints.md
froydnj [Mon, 14 Feb 2011 15:28:00 +0000 (15:28 +0000)]
make mcore use constraints.md
* config/mcore/constraints.md: New file.
* config/mcore/mcore.md: Include it.
* config/mcore/mcore.c (reg_class_from_letter): Delete.
* config/mcore/mcore.h (reg_class_from_letter): Delete.
(REG_CLASS_FROM_LETTER): Delete.
(CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_L): Use
insn_const_int_ok_for_constraint.
(CONST_OK_FOR_K, CONST_OK_FOR_M, CONST_OK_FOR_N): Likewise.
(CONST_OK_FOR_O, CONST_OK_FOR_P): Likewise.
(CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
(EXTRA_CONSTRAINT): Delete.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170134 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR libgomp/47731
jakub [Mon, 14 Feb 2011 15:08:23 +0000 (15:08 +0000)]
PR libgomp/47731
* config/linux/futex.h (futex_wait): Pass NULL as timeout argument
to FUTEX_WAIT futex syscall.
* config/linux/wait.h: Include <futex.h> instead of "futex.h".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170133 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoPR libjava/47484: Install Python modules into versioned directory
gary [Mon, 14 Feb 2011 14:28:00 +0000 (14:28 +0000)]
PR libjava/47484: Install Python modules into versioned directory

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170131 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-14 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 14 Feb 2011 13:44:53 +0000 (13:44 +0000)]
2011-02-14  Richard Guenther  <rguenther@suse.de>

* gcc.dg/attr-weak-hidden-1.c: Make definition of foo strong.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170128 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago gcc:
ro [Mon, 14 Feb 2011 12:32:11 +0000 (12:32 +0000)]
gcc:
PR ada/41929
* config/sparc/sol2-unwind.h: Include <sys/frame.h>, <sys/stack.h>
(IS_SIGHANDLER): Define.
(sparc64_is_sighandler): New function, split off from
sparc64_fallback_frame_state.
(sparc_is_sighandler): New function, split off from
sparc_fallback_frame_state.
(sparc64_fallback_frame_state): Merge with ...
(sparc_fallback_frame_state): ... this into ...
(MD_FALLBACK_FRAME_STATE_FOR): ... this.
Change new_cfa to long.
Remove regs_off, fpu_save_off, fpu_save.
Define nframes, mctx.
Use IS_SIGHANDLER, handler_args, mctx, walk stack instead of
hardcoded offsets.

gcc/testsuite:
PR ada/41929
* gnat.dg/null_pointer_deref1.exp: Don't skip on
sparc*-sun-solaris2.11.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170126 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-14 Janus Weil <janus@gcc.gnu.org>
janus [Mon, 14 Feb 2011 11:59:53 +0000 (11:59 +0000)]
2011-02-14  Janus Weil  <janus@gcc.gnu.org>

PR fortran/47349
* interface.c (get_expr_storage_size): Handle derived-type components.

2011-02-14  Janus Weil  <janus@gcc.gnu.org>

PR fortran/47349
* gfortran.dg/argument_checking_18.f90: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170125 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-14 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Mon, 14 Feb 2011 10:04:04 +0000 (10:04 +0000)]
2011-02-14  Jonathan Wakely  <jwakely.gcc@gmail.com>

* include/bits/regex_compiler.h: Remove unnecessary bind() calls.
* include/bits/regex_nfa.h: Remove unnecessary base classes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170124 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFixes to gccgo.texi.
rwild [Mon, 14 Feb 2011 04:42:53 +0000 (04:42 +0000)]
Fixes to gccgo.texi.

gcc/:
* go/gccgo.texi (Top, Import and Export): Fix a typo and a
markup nit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170122 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/45808
gerald [Mon, 14 Feb 2011 00:40:15 +0000 (00:40 +0000)]
PR target/45808
* config/freebsd-spec.h (FBSD_LIB_SPEC): Handle the shared case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170121 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Mon, 14 Feb 2011 00:19:28 +0000 (00:19 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170120 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoRevert r170108, r170107, r170105, r170104, r170103, r170102, r170101, r170097.
mrs [Sun, 13 Feb 2011 19:57:30 +0000 (19:57 +0000)]
Revert r170108, r170107, r170105, r170104, r170103, r170102, r170101, r170097.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170111 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-13 Tobias Burnus <burnus@net-b.de>
burnus [Sun, 13 Feb 2011 19:26:24 +0000 (19:26 +0000)]
2011-02-13  Tobias Burnus  <burnus@net-b.de>

        PR fortran/47569
        * interface.c (compare_parameter): Avoid ICE with
        character components.

2011-02-13  Tobias Burnus  <burnus@net-b.de>

        * gfortran.dg/argument_checking_13.f90: Update dg-error.
        * gfortran.dg/argument_checking_17.f90: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170110 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * jvspec.c (jvgenmain_spec): Remove %{a*}.
jsm28 [Sun, 13 Feb 2011 19:20:01 +0000 (19:20 +0000)]
* jvspec.c (jvgenmain_spec): Remove %{a*}.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170109 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/t-darwin (config/darwin.h.rebuild): Harden against parallel builds.
mrs [Sun, 13 Feb 2011 13:03:20 +0000 (13:03 +0000)]
* config/t-darwin (config/darwin.h.rebuild): Harden against parallel builds.

cp:
* Make-lang.in (objcp/plugin/parser.h): Harden against parallel builds.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170108 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/t-darwin (build/slashify1): Harden against rebuilds.
mrs [Sun, 13 Feb 2011 12:33:42 +0000 (12:33 +0000)]
* config/t-darwin (build/slashify1): Harden against rebuilds.
* config/slashify.c: Nix parms to quite the build.

cp:
(build/slashify): Harden against rebuilds.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170107 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoRemove freebsd1 from libtool.m4 macros and config.rpath.
rwild [Sun, 13 Feb 2011 11:45:53 +0000 (11:45 +0000)]
Remove freebsd1 from libtool.m4 macros and config.rpath.

/:
Import from Libtool and gnulib:

2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>

Prepare for supporting FreeBSD 10.
* config.rpath: Remove handling of freebsd1* which soon would
match FreeBSD 10.0.

2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)

Remove support for FreeBSD 1.x.
* libtool.m4 (_LT_LINKER_SHLIBS)
(_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
soon would incorrectly match FreeBSD 10.0.

boehm-gc/:
* configure: Regenerate.

gcc/:
* configure: Regenerate.

libffi/:
* configure: Regenerate.

libgfortran/:
* Makefile.in: Regenerate.
* aclocal.m4: Likewise.
* configure: Likewise.

libgo/:
* config/libtool.m4: (_LT_LINKER_SHLIBS)
(_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
soon would incorrectly match FreeBSD 10.0.
* configure: Regenerate.

libgomp/:
* configure: Regenerate.

libjava/:
* configure: Regenerate.
* shlibpath.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Remove handling
of freebsd1* which soon would incorrectly match FreeBSD 10.0.

libjava/classpath/:
* config.rpath, ltcf-c.sh, ltcf-gcj.sh, ltconfig: Remove
handling of freebsd1* which soon would match FreeBSD 10.0.
* configure: Regenerate.

libjava/libltdl/:
* acinclude.m4 (AC_LIBTOOL_PROG_LD_SHLIBS)
(AC_LIBTOOL_SYS_DYNAMIC_LINKER): Remove handling
of freebsd1* which soon would incorrectly match FreeBSD 10.0.
* configure: Regenerate.

libmudflap/:
* configure: Regenerate.

libobjc/:
* configure: Regenerate.

libquadmath/:
* Makefile.in: Regenerate.
* aclocal.m4: Likewise.
* configure: Likewise.

libssp/:
* Makefile.in: Regenerate.
* aclocal.m4: Likewise.
* configure: Likewise.

libstdc++-v3/:
* configure: Regenerate.

lto-plugin/:
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* configure: Regenerate.

zlib/:
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170106 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoobjcp:
mrs [Sun, 13 Feb 2011 10:28:45 +0000 (10:28 +0000)]
objcp:
* plugin/parser.h: Add arguments to all plugins.
cp:
* parser.c (cp_parser_primary_expression): Add arguments to all the plugins.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170105 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoobjcp:
mrs [Sun, 13 Feb 2011 10:02:30 +0000 (10:02 +0000)]
objcp:
* plugin/lex.h: Plugify.
cp:
* lex.c: Plugify.
* Make-lang.in (objcp/plugin/lex.h): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170104 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-13 Tobias Burnus <burnus@net-b.de>
burnus [Sun, 13 Feb 2011 08:55:05 +0000 (08:55 +0000)]
2011-02-13  Tobias Burnus  <burnus@net-b.de>

        * parser.c (cp_parser_declaration): Remove unused variable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170103 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * Make-lang.in (cp/parser.o): Move c-family/c-objc.h dependancy
mrs [Sun, 13 Feb 2011 08:43:07 +0000 (08:43 +0000)]
* Make-lang.in (cp/parser.o): Move c-family/c-objc.h dependancy
down.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170102 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agogcc:
mrs [Sun, 13 Feb 2011 07:52:52 +0000 (07:52 +0000)]
gcc:
* config/t-darwin (build/slashify): Allow others to reuse easier.

objcp:
* Make-lang.in (obj-c++.tags): Plugify Objective-C++.
* plugin/parser.h: Likewise.
* plugin/parser.c: Likewise.

cp:
* Make-lang.in (build/slashify): Plugify Objective-C++.
(cp/parser.o): Likewise.
(objcp/plugin/parser.h): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170101 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/darwin.h: Make pretty.
mrs [Sun, 13 Feb 2011 00:27:06 +0000 (00:27 +0000)]
* config/darwin.h: Make pretty.
* config/t-darwin (config/darwin.h.rebuild): Add.
(build/slashify): Add.
* config/slashify.c: Add.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170097 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Sun, 13 Feb 2011 00:18:41 +0000 (00:18 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170096 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-12 Janus Weil <janus@gcc.gnu.org>
janus [Sat, 12 Feb 2011 21:34:11 +0000 (21:34 +0000)]
2011-02-12  Janus Weil  <janus@gcc.gnu.org>

* class.c (gfc_build_class_symbol): Reject polymorphic arrays.
* decl.c (build_sym,build_struct,attr_decl1): Use return value of
'gfc_build_class_symbol'.

2011-02-12  Janus Weil  <janus@gcc.gnu.org>

* gfortran.dg/allocate_derived_1.f90: Modified as polymorphic arrays
are temporarily disabled.
* gfortran.dg/class_7.f03: Ditto.
* gfortran.dg/coarray_14.f90: Ditto.
* gfortran.dg/typebound_proc_13.f03: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170092 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR driver/45731
jsm28 [Sat, 12 Feb 2011 21:29:14 +0000 (21:29 +0000)]
PR driver/45731
* gcc.c (asm_options): Correct spec matching --target-help.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170091 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-12 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Sat, 12 Feb 2011 21:26:21 +0000 (21:26 +0000)]
2011-02-12  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/47709
* include/ext/algorithm (is_heap): In C++0x mode import from
namespace std.
* testsuite/ext/is_heap/47709.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170089 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-12 Martin Jambor <mjambor@suse.cz>
jamborm [Sat, 12 Feb 2011 21:11:33 +0000 (21:11 +0000)]
2011-02-12  Martin Jambor  <mjambor@suse.cz>

* tree-cfg.c (verify_gimple_call): Return true upon invalid argument
to gimple call error.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170088 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gnat_ugn.texi (Compiling Different Versions of Ada): Update
gerald [Sat, 12 Feb 2011 18:45:06 +0000 (18:45 +0000)]
* gnat_ugn.texi (Compiling Different Versions of Ada): Update
link to "Ada Issues".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170085 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-12 Jakub Jelinek <jakub@redhat.com>
redi [Sat, 12 Feb 2011 18:35:59 +0000 (18:35 +0000)]
2011-02-12  Jakub Jelinek  <jakub@redhat.com>
            Jonathan Wakely  <jwakely.gcc@gmail.com>

PR libstdc++/47662
* testsuite/17_intro/headers/c++200x/operator_names.cc: New.
* testsuite/17_intro/headers/c++1998/operator_names.cc: Add comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170084 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-12 Paolo Carlini <paolo.carlini@oracle.com>
redi [Sat, 12 Feb 2011 18:30:50 +0000 (18:30 +0000)]
2011-02-12  Paolo Carlini  <paolo.carlini@oracle.com>

* include/tr1/cmath (fabs): Define.
* include/tr1/complex (acos, asin, atan): Avoid duplicate definitions
in C++0x mode.

2011-02-12  Jonathan Wakely  <jwakely.gcc@gmail.com>

* testsuite/tr1/headers/c++200x/complex.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170083 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/frv/frv.h (TRANSFER_FROM_TRAMPOLINE): Canonicalize
mrs [Sat, 12 Feb 2011 17:09:47 +0000 (17:09 +0000)]
    * config/frv/frv.h (TRANSFER_FROM_TRAMPOLINE): Canonicalize
    comments in backslash regions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170078 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agogcc:
iains [Sat, 12 Feb 2011 16:51:58 +0000 (16:51 +0000)]
gcc:
PR target/47324
* dwarf2out.c (output_cfa_loc): When required, apply the
DWARF2_FRAME_REG_OUT macro to adjust register numbers.
(output_loc_sequence): Likewise.
(output_loc_operands_raw): Likewise.
(output_loc_sequence_raw): Likewise.
(output_cfa_loc): Likewise.
(output_loc_list): Suppress register number adjustment when
calling output_loc_sequence()
(output_die): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170077 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoImport move-if-change script from gnulib.
rwild [Sat, 12 Feb 2011 15:48:30 +0000 (15:48 +0000)]
Import move-if-change script from gnulib.

/:
PR binutils/12283
* move-if-change: Import version from gnulib.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170076 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFix minor build system issues in lto-plugin.
rwild [Sat, 12 Feb 2011 15:48:15 +0000 (15:48 +0000)]
Fix minor build system issues in lto-plugin.

lto-plugin/:
* Makefile.am (all-local): Rename from 'all'.
(gcc_build_dir): Use $(host_subdir).
* Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170075 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-12 Mikael Morin <mikael.morin@sfr.fr>
mikael [Sat, 12 Feb 2011 14:56:32 +0000 (14:56 +0000)]
2011-02-12  Mikael Morin  <mikael.morin@sfr.fr>

PR fortran/45586
* gfortran.dg/extends_11.f03: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170074 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoMove ChangeLog entries from toplevel to config/.
rwild [Sat, 12 Feb 2011 14:36:18 +0000 (14:36 +0000)]
Move ChangeLog entries from toplevel to config/.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170073 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-12 Michael Matz <matz@suse.de>
burnus [Sat, 12 Feb 2011 13:09:03 +0000 (13:09 +0000)]
2011-02-12  Michael Matz  <matz@suse.de>
            Janus Weil  <janus@gcc.gnu.org>
            Tobias Burnus  <burnus@net-b.de>

        PR fortran/45586
        * trans-expr.c (conv_parent_component_references): Avoid
        unintendent skipping of parent compounds.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170072 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/xtensa/xtensa.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
aesok [Sat, 12 Feb 2011 12:21:54 +0000 (12:21 +0000)]
* config/xtensa/xtensa.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
Remove macros.
* config/xtensa/xtensa.c (xtensa_register_move_cost,
xtensa_memory_move_cost): New functions.
(TARGET_REGISTER_MOVE_COST, TARGET_REGISTER_MOVE_COST): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170071 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoChangeLog:
aoliva [Sat, 12 Feb 2011 12:02:24 +0000 (12:02 +0000)]
ChangeLog:
PR lto/47225
* Makefile.def (lto-plugin): Double dash for enable-shared.
(configure-gcc): Depend on all-lto-plugin.
* Makefile.in: Rebuilt.
lto-plugin/ChangeLog:
PR lto/47225
* Makefile.am (gcc_build_dir, in_gcc_libs): New.
(liblto_plugin_la_LDFLAGS): Add -module.
(copy_lto_plugin): Renamed to...
($(in_gcc_libs)): ... this.  Add mkinstalldirs.  Skip copying
of static modules.
* Makefile.in: Rebuild.
gcc/ChangeLog:
PR lto/47225
* configure.ac (gcc_cv_lto_plugin): Test for liblto_plugin.la
in the current directory.
* configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170070 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agogcc:
iains [Sat, 12 Feb 2011 10:50:37 +0000 (10:50 +0000)]
gcc:
* config/darwin.c (darwin_override_options): Add a hunk missed
from the commit of r168571.  Trim comment line lengths and
correct indents of the preceding block.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170069 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agogcc:
iains [Sat, 12 Feb 2011 10:08:24 +0000 (10:08 +0000)]
gcc:

* gcc.c (driver_handle_option): Concatenate the argument to -F with
the switch.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170068 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * common.opt (nostartfiles): New Driver option.
jsm28 [Sat, 12 Feb 2011 01:16:08 +0000 (01:16 +0000)]
* common.opt (nostartfiles): New Driver option.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170067 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Sat, 12 Feb 2011 00:18:15 +0000 (00:18 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170066 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFix PR47707
davidxl [Sat, 12 Feb 2011 00:12:52 +0000 (00:12 +0000)]
Fix PR47707

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170062 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR tree-optimization/47420
ebotcazou [Fri, 11 Feb 2011 21:19:16 +0000 (21:19 +0000)]
PR tree-optimization/47420
* ipa-split.c (visit_bb): Punt on any kind of GIMPLE_RESX.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170061 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-11 Tobias Burnus <burnus@net-b.de>
burnus [Fri, 11 Feb 2011 21:07:17 +0000 (21:07 +0000)]
2011-02-11  Tobias Burnus  <burnus@net-b.de>

        PR fortran/47550
        * resolve.c (resolve_formal_arglist): PURE with VALUE
        and no INTENT: Add -std= diagnostics.

2011-02-11  Tobias Burnus  <burnus@net-b.de>

        PR fortran/47550
        * gfortran.dg/pure_formal_2.f90: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170060 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR rtl-optimization/47614
pthaugen [Fri, 11 Feb 2011 20:52:55 +0000 (20:52 +0000)]
PR rtl-optimization/47614
* rtl.h (check_for_inc_dec): Declare.
* dse.c (check_for_inc_dec): Externalize...
* postreload.c (reload_cse_simplify): ...use it before deleting stmt.
(reload_cse_simplify_operands): Don't simplify opnds with side effects.

* testsuite/gfortran.dg/pr47614.f: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170059 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFix typo in toplevel configure.ac: PPL error message.
rwild [Fri, 11 Feb 2011 18:59:10 +0000 (18:59 +0000)]
Fix typo in toplevel configure.ac: PPL error message.

/:
* configure.ac: Remove extra bracket.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170058 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR driver/47678
jsm28 [Fri, 11 Feb 2011 18:13:11 +0000 (18:13 +0000)]
PR driver/47678
* gcc.c (main): Do not compile inputs if there were errors in
option handling.
* opts-common.c (read_cmdline_option): Check for wrong language
after other error checks.

testsuite:
* gcc.dg/opts-6.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170056 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoRevert "Fix PR c++/47172"
dodji [Fri, 11 Feb 2011 17:27:00 +0000 (17:27 +0000)]
Revert "Fix PR c++/47172"

gcc/cp/

* pt.c (finish_call_expr, dependent_type_p)
(type_dependent_expression_p): Revert the previous attempt to fix
PR c++/47172.

gcc/testsuite/

     * g++.dg/template/inherit6.C: Reverted.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170055 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * cgraph.c: Fix comment typos.
froydnj [Fri, 11 Feb 2011 15:16:46 +0000 (15:16 +0000)]
* cgraph.c: Fix comment typos.
* cgraph.h: Likewise.
* cgraphunit.c: Likewise.
* ipa-cp.c: Likewise.
* ipa-inline.c: Likewise.
* ipa-prop.c: Likewise.
* ipa-pure-const.c: Likewise.
* ipa-ref.c: Likewise.
* ipa-reference.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170052 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR debug/47684
jakub [Fri, 11 Feb 2011 14:24:26 +0000 (14:24 +0000)]
PR debug/47684
* tree-predcom.c (single_nonlooparound_use): Ignore debug uses.

* gcc.dg/pr47684.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170051 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/47665
jakub [Fri, 11 Feb 2011 14:19:44 +0000 (14:19 +0000)]
PR target/47665
* combine.c (make_compound_operation): Only change shifts into
multiplication for SCALAR_INT_MODE_P.

* gcc.target/i386/pr47665.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170050 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/47629
ro [Fri, 11 Feb 2011 11:09:21 +0000 (11:09 +0000)]
PR target/47629
* gcc.target/i386/pr47312.c: Use dg-require-effective-target
c99_runtime, dg-add-options c99_runtime.
(main): Use __asm__.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170049 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoAdded forgotten ChangeLog entry.
ro [Fri, 11 Feb 2011 11:08:44 +0000 (11:08 +0000)]
Added forgotten ChangeLog entry.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170048 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-11 Johannes Singler <singler@kit.edu>
singler [Fri, 11 Feb 2011 10:11:41 +0000 (10:11 +0000)]
2011-02-11  Johannes Singler  <singler@kit.edu>

        PR libstdc++/47433
        * include/parallel/losertree.h
        (_LoserTreeUnguarded<>::__delete_min_insert):
        Add missing "using std::swap;", as for other variants.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170047 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoi gcc/testsuite:
ro [Fri, 11 Feb 2011 10:01:29 +0000 (10:01 +0000)]
i gcc/testsuite:
PR testsuite/47400
* lib/target-supports.exp (check_ascii_locale_available): New proc.
* lib/target-supports-dg.exp (dg-require-ascii-locale): New proc.
* gcc.dg/attr-alias-5.c: Use dg-require-ascii-locale.
* gcc.dg/ucnid-10.c: Likewise.
* gcc.dg/ucnid-13.c: Likewise.
* gcc.dg/ucnid-7.c: Likewise.
* gcc.dg/ucnid-8.c: Likewise.
* Adapt dg-warning line number.

gcc:
PR testsuite/47400
* doc/sourcebuild.texi (Require Support): Document
dg-require-ascii-locale.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170046 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFix PR c++/47172
dodji [Fri, 11 Feb 2011 07:33:53 +0000 (07:33 +0000)]
Fix PR c++/47172

gcc/cp/

PR c++/47172
* pt.c (finish_call_expr): Consider a call expression that has a
dependent "this" pointer as being dependent.  Add comments.
(dependent_type_p, type_dependent_expression_p): Update comments.

gcc/testsuite/

* g++.dg/template/inherit6.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170045 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDon't crash on if statement with erroneous conditional.
ian [Fri, 11 Feb 2011 06:36:50 +0000 (06:36 +0000)]
Don't crash on if statement with erroneous conditional.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170044 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDon't get confused using type of erronous binary expression.
ian [Fri, 11 Feb 2011 06:34:57 +0000 (06:34 +0000)]
Don't get confused using type of erronous binary expression.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170043 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFix missing parentheses.
xmj [Fri, 11 Feb 2011 02:47:33 +0000 (02:47 +0000)]
Fix missing parentheses.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170041 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-10 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 11 Feb 2011 01:24:35 +0000 (01:24 +0000)]
2011-02-10  Benjamin Kosnik  <bkoz@redhat.com>

* src/Makefile.am (sources): Add regex.cc.
* src/Makefile.in: Regenerate.
* src/regex.cc: New.
* include/bits/regex_error.h (error_type): Use constexpr.
(regex_error): Move ctor and dtor out of line.

* testsuite/28_regex/03_requirements: To...
* testsuite/28_regex/requirements: ... this.
* testsuite/28_regex/04_header: To...
* testsuite/28_regex/headers: ... this.
* testsuite/28_regex/05_constants: To...
* testsuite/28_regex/constants: ... this.
* testsuite/28_regex/06_exception_type: To...
* testsuite/28_regex/regex_error: ... this.
* testsuite/28_regex/07_traits: To...
* testsuite/28_regex/traits: ... this.
* testsuite/28_regex/08_basic_regex: To...
* testsuite/28_regex/basic_regex: ... this.
* testsuite/28_regex/09_sub_match: To...
* testsuite/28_regex/sub_match: ... this.
* testsuite/28_regex/10_match_results: To...
* testsuite/28_regex/match_results: ... this.
* testsuite/28_regex/11_algorithms: To...
* testsuite/28_regex/algorithms: ... this.
* testsuite/28_regex/12_iterators: To...
* testsuite/28_regex/iterators: ... this.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170039 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-10 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 11 Feb 2011 01:23:10 +0000 (01:23 +0000)]
2011-02-10  Benjamin Kosnik  <bkoz@redhat.com>

* src/Makefile.am (sources): Add regex.cc.
* src/Makefile.in: Regenerate.
* src/regex.cc: New.
* include/bits/regex_error.h (error_type): Use constexpr.
(regex_error): Move ctor and dtor out of line.

* testsuite/28_regex/03_requirements: To...
* testsuite/28_regex/requirements: ... this.
* testsuite/28_regex/04_header: To...
* testsuite/28_regex/headers: ... this.
* testsuite/28_regex/05_constants: To...
* testsuite/28_regex/constants: ... this.
* testsuite/28_regex/06_exception_type: To...
* testsuite/28_regex/regex_error: ... this.
* testsuite/28_regex/07_traits: To...
* testsuite/28_regex/traits: ... this.
* testsuite/28_regex/08_basic_regex: To...
* testsuite/28_regex/basic_regex: ... this.
* testsuite/28_regex/09_sub_match: To...
* testsuite/28_regex/sub_match: ... this.
* testsuite/28_regex/10_match_results: To...
* testsuite/28_regex/match_results: ... this.
* testsuite/28_regex/11_algorithms: To...
* testsuite/28_regex/algorithms: ... this.
* testsuite/28_regex/12_iterators: To...
* testsuite/28_regex/iterators: ... this.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170038 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDon't crash on invalid comparison of complex constants.
ian [Fri, 11 Feb 2011 00:19:15 +0000 (00:19 +0000)]
Don't crash on invalid comparison of complex constants.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170037 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Fri, 11 Feb 2011 00:18:11 +0000 (00:18 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170036 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDon't crash on erroneous thunk.
ian [Thu, 10 Feb 2011 23:58:36 +0000 (23:58 +0000)]
Don't crash on erroneous thunk.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170031 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agolibgo/configure.ac: Use AC_COMPILE_IFELSE, not AC_PREPROC_IFELSE.
ian [Thu, 10 Feb 2011 23:43:42 +0000 (23:43 +0000)]
libgo/configure.ac: Use AC_COMPILE_IFELSE, not AC_PREPROC_IFELSE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170030 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDon't crash on redefined variable.
ian [Thu, 10 Feb 2011 23:38:50 +0000 (23:38 +0000)]
Don't crash on redefined variable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170029 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDon't crash when referring to method other than calling it.
ian [Thu, 10 Feb 2011 23:07:36 +0000 (23:07 +0000)]
Don't crash when referring to method other than calling it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170028 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-10 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Thu, 10 Feb 2011 22:40:53 +0000 (22:40 +0000)]
2011-02-10  Jonathan Wakely  <jwakely.gcc@gmail.com>

PR libstdc++/47662
* include/bits/c++config: Do not use alternative token.
* testsuite/17_intro/headers/c++1998/operator_names.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170026 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDetermine types in global variable preinit blocks.
ian [Thu, 10 Feb 2011 22:35:32 +0000 (22:35 +0000)]
Determine types in global variable preinit blocks.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170025 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-10 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Thu, 10 Feb 2011 22:11:08 +0000 (22:11 +0000)]
2011-02-10  Jonathan Wakely  <jwakely.gcc@gmail.com>

* src/future.cc (future_error_category::message): Handle no_state.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170024 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDon't get confused when mixing different abstract types in binary expr.
ian [Thu, 10 Feb 2011 21:46:20 +0000 (21:46 +0000)]
Don't get confused when mixing different abstract types in binary expr.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170023 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago* config/m32c/m32c.c (m32c_option_override): Disable
dj [Thu, 10 Feb 2011 19:41:26 +0000 (19:41 +0000)]
* config/m32c/m32c.c (m32c_option_override): Disable
-fcombine-stack-adjustments until flag value tracking and compare
optimization can be rewritten.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170022 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago- Add Bugzilla PRs to ChangeLog reverting AIX long double size.
dje [Thu, 10 Feb 2011 19:39:53 +0000 (19:39 +0000)]
- Add Bugzilla PRs to ChangeLog reverting AIX long double size.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170021 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDon't crash on field reference to erroneous struct.
ian [Thu, 10 Feb 2011 19:21:20 +0000 (19:21 +0000)]
Don't crash on field reference to erroneous struct.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170020 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDon't crash on make of slice of erroneous type.
ian [Thu, 10 Feb 2011 19:01:25 +0000 (19:01 +0000)]
Don't crash on make of slice of erroneous type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170019 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gcc.target/i386/parity-1.c: Use -march=k8.
uros [Thu, 10 Feb 2011 19:01:09 +0000 (19:01 +0000)]
* gcc.target/i386/parity-1.c: Use -march=k8.
* gcc.target/i386/parity-2.c: Ditto.
* gcc.target/i386/vecinit-1.c: Ditto.
* gcc.target/i386/vecinit-2.c: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170018 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDon't crash checking for unexported self-referential pointer field.
ian [Thu, 10 Feb 2011 18:21:58 +0000 (18:21 +0000)]
Don't crash checking for unexported self-referential pointer field.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170017 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-10 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Thu, 10 Feb 2011 17:43:51 +0000 (17:43 +0000)]
2011-02-10  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/23_containers/multimap/modifiers/erase/47628.cc: Do
not test in C++0x mode.
* testsuite/23_containers/map/modifiers/erase/47628.cc: Likewise.
* testsuite/20_util/headers/utility/synopsis.cc: Tweak to work
in C++0x mode too.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170016 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Change to
bergner [Thu, 10 Feb 2011 17:30:10 +0000 (17:30 +0000)]
* config/rs6000/linux64.h (PROCESSOR_DEFAULT): Change to
PROCESSOR_POWER7.
(PROCESSOR_DEFAULT64): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170015 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/46610
ro [Thu, 10 Feb 2011 17:14:15 +0000 (17:14 +0000)]
PR target/46610
* gcc.target/mips/save-restore-1.c: Skip on mips-sgi-irix6*.
* gcc.target/mips/save-restore-3.c: Likewise.
* gcc.target/mips/save-restore-4.c: Likewise.
* gcc.target/mips/save-restore-5.c: Likewise.

PR target/47683
* g++.dg/tree-prof/partition1.C: Skip on mips-sgi-irix*.
* g++.dg/tree-prof/partition2.C: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170012 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * g++.dg/tree-ssa/inline-3.C: Use a normal function
jason [Thu, 10 Feb 2011 16:30:38 +0000 (16:30 +0000)]
* g++.dg/tree-ssa/inline-3.C: Use a normal function
rather than misdeclare std::puts.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170011 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * g++.dg/ext/vla1.C: Adjust for C++0x mode.
jason [Thu, 10 Feb 2011 16:30:29 +0000 (16:30 +0000)]
* g++.dg/ext/vla1.C: Adjust for C++0x mode.
* g++.dg/other/warning1.C: Likewise.
* g++.old-deja/g++.bugs/900119_01.C: Likewise.
* g++.old-deja/g++.gb/scope06.C: Likewise.
* g++.old-deja/g++.law/cvt11.C: Likewise.
* g++.old-deja/g++.law/init1.C: Likewise.
* g++.dg/abi/mangle26.C: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170010 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * decl.c (cp_make_fname_decl): Set DECL_THIS_STATIC at toplevel.
jason [Thu, 10 Feb 2011 16:30:20 +0000 (16:30 +0000)]
* decl.c (cp_make_fname_decl): Set DECL_THIS_STATIC at toplevel.
* semantics.c (finish_fname): Only return the name if we're in
a function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170009 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * decl.c (build_enumerator): Don't perform integral promotions on
jason [Thu, 10 Feb 2011 16:30:08 +0000 (16:30 +0000)]
* decl.c (build_enumerator): Don't perform integral promotions on
non-integral constants.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170008 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * cvt.c (convert_to_void): Handle null op1.
jason [Thu, 10 Feb 2011 16:29:58 +0000 (16:29 +0000)]
* cvt.c (convert_to_void): Handle null op1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170007 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * class.c (type_has_constexpr_default_constructor): Make sure the
jason [Thu, 10 Feb 2011 16:29:49 +0000 (16:29 +0000)]
* class.c (type_has_constexpr_default_constructor): Make sure the
caller stripped an enclosing array.
* init.c (perform_member_init): Strip arrays before calling it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170006 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/47511
jason [Thu, 10 Feb 2011 16:29:39 +0000 (16:29 +0000)]
PR c++/47511
* semantics.c (potential_constant_expression_1): Handle TEMPLATE_DECL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170005 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/rx/predicates.md (rx_zs_comparison_operator): Revert
rth [Thu, 10 Feb 2011 16:03:48 +0000 (16:03 +0000)]
    * config/rx/predicates.md (rx_zs_comparison_operator): Revert
        change from 2011-02-03.
        * config/rx/rx.c (flags_from_code): Likewise.
        (rx_print_operand) ['B']: For LT/GE, use lt/ge if overflow flag
        is valid, n/pz otherwise.
        (rx_select_cc_mode): Return CCmode if Y is not zero.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170004 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-10 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 10 Feb 2011 15:29:52 +0000 (15:29 +0000)]
2011-02-10  Richard Guenther  <rguenther@suse.de>

* tree-ssa-structalias.c (bitpos_of_field): Use BITS_PER_UNIT,
not 8.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170003 138bc75d-0d04-0410-961f-82ee72b054a4