platform/upstream/gcc.git
17 years agog-soccon-freebsd.ads, [...]: Add new constant Thread_Blocking_IO...
Thomas Quinot [Wed, 6 Jun 2007 10:13:25 +0000 (12:13 +0200)]
g-soccon-freebsd.ads, [...]:  Add new constant Thread_Blocking_IO...

2007-04-20  Thomas Quinot  <quinot@adacore.com>
    Bob Duff  <duff@adacore.com>

        * g-soccon-freebsd.ads, g-soccon-vxworks.ads:,
g-soccon-aix.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
g-soccon-solaris.ads, g-soccon-vms.ads, g-soccon-tru64.ads:  Add new
constant Thread_Blocking_IO, always True by default, set False
on a per-runtime basis.
(Need_Netdb_Buffer): New constant.

* g-stheme.adb, g-sttsne.ads, g-sttsne-locking.ads,
g-sttsne-locking.adb, g-sttsne-vxworks.ads, g-sttsne-vxworks.adb: New
files.

* g-socthi-vxworks.ads, g-socthi-vxworks.adb,
g-socthi-vms.ads, g-socthi-vms.adb (Safe_Gethostbyname,
Safe_Gethostbyaddr, Safe_Getservbyname, Safe_Getservbyport): Use new
child package Task_Safe_NetDB
(Host_Error_Messages): Add stub body.
(GNAT.Sockets.Thin.Signalling_Fds): New procedure Close.

* g-soccon-mingw.ads: Add Windows-specific constants.
(Need_Netdb_Buffer): New constant.
(GNAT.Sockets.Thin.C_Inet_Addr, Windows version): Remove useless Ada
wrapper and import inet_addr(3) from the standard sockets library
directly instead.
(In_Addr): Add alignment clause.
(GNAT.Sockets.Thin.Signalling_Fds): New procedure Close.

From-SVN: r125358

17 years agoi386.c (enum pta_flags): Move out of struct scope...
Thomas Neumann [Wed, 6 Jun 2007 08:02:56 +0000 (08:02 +0000)]
i386.c (enum pta_flags): Move out of struct scope...

* config/i386/i386.c (enum pta_flags): Move out of struct scope...
(struct pta): ...from here. Change flags to unsigned to avoid excessive
casting (as it is used as a bit mask).
(override_options): Add casts according to the coding convenventions.
(x86_64_elf_unique_section): Likewise.
(examine_argument): Avoid using C++ keywords as variable names.
(construct_container): Likewise.
(legitimize_pic_address): Likewise.
(get_dllimport_decl): Cast according to the coding conventions. Use
type safe memory macros.
(legitimize_address): Cast according to the coding conventions.
(emit_i387_cw_initialization): Corrected the type of slot to enum
ix86_stack_slot.
(ix86_init_machine_status): Use type safe memory macros.
(bdesc_pcmpestr): Use UNKNOWN instead of integer 0.
(bdesc_pcmpistr): Likewise.
(bdesc_crc32): Likewise.
(bdesc_sse_3arg): Likewise.
(bdesc_2arg): Likewise.
(bdesc_1arg): Likewise.
(ix86_expand_sse_pcmpestr): Cast according to the coding conventions.
(ix86_expand_sse_pcmpistr): Likewise.
(ix86_expand_vec_set_builtin): Use EXPAND_NORMAL instead of integer 0.
(ix86_builtin_vectorized_function): Change the type of fn to unsigned
int to match the langhook definition.
(ix86_builtin_conversion): Change the type of code to unsigned init to
match the langhook definition.
(ix86_preferred_reload_class): Avoid using C++ keywords as variable
names.
(ix86_preferred_output_reload_class): Likewise.
(ix86_cannot_change_mode_class): Likewise.
(ix86_memory_move_cost): Likewise.
(ix86_rtx_costs): Cast the outer_code parameter to enum rtx_code to
avoid excessive casting later on.
(x86_output_mi_thunk): Avoid using C++ keywords as variable names.

From-SVN: r125357

17 years agosse.md (sse4_2_pcmpestr_cconly): Prefer pcmpestrm as flags setting insn.
Uros Bizjak [Wed, 6 Jun 2007 06:53:29 +0000 (08:53 +0200)]
sse.md (sse4_2_pcmpestr_cconly): Prefer pcmpestrm as flags setting insn.

* config/i386/sse.md (sse4_2_pcmpestr_cconly): Prefer pcmpestrm
as flags setting insn.
(sse4_2_pcmpistr_cconly): Prefer pcmpistrm as flags setting insn.

* config/i386/i386.md (UNSPEC_ROUNDP, UNSPEC_ROUNDS): Remove.
(UNSPEC_ROUND): New.
("sse4_1_round<mode>2"): New insn pattern.
("rint<mode>2"): Expand using "sse4_1_round<mode>2" pattern for
SSE4.1 targets.
("floor<mode>2"): Rename from floordf2 and floorsf2.  Macroize
expander using SSEMODEF mode macro.  Expand using
"sse4_1_round<mode>2" pattern for SSE4.1 targets.
("ceil<mode>2"): Rename from ceildf2 and ceilsf2.  Macroize
expander using SSEMODEF mode macro.  Expand using
"sse4_1_round<mode>2" pattern for SSE4.1 targets.
("btrunc<mode>2"): Rename from btruncdf2 and btruncsf2.  Macroize
expander using SSEMODEF mode macro.  Expand using
"sse4_1_round<mode>2" pattern for SSE4.1 targets.
* config/i386/sse.md ("sse4_1_roundpd", "sse4_1_roundps"): Use
UNSPEC_ROUND instead of UNSPEC_ROUNDP.
("sse4_1_roundsd", "sse4_1_roundss"): Use UNSPEC_ROUND instead of
UNSPEC_ROUNDS.

From-SVN: r125356

17 years agolambda.h (build_linear_expr): New.
Jan Sjodin [Wed, 6 Jun 2007 06:08:58 +0000 (06:08 +0000)]
lambda.h (build_linear_expr): New.

* lambda.h (build_linear_expr): New.
* lambda-code.c (lbv_to_gcc_expression, lle_to_gcc_expression):
Use build_linear_expr, call fold and force_gimple_operand.
(lambda_loopnest_to_gcc_loopnest): Check that there is
something to insert.
* testsuite/gcc.dg/tree-ssa/ltrans-6.c: New.

Co-Authored-By: Sebastian Pop <sebpop@gmail.com>
From-SVN: r125355

17 years agore PR fortran/18923 (segfault after subroutine name confusion)
Jerry DeLisle [Wed, 6 Jun 2007 01:21:29 +0000 (01:21 +0000)]
re PR fortran/18923 (segfault after subroutine name confusion)

2007-06-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR testsuite/18923
* gfortran.dg/invalid_contains_1.f90: New test.
* gfortran.dg/invalid_contains_2.f90: New test.

From-SVN: r125353

17 years agore PR testsuite/32057 (Random failure on gfortran.dg/secnds.f)
Jerry DeLisle [Wed, 6 Jun 2007 00:54:30 +0000 (00:54 +0000)]
re PR testsuite/32057 (Random failure on gfortran.dg/secnds.f)

2007-06-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR testsuite/32057
* gfortran.dg/secnds.f: Update test to avoid roundoff errors and
midnight issues.

From-SVN: r125352

17 years agoDaily bump.
GCC Administrator [Wed, 6 Jun 2007 00:16:55 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r125350

17 years agore PR testsuite/25241 ([C++] DejaGNU does not distinguish between errors and warnings)
Manuel López-Ibáñez [Tue, 5 Jun 2007 22:30:24 +0000 (22:30 +0000)]
re PR testsuite/25241 ([C++] DejaGNU does not distinguish between errors and warnings)

2007-06-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

PR testsuite/25241
testsuite/
* gcc.dg/invalid-call-1.c: Use dg-warning to match the warning and
dg-message to match de note.
* gcc.dg/pr26570.c: Use dg-message for a note.
* gcc.dg/pr29254.c: Use dg-message for generic output and use
dg-error instead of dg-warning because of -Werror.
* gcc.dg/glibc-uclibc-1.c: Use dg-message for output that is
neither an error, nor a warning.
* gcc.dg/glibc-uclibc-2.c: Likewise
* gcc.dg/cpp/19940712-1.c: Likewise.

From-SVN: r125347

17 years agore PR preprocessor/23479 (Implement binary constants with a "0b" prefix)
Joerg Wunsch [Tue, 5 Jun 2007 22:25:27 +0000 (22:25 +0000)]
re PR preprocessor/23479 (Implement binary constants with a "0b" prefix)

2007-06-05  Joerg Wunsch  <j.gnu@uriah.heep.sax.de>

PR preprocessor/23479
gcc/
* doc/extend.texi: Document the 0b-prefixed binary integer
constant extension.

libcpp/
* expr.c (cpp_classify_number): Implement 0b-prefixed binary
integer constants.
(append_digit): Likewise.
* include/cpplib.h: Add CPP_N_BINARY, to be used for 0b-prefixed
binary integer constants.

testsuite/
* testsuite/gcc.dg/binary-constants-1.c: Add test suites for
the 0b-prefixed binary integer constants.
* testsuite/gcc.dg/binary-constants-2.c: Ditto.
* testsuite/gcc.dg/binary-constants-3.c: Ditto.
* testsuite/gcc.dg/binary-constants-4.c: Ditto.

From-SVN: r125346

17 years agore PR tree-optimization/32215 (ICE in supportable_narrowing_operation, at tree-vector...
Uros Bizjak [Tue, 5 Jun 2007 20:23:58 +0000 (22:23 +0200)]
re PR tree-optimization/32215 (ICE in supportable_narrowing_operation, at tree-vectorizer.c:1907)

        PR tree-optimization/32215
        * tree-vectorizer.c (supportable_widening_operation): Return false
        for unsupported FIX_TRUNC_EXPR tree code.
        (supportable_narrowing_operation): Ditto for FLOAT_EXPR tree code.

From-SVN: r125343

17 years agore PR fortran/18923 (segfault after subroutine name confusion)
Jerry DeLisle [Tue, 5 Jun 2007 20:23:44 +0000 (20:23 +0000)]
re PR fortran/18923 (segfault after subroutine name confusion)

2007-06-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/18923
* parse.c (decode_statement): Don't call gfc_undo_symbols on MATCH_ERROR
for ST_FUNCTION since it is called in reject_statement.
(parse_contained): If error, loop back after reject_statement and try
again.  Free the namespace if an error occured.

From-SVN: r125342

17 years agors6000.h (FIXED_SCRATCH): Use r0 as a scratch register on SPE targets.
Nathan Froyd [Tue, 5 Jun 2007 19:46:23 +0000 (19:46 +0000)]
rs6000.h (FIXED_SCRATCH): Use r0 as a scratch register on SPE targets.

* config/rs6000/rs6000.h (FIXED_SCRATCH): Use r0 as a scratch
register on SPE targets.  Change documentation to reflect
reality.
* config/rs6000/rs6000.c (rs6000_conditional_register_usage):
Change FIXED_SCRATCH to 14 and document why we're keeping r14
out of the register allocation pool.
(rs6000_reg_live_or_pic_offset_p): New function.
(rs6000_emit_prologue): Move the actual saving of LR up to free
r0 for holding r11.  Split saving of SPE 64-bit registers into
its own case.  Ensure that offsets will always be in-range for
'evstdd' by using r11 as a scratch register to point at the start
of the SPE save area.  Save r11 if necessary, as it is the static
chain register.
(rs6000_emit_epilogue): Split restoring of SPE 64-bit registers
into its own case.  Ensure that offsets will always be in-range
for 'evldd' by using r11 as a scratch register to point at the
start of the SPE save area.  Also adjust r11 when restoring
the stack pointer to compensate for pre-loading r11.

From-SVN: r125340

17 years agodecl.c (grokdeclarator): Readability change.
Simon Baldwin [Tue, 5 Jun 2007 18:29:42 +0000 (18:29 +0000)]
decl.c (grokdeclarator): Readability change.

        * decl.c (grokdeclarator): Readability change.  Moved case labels into
direct switch statement scope.

From-SVN: r125339

17 years agotypo
Thomas Neumann [Tue, 5 Jun 2007 16:16:23 +0000 (16:16 +0000)]
typo

From-SVN: r125338

17 years agocfg.c (init_flow): Use type safe memory macros.
Thomas Neumann [Tue, 5 Jun 2007 15:41:04 +0000 (15:41 +0000)]
cfg.c (init_flow): Use type safe memory macros.

* cfg.c (init_flow): Use type safe memory macros.
(alloc_block): Likewise.
(unchecked_make_edge): Likewise.
(dump_flow_info): Avoid using C++ keywords as variable names.
(copy_original_table_clear): Cast according to the coding conventions.
(copy_original_table_set): Likewise.
* cfgexpand (label_rtx_for_bb): Likewise.
(expand_gimüle_basic_block): Likewise.
* cfghooks.c (dump_bb): Likewise.
(lv_adjust_loop_header_phi): Avoid using C++ keywords as variable names.
(lv_add_condition_to_bb): Likewise.
* cfglayout (relink_block_chain): Cast according to the coding
conventions.
(fixup_reorder_chain): Likewise.
(fixup_fallthru_exit_predecessor): Likewise.
* cfgloop.c (glb_enum_p): Likewise.
(get_exit_description): Likewise.
(dump_recorded_exit): Likewise.
* cfgloop.h (enum loop_estimation): Move out of struct scope...
(struct loop): ... from here.
* cfgloopmanip (rpe_enum_p): Cast according to the coding conventions.
* cfgrtl.c (rtl_create_basic_block): Likewise.
(rtl_split_block): Likewise.
(rtl_dump_bb): Likewise.
(cfg_layout_split_block): Likewise.
(init_rtl_bb_info): Use typesafe memory macros.

* graphds.h (struct graph_edge): Renamed edge to graph_edge.
* graphds.h: Updated all usages of edge to graph_edge.
* graphds.c: Likewise.
* cfgloopanal.c: Likewise.

From-SVN: r125336

17 years agotree-vrp.c (compare_values_warnv): Check TREE_NO_WARNING on a PLUS_EXPR or MINUS_EXPR...
Ian Lance Taylor [Tue, 5 Jun 2007 13:18:22 +0000 (13:18 +0000)]
tree-vrp.c (compare_values_warnv): Check TREE_NO_WARNING on a PLUS_EXPR or MINUS_EXPR node before setting...

./: * tree-vrp.c (compare_values_warnv): Check TREE_NO_WARNING on a
PLUS_EXPR or MINUS_EXPR node before setting *strict_overflow_p.
(extract_range_from_assert): Set TREE_NO_WARNING when creating an
expression.
(test_for_singularity): Likewise.
testsuite/:
* gcc.dg/Wstrict-overflow-19.c: New test.

From-SVN: r125334

17 years agoconstraints.md ("Y2"): Replaced by ...
H.J. Lu [Tue, 5 Jun 2007 12:54:41 +0000 (12:54 +0000)]
constraints.md ("Y2"): Replaced by ...

2007-06-05  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/constraints.md ("Y2"): Replaced by ...
("Yt"): This.
* config/i386/i386.md: Likewise.
* config/i386/mmx.md: Likewise.
* config/i386/sse.md: Likewise.

From-SVN: r125333

17 years agoconstraints.md ("z"): Replaced by ...
H.J. Lu [Tue, 5 Jun 2007 12:53:27 +0000 (05:53 -0700)]
constraints.md ("z"): Replaced by ...

2007-06-05  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/constraints.md ("z"): Replaced by ...
("Y0"): This.
* config/i386/sse.md (sse4_1_blendvpd): Likewise.
(sse4_1_blendvps): Likewise.
(sse4_1_pblendvb): Likewise.
(sse4_2_pcmpestr): Likewise.
(sse4_2_pcmpestrm): Likewise.
(sse4_2_pcmpestr_cconly): Likewise.
(sse4_2_pcmpistr): Likewise.
(sse4_2_pcmpistrm): Likewise.
(sse4_2_pcmpistr_cconly): Likewise.

Move testsuite ChangeLog to testsuite/ChangeLog.

From-SVN: r125332

17 years agomatrix-reorg.c (transform_access_sites): Fix computation.
Razya Ladelsky [Tue, 5 Jun 2007 10:48:33 +0000 (10:48 +0000)]
matrix-reorg.c (transform_access_sites): Fix computation.

2007-06-05  Razya Ladelsky  <razya@il.ibm.com>

        * matrix-reorg.c (transform_access_sites): Fix computation.
        (transform_allocation_sites): Same.
        * testsuite/gcc.dg/matrix/matrix-6.c: Remove conversion.

From-SVN: r125331

17 years agoi386.c (override_options): Use TARGET_SUBTARGET32_ISA_DEFAULT to select default ix86_...
Uros Bizjak [Tue, 5 Jun 2007 06:44:17 +0000 (08:44 +0200)]
i386.c (override_options): Use TARGET_SUBTARGET32_ISA_DEFAULT to select default ix86_isa_flags.

* config/i386/i386.c (override_options): Use
TARGET_SUBTARGET32_ISA_DEFAULT to select default ix86_isa_flags.

From-SVN: r125328

17 years agomd (reg_not_xmm0_operand): New predicate.
Uros Bizjak [Tue, 5 Jun 2007 05:35:39 +0000 (07:35 +0200)]
md (reg_not_xmm0_operand): New predicate.

* config/i386/predicates/md (reg_not_xmm0_operand): New predicate.
(nonimm_not_xmm0_operand): Ditto.
* config/i386/sse.md ("sse4_1_blendvpd"): Use "reg_not_xmm0_operand"
as operand[0] and operand[1] predicate.  Use "nonimm_not_xmm0_operand"
as operand[2] predicate.  Require "z" class XMM register for
operand[3].  Adjust asm template.
("sse4_1_blendvpd"): Ditto.
("sse4_1_pblendvb"): Ditto.
  * config/i386/i386.c (ix86_expand_sse_4_operands_builtin): Do not
force op2 into xmm0 register for variable blend instructions.

From-SVN: r125327

17 years agoDaily bump.
GCC Administrator [Tue, 5 Jun 2007 00:17:15 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r125325

17 years agoc-tree.h (start_enum): Update.
Tom Tromey [Mon, 4 Jun 2007 23:19:19 +0000 (23:19 +0000)]
c-tree.h (start_enum): Update.

* c-tree.h (start_enum): Update.
(build_enumerator): Likewise.
* c-decl.c (enum_next_value): Removed.
(enum_overflow): Likewise.
(start_enum): Add c_enum_contents argument.  Don't use globals.
(build_enumerator): Likewise.
* c-tree.h (struct c_enum_contents): New struct.

From-SVN: r125322

17 years ago* c-common.c (c_common_get_alias_set): Fix indentation.
Tom Tromey [Mon, 4 Jun 2007 22:13:40 +0000 (22:13 +0000)]
* c-common.c (c_common_get_alias_set): Fix indentation.

From-SVN: r125321

17 years agotree-vrp.c (adjust_range_with_scev): When loop is not expected to overflow, reduce...
Ian Lance Taylor [Mon, 4 Jun 2007 21:56:10 +0000 (21:56 +0000)]
tree-vrp.c (adjust_range_with_scev): When loop is not expected to overflow, reduce overflow infinity to regular infinity.

./: * tree-vrp.c (adjust_range_with_scev): When loop is not expected
to overflow, reduce overflow infinity to regular infinity.
(vrp_var_may_overflow): New static function.
(vrp_visit_phi_node): Check vrp_var_may_overflow.
testsuite/:
* gcc.dg/Wstrict-overflow-18.c: New test.

From-SVN: r125319

17 years ago* stor-layout.c (layout_type): Remove duplicate code.
Kazu Hirata [Mon, 4 Jun 2007 21:29:01 +0000 (21:29 +0000)]
* stor-layout.c (layout_type): Remove duplicate code.

From-SVN: r125318

17 years agore PR testsuite/25241 ([C++] DejaGNU does not distinguish between errors and warnings)
Manuel López-Ibáñez [Mon, 4 Jun 2007 21:11:51 +0000 (21:11 +0000)]
re PR testsuite/25241 ([C++] DejaGNU does not distinguish between errors and warnings)

2007-06-04  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

PR testsuite/25241
testsuite/
* gcc.dg/cpp/mi1.c: Use dg-message for output that is not an error.
* gcc.dg/cpp/mi5.c: Likewise.
* gcc.dg/cpp/mi7.c: Likewise.

From-SVN: r125317

17 years agotrans-intrinsic.c (gfc_conv_intrinsic_function_args): Adjust to operate on a stack...
Lee Millward [Mon, 4 Jun 2007 20:59:49 +0000 (20:59 +0000)]
trans-intrinsic.c (gfc_conv_intrinsic_function_args): Adjust to operate on a stack allocated array for the intrinsic arguments...

2007-06-04 Lee Millward <lee.millward@codesourcery.com>

* trans-intrinsic.c (gfc_conv_intrinsic_function_args): Adjust
to operate on a stack allocated array for the intrinsic arguments
instead of creating a TREE_LIST. Add two new parameters for the
array and the number of elements. Update all callers to allocate
an array of the correct length to pass in. Update comment.
(gfc_intrinsic_argument_list_length): New function.
(gfc_conv_intrinsic_mnimax): Call it.
(gfc_conv_intrinsic_merge): Likewise.
(gfc_conv_intrinsic_lib_function): Call it. Use new CALL_EXPR
constructors.
(gfc_conv_intrinsic_cmplx): Likewise.
(gfc_conv_intrinsic_ctime): Likewise.
(gfc_covn_intrinsic_fdate): Likewise.
(gfc_conv_intrinsic_ttynam): Likewise.
(gfc_conv_intrinsic_ishftc): Likewise.
(gfc_conv_intrinsic_index): Likewise.
(gfc_conv_intrinsic_scan): Likewise.
(gfc_conv_intrinsic_verify): Likewise.
(gfc_conv_intrinsic_trim): Likewise.
(gfc_conv_intrinsic_aint): Use new CALL_EXPR constructors.
(gfc_conv_intrinsic_exponent): Likewise.
(gfc_conv_intrinsic_bound): Likewise.
(gfc_conv_intrinsic_abs): Likewise.
(gfc_conv_intrinsic_mod): Likewise.
(gfc_conv_intrinsic_sign): Likewise.
(gfc_conv_intrinsic_len): Likewise.
(gfc_conv_intrinsic_adjust): Likewise.
(gfc_conv_intrinsic_si_kind): Likewise.

From-SVN: r125316

17 years agocall.c (convert_like_real): Remove pointless code.
Paolo Carlini [Mon, 4 Jun 2007 20:40:43 +0000 (20:40 +0000)]
call.c (convert_like_real): Remove pointless code.

2007-06-04  Paolo Carlini  <pcarlini@suse.de>

* call.c (convert_like_real): Remove pointless code.

From-SVN: r125315

17 years agore PR c/32191 (ICE with complex __float128)
Uros Bizjak [Mon, 4 Jun 2007 20:07:37 +0000 (22:07 +0200)]
re PR c/32191 (ICE with complex __float128)

        PR c/32191
        * gcc/c-common.c (c_define_builtins): Call targetm.init_builtins ()
        before build_common_builtin_nodes ().

testsuite/ChangeLog:

        PR c/32191
        * gcc.dg/pr32191.c: New test.

From-SVN: r125314

17 years ago* trans-array.c (gfc_conv_array_parameter): Initialize tmp.
Steve Ellcey [Mon, 4 Jun 2007 16:00:00 +0000 (16:00 +0000)]
* trans-array.c (gfc_conv_array_parameter): Initialize tmp.

From-SVN: r125313

17 years agore PR target/31733 (ICE in rtl_verify_flow_info, at cfgrtl.c:2050: {return_internal...
Steve Ellcey [Mon, 4 Jun 2007 15:58:12 +0000 (15:58 +0000)]
re PR target/31733 (ICE in rtl_verify_flow_info, at cfgrtl.c:2050: {return_internal} (nil))

PR target/31733
* cfgrtl.c (rtl_verify_flow_info): Skip notes when looking for barrier.

From-SVN: r125312

17 years agoacinclude.m4: Accept GCJ and JIKES.
Matthias Klose [Mon, 4 Jun 2007 10:05:52 +0000 (10:05 +0000)]
acinclude.m4: Accept GCJ and JIKES.

2007-06-04  Matthias Klose  <doko@ubuntu.com>

        * m4/acinclude.m4: Accept GCJ and JIKES.
        * configure: Regenerate.

From-SVN: r125310

17 years agomh-ppc-aix: Add default ADAFLAGS to BOOT_ADAFLAGS.
Olivier Hainque [Mon, 4 Jun 2007 07:48:28 +0000 (07:48 +0000)]
mh-ppc-aix: Add default ADAFLAGS to BOOT_ADAFLAGS.

* mh-ppc-aix: Add default ADAFLAGS to BOOT_ADAFLAGS.

From-SVN: r125309

17 years agotree-predcom.c (replace_ref_with, [...]): Call build_gimple_modify_stmt instead of...
Jan Hubicka [Mon, 4 Jun 2007 07:20:01 +0000 (09:20 +0200)]
tree-predcom.c (replace_ref_with, [...]): Call build_gimple_modify_stmt instead of _stat version.

* tree-predcom.c (replace_ref_with, initialize_root_vars_lm,
reassociate_to_the_same_stmt): Call build_gimple_modify_stmt
instead of _stat version.

From-SVN: r125308

17 years agoDaily bump.
GCC Administrator [Mon, 4 Jun 2007 00:17:10 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r125305

17 years agolibjava/classpath/ChangeLog.gcj:
Matthias Klose [Sun, 3 Jun 2007 23:18:43 +0000 (23:18 +0000)]
libjava/classpath/ChangeLog.gcj:

2007-05-31  Matthias Klose  <doko@ubuntu.com>

        * javax/management/NotificationBroadcasterSupport.java
        (getNotificationInfo): Add cast.
        * native/jni/qt-peer/Makefile.am (AM_CXXFLAGS): Add libstdc++ include
        directories.
        * native/jni/qt-peer/Makefile.in: Regenerate.

libjava/ChangeLog:

2007-06-03  Matthias Klose  <doko@ubuntu.com>

        * java/io/natFileWin32.cc (setFilePermissions): New (stub only).
        _access: Handle EXEC query, stub only.

2007-06-03  Matthias Klose  <doko@ubuntu.com>

        Merged from classpath:
        * gnu/java/nio/SelectorProviderImpl.java: Whitespace merge.
        * java/lang/System.java(inheritedChannel): New.
        * java/lang/Character.java: Remove stray`;'.
        * java/net/MulticastSocket.java: Merged.
        * java/text/DateFormatSymbols.java(getInstance): New, comment updates.
        * java/text/Collator.java(getInstance): Merged.
        * java/util/Calendar.java: New attributes ALL_STYLES, SHORT, LONG.
        getDisplayName, getDisplayNames: New.
        * java/util/logging/Logger.java: Merged.
        * Regenerate .class and .h files.

2007-06-03  Matthias Klose  <doko@ubuntu.com>

        * java/io/File.java: Merge with classpath-0.95, new method
        setFilePermissions, new attribute EXEC.
        * java/io/natFilePosix.cc (setFilePermissions): New.
        _access: Handle EXEC query.
        * classpath/lib/java/io/File.class, java/io/File.h: Regenerate.

2007-06-03  Matthias Klose  <doko@ubuntu.com>

        Imported GNU Classpath 0.95.

        * classpath/Makefile.in,
        classpath/native/jni/midi-dssi/Makefile.in,
        classpath/native/jni/classpath/Makefile.in,
        classpath/native/jni/Makefile.in,
        classpath/native/jni/gconf-peer/Makefile.in,
        classpath/native/jni/java-io/Makefile.in,
        classpath/native/jni/native-lib/Makefile.in,
        classpath/native/jni/java-util/Makefile.in,
        classpath/native/jni/midi-alsa/Makefile.in,
        classpath/native/jni/java-lang/Makefile.in,
        classpath/native/jni/java-nio/Makefile.in,
        classpath/native/jni/java-net/Makefile.in,
        classpath/native/jni/xmlj/Makefile.in,
        classpath/native/jni/qt-peer/Makefile.in,
        classpath/native/jni/gtk-peer/Makefile.in,
        classpath/native/Makefile.in, classpath/native/jawt/Makefile.in,
        classpath/native/fdlibm/Makefile.in,
        classpath/native/plugin/Makefile.in,
        classpath/resource/Makefile.in, classpath/scripts/Makefile.in,
        classpath/tools/Makefile.in, classpath/doc/Makefile.in,
        classpath/doc/api/Makefile.in, classpath/lib/Makefile.in,
        classpath/external/Makefile.in, classpath/external/jsr166/Makefile.in,
        classpath/external/sax/Makefile.in,
        classpath/external/w3c_dom/Makefile.in,
        classpath/external/relaxngDatatype/Makefile.in,
        classpath/include/Makefile.in,
        classpath/examples/Makefile.in: Regenerate.
        * classpath/config.guess, classpath/config.sub,
        classpath/ltmain.sh : Update.
        * classpath/configure, classpath/depcomp, classpath/missing,
        classpath/aclocal.m4, classpath/install-sh: Regenerate.

        * gnu/classpath/Configuration.java (CLASSPATH_VERSION): Now 0.95.
        * sources.am: Regenerate.
        * Makefile.in: Regenerate.

        * Update the .class files and generated CNI header files, add new
        .class and generated CNI header files.
        * Remove generated files for removed java source files:
        classpath/gnu/java/net/BASE64.java,
        classpath/gnu/java/security/util/Base64.java,
        classpath/gnu/java/awt/peer/gtk/GThreadMutex.java,
        classpath/gnu/java/awt/peer/gtk/GThreadNativeMethodRunner.java,
        classpath/gnu/java/awt/font/autofit/Scaler.java,
        classpath/gnu/classpath/jdwp/util/Value.java,
        classpath/gnu/javax/net/ssl/Base64.java.
        * Remove empty directories.

        * Makefile.am(nat_source_files): Add natVMOperatingSystemMXBeanImpl.cc.
        * java/lang/Class.java(setAccessible): Merge from classpath.
        * java/util/Locale.java: Remove.
        * gnu/java/lang/management/VMOperatingSystemMXBeanImpl.java,
        gnu/java/lang/management/natVMOperatingSystemMXBeanImpl.cc: New.
        * gcj/javaprims.h: Update class declarations.
        * scripts/classes.pl: Update usage.
        * HACKING: Mention to build all peers.

From-SVN: r125302

17 years agoconfigure.ac: Fix a typo in *-*-darwin clause.
Andrew Pinski [Sun, 3 Jun 2007 20:38:37 +0000 (20:38 +0000)]
configure.ac: Fix a typo in *-*-darwin clause.

2007-06-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * configure.ac: Fix a typo in *-*-darwin clause.
        * configure: Regenerated.

From-SVN: r125301

17 years agore PR tree-optimization/32194 (ice for legal code with -O3 with complex in loop)
Zdenek Dvorak [Sun, 3 Jun 2007 19:21:12 +0000 (21:21 +0200)]
re PR tree-optimization/32194 (ice for legal code with -O3 with complex in loop)

PR tree-optimization/32194
* tree-predcom.c (determine_offset): Check that both references have
the same type.

From-SVN: r125298

17 years agocfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.
Zdenek Dvorak [Sun, 3 Jun 2007 19:10:44 +0000 (21:10 +0200)]
cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.

* cfgloopmanip.c (remove_path, loopify, duplicate_loop_to_header_edge):
Change dom_bbs to vector.  Add argument to iterate_fix_dominators call.
* loop-unroll.c (unroll_loop_runtime_iterations): Ditto.
* tree-cfg.c (tree_duplicate_sese_region): Change doms to vector.
Add argument to iterate_fix_dominators call.
(remove_edge_and_dominated_blocks): Pass vector to bbs_to_fix_dom.
* gcse.c (hoist_code): Change domby to vector.
* cfghooks.c (make_forwarder_block): Change doms_to_fix to vector.
Add argument to iterate_fix_dominators call.
* loop-doloop.c (doloop_modify): Changed recount_dominator to
recompute_dominator.
* lambda-code.c (perfect_nestify): Ditto.
* cfgloopanal.c: Include graphds.h.
(struct edge, struct vertex, struct graph, dump_graph, new_graph,
add_edge, dfs, for_each_edge, free_graph): Moved to graphds.c.
(mark_irreducible_loops): Use graphds_scc.  Remove argument from
add_edge call.
* graphds.c: New file.
* graphds.h: New file.
* dominance.c: Include vecprim.h, pointer-set.h and graphds.h.
(get_dominated_by, get_dominated_by_region): Change return type to
vector.
(verify_dominators): Recompute all dominators and compare the results.
(recount_dominator): Renamed to ...
(recompute_dominator): ... this.  Do not check that the block is
dominated by entry.
(iterate_fix_dominators): Reimplemented.
(prune_bbs_to_update_dominators, root_of_dom_tree,
determine_dominators_for_sons): New functions.
* et-forest.c (et_root): New function.
* et-forest.h (et_root): Declare.
* Makefile.in (graphds.o): Add.
(cfgloopanal.o): Add graphds.h dependency.
(dominance.o): Add graphds.h, vecprim.h and pointer-set.h dependency.
* basic-block.h (get_dominated_by, get_dominated_by_region,
iterate_fix_dominators): Declaration changed.
(recount_dominator): Renamed to ...
(recompute_dominator): ... this.
* tree-ssa-threadupdate.c (thread_block): Free dominance info.
(thread_through_all_blocks): Do not free dominance info.

From-SVN: r125297

17 years agom68k.c (override_options): Don't override REAL_MODE_FORMAT.
Andreas Schwab [Sun, 3 Jun 2007 14:32:43 +0000 (14:32 +0000)]
m68k.c (override_options): Don't override REAL_MODE_FORMAT.

* config/m68k/m68k.c (override_options): Don't override
REAL_MODE_FORMAT.
* config/m68k/m68k-modes.def (SF, DF): Define to use
motorola_single_format and motorola_double_format, resp.
* real.c (motorola_single_format): Renamed from
coldfire_single_format.
(motorola_double_format): Renamed from coldfire_double_format.
(encode_ieee_extended): Generate a proper canonical NaN image
respecting canonical_nan_lsbs_set.
(ieee_extended_motorola_format): Set canonical_nan_lsbs_set to
true.
* real.h: Adjust declarations.

From-SVN: r125295

17 years agore PR fortran/32124 (Execution stops with stat= in ALLOCATE)
Tobias Burnus [Sun, 3 Jun 2007 07:25:54 +0000 (09:25 +0200)]
re PR fortran/32124 (Execution stops with stat= in ALLOCATE)

2007-05-28  Tobias Burnus  <burnus@net-b.de>

       PR fortran/32124
       * gfortran.dg/allocate_stat_1.f90: Remove.

From-SVN: r125293

17 years agore PR target/32163 (Compiling with stack protector causes reigster spill failure)
Kaz Kojima [Sun, 3 Jun 2007 04:38:52 +0000 (04:38 +0000)]
re PR target/32163 (Compiling with stack protector causes reigster spill failure)

PR target/32163
* config/sh/sh.md (symGOT_load): Don't schedule insns when
the symbol is generated with the stack protector.

From-SVN: r125292

17 years agom68k.c (m68k_attribute_table): Add "interrupt".
Kazu Hirata [Sun, 3 Jun 2007 00:43:21 +0000 (00:43 +0000)]
m68k.c (m68k_attribute_table): Add "interrupt".

* config/m68k/m68k.c (m68k_attribute_table): Add "interrupt".
(m68k_get_function_kind): Return m68k_fk_interrupt_handler on
"interrupt".
* doc/extend.texi (interrupt): Mention m68k.

From-SVN: r125290

17 years agoDaily bump.
GCC Administrator [Sun, 3 Jun 2007 00:16:52 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r125288

17 years agorevert: sse.md ("sse4_1_blendvpd"): Require "z" class XMM register for operand[3].
Uros Bizjak [Sat, 2 Jun 2007 18:29:03 +0000 (20:29 +0200)]
revert: sse.md ("sse4_1_blendvpd"): Require "z" class XMM register for operand[3].

Revert:

 2007-06-02  Uros Bizjak  <ubizjak@gmail.com>

       * config/i386/sse.md ("sse4_1_blendvpd"): Require "z" class XMM
       register for operand[3].  Adjust asm template.
       ("sse4_1_blendvpd"): Ditto.
       ("sse4_1_pblendvb"): Ditto.
        * config/i386/i386.c (ix86_expand_sse_4_operands_builtin): Do not
       force operands[3] into xmm0 register for variable blend instructions.

From-SVN: r125285

17 years agoFix a typo in ChangeLog.
H.J. Lu [Sat, 2 Jun 2007 17:44:29 +0000 (10:44 -0700)]
Fix a typo in ChangeLog.

From-SVN: r125284

17 years agotype_traits (is_reference, [...]): Remove.
Paolo Carlini [Sat, 2 Jun 2007 17:24:09 +0000 (17:24 +0000)]
type_traits (is_reference, [...]): Remove.

2007-06-02  Paolo Carlini  <pcarlini@suse.de>

* include/tr1_impl/type_traits (is_reference, add_reference,
remove_reference): Remove.
* include/tr1/type_traits (is_reference, add_reference,
remove_reference): Add.
* include/std/type_traits (is_lvalue_reference, is_rvalue_reference,
is_reference, remove_reference, add_lvalue_reference,
add_rvalue_reference): Add.
* include/tr1_impl/boost_shared_ptr.h (operator*): Adjust.
* testsuite/20_util/add_lvalue_reference/requirements/
explicit_instantiation.cc: New.
* testsuite/20_util/add_lvalue_reference/value.cc: Likewise.
* testsuite/20_util/add_rvalue_reference/requirements/
explicit_instantiation.cc: Likewise.
* testsuite/20_util/add_rvalue_reference/value.cc: Likewise.
* testsuite/20_util/is_lvalue_reference/requirements/
explicit_instantiation.cc: Likewise.
* testsuite/20_util/is_lvalue_reference/requirements/
typedefs.cc: Likewise.
* testsuite/20_util/is_lvalue_reference/value.cc: Likewise.
* testsuite/20_util/is_rvalue_reference/requirements/
explicit_instantiation.cc: Likewise.
* testsuite/20_util/is_rvalue_reference/requirements/
typedefs.cc: Likewise.
* testsuite/20_util/is_rvalue_reference/value.cc: Likewise.
* testsuite/20_util/is_reference/requirements/
explicit_instantiation.cc: Likewise.
* testsuite/20_util/is_reference/requirements/typedefs.cc: Likewise.
* testsuite/20_util/is_reference/value.cc: Likewise.
* testsuite/20_util/remove_reference/requirements/
explicit_instantiation.cc: New.
* testsuite/20_util/remove_reference/value.cc: Likewise.

* testsuite/tr1/4_metaprogramming/add_const/requirements/
typedefs.cc: Move...
* testsuite/tr1/4_metaprogramming/add_const/value.cc: ... here.
* testsuite/tr1/4_metaprogramming/add_cv/requirements/
typedefs.cc: Move...
* testsuite/tr1/4_metaprogramming/add_cv/value.cc: ... here.
* testsuite/tr1/4_metaprogramming/add_pointer/requirements/
typedefs.cc: Move...
* testsuite/tr1/4_metaprogramming/add_pointer/value.cc: ... here.
* testsuite/tr1/4_metaprogramming/add_reference/requirements/
typedefs.cc: Move...
* testsuite/tr1/4_metaprogramming/add_reference/value.cc: ... here.
* testsuite/tr1/4_metaprogramming/add_volatile/requirements/
typedefs.cc: Move...
* testsuite/tr1/4_metaprogramming/add_volatile/value.cc: ... here.
* testsuite/tr1/4_metaprogramming/aligned_storage/requirements/
typedefs.cc: Move...
* testsuite/tr1/4_metaprogramming/aligned_storage/value.cc: ... here.

From-SVN: r125283

17 years agoconfigure.ac: Fix a typo.
H.J. Lu [Sat, 2 Jun 2007 16:15:04 +0000 (16:15 +0000)]
configure.ac: Fix a typo.

2007-06-02  H.J. Lu  <hongjiu.lu@intel.com>

* configure.ac: Fix a typo.
* configure: Regenerated.

From-SVN: r125282

17 years agosse4_2-check.h: New.
H.J. Lu [Sat, 2 Jun 2007 13:45:18 +0000 (13:45 +0000)]
sse4_2-check.h: New.

2007-06-02  H.J. Lu  <hongjiu.lu@intel.com>

* gcc.target/i386/sse4_2-check.h: New.
* gcc.target/i386/sse4_2-crc32b.c: Likewise.
* gcc.target/i386/sse4_2-crc32.h: Likewise.
* gcc.target/i386/sse4_2-crc32l.c: Likewise.
* gcc.target/i386/sse4_2-crc32q.c: Likewise.
* gcc.target/i386/sse4_2-crc32w.c: Likewise.
* gcc.target/i386/sse4_2-pcmpestri-1.c: Likewise.
* gcc.target/i386/sse4_2-pcmpestri-2.c: Likewise.
* gcc.target/i386/sse4_2-pcmpestrm-1.c: Likewise.
* gcc.target/i386/sse4_2-pcmpestrm-2.c: Likewise.
* gcc.target/i386/sse4_2-pcmpgtq.c: Likewise.
* gcc.target/i386/sse4_2-pcmpistri-1.c: Likewise.
* gcc.target/i386/sse4_2-pcmpistri-2.c: Likewise.
* gcc.target/i386/sse4_2-pcmpistrm-1.c: Likewise.
* gcc.target/i386/sse4_2-pcmpistrm-2.c: Likewise.
* gcc.target/i386/sse4_2-pcmpstr.h: Likewise.
* gcc.target/i386/sse4_2-popcnt.h: Likewise.
* gcc.target/i386/sse4_2-popcntl.c: Likewise.
* gcc.target/i386/sse4_2-popcntq.c: Likewise.

From-SVN: r125281

17 years agoi386.md ("sse4_1_blendvpd"): Require "z" class XMM register for operand[3].
Uros Bizjak [Sat, 2 Jun 2007 12:49:07 +0000 (14:49 +0200)]
i386.md ("sse4_1_blendvpd"): Require "z" class XMM register for operand[3].

        * config/i386/i386.md ("sse4_1_blendvpd"): Require "z" class XMM
        register for operand[3].  Adjust asm template.
        ("sse4_1_blendvpd"): Ditto.
        ("sse4_1_pblendvb"): Ditto.
        * config/i386/i386.c (ix86_expand_sse_4_operands_builtin): Call
        safe_vector_operand() if input operand is VECTOR_MODE_P operand. Do not
        force operands[3] into xmm0 register for variable blend instructions.
        (ix86_expand_sse_pcmpestr): Do not check operands for
        "register_operand", when insn operand predicate is "register_operand".
        (ix86_expand_sse_pcmpistr): Ditto.

From-SVN: r125280

17 years agoi386.h (enum reg_class): New.
H.J. Lu [Sat, 2 Jun 2007 09:07:00 +0000 (09:07 +0000)]
i386.h (enum reg_class): New.

        * config/i386/i386.h (enum reg_class) [SSE_FIRST_REG]: New.
        (SSE_CLASS_P): Use reg_class_subset_p between SSE_REGS.
        (REG_CLASS_NAMES): Add "FIRST_SSE_REG" string.
        (REG_CLASS_CONTENTS): Add members of FIRST_SSE_REG class.
        * config/i386/constraints.md ("z"): New register constraint
        for members of SSE_FIRST_REG class.
        * config/i386/i386-modes.def (CCA, CCC, CCO, CCS): New compare modes.
        * config/i386/i386.c (regclass_map): Change class of %xmm0 to
        SSE_FIRST_REG class.
        (put_condition_code) [EQ, NE]: Output suffixes for new compare modes.
        (ix86_cc_modes_compatible): Handle CCA, CCC, CCO and CCS modes.
        (IX86_BUILTIN_PCMPESTRI128): New for SSE4.2.
        (IX86_BUILTIN_PCMPESTRM128): Likewise.
        (IX86_BUILTIN_PCMPESTRA128): Likewise.
        (IX86_BUILTIN_PCMPESTRC128): Likewise.
        (IX86_BUILTIN_PCMPESTRO128): Likewise.
        (IX86_BUILTIN_PCMPESTRS128): Likewise.
        (IX86_BUILTIN_PCMPESTRZ128): Likewise.
        (IX86_BUILTIN_PCMPISTRI128): Likewise.
        (IX86_BUILTIN_PCMPISTRM128): Likewise.
        (IX86_BUILTIN_PCMPISTRA128): Likewise.
        (IX86_BUILTIN_PCMPISTRC128): Likewise.
        (IX86_BUILTIN_PCMPISTRO128): Likewise.
        (IX86_BUILTIN_PCMPISTRS128): Likewise.
        (IX86_BUILTIN_PCMPISTRZ128): Likewise.
        (struct builtin_description): Change "flag" field to unsigned.
        (bdesc_pcmpestr): New builtin description table.
        (bdesc_pcmpistr): Likewise.
        (ix86_init_mmx_sse_builtins): Define int_ftype_v16qi_int_v16qi_int_int,
        v16qi_ftype_v16qi_int_v16qi_int_int and int_ftype_v16qi_v16qi_int.
        Initialize pcmp[ei]str[im] insns for SSE4.2.
        (ix86_expand_sse_pcmpestr): New subroutine of ix86_expand_builtin.
        (ix86_expand_sse_pcmpistr): Likewise.
        (ix86_expand_builtin): Expand pcmp[ei]str[im] builtins for SSE4.2.
        * config/i386/i386.md (UNSPEC_PCMPESTR): New for SSE4.2.
        (UNSPEC_PCMPISTR): Likewise.
        * config/i386/sse.md (sse4_2_pcmpestr): New insn patern and splitter.
        (sse4_2_pcmpestri):New isns pattern.
        (sse4_2_pcmpestrm): Likewise.
        (sse4_2_pcmpestr_cconly): Likewise.
        (sse4_2_pcmpistr): New insn patern and splitter.
        (sse4_2_pcmpistri):New isns pattern.
        (sse4_2_pcmpistrm): Likewise.
        (sse4_2_pcmpistr_cconly): Likewise.
        * config/i386/smmintrin.h: Enable pcmp[ei]str[im] intrinsics
        in SSE4.2.

Co-Authored-By: Uros Bizjak <ubizjak@gmail.com>
From-SVN: r125279

17 years agoconfigure: Regenerate.
Paolo Bonzini [Sat, 2 Jun 2007 08:18:15 +0000 (08:18 +0000)]
configure: Regenerate.

boehm-gc:
2007-06-02  Paolo Bonzini  <bonzini@gnu.org>

* configure: Regenerate.

libffi:
2007-06-02  Paolo Bonzini  <bonzini@gnu.org>

* configure: Regenerate.

libgfortran:
2007-06-02  Paolo Bonzini  <bonzini@gnu.org>

* configure: Regenerate.

libgomp:
2007-06-02  Paolo Bonzini  <bonzini@gnu.org>

* configure: Regenerate.

libjava:
2007-06-02  Paolo Bonzini  <bonzini@gnu.org>

* configure: Regenerate.

libmudflap:
2007-06-02  Paolo Bonzini  <bonzini@gnu.org>

* configure: Regenerate.

libobjc:
2007-06-02  Paolo Bonzini  <bonzini@gnu.org>

* configure: Regenerate.

libssp:
2007-06-02  Paolo Bonzini  <bonzini@gnu.org>

* configure: Regenerate.

libstdc++-v3:
2007-06-02  Paolo Bonzini  <bonzini@gnu.org>

* configure: Regenerate.

zlib:
2007-06-02  Paolo Bonzini  <bonzini@gnu.org>

* configure: Regenerate.

From-SVN: r125278

17 years agomips.c (mips_output_mi_thunk): Only load gp if not LOADGP_ABSOLUTE and not binds_local_p.
David Daney [Sat, 2 Jun 2007 04:27:40 +0000 (04:27 +0000)]
mips.c (mips_output_mi_thunk): Only load gp if not LOADGP_ABSOLUTE and not binds_local_p.

* config/mips/mips.c (mips_output_mi_thunk): Only load gp if not
LOADGP_ABSOLUTE and not binds_local_p.

From-SVN: r125276

17 years agoMakefile.in: Replace all uses of libext with libsuffix.
Andrew Pinski [Sat, 2 Jun 2007 01:35:59 +0000 (01:35 +0000)]
Makefile.in: Replace all uses of libext with libsuffix.

2007-06-01  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * Makefile.in: Replace all uses of libext with libsuffix.
        * configure.ac: Likewise.
        * configure: Regenerate.

        Revert:
        * Makefile.in: Remove all uses of $(libext).

From-SVN: r125275

17 years agoDaily bump.
GCC Administrator [Sat, 2 Jun 2007 00:17:11 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r125273

17 years agodarwin.h (LINK_SPEC): Pass -fpie through to the linker.
Geoffrey Keating [Fri, 1 Jun 2007 22:58:14 +0000 (22:58 +0000)]
darwin.h (LINK_SPEC): Pass -fpie through to the linker.

2007-06-01  Geoffrey Keating  <geoffk@apple.com>

* config/darwin.h (LINK_SPEC): Pass -fpie through to the linker.

Index: testsuite/ChangeLog
2007-06-01  Geoffrey Keating  <geoffk@apple.com>

* gcc.dg/pie-link.c: New test.

From-SVN: r125270

17 years agotree-vrp.c (compare_name_with_value): Always set used_strict_overflow if we get a...
Ian Lance Taylor [Fri, 1 Jun 2007 22:47:02 +0000 (22:47 +0000)]
tree-vrp.c (compare_name_with_value): Always set used_strict_overflow if we get a result from the variable itself.

./: * tree-vrp.c (compare_name_with_value): Always set
used_strict_overflow if we get a result from the variable itself.
testsuite/:
* gcc.dg/Wstrict-overflow-17.c: New test.

From-SVN: r125269

17 years agobuiltin-return-1.c (g): New.
Kazu Hirata [Fri, 1 Jun 2007 19:48:46 +0000 (19:48 +0000)]
builtin-return-1.c (g): New.

* gcc.dg/builtin-return-1.c (g): New.
(main): Allocate at least 64 bytes on the stack.

From-SVN: r125268

17 years agowhat-big.cc: New.
Benjamin Kosnik [Fri, 1 Jun 2007 17:03:22 +0000 (17:03 +0000)]
what-big.cc: New.

2007-06-01  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/19_diagnostics/logic_error/what-big.cc: New.
* testsuite/19_diagnostics/logic_error/what-3.cc: Same.
* testsuite/19_diagnostics/runtime_error/what-big.cc: Same.
* testsuite/19_diagnostics/runtime_error/what-3.cc: Same.

* testsuite/18_support/14493.cc: Break into...
* testsuite/18_support/exception/what.cc: ...this.
* testsuite/18_support/bad_cast/what.cc: ...this.
* testsuite/18_support/bad_alloc/what.cc: ...this.
* testsuite/18_support/bad_typeid/what.cc: ...this.
* testsuite/18_support/bad_exception/what.cc: ...this.

* testsuite/19_diagnostics/bad_exception/23591_thread-1.c: Move...
* testsuite/18_support/bad_exception/23591_thread-1.c: ...here.

* testsuite/18_support/14026.cc: Move...
* testsuite/18_support/uncaught_exception/14026.cc: ...here.

From-SVN: r125267

17 years agore PR rtl-optimization/31455 (lower subreg causes a performance regression in the...
Ian Lance Taylor [Fri, 1 Jun 2007 15:06:19 +0000 (15:06 +0000)]
re PR rtl-optimization/31455 (lower subreg causes a performance regression in the inner loop sometimes)

PR rtl-optimization/31455
* lower-subreg.c (find_decomposable_subregs): Don't decompose
subregs which have a cast between modes which are not tieable.

From-SVN: r125265

17 years agoFix ChangeLog entry.
H.J. Lu [Fri, 1 Jun 2007 13:46:37 +0000 (06:46 -0700)]
Fix ChangeLog entry.

From-SVN: r125264

17 years agolibtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set lt_cv_sys_max_cmd_len.
Steve Ellcey [Fri, 1 Jun 2007 11:32:07 +0000 (11:32 +0000)]
libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set lt_cv_sys_max_cmd_len.

2007-06-01  Steve Ellcey  <sje@cup.hp.com>

* libltdl/m4/libtool.m4 (LT_CMD_MAX_LEN): Try using getconf
to set lt_cv_sys_max_cmd_len.

From-SVN: r125262

17 years agothrow_allocator.h (__throw_allocator::allocate): Throw bad_alloc for out of memory...
Benjamin Kosnik [Fri, 1 Jun 2007 10:09:40 +0000 (10:09 +0000)]
throw_allocator.h (__throw_allocator::allocate): Throw bad_alloc for out of memory conditions.

2007-06-01  Benjamin Kosnik  <bkoz@redhat.com>

* include/ext/throw_allocator.h (__throw_allocator::allocate):
Throw bad_alloc for out of memory conditions.
* testsuite/ext/throw_allocator/deallocate_global.cc: New.
* testsuite/ext/throw_allocator/check_delete.cc: Same.
* testsuite/ext/throw_allocator/check_allocate_max_size.cc: Same.
* testsuite/ext/throw_allocator/check_deallocate_null.cc: Same.
* testsuite/ext/throw_allocator/explicit_instantiation.cc: Same.
* testsuite/ext/throw_allocator/check_new.cc: Same.
* testsuite/ext/throw_allocator/deallocate_local.cc: Same.

From-SVN: r125261

17 years agoRemove conflict marker.
Andreas Schwab [Fri, 1 Jun 2007 08:51:05 +0000 (08:51 +0000)]
Remove conflict marker.

From-SVN: r125260

17 years agoexpr.c (force_operand): Remove breaks after return statements.
Uros Bizjak [Fri, 1 Jun 2007 05:59:23 +0000 (07:59 +0200)]
expr.c (force_operand): Remove breaks after return statements.

* expr.c (force_operand) [DIV, MOD, UDIV, UMOD, ASHIFTRT]: Remove
breaks after return statements.

From-SVN: r125259

17 years agosh.c (fpscr_set_from_mem): Call get_free_reg only after no_new_pseudos.
Kaz Kojima [Fri, 1 Jun 2007 04:58:23 +0000 (04:58 +0000)]
sh.c (fpscr_set_from_mem): Call get_free_reg only after no_new_pseudos.

* config/sh/sh.c (fpscr_set_from_mem): Call get_free_reg
only after no_new_pseudos.

From-SVN: r125258

17 years agoFixup whitespacing
Mike Stump [Fri, 1 Jun 2007 02:12:37 +0000 (02:12 +0000)]
Fixup whitespacing

From-SVN: r125255

17 years agodecl.c (get_atexit_fn_ptr_type): New function.
Mark Mitchell [Fri, 1 Jun 2007 00:44:36 +0000 (00:44 +0000)]
decl.c (get_atexit_fn_ptr_type): New function.

* decl.c (get_atexit_fn_ptr_type): New function.
(get_atexit_node): Use it.
(start_cleanup_fn): Likewise.
(register_dtor_fn): Use the object's destructor, instead of a
separate cleanup function, where possible.
* cp-tree.h (CPTI_ATEXIT_FN_PTR_TYPE): New enumerator.
(atexit_fn_ptr_type_node): New macro.
* decl2.c (build_cleanup): Use build_address.
* g++.dg/init/cleanup3.C: New test.

From-SVN: r125253

17 years agoDaily bump.
GCC Administrator [Fri, 1 Jun 2007 00:17:10 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r125249

17 years agoexpr.c (convert_move): Assert that we don't have a BLKmode operand.
Eric Christopher [Fri, 1 Jun 2007 00:08:26 +0000 (00:08 +0000)]
expr.c (convert_move): Assert that we don't have a BLKmode operand.

2007-05-31  Eric Christopher  <echristo@apple.com>

* expr.c (convert_move): Assert that we don't have a BLKmode
operand.
(store_expr): Handle BLKmode moves by calling emit_block_move.

From-SVN: r125246

17 years agore PR libstdc++/31426 (TR1 includes do not work with -std=c++0x)
Paolo Carlini [Thu, 31 May 2007 23:37:56 +0000 (23:37 +0000)]
re PR libstdc++/31426 (TR1 includes do not work with -std=c++0x)

2007-05-31  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/31426
* include/bits/c++config: Remove namespace association bits
from tr1 to std.

* include/ext/type_traits.h (__promote, __promote2,
__promote3, __promote4): Add.

* include/bits/hashtable.h: New.
* include/bits/functional_hash.h: Likewise.
* include/tr1/hashtable.h: Likewise.

* include/tr1_impl/random: New.
* include/tr1_impl/cinttypes: Likewise.
* include/tr1_impl/cstdlib: Likewise.
* include/tr1_impl/unordered_map: Likewise.
* include/tr1_impl/cstdio: Likewise.
* include/tr1_impl/boost_shared_ptr.h: Likewise.
* include/tr1_impl/cctype: Likewise.
* include/tr1_impl/random.tcc: Likewise.
* include/tr1_impl/tuple: Likewise.
* include/tr1_impl/functional_hash.h: Likewise.
* include/tr1_impl/hashtable: Likewise.
* include/tr1_impl/cmath: Likewise.
* include/tr1_impl/type_traitsfwd.h: Likewise.
* include/tr1_impl/hashtable_policy.h: Likewise.
* include/tr1_impl/cfenv: Likewise.
* include/tr1_impl/unordered_set: Likewise.
* include/tr1_impl/functional: Likewise.
* include/tr1_impl/utility: Likewise.
* include/tr1_impl/complex: Likewise.
* include/tr1_impl/type_traits: Likewise.
* include/tr1_impl/cwchar: Likewise.
* include/tr1_impl/cstdint: Likewise.
* include/tr1_impl/regex: Likewise.
* include/tr1_impl/array: Likewise.
* include/tr1_impl/cwctype: Likewise.

* include/tr1/type_traitsfwd.h: Remove.
* include/tr1/boost_shared_ptr.h: Likewise.
* include/tr1/common.h: Likewise.
* include/tr1/hashtable: Likewise.
* include/tr1/hashtable_policy.h: Likewise.
* include/tr1/random.tcc: Likewise.

* include/c_global/cinttypes: Include tr1_impl/cinttypes.
* include/c_global/cstdlib: Likewise for cstdlib.
* include/c_global/cstdio: Likewise for cstdio.
* include/c_global/cctype: Likewise for cctype.
* include/c_global/cmath: Likewise for cmath.
* include/c_global/cfenv: Likewise for cfenv.
* include/c_global/cwchar: Likewise for cwchar.
* include/c_global/cstdint: Likewise for cstdint.
* include/c_global/cwctype: Likewise for cwctype.
* include/tr1/cinttypes: Likewise for cinttypes.
* include/tr1/cstdlib: Likewise for cstdlib.
* include/tr1/cstdio: Likewise for cstdio.
* include/tr1/cctype: Likewise for cctype.
* include/tr1/cmath: Likewise for cmath.
* include/tr1/cfenv: Likewise for cfenv.
* include/tr1/cwchar: Likewise for cwchar.
* include/tr1/cstdint: Likewise for cstdint.
* include/tr1/cwctype: Likewise for cwctype.
* include/tr1/functional_hash.h: Likewise for functional_hash.

* include/std/tuple: Include tr1_impl/tuple.
* include/std/utility: Likewise for utility.
* include/std/type_traits: Likewise for type_traits.
(is_pod): Just forward to __is_pod.
(has_trivial_default_constructor): Just forward to
__has_trivial_constructor.
(has_trivial_copy_constructor): Just forward to __has_trivial_copy.
(has_trivial_assign): Just forward to __has_trivial_assign.
(has_trivial_destructor): Just forward to __has_trivial_destructor.
(has_nothrow_default_constructor): Just forward to
__has_nothrow_constructor.
(has_nothrow_copy_constructor): Just forward to __has_nothrow_copy.
(has_nothrow_assign): Just forward to __has_nothrow_assign.
(is_base_of): Just forward to __is_base_of.
(is_signed, is_unsigned): Implement according to the C++0x
specifications.
* include/std/memory: Likewise for memory.
* include/std/regex: Likewise for regex.
* include/std/random: Likewise for random.
* include/std/unordered_map: Likewise for unordered_map.
* include/std/unordered_set: Likewise for unordered_set.
* include/std/functional: Likewise for functional.
* include/std/complex: Likewise for complex.
* include/std/array: Likewise for array.
* include/tr1/tuple: Likewise for tuple.
* include/tr1/utility: Likewise for utility.
* include/tr1/type_traits: Likewise for type_traits
* include/tr1/memory: Likewise for memory.
* include/tr1/regex: Likewise for regex.
* include/tr1/random: Likewise for random.
* include/tr1/unordered_map: Likewise for unordered_map.
* include/tr1/unordered_set: Likewise for unordered_set.
* include/tr1/functional: Likewise for functional.
* include/tr1/complex: Likewise for complex.
* include/tr1/array: Likewise for array.

* include/c_global/ctgmath: Tweak.
* include/c_global/cstdarg: Likewise.
* include/c_global/ctime: Likewise.
* include/c_global/climits: Likewise.
* include/c_global/cfloat: Likewise.
* include/c_global/ccomplex: Likewise.
* include/c_global/cstdbool: Likewise.

* include/tr1/poly_laguerre.tcc: Tweak, don't use _GLIBCXX_TR1.
* include/tr1/riemann_zeta.tcc: Likewise.
* include/tr1/beta_function.tcc: Likewise.
* include/tr1/exp_integral.tcc: Likewise.
* include/tr1/hypergeometric.tcc: Likewise.
* include/tr1/modified_bessel_func.tcc: Likewise.
* include/tr1/legendre_function.tcc: Likewise.
* include/tr1/special_function_util.h: Likewise.
* include/tr1/bessel_function.tcc: Likewise.
* include/tr1/poly_hermite.tcc: Likewise.
* include/tr1/ell_integral.tcc: Likewise.
* include/tr1/gamma.tcc: Likewise.
* include/tr1/stdlib.h: Likewise.
* include/tr1/math.h: Likewise.

* include/tr1/complex.h: Minor tweaks.
* include/tr1/wctype.h: Likewise.
* include/tr1/wchar.h: Likewise.
* include/tr1/inttypes.h: Likewise.
* include/tr1/tgmath.h: Likewise.
* include/tr1/cstdbool: Likewise.
* include/tr1/cfloat: Likewise.
* include/tr1/ccomplex: Likewise.
* include/tr1/ctime: Likewise.
* include/tr1/climits: Likewise.
* include/tr1/ctgmath: Likewise.
* include/tr1/cstdarg: Likewise.

* testsuite/tr1/headers.cc: Move...
* testsuite/tr1/headers/all.cc: ... here.
* testsuite/tr1/using_namespace_std_tr1.cc: Move...
* testsuite/tr1/headers/c++200x/using_namespace_std_tr1.cc: ... here.
* testsuite/tr1/headers/using_namespace_std_tr1.cc ... here.
* testsuite/tr1/headers/c++200x/using_namespace_std_tr1.cc: New.

* testsuite/20_util/tuple/requirements/explicit_instantiation.cc:
Adjust namespace.
* testsuite/20_util/has_nothrow_copy_constructor/value.cc: Adjust to
the C++0x requirements.
* testsuite/20_util/has_nothrow_default_constructor/value.cc: Likewise.
* testsuite/20_util/has_trivial_copy_constructor/value.cc: Likewise.
* testsuite/20_util/has_trivial_default_constructor/value.cc: Likewise.

* testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust
dg-error lines.
* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
Likewise.
* testsuite/20_util/headers/type_traits/types_std_c++0x_neg.cc:
Un-xfail.

* testsuite/20_util/is_signed/value.cc: New.
* testsuite/20_util/is_signed/requirements/typedefs.cc: Likewise.
* testsuite/20_util/is_signed/requirements/explicit_instantiation.cc:
Likewise.
* testsuite/20_util/is_unsigned/value.cc: Likewise..
* testsuite/20_util/is_unsigned/requirements/typedefs.cc: Likewise.
* testsuite/20_util/is_unsigned/requirements/explicit_instantiation.cc:
Likewise.

* include/Makefile.am: Adjust.
* include/Makefile.in: Regenerate.

From-SVN: r125244

17 years agolimits-caselabels.c: Fix for targets where int is 16 bits.
Rask Ingemann Lambertsen [Thu, 31 May 2007 22:56:32 +0000 (00:56 +0200)]
limits-caselabels.c: Fix for targets where int is 16 bits.

2007-05-31  Rask Ingemann Lambertsen  <rask@sygehus.dk>

* gcc.c-torture/compile/limits-caselabels.c: Fix for targets where
int is 16 bits.

From-SVN: r125243

17 years agotrans-expr.c (gfc_conv_expr_op): Use zero constant that matches the lse type.
Richard Guenther [Thu, 31 May 2007 21:14:52 +0000 (21:14 +0000)]
trans-expr.c (gfc_conv_expr_op): Use zero constant that matches the lse type.

2007-05-31  Richard Guenther  <rguenther@suse.de>

* trans-expr.c (gfc_conv_expr_op): Use zero constant
that matches the lse type.
(gfc_trans_string_copy): Use sizetype zero constant.
* intrinsic.c (add_functions): The sizeof intrinsic has
index type result.
* trans-types.c (gfc_get_dtype): Convert size to index
type before shifting.
* trans-array.c (gfc_trans_array_constructor_value): Use
index type for offset computation.
* trans-intrinsic.c (gfc_conv_associated): Use correct type
for zero constant.

From-SVN: r125242

17 years agore PR fortran/32156 (ICE with characters)
Paul Thomas [Thu, 31 May 2007 21:12:10 +0000 (21:12 +0000)]
re PR fortran/32156 (ICE with characters)

2007-05-31  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/32156
* trans-array.c (gfc_trans_array_constructor): Treat the case
where the ss expression charlen is missing.

2007-05-31  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/32156
* gfortran.dg/char_array_constructor_3.f90: New test.

From-SVN: r125241

17 years agore PR fortran/32156 (ICE with characters)
Paul Thomas [Thu, 31 May 2007 21:11:31 +0000 (21:11 +0000)]
re PR fortran/32156 (ICE with characters)

2007-05-31  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/32156
* trans-array.c (gfc_trans_array_constructor): Treat the case
where the ss expression charlen is missing.

2007-05-31  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/32156
* gfortran.dg/char_array_constructor_3.f90: New test.

From-SVN: r125240

17 years agoin gcc/ 2007-05-31 Daniel Berlin <dberlin@dberlin.org>
Daniel Berlin [Thu, 31 May 2007 20:58:29 +0000 (20:58 +0000)]
in gcc/ 2007-05-31 Daniel Berlin <dberlin@dberlin.org>

in gcc/
2007-05-31  Daniel Berlin  <dberlin@dberlin.org>

* c-typeck.c (build_indirect_ref): Include type in error message.
(build_binary_op): Pass types to binary_op_error.
* c-common.c (binary_op_error): Take two type arguments, print out
types with error.
* c-common.h (binary_op_error): Update prototype.
In gcc/cp
2007-05-31  Daniel Berlin  <dberlin@dberlin.org>

* typeck.c (build_binary_op): Include types in error.

From-SVN: r125239

17 years agoi386.c: Correct coments on -mno-sse4.
H.J. Lu [Thu, 31 May 2007 20:50:51 +0000 (20:50 +0000)]
i386.c: Correct coments on -mno-sse4.

2007-05-31  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/i386.c: Correct coments on -mno-sse4.

From-SVN: r125238

17 years ago2007-05-31 Frank Ch. Eigler <fche@redhat.com>
Frank Ch. Eigler [Thu, 31 May 2007 20:04:53 +0000 (20:04 +0000)]
2007-05-31  Frank Ch. Eigler  <fche@redhat.com>

From Andi Kleen <ak@suse.de>:
* mf-runtime.c (options): Rename structure for compatibility with
glibc getopt_long.

From-SVN: r125237

17 years agoconfig.gcc (i[34567]86-*-*): Add nmmintrin.h to extra_headers.
H.J. Lu [Thu, 31 May 2007 19:52:24 +0000 (19:52 +0000)]
config.gcc (i[34567]86-*-*): Add nmmintrin.h to extra_headers.

2007-05-31  H.J. Lu  <hongjiu.lu@intel.com>

* config.gcc (i[34567]86-*-*): Add nmmintrin.h to
extra_headers.
(x86_64-*-*): Likewise.

* config/i386/i386.c (OPTION_MASK_ISA_MMX_UNSET): New.
(OPTION_MASK_ISA_3DNOW_UNSET): Likewise.
(OPTION_MASK_ISA_SSE_UNSET): Likewise.
(OPTION_MASK_ISA_SSE2_UNSET): Likewise.
(OPTION_MASK_ISA_SSE3_UNSET): Likewise.
(OPTION_MASK_ISA_SSSE3_UNSET): Likewise.
(OPTION_MASK_ISA_SSE4_1_UNSET): Likewise.
(OPTION_MASK_ISA_SSE4_2_UNSET): Likewise.
(OPTION_MASK_ISA_SSE4): Likewise.
(OPTION_MASK_ISA_SSE4_UNSET): Likewise.
(OPTION_MASK_ISA_SSE4A_UNSET): Likewise.
(ix86_handle_option): Use OPTION_MASK_ISA_*_UNSET.  Handle
SSE4.2.
(override_options): Support SSE4.2.
(ix86_build_const_vector): Support SImode and DImode.
(ix86_build_signbit_mask): Likewise.
(ix86_expand_int_vcond): Support V2DImode.
(IX86_BUILTIN_CRC32QI): New for SSE4.2.
(IX86_BUILTIN_CRC32HI): Likewise.
(IX86_BUILTIN_CRC32SI): Likewise.
(IX86_BUILTIN_CRC32DI): Likewise.
(IX86_BUILTIN_PCMPGTQ): Likewise.
(bdesc_crc32): Likewise.
(bdesc_sse_3arg): Likewise.
(ix86_expand_crc32): Likewise.
(ix86_init_mmx_sse_builtins): Support SSE4.2.
(ix86_expand_builtin): Likewise.

* config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Define
__SSE4_2__ for -msse4.2.

* config/i386/i386.md (UNSPEC_CRC32): New for SSE4.2.
(CRC32MODE): Likewise.
(crc32modesuffix): Likewise.
(crc32modeconstraint): Likewise.
(sse4_2_crc32<mode>): Likewise.
(sse4_2_crc32di): Likewise.

* config/i386/i386.opt (msse4.2): New for SSE4.2.
(msse4): Likewise.

* config/i386/nmmintrin.h: New. The dummy SSE4.2 intrinsic header
file.

* config/i386/smmintrin.h: Add SSE4.2 intrinsics.

* config/i386/sse.md (sse4_2_gtv2di3): New pattern for
SSE4.2.
(vcond<mode>): Use SSEMODEI instead of SSEMODE124.
(vcondu<mode>): Likewise.

* doc/extend.texi: Document SSE4.2 built-in functions.

* doc/invoke.texi: Document -msse4.2/-msse4.

From-SVN: r125236

17 years agoMAINTAINERS (Various Maintainers): Add myself as auto-vectorizer maintainer.
Dorit Nuzman [Thu, 31 May 2007 17:05:23 +0000 (17:05 +0000)]
MAINTAINERS (Various Maintainers): Add myself as auto-vectorizer maintainer.

        * MAINTAINERS (Various Maintainers): Add myself as
        auto-vectorizer maintainer.

From-SVN: r125230

17 years agore PR c++/31806 (miscompilation with -fschedule-insns2 -fno-threadsafe-statics)
Jakub Jelinek [Thu, 31 May 2007 16:40:12 +0000 (18:40 +0200)]
re PR c++/31806 (miscompilation with -fschedule-insns2 -fno-threadsafe-statics)

PR c++/31806
* decl.c (cp_finish_decl): Also clear was_readonly if a static var
needs runtime initialization.

From-SVN: r125229

17 years agore PR tree-optimization/32160 (ICE with -O3 in verify_ssa)
Zdenek Dvorak [Thu, 31 May 2007 16:27:05 +0000 (18:27 +0200)]
re PR tree-optimization/32160 (ICE with -O3 in verify_ssa)

PR tree-optimization/32160
* tree-predcom.c (predcom_tmp_var): New function.  Mark created
variable as gimple reg.
(initialize_root_vars, initialize_root_vars_lm): Use predcom_tmp_var.

* gfortran.dg/predcom-1.f: New test.

From-SVN: r125228

17 years agogcc.c (main): Don't consider linker options when issuing the warning about a linker...
Kazu Hirata [Thu, 31 May 2007 14:48:06 +0000 (14:48 +0000)]
gcc.c (main): Don't consider linker options when issuing the warning about a linker input...

* gcc.c (main): Don't consider linker options when issuing the
warning about a linker input file not being used.

From-SVN: r125226

17 years agoFix line endianess.
Andreas Schwab [Thu, 31 May 2007 14:25:40 +0000 (14:25 +0000)]
Fix line endianess.

From-SVN: r125225

17 years agoPR c++/32158 (libstdc++ bits)
Paolo Carlini [Thu, 31 May 2007 11:13:57 +0000 (11:13 +0000)]
PR c++/32158 (libstdc++ bits)

2007-05-31  Paolo Carlini  <pcarlini@suse.de>

PR c++/32158 (libstdc++ bits)
* include/bits/stl_uninitialized.h (__uninitialized_copy_aux,
__uninitialized_fill_aux, __uninitialized_fill_n_aux):
Remove.
(struct __uninitialized_copy, struct __uninitialized_fill,
struct __uninitialized_fill_n): Add.
(uninitialized_copy, uninitialized_fill, uninitialized_fill_n):
Adjust.
* testsuite/20_util/specialized_algorithms/32158.cc: New.

* include/bits/stl_uninitialized.h (uninitialized_copy(_InputIterator,
_InputIterator, _ForwardIterator)): Robustify vs non-POD input.

* include/bits/stl_vector.h (_M_fill_initialize): New.
(vector(size_type, const value_type&, const allocator_type&),
_M_initialize_dispatch(_Integer, _Integer, __true_type)): Use it.
* testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
Adjust dg-error line.
* testsuite/23_containers/vector/requirements/dr438/insert_neg.cc:
Likewise.
* testsuite/23_containers/vector/requirements/dr438/
constructor_1_neg.cc: Likewise.
* testsuite/23_containers/vector/requirements/dr438/
constructor_2_neg.cc: Likewise.

From-SVN: r125223

17 years agostr_empty.C: Move...
Richard Guenther [Thu, 31 May 2007 09:37:40 +0000 (09:37 +0000)]
str_empty.C: Move...

2007-05-31  Richard Guenther  <rguenther@suse.de>

* g++.dg/other/str_empty.C: Move...
* g++.dg/other/pr30567.C: Move...
* g++.dg/tree-ssa/pr27218.C: Move...
* g++.dg/torture: ...here and remove dg-options.

From-SVN: r125220

17 years agonatClassLoader.cc (_Jv_NewClassFromInitializer): Clear INTERPRETED access modifier.
Andrew Haley [Thu, 31 May 2007 09:30:39 +0000 (09:30 +0000)]
natClassLoader.cc (_Jv_NewClassFromInitializer): Clear INTERPRETED access modifier.

2007-05-31  Andrew Haley  <aph@redhat.com>

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

From-SVN: r125218

17 years agore PR c++/32158 (uninitialized_fill compile failure if no default assignment operator)
Paolo Carlini [Thu, 31 May 2007 08:58:47 +0000 (08:58 +0000)]
re PR c++/32158 (uninitialized_fill compile failure if no default assignment operator)

gcc/cp
2007-05-31  Paolo Carlini  <pcarlini@suse.de>

PR c++/32158
* semantics.c (finish_trait_expr): Complete the types.

gcc/testsuite
2007-05-31  Paolo Carlini  <pcarlini@suse.de>

PR c++/32158
* g++.dg/ext/is_pod_incomplete.C: New.

From-SVN: r125217

17 years agore PR fortran/32103 (Module with equivalence draws "unsatisfied reference")
Paul Thomas [Thu, 31 May 2007 07:45:50 +0000 (07:45 +0000)]
re PR fortran/32103 (Module with equivalence draws "unsatisfied reference")

2007-05-31  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/32103
* module.c (mio_symtree_ref): If an equivalence group member
is not used, give it a hidden symbol and set the pointer_info.
(load_equiv): Only free the equivalence if none of the members
are used.

2007-05-31  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/32103
* gfortran.dg/module_equivalence_3.f90: New test.

From-SVN: r125216

17 years ago[multiple changes]
Paolo Bonzini [Thu, 31 May 2007 06:40:42 +0000 (06:40 +0000)]
[multiple changes]

2003-05-31  Paolo Bonzini  <bonzini@gnu.org>

PR libjava/32098
* libtool.m4: Revert previous change.
* ltgcc.m4: Put it here.

libjava:
2007-05-31  Paolo Bonzini  <bonzini@gnu.org>

PR libjava/32098
* configure: Regenerated.
* aclocal.m4: Regenerated.

From-SVN: r125215

17 years agore PR preprocessor/14331 (please add option to suppress warning message "no newline...
Dave Korn [Thu, 31 May 2007 02:06:48 +0000 (02:06 +0000)]
re PR preprocessor/14331 (please add option to suppress warning message "no newline at end of file")

2007-05-31  Dave Korn  <dave.korn@artimi.com>

        PR preprocessor/14331
        * lex.c (_cpp_get_fresh_line):  Don't warn if no newline at EOF.

From-SVN: r125212

17 years agore PR c++/7412 ([DR 106] References to references)
Russell Yanofsky [Thu, 31 May 2007 01:18:22 +0000 (01:18 +0000)]
re PR c++/7412 ([DR 106] References to references)

2007-05-30  Russell Yanofsky <russ@yanofsky.org>
            Douglas Gregor <doug.gregor@gmail.com>
            Pedro Lamarao <pedro.lamarao@mndfck.org>
            Howard Hinnant <howard.hinnant@gmail.com>

PR c++/7412
PR c++/29939
        * g++.dg/cpp0x/rv8p.C: New.
        * g++.dg/cpp0x/temp-constructor-bug.C: New.
        * g++.dg/cpp0x/cast-bug.C: New.
        * g++.dg/cpp0x/elision_weak.C: New.
        * g++.dg/cpp0x/collapse-bug.C: New.
        * g++.dg/cpp0x/rv3p.C: New.
        * g++.dg/cpp0x/rv7n.C: New.
        * g++.dg/cpp0x/overload-conv-1.C: New.
        * g++.dg/cpp0x/rv2n.C: New.
        * g++.dg/cpp0x/deduce.C: New.
        * g++.dg/cpp0x/temp-va-arg-bug.C: New.
        * g++.dg/cpp0x/rv6p.C: New.
        * g++.dg/cpp0x/template_deduction.C: New.
        * g++.dg/cpp0x/implicit-copy.C: New.
        * g++.dg/cpp0x/rv1p.C: New.
        * g++.dg/cpp0x/cast.C: New.
        * g++.dg/cpp0x/rv5n.C: New.
        * g++.dg/cpp0x/collapse.C: New.
        * g++.dg/cpp0x/overload-conv-2.C: New.
        * g++.dg/cpp0x/rv4p.C: New.
* g++.dg/cpp0x/rvo.C: New.
        * g++.dg/cpp0x/iop.C: New.
        * g++.dg/cpp0x/rv3n.C: New.
        * g++.dg/cpp0x/rv7p.C: New.
        * g++.dg/cpp0x/reference_collapsing.C: New.
        * g++.dg/cpp0x/overload.C: New.
        * g++.dg/cpp0x/named.C: New.
        * g++.dg/cpp0x/rv2p.C: New.
        * g++.dg/cpp0x/rv6n.C: New.
        * g++.dg/cpp0x/not_special.C: New.
        * g++.dg/cpp0x/bind.C: New.
        * g++.dg/cpp0x/rv1n.C: New.
        * g++.dg/cpp0x/rv5p.C: New.
        * g++.dg/cpp0x/elision.C: New.
        * g++.dg/cpp0x/named_refs.C: New.
        * g++.dg/cpp0x/unnamed_refs.C: New.
        * g++.dg/cpp0x/rv4n.C: New.
        * g++.dg/cpp0x/elision_neg.C: New.
        * g++.dg/init/copy7.C: Run in C++98 mode.
        * g++.dg/overload/arg1.C: Ditto.
        * g++.dg/overload/arg4.C: Ditto.

2007-05-30  Russell Yanofsky <russ@yanofsky.org>
            Douglas Gregor <doug.gregor@gmail.com>
            Pedro Lamarao <pedro.lamarao@mndfck.org>
            Howard Hinnant <howard.hinnant@gmail.com>

PR c++/7412
PR c++/29939
* typeck.c (comptypes): Don't consider rvalue and lvalue
reference types to be equivalent.
(check_return_expr): Move from certain lvalues when returning
them.
* decl.c (grokdeclarator): Implement reference collapsing.
(copy_fn_p): Don't consider constructors taking rvalue references
to be copy constructors.
(move_fn_p): New.
        * call.c (conversion): New "rvaluedness_matches_p" member.
(convert_class_to_reference): Require reference type as first
parameter instead of base type.
(reference_binding): Add logic to handle rvalue references.
(implicit_conversion): Update inaccurate comment.
(convert_like_real): Disable creation of temporaries that are
impossible to initialize for types with move constructors.
(build_over_call): Elide move constructors when possible.
(maybe_handle_implicit_object): Set "rvaluedness_matches_p".
(maybe_handle_ref_bind): Return conversion instead of type node.
(compare_ics): Add logic to use "rvaluedness_matches_p" values to
determine preferred conversion sequences.
* cp-tree.h (TYPE_REF_IS_RVALUE): New.
(LOOKUP_PREFER_RVALUE): New.
(DECL_MOVE_CONSTRUCTOR_P): New.
(struct cp_declarator): Add "reference" member for reference
types, with new "rvalue_ref" flag.
(cp_build_reference_type): Declare.
(move_fn_p): Declare.
* error.c (dump_type_prefix): Format rvalue reference types
correctly in error messages.
* except.c (build_throw): Move from certain lvalues when
throwing.
* mangle.c (write_type): Mangle rvalue references differently
than regular references.
* parser.c (make_reference_declarator): Add boolean parameter for
rvalue references.
(cp_parser_make_indirect_declarator): New.
(cp_parser_new_declarator_opt): Call
cp_parser_make_indirect_declarator.
(cp_parser_conversion_declarator_opt): Ditto.
(cp_parser_declarator): Ditto.
(cp_parser_ptr_operator): Parse "&&" tokens into rvalue reference
declarators.
* pt.c (tsubst): Implement reference collapsing.
(maybe_adjust_types_for_deduction): Implement special template
parameter deduction rule for rvalue references.
(type_unification_real): Update calls to
maybe_adjust_types_for_deduction.
(try_one_overload): Ditto.
(unify_pack_expansion): Ditto.
* tree.c (lvalue_p_1): Handle rvalue reference types.
(cp_build_reference_type): New.

From-SVN: r125211

17 years agoDaily bump.
GCC Administrator [Thu, 31 May 2007 00:16:52 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r125208

17 years agoMAINTAINERS (Various Maintainers): Add myself as auto-vectorizer maintainer.
Zdenek Dvorak [Wed, 30 May 2007 23:25:30 +0000 (01:25 +0200)]
MAINTAINERS (Various Maintainers): Add myself as auto-vectorizer maintainer.

* MAINTAINERS (Various Maintainers): Add myself as
auto-vectorizer maintainer.

From-SVN: r125205

17 years ago* tree-vrp.c (compare_names): Initialize sop.
Ralf Wildenhues [Wed, 30 May 2007 22:51:22 +0000 (22:51 +0000)]
* tree-vrp.c (compare_names): Initialize sop.

From-SVN: r125203

17 years agocgraphunit.c (cgraph_analyze_function): Remove computation of inline parameters.
Dirk Mueller [Wed, 30 May 2007 22:22:43 +0000 (22:22 +0000)]
cgraphunit.c (cgraph_analyze_function): Remove computation of inline parameters.

        * cgraphunit.c (cgraph_analyze_function): Remove
        computation of inline parameters.

From-SVN: r125202

17 years agore PR c++/31809 (sometimes TREE_READONLY is still set for non read only variables...
Jakub Jelinek [Wed, 30 May 2007 21:24:24 +0000 (23:24 +0200)]
re PR c++/31809 (sometimes TREE_READONLY is still set for non read only variables causing wrong code)

PR c++/31809
* decl.c (cp_finish_decl): Clear TREE_READONLY flag on TREE_STATIC
variables that need runtime initialization.

* g++.dg/opt/static5.C: New test.

From-SVN: r125201

17 years agodg.exp: Prune torture/.
Richard Guenther [Wed, 30 May 2007 21:17:32 +0000 (21:17 +0000)]
dg.exp: Prune torture/.

2007-05-30  Richard Guenther  <rguenther@suse.de>

* g++.dg/dg.exp: Prune torture/.
* g++.dg/torture/dg-torture.exp: New testsuite.

From-SVN: r125200

17 years ago* config/i386/darwin.h (TARGET_SUBTARGET_DEFAULT): Undef before define.
Uros Bizjak [Wed, 30 May 2007 20:07:06 +0000 (22:07 +0200)]
* config/i386/darwin.h (TARGET_SUBTARGET_DEFAULT): Undef before define.

From-SVN: r125198