OSDN Git Service

pf3gnuchains/gcc-fork.git
13 years ago2010-07-19 Steven G. Kargl <kargl@gcc.gnu.org>
kargl [Tue, 20 Jul 2010 04:01:32 +0000 (04:01 +0000)]
2010-07-19  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/44929
* gfortran.dg/allocate_with_typespec.f90: New test.
* gfortran.dg/allocate_derived_1.f90: Update error message.

2010-07-19  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/44929
* fortran/match.c (match_type_spec): Check for derived type before
intrinsic types.

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

13 years ago PR c++/44996
jason [Tue, 20 Jul 2010 01:31:42 +0000 (01:31 +0000)]
PR c++/44996
* semantics.c (finish_decltype_type): Correct decltype
of parenthesized rvalue reference variable.

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

13 years agoDaily bump.
gccadmin [Tue, 20 Jul 2010 00:17:25 +0000 (00:17 +0000)]
Daily bump.

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

13 years ago * config.gcc (LIBC_GLIBC, LIBC_UCLIBC, LIBC_BIONIC): Move constants
mkuvyrkov [Mon, 19 Jul 2010 20:05:46 +0000 (20:05 +0000)]
* config.gcc (LIBC_GLIBC, LIBC_UCLIBC, LIBC_BIONIC): Move constants
to top level.
* config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Move Android-specific
definitions ...
* config/linux-android.h (ANDROID_TARGET_OS_CPP_BUILTINS): ... here.
New macro.
* config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Use it.

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

13 years agogcc/
rsandifo [Mon, 19 Jul 2010 19:38:42 +0000 (19:38 +0000)]
gcc/
* gengtype.c (start_root_entry): New function, split out from
write_root.  Check whether V is null and raise an error if so.
(write_field_root): Check for V being null.  Don't raise an error here;
set V to null instead.
(write_root): Update comment above function.  Use start_root_entry.

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

13 years ago2010-07-19 Paul Thomas <pault@gcc.gnu.org>
pault [Mon, 19 Jul 2010 18:48:44 +0000 (18:48 +0000)]
2010-07-19  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/42385
* interface.c (matching_typebound_op): Add argument for the
return of the generic name for the procedure.
(build_compcall_for_operator): Add an argument for the generic
name of an operator procedure and supply it to the expression.
(gfc_extend_expr, gfc_extend_assign): Use the generic name in
calls to the above procedures.
* resolve.c (resolve_typebound_function): Catch procedure
component calls for CLASS objects, check that the vtable is
complete and insert the $vptr and procedure components, to make
the call.
(resolve_typebound_function): The same.
* trans-decl.c (gfc_trans_deferred_vars): Do not deallocate
an allocatable scalar if it is a result.

2010-07-19  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/42385
* gfortran.dg/class_defined_operator_1.f03 : New test.

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

13 years ago * gcc.dg/vect/slp-perm-1.c (main): Make sure loops aren't vectorized.
bergner [Mon, 19 Jul 2010 17:32:19 +0000 (17:32 +0000)]
* gcc.dg/vect/slp-perm-1.c (main): Make sure loops aren't vectorized.
* gcc.dg/vect/slp-perm-2.c (main): Likewise.
* gcc.dg/vect/slp-perm-3.c (main): Likewise.  Fix loop limit.
* gcc.dg/vect/slp-perm-4.c (main): Fix loop limit.

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

13 years agoFix PR44932
davidxl [Mon, 19 Jul 2010 16:32:57 +0000 (16:32 +0000)]
Fix PR44932

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

13 years ago2010-07-19 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 19 Jul 2010 15:39:51 +0000 (15:39 +0000)]
2010-07-19  Richard Guenther  <rguenther@suse.de>

PR middle-end/44941
* expr.c (emit_block_move_hints): Move zero size check first.
Move asserts to more useful places.
* calls.c (load_register_parameters): Check for zero size.

* gcc.c-torture/compile/pr44941.c: New testcase.

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

13 years ago PR c++/44969
jason [Mon, 19 Jul 2010 14:50:52 +0000 (14:50 +0000)]
PR c++/44969
* tree.c (cp_tree_equal): Compare type of *CAST_EXPR.
* pt.c (iterative_hash_template_arg): Hash type of *CAST_EXPR.

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

13 years agoReliably change cgraph_state to SSA form.
rth [Mon, 19 Jul 2010 14:42:50 +0000 (14:42 +0000)]
Reliably change cgraph_state to SSA form.

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

13 years agoRemove gfortran.dg/data_implied_do_2.f90.
hjl [Mon, 19 Jul 2010 13:35:19 +0000 (13:35 +0000)]
Remove gfortran.dg/data_implied_do_2.f90.

2010-07-19  H.J. Lu  <hongjiu.lu@intel.com>

PR fortran/44353
* gfortran.dg/data_implied_do_2.f90: Removed.

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

13 years ago2010-07-19 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Mon, 19 Jul 2010 13:11:54 +0000 (13:11 +0000)]
2010-07-19  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/44953
* io/unix.c (mem_alloc_w4): Return gfc_char4_t instead of char type
pointer. (mem_write4): Remove cast to gfc_char4_t.
* io/transfer.c (write_block): Use a gfc_char4_t pointer.
(memset4): New helper function. (next_record_w): Use new helper
function rather than sset for internal units.  Don't attempt to pad
with spaces if it is not needed.
* io/unix.h: Update prototype for mem_alloc_w4.
* io/write.c (memset4): Use gfc_char4_t pointer and chracter type.
Don't use multiply by 4 to compute offset. (memcpy4): Likewise.
(write_default_char4): Use a gfc_char4_t pointer and update memset4
and memcpy calls. (write_a): Likewise. (write_l): Likewise.
(write_boz): Likewise. (write_decimal): Likewise. (write_x): Likewise.
(write_char): Add support for character(kind=4) internal units that
was previously missed. (write_integer): Use a gfc_char4_t pointer and
update memset4 and memcpy calls. (write_character): Likewise.
(write_separator): Add support for character(kind=4) internal units
that was previously missed.
* write_float.def (output_float): Use a gfc_char4_t pointer and
update memset4 and memcpy calls. (write_infnan): Likewise.
(output_float_FMT_G_): Likewise.

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

13 years ago/cp
paolo [Mon, 19 Jul 2010 10:27:58 +0000 (10:27 +0000)]
/cp
2010-07-19  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/44969
* typeck.c (build_x_compound_expr_from_list): Add tsubst_flags_t
parameter.
* cp-tree.h: Adjust declaration.
* init.c (perform_member_init): Adjust caller.
* decl.c (grok_reference_init, cp_finish_decl): Likewise.
* typeck2.c (store_init_value): Likewise.
(build_functional_cast): Pass complain argument to
build_x_compound_expr_from_list.

/testsuite
2010-07-19  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/44969
* g++.dg/template/sfinae23.C: New.

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

13 years ago * postreload.c (reload_combine_closest_single_use): Ignore the
bernds [Mon, 19 Jul 2010 09:56:07 +0000 (09:56 +0000)]
* postreload.c (reload_combine_closest_single_use): Ignore the
number of uses for DEBUG_INSNs.
(fixup_debug_insns): New static function.
(reload_combine_recognize_const_pattern): Use it.  Don't let the
main loop be affected by DEBUG_INSNs.
Really disallow moving adds past a jump insn.
(reload_combine_recognize_pattern): Don't update use_ruid here.
(reload_combine_note_use): Do it here.
(reload_combine): Use control_flow_insn_p rather than JUMP_P.

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

13 years ago2010-07-19 Bingfeng Mei <bmei@broadcom.com>
meibf [Mon, 19 Jul 2010 09:18:14 +0000 (09:18 +0000)]
2010-07-19  Bingfeng Mei  <bmei@broadcom.com>
* ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes
        of a loop.
        * loop-doloop.c (doloop_condition_get): Skip possible debug_insn.

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

13 years agoallow darwin branch island control depening on system version
iains [Mon, 19 Jul 2010 09:11:12 +0000 (09:11 +0000)]
allow darwin branch island control depening on system version

* config/i386/darwin.h: Define darwin_emit_branch_islands.
(TARGET_MACHO_BRANCH_ISLANDS): New.
(FUNCTION_PROFILER): Use TARGET_MACHO_BRANCH_ISLANDS.
* config/i386/i386.h (TARGET_MACHO_BRANCH_ISLANDS): Define a
default value.
* config/i386/i386.c (output_pic_addr_const): Do not emit
branch islands unless TARGET_MACHO_BRANCH_ISLANDS is set.
(x86_output_mi_thunk): Adjust symbol creation.
* config/rs6000/darwin.h: Define darwin_emit_branch_islands.
Remove out of date comment.
* config/rs6000/rs6000.c (print_operand): Adjust symbol.
DARWIN_LINKER_GENERATES_ISLANDS: Remove.
DARWIN_GENERATE_ISLANDS: Ditto.
(output_call):  Do not emit branch islands unless
darwin_emit_branch_islands is set.
* config/darwin.c: Declare darwin_emit_branch_islands.
(machopic_indirect_data_reference): Do not emit unless
darwin_emit_branch_islands is set.
(darwin_override_options): Set darwin_emit_branch_islands
where it is needed.
* config/darwin9.h
DARWIN_LINKER_GENERATES_ISLANDS: Remove.

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

13 years ago gcc:
ro [Mon, 19 Jul 2010 08:20:59 +0000 (08:20 +0000)]
gcc:
* doc/sourcebuild.texi (Effective-Target Keywords): Document
sse_runtime, sse2_runtime.

gcc/testsuite:
* lib/target-supports.exp (check_sse_os_support_available): New
proc.
(check_sse_hw_available): New proc.
(check_effective_target_sse_runtime): New proc.
(check_effective_target_sse2_runtime): New proc.
* lib/fortran-torture.exp (get-fortran-torture-options): Only add
-msse2 if check_sse_os_support_available.
* g++.dg/vect/vect.exp: Only run -msse2 tests if
check_sse_os_support_available.
* gcc.dg/vect/vect.exp: Likewise.
* gfortran.dg/vect/vect.exp: Likewise.
* gcc.target/i386/sol2-check: Renamed to ...
* gcc.target/i386/sse-os-support.h: ... this.
(sol2_check): Renamed to ...
(sse_os_support): ... this.
Only test movss with xmm registers.
* gcc.target/i386/sse-check.h: Reflect new header and function names.
Removed ILL_INSN, ILL_INSN_LEN.
* gcc.target/i386/sse2-check.h: Likewise.
* gcc.target/i386/sse3-check.h: Likewise.
* gcc.dg/pr40550.c: Use dg-require-effective-target sse_runtime.
Removed cpuid.h, __get_cpuid test.
* g++.dg/other/i386-1.C: Use dg-require-effective-target sse2_runtime.
Removed cpuid.h, __get_cpuid test.
* g++.dg/other/pr40446.C: Likewise.
* gcc.dg/compat/union-m128-1_main.c: Likewise.
* gcc.dg/compat/vector-1a_main.c: Likewise.
* gcc.dg/compat/vector-2a_main.c: Likewise.
* gcc.dg/pr36584.c: Likewise.
* gcc.dg/pr37544.c: Likewise.
* gcc.dg/torture/pr16104-1.c: Likewise.
* gcc.dg/torture/stackalign/alloca-2.c: Likewise.
* gcc.dg/torture/stackalign/alloca-3.c: Likewise.
* gcc.dg/torture/stackalign/push-1.c: Likewise.
* gcc.dg/torture/stackalign/vararg-3.c: Likewise.
* gcc.dg/torture/pr35771.h: Removed cpuid.h, __get_cpuid test.
* gcc.dg/torture/pr35771-1.c: Use dg-require-effective-target
sse2_runtime.
* gcc.dg/torture/pr35771-2.c: Likewise.
* gcc.dg/torture/pr35771-3.c: Likewise.
* gcc.target/i386/pr39315-2.c: Likewise.
* gcc.target/i386/pr39315-4.c: Likewise.
* gcc.target/i386/vperm-v2df.c: Likewise.
* gcc.target/i386/vperm-v2di.c: Likewise.
* gcc.target/i386/vperm-v4si-1.c: Likewise.
* gcc.target/i386/vperm-v4sf-1.c: Use dg-require-effective-target
sse_runtime.

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

13 years ago2010-07-19 Paul Thomas <pault@gcc.gnu.org>
pault [Mon, 19 Jul 2010 05:05:23 +0000 (05:05 +0000)]
2010-07-19  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/44353
* match.c (gfc_match_iterator): Revert.

2010-07-19  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/44353
* gfortran.dg/data_implied_do_2.f03 : Remove.

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

13 years agoDaily bump.
gccadmin [Mon, 19 Jul 2010 00:16:54 +0000 (00:16 +0000)]
Daily bump.

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

13 years ago2010-07-18 Paul Thomas <pault@gcc.gnu.org>
pault [Sun, 18 Jul 2010 16:15:43 +0000 (16:15 +0000)]
2010-07-18  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/44353
* match.c (gfc_match_iterator): Remove error that iterator
cannot be INTENT(IN).

2010-07-18  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/44353
* gfortran.dg/data_implied_do_2.f03 : New test.

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

13 years agogcc/testsuite/
rsandifo [Sun, 18 Jul 2010 12:20:16 +0000 (12:20 +0000)]
gcc/testsuite/
* gcc.target/mips/cache-1.c: Allow 0 instead of 0x0.

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

13 years agogcc/testsuite/
rsandifo [Sun, 18 Jul 2010 12:16:36 +0000 (12:16 +0000)]
gcc/testsuite/
* gcc.target/mips/mips.exp (mips_option_groups): Add -mflip-mips16
to the "mips16" group.
(mips_using_mips16_p): New procedure.
(mips-dg-options): Use it.

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

13 years agogcc/
rsandifo [Sun, 18 Jul 2010 12:14:26 +0000 (12:14 +0000)]
gcc/
* config/mips/mips.c (mips16_build_call_stub): Zero-extend the
low half of a single-register SCmode return value before ORing
it with the high half.
* config/mips/mips16.S (MERGE_GPRf): Likewise.

gcc/testsuite/
* gcc.target/mips/mips16-attributes-4.c: New test.

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

13 years agoDaily bump.
gccadmin [Sun, 18 Jul 2010 00:17:13 +0000 (00:17 +0000)]
Daily bump.

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

13 years ago PR target/44805
danglin [Sat, 17 Jul 2010 22:51:34 +0000 (22:51 +0000)]
PR target/44805
* config/pa/pa.h (CONSTANT_ALIGNMENT): Align strings to BITS_PER_WORD
on all targets.

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

13 years ago PR testsuite/44418
iains [Sat, 17 Jul 2010 14:51:20 +0000 (14:51 +0000)]
PR testsuite/44418
* gcc.target/powerpc/recip-1.c: Do not run for powerpc*-apple-darwin*
* gcc.target/powerpc/recip-2.c: Ditto.
* gcc.target/powerpc/recip-3.c: Ditto.

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

13 years ago2010-07-17 Mikael Morin <mikael@gcc.gnu.org>
mikael [Sat, 17 Jul 2010 09:57:19 +0000 (09:57 +0000)]
2010-07-17  Mikael Morin  <mikael@gcc.gnu.org>

* trans-array.c (gfc_free_ss): Don't free beyond ss rank.
Access subscript through the "dim" field index.
(gfc_trans_create_temp_array): Access ss info through the "dim" field
index.
(gfc_conv_array_index_offset): Ditto.
(gfc_conv_loop_setup): Ditto.
(gfc_conv_expr_descriptor): Ditto.
(gfc_conv_ss_startstride): Ditto.  Update call to
gfc_conv_section_startstride.
(gfc_conv_section_startstride): Set values along the array dimension.
Get array dimension directly from the argument.

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

13 years ago2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
iains [Sat, 17 Jul 2010 08:22:09 +0000 (08:22 +0000)]
2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>

PR target/44862
* Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
Provide -B option to allow for link spec %s substitutions for
libstdc++.a on darwin.
* Makefile.in: Regenerate.

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

13 years agoDaily bump.
gccadmin [Sat, 17 Jul 2010 00:17:13 +0000 (00:17 +0000)]
Daily bump.

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

13 years ago PR target/42235
bernds [Fri, 16 Jul 2010 23:47:46 +0000 (23:47 +0000)]
PR target/42235
* postreload.c (reload_cse_move2add): Return bool, true if anything.
changed.  All callers changed.
(move2add_use_add2_insn): Likewise.
(move2add_use_add3_insn): Likewise.
(reload_cse_regs): If reload_cse_move2add changed anything, rerun
reload_combine.
(RELOAD_COMBINE_MAX_USES): Bump to 16.
(last_jump_ruid): New static variable.
(struct reg_use): New members CONTAINING_MEM and RUID.
(reg_state): New members ALL_OFFSETS_MATCH and REAL_STORE_RUID.
(reload_combine_split_one_ruid, reload_combine_split_ruids,
reload_combine_purge_insn_uses, reload_combine_closest_single_use
reload_combine_purge_reg_uses_after_ruid,
reload_combine_recognize_const_pattern): New static functions.
(reload_combine_recognize_pattern): Verify that ALL_OFFSETS_MATCH
is true for our reg and that we have available index regs.
(reload_combine_note_use): New args RUID and CONTAINING_MEM.  All
callers changed.  Use them to initialize fields in struct reg_use.
(reload_combine): Initialize last_jump_ruid.  Be careful when to
take PREV_INSN of the scanned insn.  Update REAL_STORE_RUID fields.
Call reload_combine_recognize_const_pattern.
(reload_combine_note_store): Update REAL_STORE_RUID field.

* gcc.target/arm/pr42235.c: New test.

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

13 years ago PR c++/32505
jason [Fri, 16 Jul 2010 21:05:16 +0000 (21:05 +0000)]
PR c++/32505
* pt.c (process_partial_specialization): Diagnose partial
specialization after instantiation.
(most_specialized_class): Add complain parm.

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

13 years ago * ptree.c (cxx_print_xnode): Handle TEMPLATE_INFO.
jason [Fri, 16 Jul 2010 21:05:07 +0000 (21:05 +0000)]
* ptree.c (cxx_print_xnode): Handle TEMPLATE_INFO.

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

13 years ago * Makefile.in (opts-common.o): Depend on options.h.
jason [Fri, 16 Jul 2010 21:04:55 +0000 (21:04 +0000)]
* Makefile.in (opts-common.o): Depend on options.h.

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

13 years ago * gcc.dg/guality/guality.exp: Run also c-c++-common/guality/ tests.
jakub [Fri, 16 Jul 2010 20:35:16 +0000 (20:35 +0000)]
* gcc.dg/guality/guality.exp: Run also c-c++-common/guality/ tests.
* gcc.dg/guality/guality.h: Include unistd.h.  Make the header usable
in C++.
(gualcvt): New overloaded inline.
(GUALCVT): Use it for C++.
* g++.dg/guality/guality.exp: New.
* g++.dg/guality/guality.h: New.
* g++.dg/guality/redeclaration1.C: New test.
* g++.dg/dg.exp: Prune also guality/* tests.
* gcc.dg/guality/pr43141.c: Moved to...
* c-c++-common/guality/pr43141.c: ... here.

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

13 years ago * tree.c (build_common_builtin_nodes): Use build_function_type_list
froydnj [Fri, 16 Jul 2010 17:51:56 +0000 (17:51 +0000)]
* tree.c (build_common_builtin_nodes): Use build_function_type_list
instead of build_function_type.
* tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Likewise.
* cgraphunit.c (cgraph_build_static_cdtor): Likewise.

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

13 years ago * config/rs6000/rs6000.c (rs6000_emit_sISEL): Let rs6000_emit_int_cmove
froydnj [Fri, 16 Jul 2010 15:25:43 +0000 (15:25 +0000)]
* config/rs6000/rs6000.c (rs6000_emit_sISEL): Let rs6000_emit_int_cmove
do all the work.
(rs6000_emit_int_cmove): Use function pointers for insn generation.
Don't force values into registers unnecessarily.
(output_isel): Assert that we're not given conditions we can't handle.
Delete corresponding code.
* config/rs6000/rs6000.md (isel_signed_<mode>): Use
scc_comparison_operator constraint.  Permit 0 for the consequent
operand.  Permit any GPR for the alternative operand.
(isel_unsigned_<mode>): Likewise.

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

13 years ago2010-07-16 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Fri, 16 Jul 2010 14:21:10 +0000 (14:21 +0000)]
2010-07-16  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/37077
* gfortran.dg/char4_iunit_2.f03: New test.

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

13 years ago2010-07-16 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Fri, 16 Jul 2010 14:16:04 +0000 (14:16 +0000)]
2010-07-16  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/37077
* io/read.c (read_default_char4): Add support for reading into a
kind-4 character variable from a character(kind=4) internal unit.
* io/io.h (read_block_form4): Add prototype.
* io/unit.c (get_internal_unit): Add call to fbuf_init.
(free_internal_unit): Add call to fbuf_destroy. (get_unit): Fix
whitespace.
* io/transfer.c (read_sf_internal): Use fbuf_alloc to allocate a string
to recieve the wide characters translated to single byte chracters.
(read_block_form): Fix whitespace. (read_block_form4): New function to
read from a character(kind=4) internal unit into a character(kind=4)
variable. (read_block_direct): Fix whitespace. (write_block): Fix
whitespace. (formatted_transfer_scalar_read): Likewise.
(formatted_transfer_scalar_write): Likewise.
* io/write.c (write_character): Add support for list directed write of
a kind=1 character string to a character(kind=4) internal unit.

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

13 years ago * lib/plugin-support.exp (plugin-test-execute):
iains [Fri, 16 Jul 2010 10:41:36 +0000 (10:41 +0000)]
* lib/plugin-support.exp (plugin-test-execute):
Add ${gcc_objdir}/intl to includes.

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

13 years ago PR target/44942
jakub [Fri, 16 Jul 2010 09:06:02 +0000 (09:06 +0000)]
PR target/44942
* config/i386/i386-protos.h (ix86_function_arg_boundary): Change second
argument to const_tree.
* config/i386/i386.c (function_arg_advance): If padding needs to be
inserted before argument, increment cum->words by number of padding
words as well.
(contains_aligned_value_p): Change argument to const_tree.
(ix86_function_arg_boundary): Change second argument to const_tree.

* gcc.c-torture/execute/pr44942.c: New test.
* gcc.target/i386/pr44942.c: New test.

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

13 years ago2010-07-16 Jack Howarth <howarth@bromo.med.uc.edu>
iains [Fri, 16 Jul 2010 08:39:37 +0000 (08:39 +0000)]
2010-07-16  Jack Howarth  <howarth@bromo.med.uc.edu>

PR testsuite/42843
* gcc.dg/plugin/selfassign.c: Include diagnostic.h.
* gcc.dg/plugin/ggcplug.c: Likewise.
* g++.dg/plugin/selfassign.c: Likewise.
* g++.dg/plugin/attribute_plugin.c: Likewise.
* g++.dg/plugin/dumb_plugin.c: Likewise.
* g++.dg/plugin/pragma_plugin.c: Likewise.

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

13 years ago * init.c (build_new_1): Use cp_build_function_call_nary instead of
froydnj [Fri, 16 Jul 2010 02:37:10 +0000 (02:37 +0000)]
* init.c (build_new_1): Use cp_build_function_call_nary instead of
cp_build_function_call.

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

13 years ago PR target/42235
bernds [Fri, 16 Jul 2010 02:09:03 +0000 (02:09 +0000)]
PR target/42235
* function.c (record_hard_reg_sets): New static function.
(assign_parm_setup_reg): If an optab for extending exists and the
generated code clobbbers no hard regs, emit the insn directly and
create a REG_EQUIV note.

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

13 years ago * c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of
froydnj [Fri, 16 Jul 2010 01:30:32 +0000 (01:30 +0000)]
* c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of
TREE_CHAIN.
* c-typeck.c (push_init_level): Likewise.
(process_init_element): Likewise.

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

13 years agoDaily bump.
gccadmin [Fri, 16 Jul 2010 00:17:09 +0000 (00:17 +0000)]
Daily bump.

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

13 years ago PR c++/44909
jason [Thu, 15 Jul 2010 20:45:35 +0000 (20:45 +0000)]
PR c++/44909
* call.c (add_function_candidate): If we're working on an implicit
declaration, don't consider candidates that won't match.
* typeck.c (same_type_ignoring_top_level_qualifiers_p): Now a fn.
* cp-tree.h (same_type_ignoring_top_level_qualifiers_p): Adjust.

Revert:
* cp-tree.h (struct lang_type_class): Add has_user_opeq.
(TYPE_HAS_USER_OPEQ): New.
* decl.c (grok_special_member_properties): Set it.
* class.c (add_implicitly_declared_members): Don't lazily declare
constructors/operator= if a base or member has a user-declared one.
(check_bases_and_members, check_bases): Adjust.
(check_field_decls, check_field_decl): Adjust.

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

13 years ago Disable float tests for __SPU__ targets due to lack of signed zero:
uweigand [Thu, 15 Jul 2010 19:32:37 +0000 (19:32 +0000)]
Disable float tests for __SPU__ targets due to lack of signed zero:
* c-c++-common/torture/complex-sign-add.c (check_add_float).
* c-c++-common/torture/complex-sign-sub.c (check_sub_float).
* c-c++-common/torture/complex-sign-mul.c (check_mul_float).
* c-c++-common/torture/complex-sign-mul-one.c (check_mul_float).
* c-c++-common/torture/complex-sign-mul-minus-one.c (check_mul_float).
* c-c++-common/torture/complex-sign-mixed-add.c (check_add_float).
* c-c++-common/torture/complex-sign-mixed-sub.c (check_sub_float).
* c-c++-common/torture/complex-sign-mixed-mul.c (check_mul_float).
* c-c++-common/torture/complex-sign-mixed-div.c (check_div_float).

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

13 years ago * tree.h (enum tree_index): Add TI_INTEGER_THREE.
aesok [Thu, 15 Jul 2010 18:47:23 +0000 (18:47 +0000)]
* tree.h (enum tree_index): Add TI_INTEGER_THREE.
(integer_three_node): Add.
* tree.c (build_common_tree_nodes_2): Use integer_type_node insead of
NULL_TREE in build_int_cst calls. Initialize the integer_three_node.
* builtins.c (expand_builtin_prefetch): Use common tree nodes instead
of call build_int_cst.
* tree-ssa-sccvn.c (copy_reference_ops_from_ref): Ditto.
* tree-ssa-loop-ivopts.c (idx_find_step): Ditto.
(find_interesting_uses_address): Ditto.
* tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Ditto.
* tree-eh.c (lower_eh_constructs_2): Ditto.
* tree-vect-loop.c (get_initial_def_for_induction): Ditto.
* c-typeck.c (really_start_incremental_init, push_init_level): Ditto.
* expmed.c (expand_divmod): Ditto.
* tree-mudflap.c (mx_register_decls): Ditto.
* varasm.c (array_size_for_constructor): Ditto.
* tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
* c-parser.c (c_parser_postfix_expression): Ditto.

/cp
* decl.c (integer_three_node): Remove.
(cxx_init_decl_processing): Do not initialize the integer_three_node.
* cp-tree.h (integer_three_node): Remove.

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

13 years ago * postreload.c (last_label_ruid, first_index_reg, last_index_reg):
bernds [Thu, 15 Jul 2010 17:07:17 +0000 (17:07 +0000)]
* postreload.c (last_label_ruid, first_index_reg, last_index_reg):
New static variables.
(reload_combine_recognize_pattern): New static function, broken out
of reload_combine.
(reload_combine): Use it.  Only initialize first_index_reg and
last_index_reg once.

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

13 years agoFinish zeroing out the current function status after building cdtor.
rth [Thu, 15 Jul 2010 16:38:16 +0000 (16:38 +0000)]
Finish zeroing out the current function status after building cdtor.

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

13 years ago * trans.h (gfc_string_to_single_character): New prototype.
jakub [Thu, 15 Jul 2010 16:09:48 +0000 (16:09 +0000)]
* trans.h (gfc_string_to_single_character): New prototype.
* trans-expr.c (string_to_single_character): Renamed to ...
(gfc_string_to_single_character): ... this.  No longer static.
(gfc_conv_scalar_char_value, gfc_build_compare_string,
gfc_trans_string_copy): Adjust callers.
* config-lang.in (gtfiles): Add fortran/trans-stmt.c.
* trans-stmt.c: Include ggc.h and gt-fortran-trans-stmt.h.
(select_struct): Move to toplevel, add GTY(()).
(gfc_trans_character_select): Optimize SELECT CASE
with character length 1.

* gfortran.dg/select_char_2.f90: New test.

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

13 years ago * lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling comdats
hubicka [Thu, 15 Jul 2010 16:01:33 +0000 (16:01 +0000)]
* lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling comdats
for broken gold.
(lto_sy mtab_merge_decls_1): Set used_from_object_file correctly.

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

13 years ago * tree.h (TREE_RTL_OPERAND_CHECK): Delete.
froydnj [Thu, 15 Jul 2010 15:57:23 +0000 (15:57 +0000)]
* tree.h (TREE_RTL_OPERAND_CHECK): Delete.

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

13 years agogcc/
froydnj [Thu, 15 Jul 2010 14:31:28 +0000 (14:31 +0000)]
gcc/
* tree.h (DECL_CHAIN): Define.
* alias.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
* c-decl.c: Likewise.
* c-parser.c: Likewise.
* c-typeck.c: Likewise.
* cfgexpand.c: Likewise.
* cgraph.c: Likewise.
* cgraphunit.c: Likewise.
* combine.c: Likewise.
* config/alpha/alpha.c: Likewise.
* config/arm/arm.c: Likewise.
* config/frv/frv.c: Likewise.
* config/i386/i386.c: Likewise.
* config/i386/winnt-cxx.c: Likewise.
* config/ia64/ia64.c: Likewise.
* config/iq2000/iq2000.c: Likewise.
* config/mep/mep.c: Likewise.
* config/mips/mips.c: Likewise.
* config/pa/som.h: Likewise.
* config/rs6000/rs6000.c: Likewise.
* config/s390/s390.c: Likewise.
* config/sh/sh.c: Likewise.
* config/sh/symbian-cxx.c: Likewise.
* config/sparc/sparc.c: Likewise.
* config/spu/spu.c: Likewise.
* config/stormy16/stormy16.c: Likewise.
* config/vxworks.c: Likewise.
* config/xtensa/xtensa.c: Likewise.
* coverage.c: Likewise.
* dbxout.c: Likewise.
* dwarf2out.c: Likewise.
* emit-rtl.c: Likewise.
* expr.c: Likewise.
* function.c: Likewise.
* gimple-low.c: Likewise.
* gimple-pretty-print.c: Likewise.
* gimplify.c: Likewise.
* integrate.c: Likewise.
* ipa-inline.c: Likewise.
* ipa-prop.c: Likewise.
* ipa-split.c: Likewise.
* ipa-struct-reorg.c: Likewise.
* ipa-type-escape.c: Likewise.
* langhooks.c: Likewise.
* lto-cgraph.c: Likewise.
* omp-low.c: Likewise.
* stor-layout.c: Likewise.
* tree-cfg.c: Likewise.
* tree-complex.c: Likewise.
* tree-dfa.c: Likewise.
* tree-dump.c: Likewise.
* tree-inline.c: Likewise.
* tree-mudflap.c: Likewise.
* tree-nested.c: Likewise.
* tree-object-size.c: Likewise.
* tree-pretty-print.c: Likewise.
* tree-sra.c: Likewise.
* tree-ssa-live.c: Likewise.
* tree-ssa-loop-niter.c: Likewise.
* tree-ssa-math-opts.c: Likewise.
* tree-ssa-reassoc.c: Likewise.
* tree-ssa-sccvn.c: Likewise.
* tree-ssa-structalias.c: Likewise.
* tree-tailcall.c: Likewise.
* tree-vrp.c: Likewise.
* tree.c: Likewise.
* var-tracking.c: Likewise.
* varasm.c: Likewise.

gcc/ada/
* gcc-interface/decl.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
* gcc-interface/trans.c: Likewise.
* gcc-interface/utils.c: Likewise.
* gcc-interface/utils2.c: Likewise.

gcc/c-family/
* c-common.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
* c-format.c: Likewise.

gcc/cp/
* cp-tree.h: Carefully replace TREE_CHAIN with DECL_CHAIN.
* call.c: Likewise.
* class.c: Likewise.
* cp-gimplify.c: Likewise.
* decl.c: Likewise.
* decl2.c: Likewise.
* init.c: Likewise.
* mangle.c: Likewise.
* name-lookup.c: Likewise.
* optimize.c: Likewise.
* parser.c: Likewise.
* pt.c: Likewise.
* rtti.c: Likewise.
* search.c: Likewise.
* semantics.c: Likewise.
* typeck.c: Likewise.
* typeck2.c: Likewise.

gcc/fortran/
* f95-lang.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
* trans-common.c: Likewise.
* trans-decl.c: Likewise.
* trans-types.c: Likewise.
* trans.c: Likewise.

gcc/java/
* java-tree.h: Carefully replace TREE_CHAIN with DECL_CHAIN.
* boehm.c: Likewise.
* class.c: Likewise.
* decl.c: Likewise.
* expr.c: Likewise.
* jcf-parse.c: Likewise.
* typeck.c: Likewise.
* verify-glue.c: Likewise.

gcc/objc/
* objc-act.c: Carefully replace TREE_CHAIN with DECL_CHAIN.

gcc/testsuite/
* g++.dg/plugin/attribute_plugin.c: Carefully replace TREE_CHAIN
with DECL_CHAIN.

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

13 years ago Fix ChangeLog to mention last commit to transfer.c
jvdelisle [Thu, 15 Jul 2010 13:39:11 +0000 (13:39 +0000)]
Fix ChangeLog to mention last commit to transfer.c

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

13 years ago2010-07-15 Janus Weil <janus@gcc.gnu.org>
janus [Thu, 15 Jul 2010 13:36:28 +0000 (13:36 +0000)]
2010-07-15  Janus Weil  <janus@gcc.gnu.org>

PR fortran/44936
* resolve.c (resolve_typebound_generic_call): Resolve generic
non-polymorphic type-bound procedure calls to the correct specific
procedure.
(resolve_typebound_subroutine): Remove superfluous code.

2010-07-15  Janus Weil  <janus@gcc.gnu.org>

PR fortran/44936
* gfortran.dg/typebound_generic_9.f03: New.

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

13 years ago PR target/44877
uweigand [Thu, 15 Jul 2010 12:37:03 +0000 (12:37 +0000)]
PR target/44877
* config/spu/spu.c (spu_expand_builtin_1): Allow references
(as well as pointers) as argument to mask_for_load builtins.

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

13 years ago2010-07-15 Daniel Kraft <d@domob.eu>
domob [Thu, 15 Jul 2010 12:23:47 +0000 (12:23 +0000)]
2010-07-15  Daniel Kraft  <d@domob.eu>

PR fortran/44709
* trans.h (struct gfc_wrapped_block): New struct.
(gfc_start_wrapped_block), (gfc_add_init_cleanup): New methods.
(gfc_finish_wrapped_block): New method.
(gfc_init_default_dt): Add new init code to block rather than
returning it.
* trans-array.h (gfc_trans_auto_array_allocation): Use gfc_wrapped_block
(gfc_trans_dummy_array_bias): Ditto.
(gfc_trans_g77_array): Ditto.
(gfc_trans_deferred_array): Ditto.
* trans.c (gfc_add_expr_to_block): Call add_expr_to_chain.
(add_expr_to_chain): New method based on old gfc_add_expr_to_block.
(gfc_start_wrapped_block), (gfc_add_init_cleanup): New methods.
(gfc_finish_wrapped_block): New method.
* trans-array.c (gfc_trans_auto_array_allocation): use gfc_wrapped_block
(gfc_trans_g77_array), (gfc_trans_dummy_array_bias): Ditto.
(gfc_trans_deferred_array): Ditto.
* trans-decl.c (gfc_trans_dummy_character): Ditto.
(gfc_trans_auto_character_variable), (gfc_trans_assign_aux_var): Ditto.
(init_intent_out_dt): Ditto.
(gfc_init_default_dt): Add new init code to block rather than
returning it.
(gfc_trans_deferred_vars): Use gfc_wrapped_block to collect all init
and cleanup code and put it all together.

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

13 years ago * include/sparc-signal.h: Renamed to ...
ro [Thu, 15 Jul 2010 12:03:54 +0000 (12:03 +0000)]
* include/sparc-signal.h: Renamed to ...
* include/solaris-signal.h: ... this.
* configure.ac: Use it on any *-*-solaris2* target.
* configure: Regenerate.
* configure.host (i?86-*-solaris2*): Set can_unwind_signal=yes.
* Makefile.am (prims.lo): Add -fno-omit-frame-pointer to AM_CXXFLAGS.
* Makefile.in: Regenerate.

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

13 years ago2010-07-15 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 15 Jul 2010 11:17:37 +0000 (11:17 +0000)]
2010-07-15  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/44946
* tree-ssa-structalias.c (get_constraint_for_component_ref): Deal
with accessing only padding properly.

* gcc.c-torture/compile/pr44946.c: New testcase.

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

13 years ago * ipa.c (function_and_variable_visibility): Variables marked as used should
hubicka [Thu, 15 Jul 2010 11:03:03 +0000 (11:03 +0000)]
* ipa.c (function_and_variable_visibility): Variables marked as used should
not be localized.

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

13 years ago * cgraph.c: Include lto-streamer.h
hubicka [Thu, 15 Jul 2010 10:01:07 +0000 (10:01 +0000)]
* cgraph.c: Include lto-streamer.h
(change_decl_assembler_name): Work when assembler name hash is at place.
(cgraph_make_decl_local): When localizing COMDAT symbol at WPA stage, be
sure to rename it to avoid name clash.
* ipa.c (cgraph_externally_visible_p, function_and_variable_visibility):
Localize hidden symbols only when locally defined.

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

13 years ago PR fortran/40206
jakub [Thu, 15 Jul 2010 07:52:51 +0000 (07:52 +0000)]
PR fortran/40206
* trans-stmt.c (gfc_trans_character_select): Always use NULL for high
in CASE_LABEL_EXPR and use NULL for low for the default case.

* gfortran.dg/select_char_3.f90: New test.

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

13 years ago * trans.h (gfc_build_compare_string): Add CODE argument.
jakub [Thu, 15 Jul 2010 07:50:04 +0000 (07:50 +0000)]
* trans.h (gfc_build_compare_string): Add CODE argument.
* trans-intrinsic.c (gfc_conv_intrinsic_strcmp): Pass OP to
gfc_build_compare_string.
* trans-expr.c (gfc_conv_expr_op): Pass CODE to
gfc_build_compare_string.
(string_to_single_character): Rename len variable to length.
(gfc_optimize_len_trim): New function.
(gfc_build_compare_string): Add CODE argument.  If it is EQ_EXPR
or NE_EXPR and one of the strings is string literal with LEN_TRIM
bigger than the length of the other string, they compare unequal.

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

13 years ago * config/i386/i386.h (SHIFT_COUNT_TRUNCATED): Expand comment.
uros [Thu, 15 Jul 2010 06:09:38 +0000 (06:09 +0000)]
* config/i386/i386.h (SHIFT_COUNT_TRUNCATED): Expand comment.

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

13 years ago2010-07-15 Magnus Granberg <zorry@gentoo.org>
manu [Thu, 15 Jul 2010 05:46:36 +0000 (05:46 +0000)]
2010-07-15  Magnus Granberg  <zorry@gentoo.org>
    Kevin F. Quinn  <kevquinn@gentoo.org>

        * builtins.c (expand_builtin_init_trampoline): If
-Wtrampolines make a warning.
* common.opt:   Add -Wtrampolines.
        * doc/invoke.texi:      Add -Wtrampolines.
testsuite/
        * gcc.dg/Wtrampolines.c: New.

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

13 years ago2010-07-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Thu, 15 Jul 2010 03:42:29 +0000 (03:42 +0000)]
2010-07-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/44934
* gfortran.dg/endfile_2.f90: Fix to unformatted file type.

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

13 years ago2010-07-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Thu, 15 Jul 2010 03:40:56 +0000 (03:40 +0000)]
2010-07-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/44934
* io/file_pos.c (st_endfile): Correctly set unit flags for form.

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

13 years ago * config/arm/cortex-a8.md (cortex_a8_load_store_2): Reserve
jiez [Thu, 15 Jul 2010 02:07:53 +0000 (02:07 +0000)]
* config/arm/cortex-a8.md (cortex_a8_load_store_2): Reserve
cortex_a8_issue_ls.

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

13 years ago * config/i386/cygwin.h (LIBGCJ_SONAME): Update.
davek [Thu, 15 Jul 2010 01:45:51 +0000 (01:45 +0000)]
* config/i386/cygwin.h (LIBGCJ_SONAME): Update.
* config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.

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

13 years agoDaily bump.
gccadmin [Thu, 15 Jul 2010 00:16:58 +0000 (00:16 +0000)]
Daily bump.

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

13 years ago2010-07-14 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Wed, 14 Jul 2010 20:11:09 +0000 (20:11 +0000)]
2010-07-14  Jonathan Wakely  <jwakely.gcc@gmail.com>

* doc/xml/manual/shared_ptr.xml: Update.
* doc/html/*: Regenerate.

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

13 years ago2010-07-14 Mikael Morin <mikael@gcc.gnu.org>
mikael [Wed, 14 Jul 2010 19:19:57 +0000 (19:19 +0000)]
2010-07-14  Mikael Morin  <mikael@gcc.gnu.org>

* trans-array.c (gfc_conv_section_upper_bound): Remove
(gfc_conv_section_startstride): Don't set the upper bound in the
vector subscript case.
(gfc_conv_loop_setup): Don't use gfc_conv_section_upper_bound

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

13 years ago * config/spu/spu.c (reg_names): Remove prototype.
uweigand [Wed, 14 Jul 2010 18:17:13 +0000 (18:17 +0000)]
* config/spu/spu.c (reg_names): Remove prototype.
(call_used_regs): Likewise.

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

13 years ago PR c++/44810
jason [Wed, 14 Jul 2010 17:01:15 +0000 (17:01 +0000)]
PR c++/44810
* g++.dg/torture/pr36745.C: Avoid undefined behavior.

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

13 years ago * init.c (sort_mem_initializers): Rename "field_type" to "ctx".
jason [Wed, 14 Jul 2010 17:01:03 +0000 (17:01 +0000)]
* init.c (sort_mem_initializers): Rename "field_type" to "ctx".
(build_field_list): Cache field type.

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

13 years ago Implement C++0x unrestricted unions (N2544)
jason [Wed, 14 Jul 2010 17:00:51 +0000 (17:00 +0000)]
Implement C++0x unrestricted unions (N2544)
* class.c (check_field_decl): Loosen union handling in C++0x.
* method.c (walk_field_subobs): Split out from...
(synthesized_method_walk): ...here.  Set msg before loops.
(process_subob_fn): Check for triviality in union members.
* init.c (sort_mem_initializers): Splice out uninitialized
anonymous unions and union members.
(push_base_cleanups): Don't automatically destroy anonymous unions
and union members.

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

13 years ago * config/i386/cygming-crtend.c (__FRAME_END__): Replace attribute
davek [Wed, 14 Jul 2010 16:54:14 +0000 (16:54 +0000)]
* config/i386/cygming-crtend.c (__FRAME_END__): Replace attribute
"unused" with attribute "used".
(__JCR_END__): Likewise.
* config/i386/cygming-crtbegin.c (__EH_FRAME_BEGIN__): Add missing
"used" attribute.
(__JCR_LIST__): Replace attribute "unused" with attribute "used".

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

13 years ago2010-07-14 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 14 Jul 2010 16:29:22 +0000 (16:29 +0000)]
2010-07-14  Richard Guenther  <rguenther@suse.de>

* lto-streamer-in.c (maybe_fixup_handled_component): Remove.
(maybe_fixup_decls): Likewise.
(input_gimple_stmt): Do not fixup anything.
* lto-streamer-out.c (output_gimple_stmt): Make sure all
non-automatic variable uses are wrapped inside a MEM_REF.

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

13 years ago * passes.c (rest_of_decl_compilation): Do not call
rth [Wed, 14 Jul 2010 16:22:06 +0000 (16:22 +0000)]
    * passes.c (rest_of_decl_compilation): Do not call
        * assemble_variable for functions.
        * varasm.c (assemble_variable): Remove early exit for functions;
        assert that we're given a variable.

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

13 years ago * config/arm/cortex-a8.md (cortex_a8_alu): Don't use
jiez [Wed, 14 Jul 2010 15:37:44 +0000 (15:37 +0000)]
* config/arm/cortex-a8.md (cortex_a8_alu): Don't use
cortex_a8_default when neon_type is not none.

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

13 years ago * lower-subreg.c (subreg_context): New static bitmap.
bernds [Wed, 14 Jul 2010 15:17:28 +0000 (15:17 +0000)]
* lower-subreg.c (subreg_context): New static bitmap.
(decompose_multiword_subregs): Allocate and free it.
(find_decomposable_subregs): Set a bit in it for a register that
occurs in a subreg that changes mode but not size.
(can_decompose_p): Test it instead of non_decomposable_context.

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

13 years ago2010-07-14 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 14 Jul 2010 12:19:16 +0000 (12:19 +0000)]
2010-07-14  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/44824
* tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Use
is_gimple_mem_ref_addr.
(tree_ssa_forward_propagate_single_use_vars): Do not propagate
non-decl_address_invariant_p addresses.

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

13 years ago * reload.c (find_reloads): Revert code to penalize small register
bernds [Wed, 14 Jul 2010 11:07:17 +0000 (11:07 +0000)]
* reload.c (find_reloads): Revert code to penalize small register
classes that was brought in with the IRA merge.

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

13 years ago2010-07-14 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 14 Jul 2010 09:52:01 +0000 (09:52 +0000)]
2010-07-14  Richard Guenther  <rguenther@suse.de>

* tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF
as base of ARRAY_REFs.

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

13 years ago2010-07-14 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 14 Jul 2010 09:06:34 +0000 (09:06 +0000)]
2010-07-14  Richard Guenther  <rguenther@suse.de>

PR middle-end/44930
* tree-pretty-print.c (do_niy): Do not print a newline.

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

13 years ago2010-07-14 Janus Weil <janus@gcc.gnu.org>
janus [Wed, 14 Jul 2010 08:09:05 +0000 (08:09 +0000)]
2010-07-14  Janus Weil  <janus@gcc.gnu.org>

PR fortran/44925
* gfortran.h (gfc_is_data_pointer): Remove prototype.
* dependency.c (gfc_is_data_pointer): Make it static.
* intrinsic.texi: Update documentation on C_LOC.
* resolve.c (gfc_iso_c_func_interface): Fix pointer and target checks
and add a check for polymorphic variables.

2010-07-14  Janus Weil  <janus@gcc.gnu.org>

PR fortran/44925
* gfortran.dg/c_loc_tests_15.f90: New.

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

13 years ago * ira-int.h (ira_object_conflict_iterator): Rename from
bernds [Wed, 14 Jul 2010 01:56:32 +0000 (01:56 +0000)]
* ira-int.h (ira_object_conflict_iterator): Rename from
ira_allocno_conflict_iterator.
(ira_object_conflict_iter_init): Rename from
ira_allocno_conflict_iter_init, second arg changed to
* ira.c (check_allocation): Use FOR_EACH_OBJECT_CONFLICT rather than
FOR_EACH_ALLOCNO_CONFLICT.
* ira-color.c (assign_hard_reg, push_allocno_to_stack)
setup_allocno_left_conflicts_size, coalesced_allocno_conflict_p,
ira_reassign_conflict_allocnos, ira_reassign_pseudos): Likewise.
* ira-conflicts.c (print_allocno_conflicts): Likewise.

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

13 years ago * ira-int.h (struct live_range): Rename allocno member to object and change
bernds [Wed, 14 Jul 2010 01:55:02 +0000 (01:55 +0000)]
* ira-int.h (struct live_range): Rename allocno member to object and change
type to ira_object_t.
(struct ira_object): New member live_ranges.
(struct ira_allocno): Remove member live_ranges.
(ALLOCNO_LIVE_RANGES): Remove.
(OBJECT_LIVE_RANGES): New macro.
(ira_create_live_range, ira_copy_live_range_list,
ira_merge_live_range_list, ira_live_ranges_intersect_p,
ira_finish_live_range, ira_finish_live_range_list): Adjust declarations.
* ira-build.c (ira_create_object): Initialize live ranges here.
(ira_create_allocno): Not here.
(ira_create_live_range): Rename from ira_create_allocno_live_range, arg
changed to ira_object_t, all callers changed.
(copy_live_range): Rename from copy_allocno_live_range, all callers
changed.
(ira_copy_live_range_list): Rename from ira_copy_allocno_live_range_list,
all callers changed.
(ira_merge_live_ranges): Rename from ira_merge_allocno_live_range_list,
all callers changed.
(ira_live_ranges_intersect_p): Rename from
ira_allocno_live_ranges_intersect_p, all callers changed.
(ira_finish_live_range): Rename from ira_finish_allocno_live_range, all
callers changed.
(ira_finish_live_range_list): Rename from
ira_finish_allocno_live_range_list, all callers changed.
(change_object_in_range_list): Rename from change_allocno_in_range_list,
last arg changed to ira_object_t, all callers changed.
(finish_allocno): Changed to expect live ranges in the allocno's object.
(move_allocno_live_ranges, copy_allocno_live_ranges,
update_bad_spill_attribute, setup_min_max_allocno_live_range_point,
ira_flattening, ira_build): Likewise.
* ira-color.c (allocnos_have_intersected_live_ranges_p,
slot_coalesced_allocno_live_ranges_intersect,
setup_slot_coalesced_allocno_live_ranges, fast_allocation): Likewise.
* ira-conflicts.c (build_conflict_bit_table): Likewise.
* ira-emit.c (add_range_and_copies_from_move_list): Likewise.
* ira-lives.c (make_allocno_born, update_allocno_pressure_excess_length,
make_allocno_dead, create_start_finish_chains,
remove_some_program_points_and_update_live_ranges,
ira_debug_live_range_list): Likewise.

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

13 years ago * ira-int.h (struct ira_object): New.
bernds [Wed, 14 Jul 2010 01:53:35 +0000 (01:53 +0000)]
* ira-int.h (struct ira_object): New.
(ira_object_t): New typedef.  Add DEF_VEC_P and DEF_VEC_ALLOC_P
for it.
(struct ira_allocno): Remove members min, max,
conflict_allocno_array, conflict_id, conflict_allocno_array_size,
conflict_allocnos_num and conflict_vec_p.  Add new member object.
(OBJECT_CONFLICT_ARRAY, OBJECT_CONFLICT_VEC_P,
OBJECT_NUM_CONFLICTS, OBJECT_CONFLICT_ARRAY_SIZE,
OBJECT_CONFLICT_HARD_REGS, OBJECT_TOTAL_CONFLICT_HARD_REGS,
OBJECT_MIN, OBJECT_MAX, OBJECT_CONFLICT_ID): Renamed from
ALLOCNO_CONFLICT_ALLOCNO_ARRAY, ALLOCNO_CONFLICT_VEC_P,
ALLOCNO_CONFLICT_ALLOCNOS_NUM, ALLOCNO_CONFLICT_ALLOCNO_ARRAY_SIZE,
ALLOCNO_CONFLICT_HARD_REGS, ALLOCNO_TOTAL_CONFLICT_HARD_REGS)
ALLOCNO_MIN, ALLOCNO_MAX, and ALLOCNO_CONFLICT_ID; now operate on
an ira_object_t rather than ira_allocno_t.  All uses changed.
(ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
contains a vector of ira_object_t; all uses changed.
(ira_objects_num): Declare variable.
(ira_create_allocno_object): Declare function.
(ira_conflict_vector_profitable_p): Adjust prototype.
(ira_allocate_conflict_vec): Renamed from
ira_allocate_allocno_conflict_vec; first arg now ira_object_t.
(ira_allocate_object_conflicts): Renamed from
ira_allocate_allocno_conflicts; first arg now ira_object_t.
(struct ira_object_iterator): New.
(ira_object_iter_init, ira_object_iter_cond, FOR_EACH_OBJECT): New.
(ira_allocno_conflict_iterator): Renamed member allocno_conflict_vec_p
to conflict_vec_p.  All uses changed.
(ira_allocno_conflict_iter_init, ira_allocno_conflict_iter_cond):
Changed to take into account that conflicts are now tracked for
objects.
* ira-conflicts.c (OBJECTS_CONFLICT_P): Renamed from
CONFLICT_ALLOCNO_P.  Args changed to accept ira_object_t.  All
uses changed.
(allocnos_conflict_p): New static function.
(collected_conflict_objects): Renamed from collected_allocno_objects;
now a vector of ira_object_t.  All uses changed.
(build_conflict_bit_table): Changed to take into account that
conflicts are now tracked for objects.
(process_regs_for_copy, propagate_copies, build_allocno_conflicts)
(print_allocno_conflicts, ira_build_conflicts): Likewise.
* ira-color.c (assign_hard_reg, setup_allocno_available_regs_num)
setup_allocno_left_conflicts_size, allocno_reload_assign,
fast_allocation): Likewise.
* ira-lives.c (make_hard_regno_born, make_allocno_born)
process_single_reg_class_operands, process_bb_node_lives): Likewise.
* ira-emit.c (modify_move_list, add_range_and_copies_from_move_list):
Likewise.
* ira-build.c (ira_objects_num): New variable.
(ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
contains a vector of ira_object_t; all uses changed.
(ira_object_id_map_vec): Corresponding change.
(object_pool): New static variable.
(initiate_allocnos): Initialize it.
(finish_allocnos): Free it.
(ira_create_object, ira_create_allocno_object, create_allocno_objects):
New functions.
(ira_create_allocno): Don't set members that were removed.
(ira_set_allocno_cover_class): Don't change conflict hard regs.
(merge_hard_reg_conflicts): Changed to take into account that
conflicts are now tracked for objects.
(ira_conflict_vector_profitable_p, ira_allocate_conflict_vec,
allocate_conflict_bit_vec, ira_allocate_object_conflicts,
compress_conflict_vecs, remove_low_level_allocnos, ira_flattening,
setup_min_max_allocno_live_range_point, allocno_range_compare_func,
setup_min_max_conflict_allocno_ids, ):  Likewise.
((add_to_conflicts): Renamed from add_to_allocno_conflicts, args changed
to ira_object_t; all callers changed.
(ira_add_conflict): Renamed from ira_add_allocno_conflict, args changed
to ira_object_t, all callers changed.
(clear_conflicts): Renamed from clear_allocno_conflicts, arg changed
to ira_object_t, all callers changed.
(conflict_check, curr_conflict_check_tick): Renamed from
allocno_conflict_check and curr_allocno_conflict_check_tick; all uses
changed.
(compress_conflict_vec): Renamed from compress_allocno_conflict_vec,
arg changed to ira_object_t, all callers changed.
(create_cap_allocno): Call ira_create_allocno_object.
(finish_allocno): Free the corresponding object.
(sort_conflict_id_map): Renamed from sort_conflict_id_allocno_map; all
callers changed.  Adjusted for dealing with objects.
(ira_build): Call create_allocno_objects after ira_costs.  Adjusted for
dealing with objects.
* ira.c (ira_bad_reload_regno_1): Adjusted for dealing with objects.

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

13 years agoDaily bump.
gccadmin [Wed, 14 Jul 2010 00:17:57 +0000 (00:17 +0000)]
Daily bump.

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

13 years ago * trans-expr.c (string_to_single_character): Also optimize
jakub [Tue, 13 Jul 2010 22:56:29 +0000 (22:56 +0000)]
* trans-expr.c (string_to_single_character): Also optimize
string literals containing a single char followed only by spaces.
(gfc_trans_string_copy): Remove redundant string_to_single_character
calls.

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

13 years ago * trans-decl.c (gfc_build_intrinsic_function_decls,
jakub [Tue, 13 Jul 2010 22:55:20 +0000 (22:55 +0000)]
* trans-decl.c (gfc_build_intrinsic_function_decls,
gfc_build_builtin_function_decls): Mark functions as
DECL_PURE_P or TREE_READONLY.

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

13 years ago PR c++/44909
jason [Tue, 13 Jul 2010 22:23:49 +0000 (22:23 +0000)]
PR c++/44909
* cp-tree.h (struct lang_type_class): Add has_user_opeq.
(TYPE_HAS_USER_OPEQ): New.
* decl.c (grok_special_member_properties): Set it.
* class.c (add_implicitly_declared_members): Don't lazily declare
constructors/operator= if a base or member has a user-declared one.
(check_bases_and_members, check_bases): Adjust.
(check_field_decls, check_field_decl): Adjust.
* method.c (synthesized_method_walk): Initialize check_vdtor.

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

13 years ago PR c++/44540
jason [Tue, 13 Jul 2010 22:23:38 +0000 (22:23 +0000)]
PR c++/44540
* mangle.c (write_type): Canonicalize.
(canonicalize_for_substitution): Retain cv-quals on FUNCTION_TYPE.
(write_CV_qualifiers_for_type): Ignore them in abi>=5.

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

13 years agoFix date.
amylaar [Tue, 13 Jul 2010 21:56:28 +0000 (21:56 +0000)]
Fix date.

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

13 years agogcc:
amylaar [Tue, 13 Jul 2010 21:55:57 +0000 (21:55 +0000)]
gcc:
PR other/44874
* tree-dump.c (dump_options): Add enumerate_locals entry.
Add TDF_NOID exclusion to all entry.
* tree-dump.h (dump_enumerated_decls): Declare.
* tree-pretty-print.c (dump_generic_node): For TDF_NOID,
Don't display type uid.
(print_declaration): Don't crash on TREE_TYPE (t) == 0.
* tree-pass.h (TDF_ENUMERATE_LOCALS): Define.
* tree-ssa-live.c: Include gimple.h.
(numbered_tree_d): New struct.
(numbered_tree): New typedef.
(DEF_VEC_O (numbered_tree): New.
(DEF_VEC_ALLOC_O (numbered_tree, heap)): Likewise.
(compare_decls_by_uid, dump_enumerated_decls_push): New functions.
(dump_enumerated_decls): Likewise.
* tree-optimize.c (execute_cleanup_cfg_post_optimizing): If comparing
debug info and flag_dump_final_insns, call dump_enumerated_decls.
* tree-cfg.c (dump_function_to_file): Call dump_enumerated_decls.
* Makefile.in (tree-ssa-live.o): Depend on $(GIMPLE_H).
gcc/testsuite:
PR other/44874
PR debug/44832
* c-c++-common/pr44832.c: New test.

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

13 years ago2010-07-13 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 13 Jul 2010 20:19:38 +0000 (20:19 +0000)]
2010-07-13  Benjamin Kosnik  <bkoz@redhat.com>

* doc/Makefile.am: Edit pdf rules.
(doc-man, doc-pdf, doc-html): Expand default rules.
* doc/Makefile.in: Regenerate.
* doc/doxygen/user.cfg.in: Update to Doxygen 1.7.1.

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

13 years agogcc/
rsandifo [Tue, 13 Jul 2010 19:48:58 +0000 (19:48 +0000)]
gcc/
* expmed.h (MAX_BITS_PER_WORD): Move to...
* defaults.h (MAX_BITS_PER_WORD): ...here.

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