gcc.git
18 years agocheck_jni_methods.sh: Don't use the "set -C" command which isn't available in all...
Roger Sayle [Fri, 18 Aug 2006 19:58:06 +0000 (19:58 +0000)]
check_jni_methods.sh: Don't use the "set -C" command which isn't available in all shells.

2006-08-18  Roger Sayle  <roger@eyesopen.com>

* scripts/check_jni_methods.sh: Don't use the "set -C" command
which isn't available in all shells.

From-SVN: r116251

18 years agore PR target/27565 (ICE in assign_stack_temp_for_type for vectors with SPE)
Joseph Myers [Fri, 18 Aug 2006 19:15:31 +0000 (20:15 +0100)]
re PR target/27565 (ICE in assign_stack_temp_for_type for vectors with SPE)

PR target/27565
* config/rs6000/rs6000.h (LOCAL_ALIGNMENT): For SPE, only adjust
alignment of SPE vector types.

From-SVN: r116249

18 years agoNodeWriter.java (writeParents): Removed debugging prints.
Tom Tromey [Fri, 18 Aug 2006 17:27:29 +0000 (17:27 +0000)]
NodeWriter.java (writeParents): Removed debugging prints.

* gnu/java/util/prefs/NodeWriter.java (writeParents): Removed
debugging prints.
* gnu/java/util/prefs/NodeReader.java (readNodes): Removed debugging
print.
(readEntries): Likewise.

From-SVN: r116247

18 years agorandom (class binomial_distribution<>): Add.
Paolo Carlini [Fri, 18 Aug 2006 17:15:43 +0000 (17:15 +0000)]
random (class binomial_distribution<>): Add.

2006-08-18  Paolo Carlini  <pcarlini@suse.de>

* include/tr1/random (class binomial_distribution<>): Add.
* include/tr1/random.tcc (binomial_distribution<>::operator(),
operator<<(std::basic_ostream<>&, const binomial_distribution<>&),
operator>>(std::basic_istream<>&, binomial_distribution<>&,
binomial_distribution<>::_M_waiting(), binomial_distribution<>::
_M_initialize()): Define.
* testsuite/tr1/5_numerical_facilities/random/binomial_distribution/
requirements/typedefs.cc: New.

* include/tr1/random (geometric_distribution<>::
geometric_distribution(const _RealType&)): Fix DEBUG_ASSERT
limits.

* include/tr1/random (poisson_distribution): Add normal_distribution
member, adjust consistently; minor tweaks and rearrangements of the
arithmetic.
(operator>>(std::basic_istream<>&, poisson_distribution<>&)): Move
out of line.
* include/tr1/random.tcc: Adjust.

* include/tr1/random.tcc (normal_distribution<>::operator()): Minor
tweaks.

From-SVN: r116245

18 years agore PR libstdc++/28765 (__gnu_cxx::__vstring::clear() is slow)
Paolo Carlini [Fri, 18 Aug 2006 15:42:05 +0000 (15:42 +0000)]
re PR libstdc++/28765 (__gnu_cxx::__vstring::clear() is slow)

2006-08-18  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/28765
* include/ext/rc_string_base.h (_M_clear): New.
* include/ext/sso_string_base.h (_M_clear): Likewise.
* include/ext/vstring.h (clear): Use it.

From-SVN: r116240

18 years agotree.c (is_attribute_with_length_p): Remove a duplicated assert.
Christophe Jaillet [Fri, 18 Aug 2006 05:48:13 +0000 (07:48 +0200)]
tree.c (is_attribute_with_length_p): Remove a duplicated assert.

2006-08-18  Christophe Jaillet  <christophe.jaillet@wanadoo.fr>

* tree.c (is_attribute_with_length_p): Remove a duplicated assert.

From-SVN: r116237

18 years agoDaily bump.
GCC Administrator [Fri, 18 Aug 2006 00:17:29 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r116235

18 years agoffi_common.h (struct): Revert accidental commit.
Andreas Tobler [Thu, 17 Aug 2006 19:07:29 +0000 (21:07 +0200)]
ffi_common.h (struct): Revert accidental commit.

2006-08-17  Andreas Tobler  <a.tobler@schweiz.ch>

* include/ffi_common.h (struct): Revert accidental commit.

From-SVN: r116230

18 years agoMakefile.am (install-exec-hook): Support $(DESTDIR).
H.J. Lu [Thu, 17 Aug 2006 17:03:34 +0000 (17:03 +0000)]
Makefile.am (install-exec-hook): Support $(DESTDIR).

2006-08-17  H.J. Lu  <hongjiu.lu@intel.com>

* Makefile.am (install-exec-hook): Support $(DESTDIR).
* Makefile.in: Regenerated.

From-SVN: r116227

18 years ago* gcc.c-torture/execute/pr28289.c: New test.
J"orn Rennecke [Thu, 17 Aug 2006 13:28:03 +0000 (13:28 +0000)]
* gcc.c-torture/execute/pr28289.c: New test.

From-SVN: r116224

18 years agore PR c/28744 (externally_visible attribute not effective with prior declaration...
Jakub Jelinek [Thu, 17 Aug 2006 11:52:26 +0000 (13:52 +0200)]
re PR c/28744 (externally_visible attribute not effective with prior declaration of symbol.)

PR c/28744
* cgraph.h (struct cgraph_node): Remove externally_visible
bitfield.
* cgraphunit.c (process_function_and_variable_attributes): Set
local.externally_visible rather than externally_visible.

PR c/28744
* c-common.c (handle_externally_visible_attribute): First look
at TREE_CODE and only if it is function or var decl, check for
non-public objects.  Don't warn for DECL_EXTERNAL.
* cgraphunit.c (process_function_and_variable_attributes): Warn
if externally_visible attribute is used on non-public object.

* gcc.dg/attr-externally-visible-1.c: New test.
* gcc.dg/attr-externally-visible-2.c: New test.
* g++.dg/parse/attr-externally-visible-1.C: New test.
* g++.dg/parse/attr-externally-visible-2.C: New test.

From-SVN: r116222

18 years agoFix typo in previously applied patch.
Jan Hubicka [Thu, 17 Aug 2006 10:08:31 +0000 (10:08 +0000)]
Fix typo in previously applied patch.

From-SVN: r116221

18 years agore PR tree-optimization/27865 (tree check failure building FreePOOMA)
Jan Hubicka [Thu, 17 Aug 2006 09:44:12 +0000 (11:44 +0200)]
re PR tree-optimization/27865 (tree check failure building FreePOOMA)

PR tree-optimization/27865
* reload1.c (forget_marked_reloads): New function.
(forget_old_reloads_1): When data are passed, just mark the registers
for later removal.
(reload_as_needed): Use the new mechanizm.

From-SVN: r116220

18 years agore PR c++/28606 (Destructor accepted as return-type of constructor)
Volker Reichelt [Thu, 17 Aug 2006 09:07:39 +0000 (09:07 +0000)]
re PR c++/28606 (Destructor accepted as return-type of constructor)

PR c++/28606
* parser.c (cp_parser_diagnose_invalid_type_name): Handle BIT_NOT_EXPR.
Fix formatting.
(cp_parser_parse_and_diagnose_invalid_type_name): Tighten condition
for valid type-names.
(cp_parser_unqualified_id): Fix error handling for destructors.

* g++.dg/parse/dtor11.C: New test.

From-SVN: r116217

18 years agore PR target/28146 (-O2 produces invalid code on s390-linux-gnu: gcc-4.1.2 20060608)
Alexandre Oliva [Thu, 17 Aug 2006 08:55:02 +0000 (08:55 +0000)]
re PR target/28146 (-O2 produces invalid code on s390-linux-gnu: gcc-4.1.2 20060608)

PR target/28146
* reload.h (reg_equiv_alt_mem_list): New declaration.
* reload1.c (reg_equiv_alt_mem_list): New definition.
(reload): Initialize it and release it.
(delete_output_reload): Use it.
* reload.c (push_reg_equiv_alt_mem): New function.
(find_reloads_toplev): Call it.
(find_reloads_address, find_reloads_address_1): Likewise.
(find_reloads_subreg_address): Likewise.

From-SVN: r116215

18 years agore PR rtl-optimization/28489 (ICE in move_insn, at haifa-sched.c:1968)
Maxim Kuvyrkov [Thu, 17 Aug 2006 08:48:37 +0000 (08:48 +0000)]
re PR rtl-optimization/28489 (ICE in move_insn, at haifa-sched.c:1968)

2006-08-17  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>

PR rtl-optimization/28489
* sched-ebb.c (begin_schedule_ready): Create basic block
at the right place.
(advance_target_bb): Skip empty blocks.
* haifa-sched.c (bb_note): Make global.
* sched-int.h (bb_note): Add prototype.

2006-08-17  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>

PR rtl-optimization/28489
* gcc.c-torture/compile/pr28489.c: New test.

From-SVN: r116214

18 years agore PR tree-optimization/27865 (tree check failure building FreePOOMA)
Zdenek Dvorak [Thu, 17 Aug 2006 08:22:05 +0000 (10:22 +0200)]
re PR tree-optimization/27865 (tree check failure building FreePOOMA)

PR tree-optimization/27865
* tree-vrp.c (adjust_range_with_scev): Do not use TYPE_{MIN,MAX}_VALUE
for pointer types.
* tree-scalar-evolution.c (fold_used_pointer_cast, pointer_offset_p,
fold_used_pointer, pointer_used_p): New functions.
(analyze_scalar_evolution_1): Use fold_used_pointer.
* tree-chrec.c (convert_affine_scev): Convert no-op casts correctly.
* tree-ssa-loop-ivopts.c (generic_type_for): Return integral type
for pointers.

From-SVN: r116213

18 years agore PR c++/28710 (ICE redeclaring template as non-template)
Volker Reichelt [Thu, 17 Aug 2006 08:06:27 +0000 (08:06 +0000)]
re PR c++/28710 (ICE redeclaring template as non-template)

PR c++/28710
* decl.c (xref_tag): Improve error message.  Return early on error.

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

From-SVN: r116211

18 years agore PR c++/28711 (ICE on invalid initializer for multidimensional array)
Volker Reichelt [Thu, 17 Aug 2006 08:02:39 +0000 (08:02 +0000)]
re PR c++/28711 (ICE on invalid initializer for multidimensional array)

PR c++/28711
* pt.c (tsubst_copy_and_build) <case CONSTRUCTOR>: Robustify.

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

From-SVN: r116210

18 years agore PR libgomp/28725 (Case Sensitive OpenMP environment variables and patch)
Jakub Jelinek [Thu, 17 Aug 2006 07:58:02 +0000 (09:58 +0200)]
re PR libgomp/28725 (Case Sensitive OpenMP environment variables and patch)

PR libgomp/28725
* env.c: Include ctype.h.
(parse_schedule, parse_unsigned_long, parse_boolean): Allow
leading and/or trailing whitespace and compare strings case
insensitively.

From-SVN: r116209

18 years ago[multiple changes]
Paolo Bonzini [Thu, 17 Aug 2006 07:02:55 +0000 (07:02 +0000)]
[multiple changes]

2006-08-17  Paolo Bonzini <bonzini@gnu.org>

PR c++/28573
* c-common.c (fold_offsetof_1): Add an argument and recurse down to it
or the INTEGER_CST.  Fail on a CALL_EXPR.
(fold_offsetof): Pass new argument to fold_offsetof_1.
* c-parser.c (c_parser_postfix_expression): Don't include a NULL
operand into an INDIRECT_REF.
* c-typeck.c (build_unary_op): Adjust call to fold_offsetof.

cp:
2006-08-17  Paolo Bonzini  <bonzini@gnu.org>

PR c++/28573
* semantics.c (finish_offsetof): Add new argument to fold_offsetof.

testsuite:
2006-08-17  Paolo Bonzini  <bonzini@gnu.org>

PR c++/28573
* g++.dg/parse/offsetof6.C: New test.
* g++.dg/parse/offsetof7.C: New test.

From-SVN: r116208

18 years agore PR testsuite/28602 (All gfortran.dg/gomp tests fail)
John David Anglin [Thu, 17 Aug 2006 02:26:59 +0000 (02:26 +0000)]
re PR testsuite/28602 (All gfortran.dg/gomp tests fail)

PR testsuite/28602
* gfortran.dg/gomp/gomp.exp: Return if check_effective_target_fopenmp
is false.

From-SVN: r116207

18 years ago* libtool-version: Updated.
Tom Tromey [Thu, 17 Aug 2006 01:57:55 +0000 (01:57 +0000)]
* libtool-version: Updated.

From-SVN: r116206

18 years agore PR c++/28302 (ICE with bit-complement for vectors)
Andrew Pinski [Thu, 17 Aug 2006 01:56:47 +0000 (18:56 -0700)]
re PR c++/28302 (ICE with bit-complement for vectors)

2006-08-16  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c++/28302
        * typeck.c (build_unary_op <case BIT_NOT_EXPR:>): Don't call
        perform_integral_promotions for non integral type
2006-08-16  Andrew Pinski  <pinskia@physics.uc.edu>

        PR C++/28302
        * g++.dg/ext/vector3.C: New test.

From-SVN: r116205

18 years agojvspec.c (lang_specific_driver): Add -s-bc-abi when needed.
Jakub Jelinek [Thu, 17 Aug 2006 01:03:21 +0000 (03:03 +0200)]
jvspec.c (lang_specific_driver): Add -s-bc-abi when needed.

gcc/java/ChangeLog
* jvspec.c (lang_specific_driver): Add -s-bc-abi when needed.
libjava/ChangeLog
* configure, Makefile.in: Rebuilt.
* Makefile.am (toolexeclib_LTLIBRARIES): Add libgcj_bc.la.
(libgcj_bc_la_SOURCES): New variable.
(libgcj_bc_la_LDFLAGS): Likewise.
(libgcj_bc_la_LIBADD): Likewise.
(libgcj_bc_la_DEPENDENCIES): Likewise.
(libgcj_bc_la_LINK): Likewise.
(libgcj_bc_dummy_LINK): Likewise.
(libgcj_bc.la): New target.
(install-exec-hook): Likewise.
* libgcj.spec.in (*lib): Use LIBGCJ_SPEC.
* libgcj_bc.c: New file.
* configure.ac (LIBGCJ_SPEC): New subst.
* configure.host (use_libgcj_bc): New variable.

Co-Authored-By: Bryce McKinlay <bryce@mckinlay.net.nz>
From-SVN: r116204

18 years agore PR c++/28385 (templated function call goes awry)
Jason Merrill [Thu, 17 Aug 2006 00:51:37 +0000 (20:51 -0400)]
re PR c++/28385 (templated function call goes awry)

        PR c++/28385
        * pt.c (tsubst) [TEMPLATE_TYPE_PARM]: Ignore quals from template
        if arg is a function.

From-SVN: r116203

18 years agoDaily bump.
GCC Administrator [Thu, 17 Aug 2006 00:17:17 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r116201

18 years agoPR gcov/profile/26570
Zdenek Dvorak [Thu, 17 Aug 2006 00:13:24 +0000 (02:13 +0200)]
PR gcov/profile/26570

PR gcov/profile/26570
* value-prof.c (static_values): Removed.
(tree_find_values_to_profile): Do not set static_values.
(find_values_to_profile): Do not free static_values.
* profile.c (instrument_values): Do not free the values.
(branch_prob): Free the values.

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

From-SVN: r116197

18 years ago* config/m32c/m32c_lib1.S (__mulsi3): Use only registers for dest.
Naveen.H.S [Thu, 17 Aug 2006 00:05:07 +0000 (00:05 +0000)]
* config/m32c/m32c_lib1.S (__mulsi3): Use only registers for dest.

From-SVN: r116196

18 years agore PR c/27697 (incorrect warning about constness of pointer to an array in a const...
Joseph Myers [Wed, 16 Aug 2006 23:10:46 +0000 (00:10 +0100)]
re PR c/27697 (incorrect warning about constness of pointer to an array in a const struct)

PR c/27697
* c-typeck.c (build_component_ref): Combine qualifiers of
structure or union and field.

testsuite:
* gcc.dg/qual-component-1.c: New test.

From-SVN: r116194

18 years agore PR c++/28593 (ICE on invalid operator new)
Volker Reichelt [Wed, 16 Aug 2006 21:35:18 +0000 (21:35 +0000)]
re PR c++/28593 (ICE on invalid operator new)

PR c++/28593
* init.c (build_new): Return early on invalid placement.

* g++.dg/parse/new3.C: New test.

From-SVN: r116191

18 years agore PR middle-end/28071 (A file that can not be compiled in reasonable time/space)
Zdenek Dvorak [Wed, 16 Aug 2006 21:25:39 +0000 (23:25 +0200)]
re PR middle-end/28071 (A file that can not be compiled in reasonable time/space)

PR rtl-optimization/28071
* basic-block.h (bb_dom_dfs_in, bb_dom_dfs_out): Declare.
* dominance.c (bb_dom_dfs_in, bb_dom_dfs_out): New functions.
* tree-into-ssa.c (struct dom_dfsnum): New.
(cmp_dfsnum, find_dfsnum_interval, prune_unused_phi_nodes): New
functions.
(insert_phi_nodes_for): Use prune_unused_phi_nodes instead of
compute_global_livein.
(prepare_block_for_update, prepare_use_sites_for): Mark the uses
in phi nodes in the correct blocks.

From-SVN: r116190

18 years agore PR tree-optimization/28364 (poor optimization choices when iterating over a std...
Zdenek Dvorak [Wed, 16 Aug 2006 21:14:11 +0000 (23:14 +0200)]
re PR tree-optimization/28364 (poor optimization choices when iterating over a std::string (probably not c++-specific))

PR tree-optimization/28364
* tree-ssa-loop-ivopts.c (aff_combination_to_tree): Handle zero
correctly.
(fold_affine_expr): New function.
(may_eliminate_iv): Use fold_affine_expr.

From-SVN: r116189

18 years agore PR c/27489 (ICE on broken switch condition)
Volker Reichelt [Wed, 16 Aug 2006 20:50:18 +0000 (20:50 +0000)]
re PR c/27489 (ICE on broken switch condition)

PR c/27489
* c-typeck.c (c_start_case): Handle invalid orig_type correctly.
Clean up.

From-SVN: r116188

18 years agoinvoke.texi (-Wno-deprecated-declarations): Fixup use of pxref.
Mike Stump [Wed, 16 Aug 2006 20:36:23 +0000 (20:36 +0000)]
invoke.texi (-Wno-deprecated-declarations): Fixup use of pxref.

* doc/invoke.texi (-Wno-deprecated-declarations): Fixup use of pxref.
* doc/cppopts.texi (-MD): Likewise.

From-SVN: r116187

18 years agoOops - this should have been part of r116159, but I forgot to include it on the commi...
Nick Clifton [Wed, 16 Aug 2006 08:20:51 +0000 (08:20 +0000)]
Oops - this should have been part of r116159, but I forgot to include it on the commit command line. Doh!

From-SVN: r116180

18 years agoDaily bump.
GCC Administrator [Wed, 16 Aug 2006 00:18:02 +0000 (00:18 +0000)]
Daily bump.

From-SVN: r116177

18 years agore PR fortran/25828 ([f2003] ACCESS='STREAM' io support)
Jerry DeLisle [Tue, 15 Aug 2006 23:14:03 +0000 (23:14 +0000)]
re PR fortran/25828 ([f2003] ACCESS='STREAM' io support)

2006-08-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/25828
* gfortran.dg/streamio_1.f90: New test.
* gfortran.dg/streamio_2.f90: New test.
* gfortran.dg/streamio_3.f90: New test.
* gfortran.dg/streamio_4.f90: New test.
* gfortran.dg/streamio_5.f90: New test.
* gfortran.dg/streamio_6.f90: New test.
* gfortran.dg/streamio_7.f90: New test.
* gfortran.dg/streamio_8.f90: New test.

From-SVN: r116173

18 years agore PR fortran/25828 ([f2003] ACCESS='STREAM' io support)
Jerry DeLisle [Tue, 15 Aug 2006 23:06:44 +0000 (23:06 +0000)]
re PR fortran/25828 ([f2003] ACCESS='STREAM' io support)

2006-08-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/25828
* libgfortran.h: Rename GFC_LARGE_IO_INT to GFC_IO_INT.
* io/file_pos.c (st_backspace): Ignore if access=STREAM.
(st_rewind): Handle case of access=STREAM.
* io/open.c (access_opt): Add STREAM_ACCESS.
(edit_modes): Set current_record to zero only if not STREAM.
(new_unit): Initialize maxrec, recl, and last_record for STREAM.
* io/read.c (read_x): Advance file position for STREAM.
* io/io.h (enum unit_access): Align IOPARM flags with frontend.
Add ACCESS_STREAM. Add prototype for is_stream_io () function.
Use GFC_IO_INT.
* io/inquire.c (inquire_via_unit): Add text for access = "STREAM".
* io/unit.c (is_stream_io): New function to return true if access =
STREAM.
* io/transfer.c (file_mode): Add modes for unformatted stream and
formatted stream. (current_mode): Return appropriate file mode based
on access flags.
(read_block): Handle formatted stream reads.
(read_block_direct): Handle unformatted stream reads.
(write_block): Handle formatted stream writes.
(write_buf): Handle unformatted stream writes.
(unformatted_read): Fix up, use temporary for size.
(pre_position): Position file for STREAM access.
(data_transfer_init): Initialize for stream access, skip irrelevent
error checks.
(next_record_r),(next_record_w), and (next_record): Do nothing for
stream I/O.
(finalize_transfer): Flush when all done if stream I/O.

From-SVN: r116172

18 years agore PR fortran/25828 ([f2003] ACCESS='STREAM' io support)
Jerry DeLisle [Tue, 15 Aug 2006 23:03:28 +0000 (23:03 +0000)]
re PR fortran/25828 ([f2003] ACCESS='STREAM' io support)

2006-08-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/25828
* gfortran.h: Add new pointer for stream position to st_inquire.
Rename gfc_large_io_int_kind to gfc_intio_kind.
* trans-types.c (gfc_init_kinds): use gfc_intio_kind.
* io.c: Add new IO tag for file position going in and another for out.
(match_dt_element): Match new tag_spos.
(gfc_resolve_dt): Resolve new tag_spos.
(gfc_free_inquire): Free inquire->strm_pos.
(match_inquire_element): Match new tag_strm_out.
(gfc_resolve_inquire): Resolve new tag_strm_out.
* trans-io.c: Rename IOPARM_type_large_io_int to IOPARM_type_intio.
(gfc_build_st_parameter): Same.
(gfc_build_io_library_fndecls) Same. and add build pointer type pintio.
(gfc_trans_inquire): Translate strm_pos for inquire.
* ioparm.def: Reorder flags to accomodate addition of new inquire
flag for strm_pos_out and add it in.

From-SVN: r116171

18 years agore PR c/28287 (ICE with misplaced attribute weak)
Danny Smith [Tue, 15 Aug 2006 21:46:30 +0000 (21:46 +0000)]
re PR c/28287 (ICE with misplaced attribute weak)

gcc
PR c/28287
* c-common.c (handle_weak_attribute): Ignore and warn if
not a FUNCTION_ or VAR_DECL

testsuite

* gcc.dg/attr-invalid.c: Add tests for invalid weak attribute.

From-SVN: r116170

18 years agoIncorrect date in changelog
Kyle Galloway [Tue, 15 Aug 2006 21:10:01 +0000 (21:10 +0000)]
Incorrect date in changelog

From-SVN: r116169

18 years agoForgot to commit changelog with last patch.
Kyle Galloway [Tue, 15 Aug 2006 21:04:05 +0000 (21:04 +0000)]
Forgot to commit changelog with last patch.

2006-08-15  Kyle Galloway  <kgallowa@redhat.com>

  * ChangeLog: Added entry for previous patch

From-SVN: r116168

18 years agojava-interp.h (_Jv_InterpMethod::run_debug): New method.
Kyle Galloway [Tue, 15 Aug 2006 20:40:10 +0000 (20:40 +0000)]
java-interp.h (_Jv_InterpMethod::run_debug): New method.

2006-08-15  Kyle Galloway  <kgallowa@redhat.com>

  * include/java-interp.h (_Jv_InterpMethod::run_debug): New method.
  * interpret.cc: Added placeholder for debug variable type info to STORE*
  macros.
  (_Jv_InterpMethod::run_debug): New method.
  (_Jv_InterpMethod::run_sync_object_debug): New method.
  (_Jv_InterpMethod::run_sync_class_debug): New method.
  (_Jv_InterpMethod::run_normal_debug): New method.
  (_Jv_InterpMethod::run_class_debug): New method.
  (_Jv_InterpMethod::ncode ()): Changed to select either debug or normal
  versions of these functions.
  * interpret-run.cc: New file, holds contents of old
  _Jv_InterpMethod::run method.
  * stacktrace.cc (_Jv_StackTrace::UnwindTraceFn): Changed to select
  appropriate function for debug or normal mode.

From-SVN: r116167

18 years agore PR c/28280 (bogus "statement with no effect" warning with VLA and typeof)
Mike Stump [Tue, 15 Aug 2006 18:01:19 +0000 (18:01 +0000)]
re PR c/28280 (bogus "statement with no effect" warning with VLA and typeof)

PR c/28280
* c-parser.c (c_parser_typeof_specifier): Don't use
c_finish_expr_stmt, open code desired semantics instead.

From-SVN: r116163

18 years agore PR c++/28594 (ICE with invalid template parameter)
Lee Millward [Tue, 15 Aug 2006 17:21:09 +0000 (17:21 +0000)]
re PR c++/28594 (ICE with invalid template parameter)

PR c++/28594
* pt.c (process_template_parm): Robustify.
* g++.dg/template/void6.C: New test.

From-SVN: r116160

18 years agoconfig.gcc (x86-mingw32): Add a gthr-win32.h including makefile fragment to tmake_fil...
Nick Clifton [Tue, 15 Aug 2006 17:06:18 +0000 (17:06 +0000)]
config.gcc (x86-mingw32): Add a gthr-win32.h including makefile fragment to tmake_file only if...

* config.gcc (x86-mingw32): Add a gthr-win32.h including makefile
  fragment to tmake_file only if threads are enabled.
* config/i386/t-mingw32 (LIB2FUNCS_EXTRA): Move to...
* config/i386/t-gthr-win32: New file. ... here.

From-SVN: r116159

18 years agore PR c/28649 (Poor error recovery of C parser)
Volker Reichelt [Tue, 15 Aug 2006 16:52:25 +0000 (16:52 +0000)]
re PR c/28649 (Poor error recovery of C parser)

PR c/28649
* c-parser.c (c_parser_compound_statement_nostart): Reset
parser->error after each statement.

* gcc.dg/parse-error-1.c: New test.
* gcc.dg/parse-error-2.c: New test.
* gcc.dg/cpp/digraph2.c: Add error-marker.
* gcc.dg/noncompile/920923-1.c: Likewise.

From-SVN: r116157

18 years agorandom (poisson_distribution<>::_M_initialize): Add.
Paolo Carlini [Tue, 15 Aug 2006 15:11:24 +0000 (15:11 +0000)]
random (poisson_distribution<>::_M_initialize): Add.

2006-08-15  Paolo Carlini  <pcarlini@suse.de>

* include/tr1/random (poisson_distribution<>::_M_initialize): Add.
(poisson_distribution<>::poisson_distribution(const _RealType&):
Use it.
(operator>>(std::basic_istream<>&, poisson_distribution<>&)):
Likewise.
(poisson_distribution<>::_M_large): Remove.
* include/tr1/random.tcc (poisson_distribution<>::_M_initialize):
Define.
(operator<<(std::basic_ostream<>&, const poisson_distribution<>&)):
Do not output the constants.

* include/tr1/random (operator>>(std::basic_istream<>&,
gamma_distribution&)): Minor tweak.

* include/tr1/random.tcc (poisson_distribution<>::operator()):
Minor tweak.

* include/tr1/random: Consistently, all data members private.

From-SVN: r116155

18 years agore PR middle-end/28713 (GNU OpenMP produces type mismatches)
Jakub Jelinek [Tue, 15 Aug 2006 14:57:52 +0000 (16:57 +0200)]
re PR middle-end/28713 (GNU OpenMP produces type mismatches)

PR middle-end/28713
* omp-low.c (lower_omp_parallel): Convert t to
receiver_decl's type.
(expand_omp_parallel): STRIP_NOPS from the MODIFY_EXPR
source before comparison.

From-SVN: r116154

18 years agore PR middle-end/28724 (atomic produces type mismatches)
Jakub Jelinek [Tue, 15 Aug 2006 14:56:28 +0000 (16:56 +0200)]
re PR middle-end/28724 (atomic produces type mismatches)

PR middle-end/28724
* gimplify.c (gimplify_omp_atomic_pipeline): Convert oldival
to itype in assignment to oldival2.

From-SVN: r116153

18 years agoffi_common.h: Remove lint directives.
Andreas Tobler [Tue, 15 Aug 2006 09:36:39 +0000 (11:36 +0200)]
ffi_common.h: Remove lint directives.

2006-08-15  Andreas Tobler  <a.tobler@schweiz.ch>

* include/ffi_common.h: Remove lint directives.
* include/ffi.h.in: Likewise.

From-SVN: r116152

18 years agorandom.tcc (mersenne_twister<>::operator()): Revert last change (per gcc-patches...
Paolo Carlini [Tue, 15 Aug 2006 09:08:31 +0000 (09:08 +0000)]
random.tcc (mersenne_twister<>::operator()): Revert last change (per gcc-patches/2006-08/msg00484.html).

2006-08-15  Paolo Carlini  <pcarlini@suse.de>

* include/tr1/random.tcc (mersenne_twister<>::operator()): Revert
last change (per gcc-patches/2006-08/msg00484.html).

From-SVN: r116151

18 years agorandom (class poisson_distribution<>): Add.
Paolo Carlini [Tue, 15 Aug 2006 02:28:45 +0000 (02:28 +0000)]
random (class poisson_distribution<>): Add.

2006-08-14  Paolo Carlini  <pcarlini@suse.de>

* include/tr1/random (class poisson_distribution<>): Add.
* include/tr1/random.tcc (poisson_distribution<>::operator(),
operator<<(std::basic_ostream<>&, const poisson_distribution<>&),
operator>>(std::basic_istream<>&, poisson_distribution<>&,
poisson_distribution<>::poisson_distribution(const _RealType&)):
Define.
* testsuite/tr1/5_numerical_facilities/random/poisson_distribution/
requirements/typedefs.cc: New.

* include/tr1/random.tcc (mersenne_twister<>::operator()): Tweak
a bit for efficiency.

* include/tr1/random.tcc (operator<<(std::basic_ostream<>&,
const normal_distribution<>&), operator>>(std::basic_istream<>&,
normal_distribution<>&)): Do not output _M_saved unnecessarily.

* include/tr1/random: Trivial formatting fixes.
* include/tr1/cmath: Likewise.

From-SVN: r116149

18 years ago[multiple changes]
Andrew Pinski [Tue, 15 Aug 2006 01:43:28 +0000 (18:43 -0700)]
[multiple changes]

2006-07-14  Andrew Pinski  <pinksia@physics.uc.edu>

        PR c/27490
        PR c/27489
        * c-typeck.c (build_compound_expr): If the second expression
        is an error mark, then just return an error mark instead of
        creating a COMPOUND_EXPR.
2006-08-14  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c/27490
        * gcc.dg/sizeof-2.c: New testcase.

        PR c/27489
        * gcc.dg/switch-A.c: New testcase.

From-SVN: r116148

18 years agoDaily bump.
GCC Administrator [Tue, 15 Aug 2006 00:17:23 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r116146

18 years ago* Makefile.in (LIBGCC_DEPS): Don't depend on LANGUAGES.
Mike Stump [Mon, 14 Aug 2006 23:40:41 +0000 (23:40 +0000)]
* Makefile.in (LIBGCC_DEPS): Don't depend on LANGUAGES.

From-SVN: r116142

18 years agore PR c++/28288 (ICE with min/max operator)
Steve Ellcey [Mon, 14 Aug 2006 23:15:57 +0000 (23:15 +0000)]
re PR c++/28288 (ICE with min/max operator)

PR c++/28288
PR c++/14556
* g++.old-deja/g++.warn/compare1.C: Delete.
* g++.dg/opt/pr7503-2.C: Delete.
* g++.dg/opt/pr7503-3.C: Delete.
* g++.dg/opt/pr7503-4.C: Delete.
* g++.dg/opt/pr7503-5.C: Delete.
* g++.dg/opt/max1.C: Delete.
* g++.dg/warn/minmax.C: Delete.
* g++.dg/expr/minmax.C: New test.

From-SVN: r116141

18 years agore PR c++/28288 (ICE with min/max operator)
Steve Ellcey [Mon, 14 Aug 2006 23:13:54 +0000 (23:13 +0000)]
re PR c++/28288 (ICE with min/max operator)

PR c++/28288
PR c++/14556
* operators.def: Remove <?, ?>, <?=, and >?= operators.
* parser.c: Remove CPP_MIN, CPP_MAX, CPP_MIN_EQ, and CPP_MAX_EQ.
(cp_parser_warn_min_max): Remove.
* include/cpplib.h: Remove <?, >?, <?=, and >?= tokens.
(CPP_LAST_EQ): Change.
(CPP_LAST_PUNCTUATOR): Change.
* expr.c (cpp_operator): Remove MIN and MAX.
(reduce): Remove CPP_MIN and CPP_MAX.
(num_binary_op): Ditto.
* lex.c (_cpp_lex_direct): Ditto.
(cpp_avoid_paste): Remove ? as legal symbol after > or <.

From-SVN: r116140

18 years agoImported GNU Classpath 0.92
Mark Wielaard [Mon, 14 Aug 2006 23:12:35 +0000 (23:12 +0000)]
Imported GNU Classpath 0.92

2006-08-14  Mark Wielaard  <mark@klomp.org>

       Imported GNU Classpath 0.92
       * HACKING: Add more importing hints. Update automake version
       requirement.

       * configure.ac (gconf-peer): New enable AC argument.
       Add --disable-gconf-peer and --enable-default-preferences-peer
       to classpath configure when gconf is disabled.
       * scripts/makemake.tcl: Set gnu/java/util/prefs/gconf and
       gnu/java/awt/dnd/peer/gtk to bc. Classify
       gnu/java/security/Configuration.java as generated source file.

       * gnu/java/lang/management/VMGarbageCollectorMXBeanImpl.java,
       gnu/java/lang/management/VMMemoryPoolMXBeanImpl.java,
       gnu/java/lang/management/VMClassLoadingMXBeanImpl.java,
       gnu/java/lang/management/VMRuntimeMXBeanImpl.java,
       gnu/java/lang/management/VMMemoryManagerMXBeanImpl.java,
       gnu/java/lang/management/VMThreadMXBeanImpl.java,
       gnu/java/lang/management/VMMemoryMXBeanImpl.java,
       gnu/java/lang/management/VMCompilationMXBeanImpl.java: New VM stub
       classes.
       * java/lang/management/VMManagementFactory.java: Likewise.
       * java/net/VMURLConnection.java: Likewise.
       * gnu/java/nio/VMChannel.java: Likewise.

       * java/lang/Thread.java (getState): Add stub implementation.
       * java/lang/Class.java (isEnum): Likewise.
       * java/lang/Class.h (isEnum): Likewise.

       * gnu/awt/xlib/XToolkit.java (getClasspathTextLayoutPeer): Removed.

       * javax/naming/spi/NamingManager.java: New override for StackWalker
       functionality.

       * configure, sources.am, Makefile.in, gcj/Makefile.in,
       include/Makefile.in, testsuite/Makefile.in: Regenerated.

From-SVN: r116139

18 years agore PR c++/28559 (ICE with friend and __attribute__)
Jason Merrill [Mon, 14 Aug 2006 21:25:03 +0000 (17:25 -0400)]
re PR c++/28559 (ICE with friend and __attribute__)

        PR c++/28559
        * parser.c (cp_parser_elaborated_type_specifier): Also ignore
        attributes applied to a TYPENAME_TYPE.

From-SVN: r116137

18 years ago* c-decl.c, var-tracking.c: Fix comment typos.
Kazu Hirata [Mon, 14 Aug 2006 17:55:03 +0000 (17:55 +0000)]
* c-decl.c, var-tracking.c: Fix comment typos.

From-SVN: r116134

18 years agore PR testsuite/28703 (FAIL: gcc.c-torture/execute/pr28651.c execution)
Richard Guenther [Mon, 14 Aug 2006 15:05:37 +0000 (15:05 +0000)]
re PR testsuite/28703 (FAIL: gcc.c-torture/execute/pr28651.c execution)

2006-08-14  Richard Guenther  <rguenther@suse.de>

PR testsuite/28703
* gcc.c-torture/execute/pr28651.c: Do not use argc
to avoid optimization, instead forbid inlining.

From-SVN: r116129

18 years agoThread.java (accessControlState): New field.
Gary Benson [Mon, 14 Aug 2006 14:24:52 +0000 (14:24 +0000)]
Thread.java (accessControlState): New field.

2006-08-14  Gary Benson  <gbenson@redhat.com>

* java/lang/Thread.java (accessControlState): New field.
* java/security/VMAccessControlState.java: New file.
* java/security/natVMAccessControlState.cc: Likewise.
* java/security/VMAccessController.java
(contexts, inGetContext): Removed.
(pushContext, popContext, getContext): Use VMAccessControlState.
* Makefile.am (nat_source_files): Updated.
* sources.am, Makefile.in: Rebuilt.

From-SVN: r116128

18 years agore PR rtl-optimization/28634 (rounding problem with -fdelayed-branch on hppa/mips)
Richard Sandiford [Mon, 14 Aug 2006 11:55:52 +0000 (11:55 +0000)]
re PR rtl-optimization/28634 (rounding problem with -fdelayed-branch on hppa/mips)

gcc/
PR rtl-optimization/28634
* reorg.c (fill_slots_from_thread): Do not assume A + X - X == A
for floating-point modes unless flag_unsafe_math_optimizations.

gcc/testsuite/
PR rtl-optimization/28634
* gcc.c-torture/execute/ieee/pr28634.c: New test.

From-SVN: r116124

18 years agoDaily bump.
GCC Administrator [Mon, 14 Aug 2006 00:17:25 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r116120

18 years agore PR c/27184 (Wrong code with pointers to arrays and types and strict aliasing)
Alexandre Oliva [Sun, 13 Aug 2006 20:16:46 +0000 (20:16 +0000)]
re PR c/27184 (Wrong code with pointers to arrays and types and strict aliasing)

2006-08-13  Alexandre Oliva  <aoliva@redhat.com>
            Andrew Pinski  <pinskia@physics.uc.edu>

        PR c/27184
        * tree.c (build_array_type): Unify array types with
        unspecified index_type.
        * c-decl.c (grokdeclarator): Make sure we do not modify a
        unified incomplete array type.
        * c-typeck.c (store_init_value): Create distinct type before
        filling in the index type in an initializer from a compound
        literal.

        * c-decl.c (grokdeclarator): Remove code where we copy the
        array type over.

2006-08-13  Alexandre Oliva  <aoliva@redhat.com>

        PR c/27184
        * gcc.dg/torture/pr27184.c: New test

Co-Authored-By: Andrew Pinski <pinskia@physics.uc.edu>
From-SVN: r116116

18 years agotree-pass.h (TODO_update_ssa): Fix which bit is used to take into account for TODO_du...
Andrew Pinski [Sun, 13 Aug 2006 16:49:24 +0000 (16:49 +0000)]
tree-pass.h (TODO_update_ssa): Fix which bit is used to take into account for TODO_dump_cgraph.

2006-08-13  Andrew Pinski  <pinskia@physics.uc.edu>

        * tree-pass.h (TODO_update_ssa): Fix which bit is used to take
        into account for TODO_dump_cgraph.
        (TODO_update_ssa_no_phi): Likewise.
        (TODO_update_ssa_full_phi): Likewise.
        (TODO_update_ssa_only_virtuals): Likewise.
        (TODO_remove_unused_locals): Likewise.
        (TODO_set_props): Likewise.
        (TODO_update_stmt_usage): Likewise.

From-SVN: r116111

18 years agoc-common.c (strict_aliasing_warning): Fix formatting.
Dirk Mueller [Sun, 13 Aug 2006 15:04:41 +0000 (15:04 +0000)]
c-common.c (strict_aliasing_warning): Fix formatting.

2006-08-13  Dirk Mueller  <dmueller@suse.de>

       * c-common.c (strict_aliasing_warning): Fix formatting.

From-SVN: r116109

18 years agoinvoke.texi: Fix spelling errors.
Matthias Klose [Sun, 13 Aug 2006 07:27:30 +0000 (07:27 +0000)]
invoke.texi: Fix spelling errors.

2006-08-13  Matthias Klose  <doko@debian.org>

        * doc/invoke.texi: Fix spelling errors.

From-SVN: r116107

18 years agoDaily bump.
GCC Administrator [Sun, 13 Aug 2006 00:17:32 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r116105

18 years ago* gcc.target/i386/pr27827.c: Only compile on ilp32 target.
Jakub Jelinek [Sat, 12 Aug 2006 13:39:05 +0000 (15:39 +0200)]
* gcc.target/i386/pr27827.c: Only compile on ilp32 target.

From-SVN: r116099

18 years ago* intrinsics/bessel.c: Add prototypes for all functions.
Francois-Xavier Coudert [Sat, 12 Aug 2006 07:30:04 +0000 (09:30 +0200)]
* intrinsics/bessel.c: Add prototypes for all functions.

From-SVN: r116098

18 years agostat_1.f90: Make test pass when run under sudo.
Francois-Xavier Coudert [Sat, 12 Aug 2006 01:03:29 +0000 (03:03 +0200)]
stat_1.f90: Make test pass when run under sudo.

* gfortran.dg/stat_1.f90: Make test pass when run under sudo.
* gfortran.dg/stat_2.f90: Likewise.
* gfortran.dg/chmod_1.f90: Likewise.
* gfortran.dg/chmod_2.f90: Likewise.
* gfortran.dg/chmod_3.f90: Likewise.

From-SVN: r116097

18 years agoDaily bump.
GCC Administrator [Sat, 12 Aug 2006 00:17:06 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r116095

18 years ago* gfortran.dg/direct_io_6.f90: Skip on *-*-aix*.
David Edelsohn [Fri, 11 Aug 2006 20:40:52 +0000 (20:40 +0000)]
* gfortran.dg/direct_io_6.f90: Skip on *-*-aix*.

From-SVN: r116091

18 years agore PR rtl-optimization/23454 (ICE in invert_exp_1, at jump.c:1719)
Eric Botcazou [Fri, 11 Aug 2006 19:01:45 +0000 (21:01 +0200)]
re PR rtl-optimization/23454 (ICE in invert_exp_1, at jump.c:1719)

PR rtl-optimization/23454
* reorg.c (relax_delay_slots): Update comment.

From-SVN: r116088

18 years agostl_bvector.h (__fill_bvector(_Bit_iterator, _Bit_iterator, bool)): New.
Paolo Carlini [Fri, 11 Aug 2006 10:39:37 +0000 (10:39 +0000)]
stl_bvector.h (__fill_bvector(_Bit_iterator, _Bit_iterator, bool)): New.

2006-08-11  Paolo Carlini  <pcarlini@suse.de>

* include/bits/stl_bvector.h (__fill_bvector(_Bit_iterator,
_Bit_iterator, bool)): New.
(fill(_Bit_iterator, _Bit_iterator, const bool&)): Use it.

From-SVN: r116081

18 years agore PR middle-end/28651 (signed compare incorrectly false for (int)(U+4)<(int)U where...
Richard Guenther [Fri, 11 Aug 2006 07:44:45 +0000 (07:44 +0000)]
re PR middle-end/28651 (signed compare incorrectly false for (int)(U+4)<(int)U where U is unsigned INT_MAX (for optimized  x86))

2006-08-11  Richard Guenther  <rguenther@suse.de>

PR middle-end/28651
* simplify-rtx.c (simplify_const_relational_operation):
Simplify A CMP B to A - B CMP 0 only for EQ and NE comparison
codes.

* gcc.c-torture/execute/pr28651.c: New testcase.

From-SVN: r116079

18 years agoDaily bump.
GCC Administrator [Fri, 11 Aug 2006 00:17:23 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r116077

18 years agoFix date of latest entry.
Eric Botcazou [Thu, 10 Aug 2006 22:17:15 +0000 (22:17 +0000)]
Fix date of latest entry.

From-SVN: r116072

18 years agotree.c (build1_stat): Also propagate the TREE_CONSTANT and TREE_INVARIANT flags for...
Eric Botcazou [Thu, 10 Aug 2006 22:13:42 +0000 (22:13 +0000)]
tree.c (build1_stat): Also propagate the TREE_CONSTANT and TREE_INVARIANT flags for a VIEW_CONVERT_EXPR.

* tree.c (build1_stat): Also propagate the TREE_CONSTANT and
TREE_INVARIANT flags for a VIEW_CONVERT_EXPR.

From-SVN: r116071

18 years agore PR java/8923 (ICE when modifying a variable decleared "final static")
Simon Martin [Thu, 10 Aug 2006 19:35:07 +0000 (19:35 +0000)]
re PR java/8923 (ICE when modifying a variable decleared "final static")

2006-08-10  Simon Martin  <simartin@users.sourceforge.net>

        PR java/8923
        * parse.y (build_incdec): Emit an error instead of an ICE if '++'
        or '--' is used with a constant operand.
        (java_complete_lhs): When processing a '++' or '--' expression,
        don't call java_complete_tree but java_complete_lhs, so that a
        static final variable operand is never replaced by its value. This
        avoids an ICE later on.
        (patch_unaryop): Fixed typo in comment.

From-SVN: r116069

18 years agofinal.c (final_scan_insn): Clear current_insn_predicate before outputting inline...
Paul Brook [Thu, 10 Aug 2006 16:31:40 +0000 (16:31 +0000)]
final.c (final_scan_insn): Clear current_insn_predicate before outputting inline asm.

2006-08-10  Paul Brook  <paul@codesourcery.com>

gcc/
* final.c (final_scan_insn): Clear current_insn_predicate before
outputting inline asm.

gcc/testsuite/
* gcc.target/arm/cond-asm.c: New test.

From-SVN: r116064

18 years agorandom.tcc (gamma_distribution<>::operator()): Fixes from the Errata of Devroye's...
Paolo Carlini [Thu, 10 Aug 2006 14:38:11 +0000 (14:38 +0000)]
random.tcc (gamma_distribution<>::operator()): Fixes from the Errata of Devroye's book.

2006-08-10  Paolo Carlini  <pcarlini@suse.de>

* include/tr1/random.tcc (gamma_distribution<>::operator()): Fixes
from the Errata of Devroye's book.

From-SVN: r116061

18 years agore PR tree-optimization/26197 (ICE in is_old_name with vectorizer)
Dorit Nuzman [Thu, 10 Aug 2006 12:07:22 +0000 (12:07 +0000)]
re PR tree-optimization/26197 (ICE in is_old_name with vectorizer)

        PR tree-optimization/26197
        * tree-ssa-alias.c (new_type_alias): Takes additional argument. Calls
        get_ref_base_and_extent and overlap_subvar to add only relevant
        subvars as may-aliases.
        (add_may_alias_for_new_tag): New function, factored out of
        new_type_alias.
        * tree-vect-transform.c (vect_create_data_ref_ptr): Call new_type_alias
        with additional argument.
        * tree-flow.h (new_type_alias): Takes additional argument.

From-SVN: r116060

18 years agostl_bvector.h (_Bit_iterator_base::_M_incr(ptrdiff_t)): Tidy a bit, thus reducing...
Paolo Carlini [Thu, 10 Aug 2006 10:35:27 +0000 (10:35 +0000)]
stl_bvector.h (_Bit_iterator_base::_M_incr(ptrdiff_t)): Tidy a bit, thus reducing generated code size.

2006-08-10  Paolo Carlini  <pcarlini@suse.de>

* include/bits/stl_bvector.h (_Bit_iterator_base::_M_incr(ptrdiff_t)):
Tidy a bit, thus reducing generated code size.

From-SVN: r116059

18 years agojava-stack.h (GetAccessControlStack): Change return type.
Gary Benson [Thu, 10 Aug 2006 09:56:03 +0000 (09:56 +0000)]
java-stack.h (GetAccessControlStack): Change return type.

2006-08-10  Gary Benson  <gbenson@redhat.com>

* include/java-stack.h (GetAccessControlStack): Change return
type.
* stacktrace.cc (accesscontrol_trace_fn): Record the number of
Java frames encountered.
(GetAccessControlStack): Return a flag indicating whether a call to
doPrivileged was encountered rather than an array of method names.
* java/security/natVMAccessController.cc (getStack): Change return
type.
* java/security/VMAccessController.java (getStack): Likewise.
(getContext): Change to reflect the above.

From-SVN: r116058

18 years agoDaily bump.
GCC Administrator [Thu, 10 Aug 2006 00:17:40 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r116053

18 years agostl_bvector.h (vector<bool>::_M_copy_aligned): New.
Paolo Carlini [Wed, 9 Aug 2006 23:39:16 +0000 (23:39 +0000)]
stl_bvector.h (vector<bool>::_M_copy_aligned): New.

2006-08-09  Paolo Carlini  <pcarlini@suse.de>

* include/bits/stl_bvector.h (vector<bool>::_M_copy_aligned): New.
(vector<bool>::vector(const vector&), operator=(const vector&),
reserve(size_type), _M_fill_insert(iterator, size_type, bool),
_M_insert_range(iterator, _ForwardIterator, _ForwardIterator,
std::forward_iterator_tag), _M_insert_aux(iterator, bool)): Use it.
* testsuite/performance/23_containers/copy_construct/
vector_bool.cc: New.

* testsuite/23_containers/vector/bool/cons/1.cc: New.
* testsuite/23_containers/vector/bool/cons/2.cc: Likewise.

* include/bits/stl_bvector.h (vector<bool>::_M_fill): Remove.
(fill(_Bit_iterator, _Bit_iterator, const bool&)): New.
(vector<bool>::_M_fill_insert(iterator, size_type, bool)): Adjust.

* include/bits/stl_bvector.h (_M_initialize_range(_InputIterator,
_InputIterator, std::input_iterator_tag)): Remove redundant
assignments.

* include/bits/stl_algo.h (find(istreambuf_iterator<>,
istreambuf_iterator<>, _CharT)): Adjust signature.
* include/bits/streambuf_iterator.h: Likewise.
* include/std/std_streambuf.h: Likewise.

From-SVN: r116049

18 years agogcov.c (no_data_file): New flag.
Nathan Sidwell [Wed, 9 Aug 2006 19:09:06 +0000 (19:09 +0000)]
gcov.c (no_data_file): New flag.

* gcov.c (no_data_file): New flag.
(read_count_file): Set it if data file not present.  Assume counts
zero if not found.
(output_lines): Don't name the data file, if there wasn't one.

From-SVN: r116045

18 years agore PR awt/28666 (IllegalAccessError in gtk peers)
Tom Tromey [Wed, 9 Aug 2006 19:00:54 +0000 (19:00 +0000)]
re PR awt/28666 (IllegalAccessError in gtk peers)

PR classpath/28666:
* native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.c
(Java_gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice_nativeGetDisplayModes):
Create a 'short' array.

From-SVN: r116044

18 years agore PR c++/28637 (ICE on invalid template parameter)
Lee Millward [Wed, 9 Aug 2006 18:43:06 +0000 (18:43 +0000)]
re PR c++/28637 (ICE on invalid template parameter)

2006-08-09  Lee Millward  <lee.millward@codesourcery.com>

       PR c++/28637
       * pt.c (coerce_template_parms): Copy across the
       invalid template arguments to the new template inner arguments.
       (retrieve_specialization): Robustify.

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

       PR c++/28638
       * pt.c (coerce_template_template_parms): Robustify.

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

       PR c++/28639
       * error.c (dump_template_parms): Robustify.

       PR c++/28640
       * pt.c (redeclare_class_template): Robustify

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

       PR c++/28641
       * pt.c (type_unification_real): Robustify.

From-SVN: r116043

18 years agors6000.c (print_operand): Fix comment and adjust.
Eric Botcazou [Wed, 9 Aug 2006 16:38:45 +0000 (16:38 +0000)]
rs6000.c (print_operand): Fix comment and adjust.

* config/rs6000/rs6000.c (print_operand) <D>: Fix comment and adjust.
(rs6000_generate_compare): Tweak comments.
* config/rs6000/rs6000.md (UNSPEC_MV_CR_GT): Fix comment.

From-SVN: r116041

18 years agostacktrace.cc (accesscontrol_trace_fn): Skip non-Java frames.
Gary Benson [Wed, 9 Aug 2006 14:59:16 +0000 (14:59 +0000)]
stacktrace.cc (accesscontrol_trace_fn): Skip non-Java frames.

2006-08-09  Gary Benson  <gbenson@redhat.com>

* stacktrace.cc (accesscontrol_trace_fn): Skip non-Java frames.

From-SVN: r116038

18 years agostl_algobase.h (fill(const _Deque_iterator<>&, const _Deque_iterator<>&, const _Tp...
Paolo Carlini [Wed, 9 Aug 2006 09:56:15 +0000 (09:56 +0000)]
stl_algobase.h (fill(const _Deque_iterator<>&, const _Deque_iterator<>&, const _Tp&)): Move...

2006-08-09  Paolo Carlini  <pcarlini@suse.de>

* include/bits/stl_algobase.h (fill(const _Deque_iterator<>&,
const _Deque_iterator<>&, const _Tp&)): Move...
* include/bits/deque.tcc: ... here.
* include/bits/stl_deque.h: Declare.

From-SVN: r116034

18 years agoSystem.java (setSecurityManager): Javadoc fix.
Gary Benson [Wed, 9 Aug 2006 08:46:34 +0000 (08:46 +0000)]
System.java (setSecurityManager): Javadoc fix.

2006-08-09  Gary Benson  <gbenson@redhat.com>

* java/lang/System.java (setSecurityManager): Javadoc fix.
* java/security/VMAccessController.java (getContext): Comment fix.

From-SVN: r116033

18 years agojava-stack.h (accesscontrol_trace_fn): Declare.
Gary Benson [Wed, 9 Aug 2006 08:38:28 +0000 (08:38 +0000)]
java-stack.h (accesscontrol_trace_fn): Declare.

2006-08-09  Gary Benson  <gbenson@redhat.com>

* include/java-stack.h (accesscontrol_trace_fn): Declare.
(GetAccessControlStack): Likewise.
(GetClassMethodStack): Remove.
* stacktrace.cc (accesscontrol_trace_fn): New method.
(GetAccessControlStack): Likewise.
(GetClassMethodStack): Remove.
* java/security/natVMAccessController.cc (getStack): Use
GetAccessControlStack.

From-SVN: r116032

18 years agovar-tracking.c (enum micro_operation_type): Add MO_COPY.
Alexandre Oliva [Wed, 9 Aug 2006 06:46:22 +0000 (06:46 +0000)]
var-tracking.c (enum micro_operation_type): Add MO_COPY.

* var-tracking.c (enum micro_operation_type): Add MO_COPY.
(var_debug_decl): New function.
(var_reg_set): Follow debug decl link.  Add location even if
reg is already known to hold some other variable.
(var_mem_set): Follow debug decl link.
(var_reg_delete_and_set, var_mem_delete_and_set): Follow debug
decl link.  Delete other known locations of the variable part
if requested.
(var_reg_delete, var_mem_delete): Delete other known locations
of the variable part if requested.
(same_variable_part_p): New function.
(add_stores): Select MO_COPY when appropriate.
(vt_initialize): Handle it.
(compute_bb_dataflow, emit_notes_in_bb): Likewise.  Delete
known locations for MO_SET and MO_CLOBBER.
(find_variable_location_part): New function.
(set_variable_part, delete_variable_part): Use it.
(clobber_variable_part): New function.
* dwarf2out.c (dwarf2out_var_location): Do not follow debug
decl link.

From-SVN: r116031

18 years agoDaily bump.
GCC Administrator [Wed, 9 Aug 2006 00:17:24 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r116027