platform/upstream/gcc.git
15 years agore PR fortran/39528 (repeated entries are not read when using list-directed input)
Jerry DeLisle [Tue, 24 Mar 2009 12:24:29 +0000 (12:24 +0000)]
re PR fortran/39528 (repeated entries are not read when using list-directed input)

2009-03-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/39528
* io/list_read.c (list_formatted_read_scalar): Move check for read
completion to just after the check for a repeated value.

From-SVN: r145030

15 years agore PR tree-optimization/39529 (ICE on valid code)
Ira Rosen [Tue, 24 Mar 2009 12:18:19 +0000 (12:18 +0000)]
re PR tree-optimization/39529 (ICE on valid code)

PR tree-optimization/39529
* tree-vect-transform.c (vect_create_data_ref_ptr): Call
mark_sym_for_renaming for the tag copied to the new vector
pointer.

From-SVN: r145029

15 years agoconfig.host (alpha*-*-linux*): Use driver-alpha.o and alpha/x-alpha.
Arthur Loiret [Tue, 24 Mar 2009 10:33:57 +0000 (10:33 +0000)]
config.host (alpha*-*-linux*): Use driver-alpha.o and alpha/x-alpha.

2009-03-24  Arthur Loiret  <aloiret@debian.org>

* config.host (alpha*-*-linux*): Use driver-alpha.o and
alpha/x-alpha.
* config/alpha/linux.h (host_detect_local_cpu): Declare, add to
EXTRA_SPEC_FUNCTIONS.
(MCPU_MTUNE_NATIVE_SPECS, DRIVER_SELF_SPECS): New macros.
* config/alpha/driver-alpha.c, config/alpha/x-alpha: New.
* doc/invoke.texi (DEC Alpha Options): Document 'native' value for
-march and -mtune options.

From-SVN: r145028

15 years ago28277.cc: Likewise.
Mark Mitchell [Tue, 24 Mar 2009 06:37:16 +0000 (06:37 +0000)]
28277.cc: Likewise.

* testsuite/21_strings/basic_string/inserters_extractors/wchar_t/28277.cc:
Likewise.
* testsuite/27_io/basic_ostream/inserters_character/wchar_t/28277-3.cc:
Likewise.
* testsuite/27_io/basic_ostream/inserters_character/wchar_t/28277-4.cc:
Likewise.
* testsuite/ext/vstring/inserters_extractors/wchar_t/28277.cc:
Likewise.

From-SVN: r145027

15 years agoiterator.cc: Update copyright year(s).
Mark Mitchell [Tue, 24 Mar 2009 04:29:20 +0000 (04:29 +0000)]
iterator.cc: Update copyright year(s).

* testsuite/25_algorithms/search_n/iterator.cc: Update copyright
year(s).
* testsuite/25_algorithms/heap/moveable.cc: Likewise.
* testsuite/21_strings/basic_string/inserters_extractors/char/28277.cc
Likewise.
* testsuite/27_io/basic_ostream/inserters_character/char/28277-3.cc:
Likewise.
* testsuite/27_io/basic_ostream/inserters_character/char/28277-4.cc:
Likewise.
* testsuite/ext/vstring/inserters_extractors/char/28277.cc: Likewise.

From-SVN: r145026

15 years agot-rtems: Add m5329 multilib.
Ralf Corsepius [Tue, 24 Mar 2009 04:20:30 +0000 (05:20 +0100)]
t-rtems: Add m5329 multilib.

2009-03-24  Ralf Corsépius <ralf.corsepius@rtems.org>

* config/m68k/t-rtems: Add m5329 multilib.

From-SVN: r145024

15 years agoDaily bump.
GCC Administrator [Tue, 24 Mar 2009 00:16:50 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r145022

15 years agore PR debug/39524 (Duplicate C++ DW_TAG_variable breaking its DW_AT_location resolution)
Dodji Seketeli [Mon, 23 Mar 2009 23:21:38 +0000 (23:21 +0000)]
re PR debug/39524 (Duplicate C++ DW_TAG_variable breaking its DW_AT_location resolution)

PR debug/39524
* dwarf2out.c (gen_variable_die): Avoid adding duplicate declaration
nodes.

* g++.dg/debug/dwarf2/imported-decl-1.C: New test.

Co-Authored-By: Jakub Jelinek <jakub@redhat.com>
From-SVN: r145018

15 years agoadd PR tag
Jason Merrill [Mon, 23 Mar 2009 21:13:34 +0000 (17:13 -0400)]
add PR tag

From-SVN: r145015

15 years agore PR c/39495 (OMP parallel loop w/ unsigned index var rejected)
Jakub Jelinek [Mon, 23 Mar 2009 21:05:30 +0000 (22:05 +0100)]
re PR c/39495 (OMP parallel loop w/ unsigned index var rejected)

PR c/39495
* c-parser.c (c_parser_omp_for_loop): Call c_parser_binary_expression
instead of c_parser_expression_conv, if original_code isn't one of the
4 allowed comparison codes, fail.

* semantics.c (handle_omp_for_class_iterator): Swap cond operands and
code if iter is the second operand.
* parser.c (cp_parser_binary_expression): Add no_toplevel_fold_p
argument.  If it is set, don't build the toplevel expression with
build_x_binary_op, but build2.
(cp_parser_assignment_expression,  cp_parser_omp_for_incr): Adjust
callers.
(cp_parser_omp_for_cond): Don't assume the first operand of the
comparison must be decl.

* gcc.dg/gomp/pr39495-2.c: Remove xfails.

* testsuite/libgomp.c/loop-12.c: New test.
* testsuite/libgomp.c/loop-11.c: New test.
* testsuite/libgomp.c++/loop-11.C: New test.
* testsuite/libgomp.c++/loop-12.C: New test.
* testsuite/libgomp.c++/for-8.C: New test.

From-SVN: r145014

15 years agopt.c (make_fnparm_pack): Split out from...
Jason Merrill [Mon, 23 Mar 2009 21:03:01 +0000 (17:03 -0400)]
pt.c (make_fnparm_pack): Split out from...

        * gcc/cp/pt.c (make_fnparm_pack): Split out from...
        (instantiate_decl): ...here.
        (tsubst_pack_expansion): Handle being called in a late-specified
        return type.
        * libiberty/cp-demangle.c (d_expression): Handle pack expansion.
        (d_find_pack): Handle DEMANGLE_COMPONENT_FUNCTION_PARAM.
        (d_print_subexpr): Don't wrap function parms in ().
        (d_print_comp) [DEMANGLE_COMPONENT_PACK_EXPANSION]: Handle
        not finding a pack.

From-SVN: r145013

15 years agore PR c++/39526 (-Wshadow reports shadowed declarations for parameters of unnamed...
Jason Merrill [Mon, 23 Mar 2009 20:32:53 +0000 (16:32 -0400)]
re PR c++/39526 (-Wshadow reports shadowed declarations for parameters of unnamed temp objects)

        PR c++/39526
        * name-lookup.c (pushdecl_maybe_friend): Don't warn about shadowing
        a parm with a parm.

From-SVN: r145012

15 years agocgraph.h (struct cgraph_node): Reorder fields for 64-bit hosts.
Richard Guenther [Mon, 23 Mar 2009 16:29:33 +0000 (16:29 +0000)]
cgraph.h (struct cgraph_node): Reorder fields for 64-bit hosts.

2009-03-23  Richard Guenther  <rguenther@suse.de>

* cgraph.h (struct cgraph_node): Reorder fields for 64-bit hosts.
* tree.h (struct tree_type): Likewise.
* reload.h (struct insn_chain): Likewise.
* dwarf2out.c (struct dw_loc_descr_struct): Likewise.
* function.h (struct function): Likewise.
* tree-ssa-structalias.c (struct equiv_class_label): Likewise.

From-SVN: r145009

15 years agore PR tree-optimization/39516 (internal compiler error: in copy_to_mode_reg, at explo...
Jakub Jelinek [Mon, 23 Mar 2009 14:00:34 +0000 (15:00 +0100)]
re PR tree-optimization/39516 (internal compiler error: in copy_to_mode_reg, at explow.c:623)

PR tree-optimization/39516
* lambda-code.c (perfect_nestify): Fix type of the uboundvar variable.

* gfortran.dg/pr39516.f: New test.

From-SVN: r145008

15 years agoconfig.gcc (need_64bit_hwint): Make clear that need_64bit_hwint should be set true...
Bingfeng Mei [Mon, 23 Mar 2009 13:06:55 +0000 (13:06 +0000)]
config.gcc (need_64bit_hwint): Make clear that need_64bit_hwint should be set true if...

2009-03-23 Bingfeng Mei  <bmei@broadcom.com>

* config.gcc (need_64bit_hwint): Make clear that need_64bit_hwint
should be set true if BITS_PER_WORD of target is bigger than 32

From-SVN: r145006

15 years agoDaily bump.
GCC Administrator [Mon, 23 Mar 2009 00:16:50 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r145003

15 years agoiterator.cc: Condition iterations for simulators.
Mark Mitchell [Sun, 22 Mar 2009 16:02:44 +0000 (16:02 +0000)]
iterator.cc: Condition iterations for simulators.

* testsuite/25_algorithms/search_n/iterator.cc: Condition
iterations for simulators.
* testsuite/25_algorithms/heap/moveable.cc: Likewise.
* testsuite/21_strings/basic_string/inserters_extractors/char/28277.cc
Condition stream width for simulators.
* testsuite/27_io/basic_ostream/inserters_character/char/28277-3.cc:
Likewise.
* testsuite/27_io/basic_ostream/inserters_character/char/28277-4.cc:
Likewise.
* testsuite/ext/vstring/inserters_extractors/char/28277.cc: Likewise.

From-SVN: r144999

15 years agolinux.h (CRIS_LINK_SUBTARGET_SPEC): Translate -B-options to -rpath-link.
Hans-Peter Nilsson [Sun, 22 Mar 2009 15:15:04 +0000 (15:15 +0000)]
linux.h (CRIS_LINK_SUBTARGET_SPEC): Translate -B-options to -rpath-link.

* config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC):
Translate -B-options to -rpath-link.  Correct existing
rpath-link and conditionalize on !nostdlib.

From-SVN: r144998

15 years agotarget-libpath.exp (set_ld_library_path_env_vars): Correct TEST_GCC_EXEC_PREFIX test...
Hans-Peter Nilsson [Sun, 22 Mar 2009 14:59:14 +0000 (14:59 +0000)]
target-libpath.exp (set_ld_library_path_env_vars): Correct TEST_GCC_EXEC_PREFIX test to check existence as a tcl variable...

* lib/target-libpath.exp (set_ld_library_path_env_vars):
Correct TEST_GCC_EXEC_PREFIX test to check existence as a tcl
variable, not environment variable.

From-SVN: r144997

15 years agoRevert part of patch accidentally committed to trunk rather than fortran-dev (I hate...
Janne Blomqvist [Sun, 22 Mar 2009 11:32:29 +0000 (13:32 +0200)]
Revert part of patch accidentally committed to trunk rather than fortran-dev (I hate svn)

From-SVN: r144994

15 years agoPR libfortran/25561 libfortran/37754
Janne Blomqvist [Sun, 22 Mar 2009 10:51:05 +0000 (12:51 +0200)]
PR libfortran/25561 libfortran/37754

2009-03-22  Janne Blomqvist  <jb@gcc.gnu.org>

        PR libfortran/25561 libfortran/37754
* io/io.h (struct stream): Define new stream interface function
pointers, and inline functions for accessing it.
(struct fbuf): Use int instead of size_t, remove flushed element.
(mem_alloc_w): New prototype.
(mem_alloc_r): New prototype.
(stream_at_bof): Remove prototype.
(stream_at_eof): Remove prototype.
(file_position): Remove prototype.
(flush): Remove prototype.
(stream_offset): Remove prototype.
(unit_truncate): New prototype.
(read_block_form): Change to return pointer, int* argument.
(hit_eof): New prototype.
(fbuf_init): Change prototype.
(fbuf_reset): Change prototype.
(fbuf_alloc): Change prototype.
(fbuf_flush): Change prototype.
(fbuf_seek): Change prototype.
(fbuf_read): New prototype.
(fbuf_getc_refill): New prototype.
(fbuf_getc): New inline function.
        * io/fbuf.c (fbuf_init): Use int, get rid of flushed.
(fbuf_debug): New function.
(fbuf_reset): Flush, and return position offset.
(fbuf_alloc): Simplify, don't flush, just realloc.
(fbuf_flush): Make usable for read mode, salvage remaining bytes.
(fbuf_seek): New whence argument.
(fbuf_read): New function.
(fbuf_getc_refill): New function.
* io/file_pos.c (formatted_backspace): Use new stream interface.
(unformatted_backspace): Likewise.
(st_backspace): Make sure format buffer is reset, use new stream
interface, use unit_truncate.
(st_endfile): Likewise.
(st_rewind): Likewise.
* io/intrinsics.c: Use new stream interface.
* io/list_read.c (push_char): Don't use u.p.scratch, use realloc
to resize.
(free_saved): Don't check u.p.scratch.
(next_char): Use new stream interface, use fbuf_getc() for external files.
(finish_list_read): flush format buffer.
(nml_query): Update to use modified interface:s
* io/open.c (test_endfile): Use new stream interface.
(edit_modes): Likewise.
(new_unit): Likewise, set bytes_left to 1 for stream files.
* io/read.c (read_l): Use new read_block_form interface.
(read_utf8): Likewise.
(read_utf8_char1): Likewise.
(read_default_char1): Likewise.
(read_utf8_char4): Likewise.
(read_default_char4): Likewise.
(read_a): Likewise.
(read_a_char4): Likewise.
(read_decimal): Likewise.
(read_radix): Likewise.
(read_f): Likewise.
* io/transfer.c (read_sf): Use fbuf_read and mem_alloc_r, remove
usage of u.p.line_buffer.
(read_block_form): Update interface to return pointer, use
fbuf_read for direct access.
(read_block_direct): Update to new stream interface.
(write_block): Use mem_alloc_w for internal I/O.
(write_buf): Update to new stream interface.
(formatted_transfer_scalar): Don't use u.p.line_buffer, use
fbuf_seek for external files.
(us_read): Update to new stream interface.
(us_write): Likewise.
(data_transfer_init): Always check if we switch modes and flush.
(skip_record): Use new stream interface, fix comparison.
(next_record_r): Check for and reset u.p.at_eof, use new stream
interface, use fbuf_getc for spacing.
(write_us_marker): Update to new stream interface, don't inline.
(next_record_w_unf): Likewise.
(sset): New function.
(next_record_w): Use new stream interface, use fbuf for printing
newline.
(next_record): Use new stream interface.
(finalize_transfer): Remove sfree call, use new stream interface.
(st_iolength_done): Don't use u.p.scratch.
(st_read): Don't check for end of file.
(st_read_done): Don't use u.p.scratch, use unit_truncate.
(hit_eof): New function.
* io/unit.c (init_units): Always init fbuf for formatted units.
(update_position): Use new stream interface.
(unit_truncate): New function.
(finish_last_advance_record): Use fbuf to print newline.
* io/unix.c: Remove unused SSIZE_MAX macro.
(BUFFER_SIZE): Make static const variable rather than macro.
(struct unix_stream): Remove dirty_offset, len, method,
small_buffer. Order elements by decreasing size.
(struct int_stream): Remove.
(move_pos_offset): Remove usage of dirty_offset.
(reset_stream): Remove.
(do_read): Rename to raw_read, update to match new stream
interface.
(do_write): Rename to raw_write, update to new stream interface.
(raw_seek): New function.
(raw_tell): New function.
(raw_truncate): New function.
(raw_close): New function.
(raw_flush): New function.
(raw_init): New function.
(fd_alloc): Remove.
(fd_alloc_r_at): Remove.
(fd_alloc_w_at): Remove.
(fd_sfree): Remove.
(fd_seek): Remove.
(fd_truncate): Remove.
(fd_sset): Remove.
(fd_read): Remove.
(fd_write): Remove.
(fd_close): Remove.
(fd_open): Remove.
(fd_flush): Rename to buf_flush, update to new stream interface
and unix_stream.
(buf_read): New function.
(buf_write): New function.
(buf_seek): New function.
(buf_tell): New function.
(buf_truncate): New function.
(buf_close): New function.
(buf_init): New function.
(mem_alloc_r_at): Rename to mem_alloc_r, change prototype.
(mem_alloc_w_at): Rename to mem_alloc_w, change prototype.
(mem_read): Change to match new stream interface.
(mem_write): Likewise.
(mem_seek): Likewise.
(mem_tell): Likewise.
(mem_truncate): Likewise.
(mem_close): Likewise.
(mem_flush): New function.
(mem_sfree): Remove.
(empty_internal_buffer): Cast to correct type.
(open_internal): Use correct type, init function pointers.
(fd_to_stream): Test whether to open file as buffered or raw.
(output_stream): Remove mode set.
(error_stream): Likewise.
(flush_all_units_1): Use new stream interface.
(flush_all_units): Likewise.
(stream_at_bof): Remove.
(stream_at_eof): Remove.
(file_position): Remove.
(file_length): Update logic to use stream interface.
(flush): Remove.
(stream_offset): Remove.
* io/write.c (write_utf8_char4): Use int instead of size_t.
(write_x): Extra safety check.
(namelist_write_newline): Use new stream interface.

[[Split portion of a mixed commit.]]

From-SVN: r144993.2

15 years agoextend.texi (Function Attributes, [...]): Fix typos.
Ralf Wildenhues [Sun, 22 Mar 2009 08:16:31 +0000 (08:16 +0000)]
extend.texi (Function Attributes, [...]): Fix typos.

gcc/
* doc/extend.texi (Function Attributes, Variable Attributes):
Fix typos.
* doc/invoke.texi (Debugging Options, Optimize Options)
(i386 and x86-64 Options, MCore Options): Likewise.

From-SVN: r144992

15 years agoDaily bump.
GCC Administrator [Sun, 22 Mar 2009 00:16:46 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r144991

15 years agore PR c++/28879 (ICE with VLA in template function)
Jason Merrill [Sat, 21 Mar 2009 20:15:41 +0000 (16:15 -0400)]
re PR c++/28879 (ICE with VLA in template function)

        PR c++/28879
        * parser.c (cp_parser_direct_declarator): In a template, wrap
        non-constant expression in NOP_EXPR with TREE_SIDE_EFFECTS set.
        * pt.c (tsubst): Preserve it in a partial instantiation.
        (dependent_type_p_r): Don't check value_dependent_expression_p.
        * decl.c (compute_array_index_type): Don't check
        value_dependent_expression_p if TREE_SIDE_EFFECTS.

From-SVN: r144988

15 years agoDaily bump.
GCC Administrator [Sat, 21 Mar 2009 00:16:49 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r144983

15 years agoC++ core issue 703
Jason Merrill [Fri, 20 Mar 2009 21:49:18 +0000 (17:49 -0400)]
C++ core issue 703

        C++ core issue 703
        * typeck2.c (check_narrowing): Don't complain about loss of
        precision when converting a floating-point constant.

From-SVN: r144979

15 years agore PR debug/37890 (Incorrect nesting for DW_TAG_imported_declaration)
Jakub Jelinek [Fri, 20 Mar 2009 16:15:38 +0000 (17:15 +0100)]
re PR debug/37890 (Incorrect nesting for DW_TAG_imported_declaration)

PR debug/37890
* dwarf2out.c (gen_namespace_die): Add context_die argument and use
it for block local namespace aliases.
(gen_decl_die): Pass context_die to gen_namespace_die.

From-SVN: r144978

15 years agoDaily bump.
GCC Administrator [Fri, 20 Mar 2009 00:16:45 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r144974

15 years agocompat.exp (compat-get-options-main, [...]): Handle dg-prune-output in source file.
Jakub Jelinek [Thu, 19 Mar 2009 22:10:22 +0000 (23:10 +0100)]
compat.exp (compat-get-options-main, [...]): Handle dg-prune-output in source file.

2009-03-19  Jakub Jelinek  <jakub@redhat.com>
    Janis Johnson  <janis187@us.ibm.com>

* lib/compat.exp (compat-get-options-main, compat-get-options):
Handle dg-prune-output in source file.
* lib/gcc-defs.exp (${tool}_check_compile): Process prune requests.
* gcc.dg/compat/struct-layout-1_main.c: Use dg-prune for warning.
* gcc.dg/compat/struct-layout-1_generate.c: Use -Wno-abi, prune
two warnings.

Co-Authored-By: Janis Johnson <janis187@us.ibm.com>
From-SVN: r144971

15 years agore PR c/39495 (OMP parallel loop w/ unsigned index var rejected)
Jakub Jelinek [Thu, 19 Mar 2009 15:34:00 +0000 (16:34 +0100)]
re PR c/39495 (OMP parallel loop w/ unsigned index var rejected)

PR c/39495
* c-omp.c (c_finish_omp_for): Allow NE_EXPR with TREE_TYPE (decl)'s
minimum or maximum value.

* parser.c (cp_parser_omp_for_cond): Don't check lhs if decl is NULL.
(cp_parser_omp_for_loop): Always use cp_parser_omp_for_cond.

* gcc.dg/gomp/pr39495-1.c: New test.
* gcc.dg/gomp/pr39495-2.c: New test.
* g++.dg/gomp/pr39495-1.C: New test.
* g++.dg/gomp/pr39495-2.C: New test.

From-SVN: r144965

15 years agoreginfo.c (globalize_reg): Recompute derived reg sets.
Alexandre Oliva [Thu, 19 Mar 2009 14:46:26 +0000 (14:46 +0000)]
reginfo.c (globalize_reg): Recompute derived reg sets.

2009-03-19  Alexandre Oliva  <aoliva@redhat.com>

* reginfo.c (globalize_reg): Recompute derived reg sets.

From-SVN: r144964

15 years agore PR target/39063 (libgcc2.c:mprotect() for mingw, incompatible pointer type warning)
Ozkan Sezer [Thu, 19 Mar 2009 10:40:32 +0000 (10:40 +0000)]
re PR target/39063 (libgcc2.c:mprotect() for mingw, incompatible pointer type warning)

PR target/39063
* libgcc2.c (mprotect): Do not use signed arguments for
VirtualProtect, use DWORD arguments.  Also fix the 'may
be used uninitialized' warning for the np variable.

From-SVN: r144957

15 years agore PR target/39496 (GCC uses non-standard calling conventions for static functions...
Jakub Jelinek [Thu, 19 Mar 2009 10:25:43 +0000 (11:25 +0100)]
re PR target/39496 (GCC uses non-standard calling conventions for static functions with -O0.)

PR target/39496
* config/i386/i386.c (ix86_function_regparm): Don't optimize local
functions using regparm calling conventions when not optimizing.
(ix86_function_sseregparm): Similarly for sseregparm calling
conventions.

* gcc.target/i386/pr39496.c: New test.
* g++.dg/other/pr39496.C: New test.

From-SVN: r144955

15 years agore PR middle-end/39500 (autopar fails to parallel)
Li Feng [Thu, 19 Mar 2009 06:49:14 +0000 (06:49 +0000)]
re PR middle-end/39500 (autopar fails to parallel)

2009-03-19  Li Feng  <nemokingdom@gmail.com>

PR middle-end/39500
* tree-data-ref.c (analyze_subscript_affine_affine): There is no
dependence if the first conflict is after niter iterations.

testsuite/
* gcc.dg/autopar/pr39500-1.c: New.
* gcc.dg/autopar/pr39500-2.c: New.

From-SVN: r144952

15 years agore PR middle-end/38609 (gcc.c-torture/execute/built-in-setjmp.c execute -O2 and above)
Hans-Peter Nilsson [Thu, 19 Mar 2009 03:52:58 +0000 (03:52 +0000)]
re PR middle-end/38609 (gcc.c-torture/execute/built-in-setjmp.c execute -O2 and above)

PR middle-end/38609
* config/cris/cris.h (FRAME_POINTER_REQUIRED): Force for all
functions with dynamic stack-pointer adjustments.

From-SVN: r144951

15 years agoDaily bump.
GCC Administrator [Thu, 19 Mar 2009 00:16:51 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r144950

15 years agoconfigure: Rebuild.
Tom Tromey [Wed, 18 Mar 2009 23:32:36 +0000 (23:32 +0000)]
configure: Rebuild.

        * configure: Rebuild.
        * configure.ac (host_libs): Add libiconv.
        * Makefile.in: Rebuild.
        * Makefile.def (host_modules): Add libiconv.
        (configure-gdb, all-gdb): Depend on libiconv.

From-SVN: r144947

15 years agoinvoke.texi (RS/6000 and PowerPC Options): Fix -msdata-data option; change to -msdata...
Ben Elliston [Wed, 18 Mar 2009 21:59:56 +0000 (21:59 +0000)]
invoke.texi (RS/6000 and PowerPC Options): Fix -msdata-data option; change to -msdata=data.

* doc/invoke.texi (RS/6000 and PowerPC Options): Fix -msdata-data
option; change to -msdata=data.

From-SVN: r144946

15 years agoFix missing file and ChangeLog error in previous check-in
Jing Yu [Wed, 18 Mar 2009 21:58:15 +0000 (21:58 +0000)]
Fix missing file and ChangeLog error in previous check-in

From-SVN: r144945

15 years agodg.exp: Prune graphite.
H.J. Lu [Wed, 18 Mar 2009 21:44:04 +0000 (21:44 +0000)]
dg.exp: Prune graphite.

2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>

* g++.dg/dg.exp: Prune graphite.

From-SVN: r144944

15 years agoc.opt: Unify help texts for -Wdeprecated, -Wsystem-headers, and -fopenmp.
Ralf Wildenhues [Wed, 18 Mar 2009 21:14:53 +0000 (21:14 +0000)]
c.opt: Unify help texts for -Wdeprecated, -Wsystem-headers, and -fopenmp.

gcc/
* c.opt: Unify help texts for -Wdeprecated, -Wsystem-headers,
and -fopenmp.

gcc/java/
* lang.opt: Unify help text for -Wdeprecated.

gcc/fortran/
* lang.opt: Unify help texts for -I, -Wconversion, -d, -fopenmp,
and -fpreprocessed.

From-SVN: r144943

15 years agore PR target/35180 (built-in-setjmp.x2)
Eric Botcazou [Wed, 18 Mar 2009 18:54:31 +0000 (18:54 +0000)]
re PR target/35180 (built-in-setjmp.x2)

PR target/35180
* config/sparc/sparc.md (do_builtin_setjmp_setup): Prettify asm output.

From-SVN: r144942

15 years agoinvoke.texi (Code Gen Options): Expand discussion of -fno-common.
Sandra Loosemore [Wed, 18 Mar 2009 17:48:07 +0000 (13:48 -0400)]
invoke.texi (Code Gen Options): Expand discussion of -fno-common.

2009-03-18  Sandra Loosemore  <sandra@codesourcery.com>

gcc/
* doc/invoke.texi (Code Gen Options): Expand discussion of
-fno-common.

From-SVN: r144940

15 years agore PR debug/39485 (-O0 -g still puts whole object to a register)
Jakub Jelinek [Wed, 18 Mar 2009 17:06:15 +0000 (18:06 +0100)]
re PR debug/39485 (-O0 -g still puts whole object to a register)

PR debug/39485
* function.c (use_register_for_decl): When not optimizing, disregard
register keyword for variables with types containing methods.

From-SVN: r144939

15 years agodse.c (struct group_info): Reorder fields for 64-bit hosts.
Jakub Jelinek [Wed, 18 Mar 2009 17:04:26 +0000 (18:04 +0100)]
dse.c (struct group_info): Reorder fields for 64-bit hosts.

* dse.c (struct group_info): Reorder fields for 64-bit hosts.
* matrix-reorg.c (struct matrix_info): Likewise.
* tree-ssa-loop-ivopts.c (struct ivopts_data): Likewise.
* rtl.h (struct mem_attrs): Likewise.
* df.h (struct df): Likewise.
* tree-data-ref.h (struct data_dependence_relation): Likewise.
* ira-int.h (struct ira_allocno): Likewise.
* df-scan.c (struct df_collection_rec): Likewise.
* ira.c (struct equivalence): Likewise.
* function.c (struct temp_slot): Likewise.
* cfgloop.h (struct loop): Likewise.

* parser.c (struct cp_token): Reorder fields for 64-bit hosts.
(eof_token): Adjust.

* include/cpplib.h (struct cpp_dir): Reorder fields for 64-bit hosts.

From-SVN: r144938

15 years agographite.c (exclude_component_ref): Renamed contains_component_ref_p.
Sebastian Pop [Wed, 18 Mar 2009 16:59:55 +0000 (16:59 +0000)]
graphite.c (exclude_component_ref): Renamed contains_component_ref_p.

2009-03-18  Sebastian Pop  <sebastian.pop@amd.com>

* graphite.c (exclude_component_ref): Renamed contains_component_ref_p.
(is_simple_operand): Call contains_component_ref_p before calling data
reference analysis that would fail on COMPONENT_REFs.

* tree-vrp.c (search_for_addr_array): Fix formatting.

* g++.dg/graphite: New.
* g++.dg/graphite/graphite.exp: New.
* g++.dg/graphite/pr39447.C: New.

From-SVN: r144937

15 years agotree-vect-transform.c (vect_loop_versioning): Fold the generated comparisons.
Richard Guenther [Wed, 18 Mar 2009 15:29:28 +0000 (15:29 +0000)]
tree-vect-transform.c (vect_loop_versioning): Fold the generated comparisons.

2009-03-18  Richard Guenther  <rguenther@suse.de>

* tree-vect-transform.c (vect_loop_versioning): Fold the
generated comparisons.
* tree-vectorizer.c (set_prologue_iterations): Likewise.
(slpeel_tree_peel_loop_to_edge): Likewise.

From-SVN: r144934

15 years agore PR c++/39425 (gcc loops after reporting template instantiation errors)
H.J. Lu [Wed, 18 Mar 2009 14:56:45 +0000 (14:56 +0000)]
re PR c++/39425 (gcc loops after reporting template instantiation errors)

gcc/cp/

2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>

PR c++/39425
* parser.c (cp_parser_explicit_specialization): Don't skip the
rest of the specialization when begin_specialization returns
false.

gcc/testsuite/

2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>

PR c++/39425
* g++.dg/template/pr39425.C: New.

* g++.dg/template/spec33.C: Updated.

From-SVN: r144932

15 years agoDaily bump.
GCC Administrator [Wed, 18 Mar 2009 00:16:40 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r144927

15 years agodecl.c (grokfndecl): Set DECL_CONTEXT on parms.
Jason Merrill [Tue, 17 Mar 2009 23:31:18 +0000 (19:31 -0400)]
decl.c (grokfndecl): Set DECL_CONTEXT on parms.

        cp/:
        * decl.c (grokfndecl): Set DECL_CONTEXT on parms.
        (duplicate_decls): Adjust DECL_CONTEXT of newdecl's parms.
        * pt.c (check_explicit_specialization): Likewise.
        (tsubst_copy) [PARM_DECL]: Return a dummy parm if we don't have a
        local specialization.
        * tree.c (cp_tree_equal) [PARM_DECL]: Check type and index, not name.
        * decl2.c (parm_index): New fn.
        * semantics.c (finish_decltype_type): Don't use describable_type.
        * mangle.c (write_expression): Likewise.  Mangle ALIGNOF_EXPR.
        Give a sorry for unsupported codes rather than crash.  Mangle
        conversions with other than 1 operand.  New mangling for PARM_DECL.
        * operators.def (ALIGNOF_EXPR): Mangle as az.

        * include/demangle.h (enum demangle_component_type): Add
        DEMANGLE_COMPONENT_FUNCTION_PARAM.
        * libiberty/cp-demangle.c (d_make_function_param): new fn.
        (cplus_demangle_mangled_name): Work around abi v2 bug.
        (d_expr_primary): Likewise.
        (cplus_demangle_operators): Add alignof ops.
        (d_expression): Handle function parameters and conversions
        with other than 1 operand.
        (d_print_comp): Handle function parameters.  Fix bug with
        function used in type of function.

From-SVN: r144924

15 years agoappendix_contributing.xml: Add docbook style sheet version information.
Benjamin Kosnik [Tue, 17 Mar 2009 22:09:26 +0000 (22:09 +0000)]
appendix_contributing.xml: Add docbook style sheet version information.

2009-03-17  Benjamin Kosnik  <bkoz@redhat.com>

* doc/xml/manual/appendix_contributing.xml: Add docbook style
sheet version information. Table-ize docbook element examples.
* doc/xml/manual/using.xml: Human-readable header
markup. Alphabetized. Add new headers.
* doc/html: Regenerate.

From-SVN: r144923

15 years agoFix a documentation issue in a previous check in.
Doug Kwan [Tue, 17 Mar 2009 21:33:00 +0000 (21:33 +0000)]
Fix a documentation issue in a previous check in.

Fix a documentation issue in a previous check in.  Move C++ entry to
cp/ChangeLog

From-SVN: r144922

15 years agore PR middle-end/37805 (gcc --help=separate)
Ralf Wildenhues [Tue, 17 Mar 2009 21:25:59 +0000 (21:25 +0000)]
re PR middle-end/37805 (gcc --help=separate)

gcc/
PR middle-end/37805
* opts.c (print_specific_help): In addition to `undocumented',
accept `separate' and `joined' flags if passed alone.  Describe
output by the first matched one of those.
(common_handle_option): Skip over empty strings.
* gcc.c (display_help): Fix help string for `--help='.
* doc/invoke.texi (Option Summary, Overall Options): With
`--help=', classes and qualifiers can both be repeated, but
only the latter can be negated.  One should not pass only
negated qualifiers.  Fix markup and examples.

From-SVN: r144921

15 years agorevert: re PR middle-end/37805 (gcc --help=separate)
Ralf Wildenhues [Tue, 17 Mar 2009 21:23:28 +0000 (21:23 +0000)]
revert: re PR middle-end/37805 (gcc --help=separate)

gcc/
Revert
2008-10-14  Jakub Jelinek  <jakub@redhat.com>
PR middle-end/37805
* opts.c (common_handle_option): Don't ICE on -fhelp=joined
and -fhelp=separate.

From-SVN: r144920

15 years agore PR c++/39475 (c++0x type-traits should error out in case of incompleteness)
Paolo Carlini [Tue, 17 Mar 2009 20:49:23 +0000 (20:49 +0000)]
re PR c++/39475 (c++0x type-traits should error out in case of incompleteness)

/cp
2009-03-17  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/39475
* semantics.c (check_trait_type): New.
(finish_trait_expr): Use it.

/testsuite
2009-03-17  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/39475
* g++.dg/ext/unary_trait_incomplete.C: New.

From-SVN: r144919

15 years agore PR middle-end/39378 (Multiple inheritence thunk not working with -mthumb)
Jing Yu [Tue, 17 Mar 2009 20:18:21 +0000 (20:18 +0000)]
re PR middle-end/39378 (Multiple inheritence thunk not working with -mthumb)

2009-03-12  Jing Yu  <jingyu@google.com>

PR middle-end/39378
* function.h: Move is_thunk from rtl_data structure to function
structure.
* cp/method.c (use_thunk): Change is_thunk from crtl to cfun.
* varasm.c (assemble_start_function): Change is_thunk from crtl to
cfun.
* config/alpha/alpha.c: Change is_thunk from crtl to cfun.
* config/rs6000/rs6000.c: Change is_thunk from crtl to cfun.
* config/arm/arm.h: Change is_thunk from crtl to cfun.
* testsuite/g++.dg/inherit/thunk10.C: New file.

Patch submitted by Doug Kwan <dougkwan@google.com>

From-SVN: r144918

15 years agore PR target/39482 (ICE in inline_secondary_memory_needed, at config/i386/i386.c...
Uros Bizjak [Tue, 17 Mar 2009 18:55:40 +0000 (19:55 +0100)]
re PR target/39482 (ICE in inline_secondary_memory_needed, at config/i386/i386.c:25478)

PR target/39482
* config/i386/i386.md (*truncdfsf_mixed): Avoid combining registers
from different units in a single alternative.
(*truncdfsf_i387): Ditto.
(*truncxfsf2_mixed): Ditto.
(*truncxfdf2_mixed): Ditto.

testsuite/ChangeLog:

PR target/39482
* gcc.target/i386/pr39482.c: New test.

From-SVN: r144915

15 years agore PR debug/39474 (DW_AT_location missing for unused variables even at -O0)
Jakub Jelinek [Tue, 17 Mar 2009 17:53:01 +0000 (18:53 +0100)]
re PR debug/39474 (DW_AT_location missing for unused variables even at -O0)

PR debug/39474
* tree-ssa-live.c (remove_unused_locals): Don't remove local
unused non-artificial variables when not optimizing.

From-SVN: r144914

15 years agore PR debug/37890 (Incorrect nesting for DW_TAG_imported_declaration)
Jakub Jelinek [Tue, 17 Mar 2009 17:52:08 +0000 (18:52 +0100)]
re PR debug/37890 (Incorrect nesting for DW_TAG_imported_declaration)

PR debug/37890
* name-lookup.c (do_namespace_alias): Don't call global_decl debug
hook at function scope.

From-SVN: r144913

15 years agodwarf2out.c (dwarf2out_imported_module_or_decl_1): Allow non-NAMESPACE_DECL IMPORTED_...
Jakub Jelinek [Tue, 17 Mar 2009 17:51:10 +0000 (18:51 +0100)]
dwarf2out.c (dwarf2out_imported_module_or_decl_1): Allow non-NAMESPACE_DECL IMPORTED_DECL_ASSOCIATED_DECL.

* dwarf2out.c (dwarf2out_imported_module_or_decl_1): Allow
non-NAMESPACE_DECL IMPORTED_DECL_ASSOCIATED_DECL.

* name-lookup.c (cp_emit_debug_info_for_using): Emit USING_STMTs
instead of calling imported_module_or_decl debug hook if
building_stmt_tree ().
* cp-gimplify.c (cp_gimplify_expr): Don't assert the first operand
is a NAMESPACE_DECL.

From-SVN: r144912

15 years agore PR debug/39471 (DW_TAG_imported_module should be used (not DW_TAG_imported_declara...
Jakub Jelinek [Tue, 17 Mar 2009 17:49:28 +0000 (18:49 +0100)]
re PR debug/39471 (DW_TAG_imported_module should be used (not DW_TAG_imported_declaration))

PR debug/39471
* dwarf2out.c (dwarf2out_imported_module_or_decl_1): Emit
DW_TAG_imported_module even if decl is IMPORTED_DECL with
NAMESPACE_DECL in its DECL_INITIAL.

* cp-gimplify.c (cp_gimplify_expr): Don't set DECL_NAME
on IMPORTED_DECL.

* g++.dg/debug/dwarf2/imported-module-2.C: Expect
DW_TAG_imported_module, not just any DW_TAG_imported prefixed tag.
* g++.dg/debug/dwarf2/imported-module-3.C: Likewise.
* g++.dg/debug/dwarf2/imported-module-4.C: Likewise.

From-SVN: r144911

15 years agore PR middle-end/39443 (Builtin redirection no longer working for memcmp)
Jakub Jelinek [Tue, 17 Mar 2009 17:46:23 +0000 (18:46 +0100)]
re PR middle-end/39443 (Builtin redirection no longer working for memcmp)

PR middle-end/39443
* optabs.c (set_user_assembler_libfunc): New function.
* expr.h (set_user_assembler_libfunc): New prototype.
* c-common.c: Include libfuncs.h.
(set_builtin_user_assembler_name): Call set_user_assembler_libfunc
for memcmp, memset, memcpy, memmove and abort.
* Makefile.in (c-common.o): Depend on libfuncs.h.

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

From-SVN: r144910

15 years agore PR debug/39412 (ICE in gen_tagged_type_instantiation_die)
Jakub Jelinek [Tue, 17 Mar 2009 17:43:52 +0000 (18:43 +0100)]
re PR debug/39412 (ICE in gen_tagged_type_instantiation_die)

PR debug/39412
* dwarf2out.c (gen_inlined_enumeration_type_die,
gen_inlined_structure_type_die, gen_inlined_union_type_die,
gen_tagged_type_instantiation_die): Removed.
(gen_decl_die): For TYPE_DECL_IS_STUB with non-NULL decl_origin
do nothing.

* gcc.dg/debug/pr39412.c: New test.

From-SVN: r144909

15 years agore PR testsuite/38526 (WARNING: Could not compile gcc.dg/compat/struct-layout-1 gener...
Janis Johnson [Tue, 17 Mar 2009 17:35:55 +0000 (17:35 +0000)]
re PR testsuite/38526 (WARNING: Could not compile gcc.dg/compat/struct-layout-1 generator)

gcc/
PR testsuite/38526
* Makefile.in (site.exp): Rename TEST_GCC_EXEC_PREFIX and comment
its use.
(check-%): Don't set GCC_EXEC_PREFIX when invoking runtest.
(check-parallel-%): Ditto.
(check-consistency): Ditto.
testsuite/
PR testsuite/38526
* lib/target-libpath.exp (set_ld_library_path_env_vars): Save
existing GCC_EXEC_PREFIX, set to TEST_GCC_EXEC_PREFIX if that
is defined.
(restore_ld_library_path_env_vars): Restore GCC_EXEC_PREFIX to
its original value, or unset if it was not defined.
* gcc.dg/compat/struct-layout-1.exp: Use set/restore library
path procs around use of HOSTCC.
* g++.dg/compat/struct-layout-1.exp: Ditto.
* objc.dg/gnu-encoding/gnu-encoding.exp: Ditto.

From-SVN: r144908

15 years agoipa-struct-reorg.c (create_general_new_stmt): Initialize local variable rhs by NULL_TREE.
Kai Tietz [Tue, 17 Mar 2009 17:14:09 +0000 (17:14 +0000)]
ipa-struct-reorg.c (create_general_new_stmt): Initialize local variable rhs by NULL_TREE.

2009-03-17  Kai Tietz  <kai.tietz@onevision.com>

        * ipa-struct-reorg.c (create_general_new_stmt): Initialize
        local variable rhs by NULL_TREE.

From-SVN: r144907

15 years agore PR target/39477 (Incorrect document for regparm attribute)
H.J. Lu [Tue, 17 Mar 2009 13:10:24 +0000 (13:10 +0000)]
re PR target/39477 (Incorrect document for regparm attribute)

2009-03-17  H.J. Lu  <hongjiu.lu@intel.com>

PR target/39477
* doc/extend.texi: Correct register behavior for regparm on
Intel 386.

From-SVN: r144903

15 years agore PR target/39476 (Typo in ix86_function_regparm in i386.c)
H.J. Lu [Tue, 17 Mar 2009 12:55:18 +0000 (12:55 +0000)]
re PR target/39476 (Typo in ix86_function_regparm in i386.c)

2009-03-17  H.J. Lu  <hongjiu.lu@intel.com>

PR target/39476
* config/i386/i386.c (ix86_function_regparm): Rewrite for
64bit.

From-SVN: r144902

15 years agore PR target/39473 (Typo in untyped_call in i386.md)
H.J. Lu [Tue, 17 Mar 2009 12:50:52 +0000 (12:50 +0000)]
re PR target/39473 (Typo in untyped_call in i386.md)

2009-03-16  H.J. Lu  <hongjiu.lu@intel.com>

PR target/39473
* config/i386/i386.c (ix86_expand_call): Check extra clobbers
for ms->sysv ABI calls only in 64bit mode.

* config/i386/i386.md (untyped_call): Support 32bit.

From-SVN: r144901

15 years agofunc-indirect.c (main): Return 0.
H.J. Lu [Tue, 17 Mar 2009 01:12:28 +0000 (01:12 +0000)]
func-indirect.c (main): Return 0.

2009-03-16  H.J. Lu  <hongjiu.lu@intel.com>

* gcc.target/x86_64/abi/callabi/func-indirect.c (main): Return 0.

From-SVN: r144898

15 years agoextend.texi: Replace x86_65 with x86_64.
H.J. Lu [Tue, 17 Mar 2009 00:27:35 +0000 (00:27 +0000)]
extend.texi: Replace x86_65 with x86_64.

2009-03-16  H.J. Lu  <hongjiu.lu@intel.com>

* doc/extend.texi: Replace x86_65 with x86_64.

From-SVN: r144897

15 years agoDaily bump.
GCC Administrator [Tue, 17 Mar 2009 00:17:03 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r144896

15 years agoRevert patch for PR testsuite/37630.
Janis Johnson [Mon, 16 Mar 2009 21:11:57 +0000 (21:11 +0000)]
Revert patch for PR testsuite/37630.

From-SVN: r144893

15 years agore PR testsuite/37960 (FAIL: gcc.dg/pr11492.c (test for bogus messages, line 8))
Janis Johnson [Mon, 16 Mar 2009 20:01:15 +0000 (20:01 +0000)]
re PR testsuite/37960 (FAIL: gcc.dg/pr11492.c  (test for bogus messages, line 8))

PR testsuite/37960
* gcc.dg/pr11492.c: Replace constant and remove xfail.

From-SVN: r144892

15 years agore PR testsuite/37630 (gcc.dg/20001012-1.c depends on IEEE FP encoding)
Janis Johnson [Mon, 16 Mar 2009 19:59:37 +0000 (19:59 +0000)]
re PR testsuite/37630 (gcc.dg/20001012-1.c depends on IEEE FP encoding)

PR testsuite/37630
* lib/target-supports.exp (check_effective_target_ieee): New.
* gcc.c-torture/execute/ieee/ieee.exp: Use it.
* gcc.dg/20001012-1.c: Require ieee.

From-SVN: r144891

15 years agore PR testsuite/37628 (gcc.c-torture/execute/pr35456.c is not generic)
Janis Johnson [Mon, 16 Mar 2009 19:58:32 +0000 (19:58 +0000)]
re PR testsuite/37628 (gcc.c-torture/execute/pr35456.c is not generic)

PR testsuite/37628
* gcc.c-torture/execute/pr35456.x: New, skip for vax.

From-SVN: r144890

15 years agoCorrect ChangeLog entries for revision 136311.
H.J. Lu [Mon, 16 Mar 2009 19:29:17 +0000 (12:29 -0700)]
Correct ChangeLog entries for revision 136311.

From-SVN: r144889

15 years agoconfigure.ac: Treat gdb as supported on x86_64-darwin.
Tristan Gingold [Mon, 16 Mar 2009 17:02:02 +0000 (17:02 +0000)]
configure.ac: Treat gdb as supported on x86_64-darwin.

        * configure.ac: Treat gdb as supported on x86_64-darwin.
        * configure: Regenerate.

From-SVN: r144887

15 years agore PR tree-optimization/39455 (ICE : in compare_values_warnv, at tree-vrp.c:1073)
Jakub Jelinek [Mon, 16 Mar 2009 16:07:07 +0000 (17:07 +0100)]
re PR tree-optimization/39455 (ICE : in compare_values_warnv, at tree-vrp.c:1073)

PR tree-optimization/39455
* tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Fix types
mismatches for POINTER_TYPE_P (type).
(number_of_iterations_le): Likewise.

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

From-SVN: r144885

15 years agopicochip.c: Removed profiling support.
Hariharan Sandanagobalane [Mon, 16 Mar 2009 14:59:45 +0000 (14:59 +0000)]
picochip.c: Removed profiling support.

        * config/picochip/picochip.c: Removed profiling support.
        * config/picochip/picochip.md: Removed profiling instruction.
        * config/picochip/picochip.h: Removed profiling builtin.

From-SVN: r144884

15 years agoconfigure.ac (--with-host-libstdcxx): New option.
Joseph Myers [Mon, 16 Mar 2009 13:23:13 +0000 (13:23 +0000)]
configure.ac (--with-host-libstdcxx): New option.

* configure.ac (--with-host-libstdcxx): New option.
* configure: Regenerate.

gcc/doc:
* doc/install.texi (--with-host-libstdcxx): Document.

From-SVN: r144881

15 years agoconfigure.ac: Detect xulrunner-1.9.
Matthias Klose [Mon, 16 Mar 2009 12:08:23 +0000 (12:08 +0000)]
configure.ac: Detect xulrunner-1.9.

2009-03-16  Matthias Klose  <doko@ubuntu.com>

        * configure.ac: Detect xulrunner-1.9.
        * configure: Regenerate.

From-SVN: r144879

15 years agoDaily bump.
GCC Administrator [Mon, 16 Mar 2009 00:16:42 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r144878

15 years agofaq.xml: Fix link to setup documentation.
Paolo Carlini [Mon, 16 Mar 2009 00:09:04 +0000 (00:09 +0000)]
faq.xml: Fix link to setup documentation.

2009-03-15  Paolo Carlini  <paolo.carlini@oracle.com>

* doc/xml/faq.xml: Fix link to setup documentation.

From-SVN: r144875

15 years agore PR target/34299 ([avr] ICE on function attribute syntax for main())
Anatoly Sokolov [Sun, 15 Mar 2009 13:09:44 +0000 (16:09 +0300)]
re PR target/34299 ([avr] ICE on function attribute syntax for main())

PR target/34299
* config/avr/avr.c (avr_handle_fndecl_attribute): Move code for
generate a warning if the function name does not begin with
"__vector" and the function has either the 'signal' or 'interrupt'
attribute, from here to ...
(avr_declare_function_name): ...here. New function.
* config/avr/avr.h (ASM_DECLARE_FUNCTION_NAME): Redefine.
* config/avr/avr-protos.h (avr_declare_function_name): Declare.

From-SVN: r144870

15 years agotype_traits (__add_lvalue_reference_helper, [...]): As an optimization, rewrite condi...
Paolo Carlini [Sun, 15 Mar 2009 00:56:31 +0000 (00:56 +0000)]
type_traits (__add_lvalue_reference_helper, [...]): As an optimization, rewrite condition (avoid is_function).

2009-03-14  Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/type_traits (__add_lvalue_reference_helper,
__add_rvalue_reference_helper): As an optimization, rewrite
condition (avoid is_function).

From-SVN: r144868

15 years agoDaily bump.
GCC Administrator [Sun, 15 Mar 2009 00:16:54 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r144866

15 years ago2009-03-13 David Ayers <ayers@fsfe.org>
David Ayers [Sat, 14 Mar 2009 14:41:45 +0000 (14:41 +0000)]
2009-03-13  David Ayers  <ayers@fsfe.org>

* objc/execute/trivial.m. New test.

From-SVN: r144858

15 years agore PR bootstrap/39454 (Bootstrap failure on sparcv9-linux with profiledbootstrap)
Jakub Jelinek [Sat, 14 Mar 2009 08:10:55 +0000 (09:10 +0100)]
re PR bootstrap/39454 (Bootstrap failure on sparcv9-linux with profiledbootstrap)

PR bootstrap/39454
* cse.c (fold_rtx): Don't modify original const_arg1 when
canonicalizing SHIFT_COUNT_TRUNCATED shift count, do it on a
separate variable instead.
* rtlanal.c (nonzero_bits1) <case ASHIFTRT>: Don't assume anything
from out of range shift counts.
(num_sign_bit_copies1) <case ASHIFTRT, case ASHIFT>: Similarly.

From-SVN: r144857

15 years agoDaily bump.
GCC Administrator [Sat, 14 Mar 2009 00:17:08 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r144855

15 years agox-mingw32 (host-mingw32.o): Replace diagnostic.h with $(DIAGNOSTIC_H).
Catherine Moore [Fri, 13 Mar 2009 17:06:10 +0000 (13:06 -0400)]
x-mingw32 (host-mingw32.o): Replace diagnostic.h with $(DIAGNOSTIC_H).

       gcc/
       *  gcc/config/i386/x-mingw32 (host-mingw32.o): Replace
       diagnostic.h with $(DIAGNOSTIC_H).

From-SVN: r144842

15 years agore PR target/39137 (-mpreferred-stack-boundary=2 causes lots of dynamic realign)
Jack Howarth [Fri, 13 Mar 2009 17:05:08 +0000 (17:05 +0000)]
re PR target/39137 (-mpreferred-stack-boundary=2 causes lots of dynamic realign)

2009-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>

PR target/39137
* testsuite/gcc.target/i386/stackalign/longlong-2.c: Skip on darwin.

From-SVN: r144841

15 years agore PR libstdc++/39405 (std::shared_ptr barfs on incomplete template class that boost...
Paolo Carlini [Fri, 13 Mar 2009 15:01:50 +0000 (15:01 +0000)]
re PR libstdc++/39405 (std::shared_ptr barfs on incomplete template class that boost::shared_ptr accepts)

2009-03-13  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/39405
* testsuite/20_util/shared_ptr/cons/39405.cc: New.
* testsuite/tr1/2_general_utilities/shared_ptr/cons/39405.cc: Likewise.

From-SVN: r144839

15 years agore PR testsuite/39451 (Invalid x86 constraint in gcc.dg/asm-b.c)
H.J. Lu [Fri, 13 Mar 2009 13:24:14 +0000 (13:24 +0000)]
re PR testsuite/39451 (Invalid x86 constraint in gcc.dg/asm-b.c)

2009-03-13  H.J. Lu  <hongjiu.lu@intel.com>

PR testsuite/39451
* gcc.dg/asm-b.c: Use "Q" constraint on %b1/%h1 and "R"
constraint on (%2).

From-SVN: r144834

15 years agotypesizes.cc: Include tweaks.
Benjamin Kosnik [Fri, 13 Mar 2009 05:38:16 +0000 (05:38 +0000)]
typesizes.cc: Include tweaks.

2009-03-12  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/30_threads/condition_variable_any/native_handle/
typesizes.cc: Include tweaks.
* testsuite/30_threads/mutex/native_handle/typesizes.cc: Same.
* testsuite/30_threads/timed_mutex/native_handle/typesizes.cc: Same.
* testsuite/30_threads/thread/native_handle/typesizes.cc: Same.
* testsuite/30_threads/recursive_mutex/native_handle/typesizes.cc: Same.
* testsuite/30_threads/condition_variable/native_handle/
typesizes.cc: Same.

From-SVN: r144830

15 years agoDaily bump.
GCC Administrator [Fri, 13 Mar 2009 00:16:38 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r144829

15 years agore PR libobjc/27466 (RFE: Support for libobjc equivalent of std::set_unexpected)
David Ayers [Thu, 12 Mar 2009 22:28:15 +0000 (22:28 +0000)]
re PR libobjc/27466 (RFE: Support for libobjc equivalent of std::set_unexpected)

libobjc/

2009-03-12  Richard Frith-Macdonald  <rfm@gnu.org>
    David Ayers  <ayers@fsfe.org>

PR libobjc/27466
* objc/objc-api.h (_objc_unexpected_exception): Declare
new hook.  Update copyright dates.
* exception.c (objc_exception_throw): Use hook.  Update
copyright dates.
* libobjc.def (_objc_unexpected_exception): Export hook.
Update copyright dates.

gcc/testsuite/

2009-03-12  David Ayers  <ayers@fsfe.org>

PR libobjc/27466
* objc/execute/exceptions/handler-1.m. New test.

From-SVN: r144826

15 years agore PR target/39431 (ICE in spill_failure, at reload1.c:2093)
Jakub Jelinek [Thu, 12 Mar 2009 20:45:39 +0000 (21:45 +0100)]
re PR target/39431 (ICE in spill_failure, at reload1.c:2093)

PR target/39431
* config/i386/predicates.md (cmpxchg8b_pic_memory_operand): New
predicate.
* config/i386/sync.md (sync_compare_and_swap<mode>,
sync_compare_and_swap_cc<mode>): For DImode with -m32 -fpic check
if operands[1] is cmpxchg8b_pic_memory_operand, if not force address
into a register.
(sync_double_compare_and_swapdi_pic,
sync_double_compare_and_swap_ccdi_pic): Require operand 1 to be
cmpxchg8b_pic_memory_operand instead of just memory_operand.

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

From-SVN: r144825

15 years agore PR target/39445 (failure of SSE2 tests)
H.J. Lu [Thu, 12 Mar 2009 19:56:34 +0000 (19:56 +0000)]
re PR target/39445 (failure of SSE2 tests)

gcc/

2009-03-12  H.J. Lu  <hongjiu.lu@intel.com>

PR target/39445
* config/i386/i386.c (ix86_expand_push): Don't set memory
alignment.

gcc/testsuite/

2009-03-12  H.J. Lu  <hongjiu.lu@intel.com>

PR target/39445
* gcc.target/i386/pr39445.c: New.

* gcc.target/i386/push-1.c: XFAIL.

From-SVN: r144823

15 years agore PR target/39327 (Incorrect addsub/unpck patterns in sse.md)
H.J. Lu [Thu, 12 Mar 2009 17:43:14 +0000 (17:43 +0000)]
re PR target/39327 (Incorrect addsub/unpck patterns in sse.md)

2009-03-12  H.J. Lu  <hongjiu.lu@intel.com>

PR target/39327
* config/i386/sse.md (avx_addsubv8sf3): Correct item bits.
(avx_addsubv4df3): Likewise.
(*avx_addsubv4sf3): Likewise.
(sse3_addsubv4sf3): Likewise.

From-SVN: r144819

15 years ago[multiple changes]
Andrew Haley [Thu, 12 Mar 2009 16:13:19 +0000 (16:13 +0000)]
[multiple changes]

2009-03-11  Andrew Haley  <aph@redhat.com>

* java/lang/natClassLoader.cc (_Jv_RegisterClassHookDefault): Clear
INTERPRETED access modifier.

2009-03-11  Tom Tromey  <tromey@redhat.com>

* link.cc (_Jv_Linker::find_field): Pass the field_type to
_Jv_CheckOrCreateLoadingConstraint, not the class that is
requesting the field.

From-SVN: r144818