platform/upstream/gcc.git
18 years agoMakefile.am (BOOT_CLASS_PATH_DIR): Only contain libgcj.jar.
Gary Benson [Fri, 7 Jul 2006 10:02:59 +0000 (10:02 +0000)]
Makefile.am (BOOT_CLASS_PATH_DIR): Only contain libgcj.jar.

2006-07-07  Gary Benson  <gbenson@redhat.com>

* Makefile.am (BOOT_CLASS_PATH_DIR): Only contain libgcj.jar.
* Makefile.in: Regenerate.

From-SVN: r115252

18 years ago* intrinsic.texi: Fix typos.
Kazu Hirata [Fri, 7 Jul 2006 06:10:16 +0000 (06:10 +0000)]
* intrinsic.texi: Fix typos.

From-SVN: r115251

18 years agore PR fortran/28237 (print call())
Paul Thomas [Fri, 7 Jul 2006 04:47:24 +0000 (04:47 +0000)]
re PR fortran/28237 (print call())

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

PR fortran/28237
PR fortran/23420
* io.c (resolve_tag): Any integer that is not an assigned
variable is an error.

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

PR fortran/28237
PR fortran/23420
* gfortran.dg/print_fmt_5.f90: New test.

From-SVN: r115246

18 years agoc-parser.c (c_parser_skip_to_end_of_block_or_statement): Add a default case to switch...
Roger Sayle [Fri, 7 Jul 2006 00:20:02 +0000 (00:20 +0000)]
c-parser.c (c_parser_skip_to_end_of_block_or_statement): Add a default case to switch statement to silence compiler warnings.

* c-parser.c (c_parser_skip_to_end_of_block_or_statement): Add
a default case to switch statement to silence compiler warnings.

From-SVN: r115243

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

From-SVN: r115241

18 years agore PR target/27968 (gcc emits (undefined) ffreep opcode which is not understood by...
Roger Sayle [Fri, 7 Jul 2006 00:13:14 +0000 (00:13 +0000)]
re PR target/27968 (gcc emits (undefined) ffreep opcode which is not understood by Solaris' /usr/ccs/bin/as when tuning for Athlon or Opteron CPUs)

PR target/27968
* configure.ac (HAVE_AS_IX86_FFREEP): On x86 targets check whether
the configured assembler supports the x87's ffreep mnemonic.
* configure: Regenerate.
* config.in: Regenerate.

* config/i386/i386.c (output_387_ffreep): New function.
(output_fp_compare): Use output_387_ffreep to emit ffreep insns.
(output_387_reg_move): Likewise.

From-SVN: r115237

18 years agorandom (class gamma_distribution<>): Add.
Paolo Carlini [Thu, 6 Jul 2006 23:30:14 +0000 (23:30 +0000)]
random (class gamma_distribution<>): Add.

2006-07-06  Paolo Carlini  <pcarlini@suse.de>

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

From-SVN: r115236

18 years agostacktrace.cc (ClassForFrame): Remove commented-out code.
Bryce McKinlay [Thu, 6 Jul 2006 23:26:24 +0000 (23:26 +0000)]
stacktrace.cc (ClassForFrame): Remove commented-out code.

2006-07-06  Bryce McKinlay <mckinlay@redhat.com>

        * stacktrace.cc (ClassForFrame): Remove commented-out code.
        (UnwindTraceFn): Use _Unwind_GetIPInfo and adjust IP
        only when needed.
        (getLineNumberForFrame): Don't adjust IP here.
        * testsuite/libjava.lang/StackTrace.java: New test case.
        * testsuite/libjava.lang/StackTrace.out: Ditto.

From-SVN: r115235

18 years agoPort to hosts whose 'sort' and 'tail' implementations treat operands with leading...
Paul Eggert [Thu, 6 Jul 2006 23:24:51 +0000 (23:24 +0000)]
Port to hosts whose 'sort' and 'tail' implementations treat operands with leading '+' as file names...

Port to hosts whose 'sort' and 'tail' implementations
treat operands with leading '+' as file names, as POSIX
has required since 2001.  However, make sure the code still
works on pre-POSIX hosts.
* ltmain.sh: Don't assume "sort +2" is equivalent to
"sort -k 3", since POSIX 1003.1-2001 no longer requires this.

contrib:
* compare_tests: Don't assume "sort +2" is equivalent to
"sort -k 3", since POSIX 1003.1-2001 no longer requires this.
gcc:
* Makefile.in (slowcompare): Port to POSIX 1003.1-2001,
which says you should use "tail -c +N" rather than "tail +Nc".
Fix a bug: the old code incorrectly skipped 15 bytes, not 16.

From-SVN: r115234

18 years agotree-ssa-loop-niter.c (scev_probably_wraps_p): Fix typo in argument name.
Zdenek Dvorak [Thu, 6 Jul 2006 22:41:16 +0000 (00:41 +0200)]
tree-ssa-loop-niter.c (scev_probably_wraps_p): Fix typo in argument name.

* tree-ssa-loop-niter.c (scev_probably_wraps_p): Fix typo in argument name.

From-SVN: r115233

18 years agore PR fortran/28129 (gfortran -fbounds-check: Shows invalid array out of bounds error)
Francois-Xavier Coudert [Thu, 6 Jul 2006 20:37:36 +0000 (22:37 +0200)]
re PR fortran/28129 (gfortran -fbounds-check: Shows invalid array out of bounds error)

PR fortran/28129

* trans-array.c (gfc_trans_array_bound_check): Add a locus
argument, and use it in the error messages.
(gfc_conv_array_index_offset): Donc perform bounds checking on
the last dimension of assumed-size arrays.

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

From-SVN: r115231

18 years agoMakefile.am (libgcj_tools_la_GCJFLAGS): Add -fno-indirect-classes.
Thomas Fitzsimmons [Thu, 6 Jul 2006 19:13:42 +0000 (19:13 +0000)]
Makefile.am (libgcj_tools_la_GCJFLAGS): Add -fno-indirect-classes.

2006-07-06  Thomas Fitzsimmons  <fitzsim@redhat.com>

* Makefile.am (libgcj_tools_la_GCJFLAGS): Add
-fno-indirect-classes.
* Makefile.in: Regenerate.
* gcj/Makefile.in: Regenerate.
* include/Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.

From-SVN: r115230

18 years agore PR target/28150 (ICE in reload_cse_simplify_operands, at postreload.c:394)
David Edelsohn [Thu, 6 Jul 2006 18:59:58 +0000 (18:59 +0000)]
re PR target/28150 (ICE in reload_cse_simplify_operands, at postreload.c:394)

2006-07-06  David Edelsohn  <edelsohn@gnu.org>

        PR target/28150
        * config/rs6000/rs6000.c (rs6000_legitimate_address): Do not allow
        PRE_{INC,DEC} of TFmode.

2006-07-06  David Edelsohn  <edelsohn@gnu.org>
            Alan Modra  <amodra@bigpond.net.au>

        PR target/28170
        * config/rs6000/rs6000.c (insvdi_rshift_rlwimi_p): Correct shiftop
        bounds. Simplify.

Co-Authored-By: Alan Modra <amodra@bigpond.net.au>
From-SVN: r115229

18 years agore PR c++/28279 (ICE in finish_static_data_member_decl, at cp/decl2.c:716)
Jason Merrill [Thu, 6 Jul 2006 18:39:39 +0000 (14:39 -0400)]
re PR c++/28279 (ICE in finish_static_data_member_decl, at cp/decl2.c:716)

        PR c++/28279
        * decl2.c (finish_static_data_member_decl): Don't assert
        TREE_PUBLIC.

From-SVN: r115228

18 years agoboehm.cc (_Jv_MarkObj): Mark the next_or_version field.
Bryce McKinlay [Thu, 6 Jul 2006 18:25:28 +0000 (18:25 +0000)]
boehm.cc (_Jv_MarkObj): Mark the next_or_version field.

2006-07-06  Bryce McKinlay <mckinlay@redhat.com>

        * boehm.cc (_Jv_MarkObj): Mark the next_or_version field.

From-SVN: r115227

18 years agotrait.hpp: Format.
Benjamin Kosnik [Thu, 6 Jul 2006 17:45:13 +0000 (17:45 +0000)]
trait.hpp: Format.

2006-07-06  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/util/regression/trait/assoc/trait.hpp: Format.
* testsuite/util/regression/rand/priority_queue/
rand_regression_test.hpp: Same.
* testsuite/util/regression/rand/assoc/rand_regression_test.hpp: Same.
* testsuite/util/regression/rand/
assoc/container_rand_regression_test.hpp: Same.
* testsuite/util/regression/priority_queue/common_type.hpp: Same.
* testsuite/util/regression/assoc/common_type.hpp: Same.
* testsuite/util/regression/basic_type.hpp: Same.

From-SVN: r115226

18 years agore PR target/28285 (duplicate case value in alpha_swapped_comparison operator)
Rainer Orth [Thu, 6 Jul 2006 17:16:48 +0000 (17:16 +0000)]
re PR target/28285 (duplicate case value in alpha_swapped_comparison operator)

PR target/28285
* config/alpha/predicates.md (alpha_swapped_comparison_operator):
Remove duplicate gtu.

From-SVN: r115225

18 years agore PR fortran/27874 (Bad interaction between bounds checking, forall and derived...
Francois-Xavier Coudert [Thu, 6 Jul 2006 17:12:25 +0000 (19:12 +0200)]
re PR fortran/27874 (Bad interaction between bounds checking, forall and derived types)

PR fortran/27874
* trans-stmt.c (compute_inner_temp_size): Don't perform bounds
checking when calculating the bounds of scalarization.

From-SVN: r115224

18 years agoconfigure.ac (ac_configure_args): Add --with-native-libdir.
Thomas Fitzsimmons [Thu, 6 Jul 2006 16:00:57 +0000 (16:00 +0000)]
configure.ac (ac_configure_args): Add --with-native-libdir.

2006-07-06  Thomas Fitzsimmons  <fitzsim@redhat.com>

* configure.ac (ac_configure_args): Add --with-native-libdir.
* configure: Regenerate.
* classpath/native/jni/gtk-peer/Makefile.am: Remove GCJ LOCAL
sections.
* classpath/native/jni/gtk-peer/Makefile.in: Regenerate.
* classpath/native/jawt/Makefile.am: Remove GCJ LOCAL sections.
* classpath/native/jawt/Makefile.in: Regenerate.
* classpath/native/plugin/Makefile.am: Remove GCJ LOCAL sections.
* classpath/native/plugin/Makefile.in: Regenerate.

From-SVN: r115223

18 years agoMakefile.am (pch_output): New.
Benjamin Kosnik [Thu, 6 Jul 2006 02:11:48 +0000 (02:11 +0000)]
Makefile.am (pch_output): New.

2006-07-05  Benjamin Kosnik  <bkoz@redhat.com>

* include/Makefile.am (pch_output): New.
(clean-local): Use it.
* include/Makefile.in: Regenerate.

From-SVN: r115218

18 years agore PR c++/13983 (no warning on some non-POD struct with packed attribute)
Jason Merrill [Thu, 6 Jul 2006 02:09:02 +0000 (22:09 -0400)]
re PR c++/13983 (no warning on some non-POD struct with packed attribute)

        PR c++/13983
        PR c++/17519
        * stor-layout.c (finish_record_layout): Copy TYPE_PACKED to variants.
        * c-common.c (handle_packed_attribute): So don't copy it here.
        * c-decl.c (finish_struct): Don't copy TYPE_ALIGN.
        * cp/class.c (check_field_decls): Check TYPE_PACKED after
        stripping array types.
        (finish_struct_bits): Don't copy TYPE_SIZE here.

From-SVN: r115217

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

From-SVN: r115215

18 years ago* doc/invoke.texi (Invoking G++): Clarify prose for g++.
Mike Stump [Wed, 5 Jul 2006 22:17:28 +0000 (22:17 +0000)]
* doc/invoke.texi (Invoking G++): Clarify prose for g++.

From-SVN: r115211

18 years agore PR c++/18681 ([DR 45] template friend declaration not recognized)
Jason Merrill [Wed, 5 Jul 2006 19:44:28 +0000 (15:44 -0400)]
re PR c++/18681 ([DR 45] template friend declaration not recognized)

        PR c++/18681
        * friend.c (is_friend): Fix DR 45 implementation.

From-SVN: r115208

18 years ago* MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
Ulrich Weigand [Wed, 5 Jul 2006 19:08:50 +0000 (19:08 +0000)]
* MAINTAINERS (Various Maintainers): Add myself as reload maintainer.

From-SVN: r115207

18 years agore PR target/26146 (Bootstrapping mainline on Solaris 10/x86 fails)
H.J. Lu [Wed, 5 Jul 2006 18:49:48 +0000 (18:49 +0000)]
re PR target/26146 (Bootstrapping mainline on Solaris 10/x86 fails)

2006-07-05  H.J. Lu  <hongjiu.lu@intel.com>

PR target/26146
* config.gcc: Check with_cpu for i[34567]86--*-solaris2.1[0-9]*.

From-SVN: r115206

18 years agoconfigure.ac: Depend addition of -pthread on host OS.
Eric Christopher [Wed, 5 Jul 2006 17:32:41 +0000 (17:32 +0000)]
configure.ac: Depend addition of -pthread on host OS.

2006-07-05  Eric Christopher  <echristo@apple.com>

        * configure.ac: Depend addition of -pthread on host OS.
        * configure: Regenerate.

From-SVN: r115205

18 years agore PR target/28158 (ICE on complex operation with -O1 -msse)
Richard Guenther [Wed, 5 Jul 2006 16:24:57 +0000 (16:24 +0000)]
re PR target/28158 (ICE on complex operation with -O1 -msse)

2006-07-05  Richard Guenther  <rguenther@suse.de>

PR target/28158
* config/i386/i386.md (*negdf2_1): Restrict pattern to
TARGET_SSE2 targets if using SSE math.
(*absdf2_1): Likewise.

* gfortran.dg/pr28158.f90: New testcase.

From-SVN: r115203

18 years agore PR tree-optimization/28162 (ICE in set_value_range, at tree-vrp.c:157)
Richard Guenther [Wed, 5 Jul 2006 15:49:12 +0000 (15:49 +0000)]
re PR tree-optimization/28162 (ICE in set_value_range, at tree-vrp.c:157)

2006-07-05  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/28162
* fold-const.c (fold_binary): For (-A) * (-B) -> A * B
make sure to convert the operands to the correct type.

* gcc.dg/pr28162.c: New testcase.

From-SVN: r115202

18 years agore PR fortran/20892 (dummy procedure can't be generic)
Francois-Xavier Coudert [Wed, 5 Jul 2006 15:22:26 +0000 (17:22 +0200)]
re PR fortran/20892 (dummy procedure can't be generic)

PR fortran/20892
* interface.c (gfc_match_interface): Don't allow dummy procedures
to have a generic interface.

From-SVN: r115201

18 years agore PR middle-end/27084 (Does not propagate memory load base through useless type...
Richard Guenther [Wed, 5 Jul 2006 10:54:17 +0000 (10:54 +0000)]
re PR middle-end/27084 (Does not propagate memory load base through useless type conversion)

2006-07-05  Richard Guenther  <rguenther@suse.de>
Andrew Pinski  <pinskia@gcc.gnu.org>

PR c++/27084
* cp-objcp-common.c (cxx_types_compatible_p): Ignore
top level qualifiers for pointer type comparisons.

* g++.dg/tree-ssa/copyprop-1.C: New testcase.

Co-Authored-By: Andrew Pinski <pinskia@gcc.gnu.org>
From-SVN: r115200

18 years agore PR tree-optimization/28218 (ICE when building Inkscape with gcc-4.1 with -O2 ...
Paolo Bonzini [Wed, 5 Jul 2006 06:47:21 +0000 (06:47 +0000)]
re PR tree-optimization/28218 (ICE when building Inkscape with gcc-4.1 with -O2 -ffast-math)

2006-07-04  Paolo Bonzini  <bonzini@gnu.org>

PR tree-optimization/28218

* tree-ssa-math-opts.c (execute_cse_reciprocals): Fix calls
to calculate and free the dominator information.

From-SVN: r115198

18 years agolibgcj.spec.in: Use THREADSTARTFILESPEC to affect the spec for startfile.
Ranjit Mathew [Wed, 5 Jul 2006 02:15:51 +0000 (02:15 +0000)]
libgcj.spec.in: Use THREADSTARTFILESPEC to affect the spec for startfile.

* libgcj.spec.in: Use THREADSTARTFILESPEC to affect the spec for
startfile.
* configure.ac: Allow targets to affect the spec for startfile
by specifying a THREADSTARTFILESPEC variable.  Define this for
the win32 threads package to include crtmt.o.
* configure: Regenerate.
* win32.cc (_CRT_MT): Remove definition.
(__mingwthr_key_dtor): Likewise.

Co-Authored-By: Danny Smith <dannysmith@users.sourceforge.net>
From-SVN: r115196

18 years agoDaily bump.
GCC Administrator [Wed, 5 Jul 2006 00:17:27 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r115194

18 years agoFix whitespace.
Eric Christopher [Tue, 4 Jul 2006 21:23:03 +0000 (21:23 +0000)]
Fix whitespace.

From-SVN: r115190

18 years agolibjava.exp (libjava_init): Call the GCJ_UNDER_TEST with the -B$specdir.
Andreas Tobler [Tue, 4 Jul 2006 20:58:54 +0000 (22:58 +0200)]
libjava.exp (libjava_init): Call the GCJ_UNDER_TEST with the -B$specdir.

2006-07-04  Andreas Tobler  <a.tobler@schweiz.ch>

* testsuite/lib/libjava.exp (libjava_init): Call the GCJ_UNDER_TEST with
the -B$specdir.

From-SVN: r115188

18 years agore PR fortran/28174 (Corruption of multiple character arrays when passing array sections)
Paul Thomas [Tue, 4 Jul 2006 20:36:15 +0000 (20:36 +0000)]
re PR fortran/28174 (Corruption of multiple character arrays when passing array sections)

2006-07-04  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/28174
* gfortran.dg/actual_array_substr_2.f90: New test.

PR fortran/28167
* gfortran.dg/actual_array_constructor_2.f90: New test.

From-SVN: r115187

18 years agore PR libgcj/28226 (posix.cc:222: error: invalid conversion from 'const void*' to...
Andreas Tobler [Tue, 4 Jul 2006 20:21:40 +0000 (22:21 +0200)]
re PR libgcj/28226 (posix.cc:222: error: invalid conversion from 'const void*' to 'void*')

2006-07-04  Andreas Tobler  <a.tobler@schweiz.ch>

PR libgcj/28226:
* include/posix.h (_Jv_platform_dladdr): Remove const qualifier.
* include/win32.h (_Jv_platform_dladdr): Likewise.
* posix.cc (_Jv_platform_dladdr): Likewise.
* win32.cc (_Jv_platform_dladdr): Likewise.

From-SVN: r115184

18 years agoltconfig: chmod 644 before ranlib during install.
Peter O'Gorman [Tue, 4 Jul 2006 20:20:01 +0000 (20:20 +0000)]
ltconfig: chmod 644 before ranlib during install.

ChangeLog:
* ltconfig: chmod 644 before ranlib during install.
libiberty/ChangeLog:
* Makefile.in: chmod 644 before ranlib during install.
gcc/ChangeLog:
* mklibgcc.in: chmod 644 before ranlib during install.
libjava/classpath/ChangeLog:
* ltconfig: chmod 644 before ranlib during install.

From-SVN: r115183

18 years agore PR fortran/28174 (Corruption of multiple character arrays when passing array sections)
Paul Thomas [Tue, 4 Jul 2006 20:15:52 +0000 (20:15 +0000)]
re PR fortran/28174 (Corruption of multiple character arrays when passing array sections)

2006-07-04  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/28174
* trans-array.c (gfc_conv_expr_descriptor): When building temp,
ensure that the substring reference uses a new charlen.
* trans-expr.c (gfc_conv_aliased_arg): Add the formal intent to
the argument list, lift the treatment of missing string lengths
from the above and implement the use of the intent.
(gfc_conv_function_call): Add the extra argument to the call to
the above.

PR fortran/28167
* trans-array.c (get_array_ctor_var_strlen): Treat a constant
substring reference.
* array.c (gfc_resolve_character_array_constructor): Remove
static attribute and add the gfc_ prefix, make use of element
charlens for the expression and pick up constant string lengths
for expressions that are not themselves constant.
* gfortran.h : resolve_character_array_constructor prototype
added.
* resolve.c (gfc_resolve_expr): Call resolve_character_array_
constructor again after expanding the constructor, to ensure
that the character length is passed to the expression.

2006-07-04  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/28174
* gfortran.dg/actual_array_substr_2.f90: New test.

PR fortran/28167
* gfortran.dg/actual_array_constructor_2.f90: New test.

From-SVN: r115182

18 years agolibjava.exp (libjava_init): Look for libgcj-$version.jar instead of libgcj-*.jar.
Andreas Tobler [Tue, 4 Jul 2006 19:11:20 +0000 (21:11 +0200)]
libjava.exp (libjava_init): Look for libgcj-$version.jar instead of libgcj-*.jar.

2006-07-04  Andreas Tobler  <a.tobler@schweiz.ch>

* testsuite/lib/libjava.exp (libjava_init): Look for libgcj-$version.jar
instead of libgcj-*.jar.

From-SVN: r115181

18 years agore PR libgcj/28244 (missing dependency causes build failure)
Thomas Fitzsimmons [Tue, 4 Jul 2006 19:05:19 +0000 (19:05 +0000)]
re PR libgcj/28244 (missing dependency causes build failure)

2006-07-04  Thomas Fitzsimmons  <fitzsim@redhat.com>

PR libgcj/28244:
* Makefile.am (libgcj_tools_la_DEPENDENCIES): Add libgcj.la and
libgcj.spec.
* Makefile.in: Regenerate.

From-SVN: r115180

18 years agorandom (_Adaptor<>::operator()()): Cast 1 to result_type.
Paolo Carlini [Tue, 4 Jul 2006 15:42:32 +0000 (15:42 +0000)]
random (_Adaptor<>::operator()()): Cast 1 to result_type.

2006-07-04  Paolo Carlini  <pcarlini@suse.de>

* include/tr1/random (_Adaptor<>::operator()()): Cast 1 to
result_type.
(variate_generator<>::operator()(),
variate_generator<>::operator()(_Tp)): Inline.

* include/tr1/random: Minor cosmetic changes.

From-SVN: r115179

18 years agoclass.c (build_fieldref_cache_entry): Set DECL_IGNORED_P on the entry.
Andrew Haley [Tue, 4 Jul 2006 15:26:42 +0000 (15:26 +0000)]
class.c (build_fieldref_cache_entry): Set DECL_IGNORED_P on the entry.

2006-07-04  Andrew Haley  <aph@redhat.com>

        * class.c (build_fieldref_cache_entry): Set DECL_IGNORED_P on the
        entry.

From-SVN: r115178

18 years agoconfigure.ac (.eh_frame data check): Use diff -b.
Andrew Stubbs [Tue, 4 Jul 2006 13:50:40 +0000 (13:50 +0000)]
configure.ac (.eh_frame data check): Use diff -b.

2006-07-04  Andrew Stubbs <andrew.stubbs@st.com>
    J"orn Rennecke <joern.rennecke@st.com>

* configure.ac (.eh_frame data check): Use diff -b.

Co-Authored-By: J"orn Rennecke <joern.rennecke@st.com>
From-SVN: r115177

18 years agointrinsic.c (add_subroutines): Add ITIME and IDATE.
Francois-Xavier Coudert [Tue, 4 Jul 2006 11:39:46 +0000 (13:39 +0200)]
intrinsic.c (add_subroutines): Add ITIME and IDATE.

* intrinsic.c (add_subroutines): Add ITIME and IDATE.
* intrinsic.h (gfc_check_itime_idate,gfc_resolve_idate,
fc_resolve_itime): New protos.
* iresolve.c (gfc_resolve_itime, gfc_resolve_idate): New functions.
* check.c (gfc_check_itime_idate): New function.
* intrinsic.texi: Document the new intrinsics.

* intrinsics/date_and_time.c (itime0,idate0,itime_i4,itime_i8,
idate_i4,idate_i8): New functions.

* gfortran.dg/itime_idate_1.f: New test.
* gfortran.dg/itime_idate_2.f: New test.

Co-Authored-By: Daniel Franke <franke.daniel@gmail.com>
From-SVN: r115173

18 years agore PR bootstrap/18058 (Bootstrap fails with non-GCC compilers)
Eric Botcazou [Tue, 4 Jul 2006 07:52:47 +0000 (09:52 +0200)]
re PR bootstrap/18058 (Bootstrap fails with non-GCC compilers)

PR bootstrap/18058
* configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
if the bootstrap compiler is a GCC version that supports it.
* configure: Regenerate.
gcc/
* Makefile.in (BUILD_RTL): Add build/vec.o.
(build/gencondmd.o): Filter out -fkeep-inline-functions.
(build/genextract): Delete.
(build/genautomata): Likewise.

From-SVN: r115172

18 years agore PR target/28207 (128-bit IBM long double misaligned on stack)
Alan Modra [Tue, 4 Jul 2006 03:35:48 +0000 (03:35 +0000)]
re PR target/28207 (128-bit IBM long double misaligned on stack)

PR target/28207
* config/rs6000/rs6000.c (function_arg_boundary): Double-word align
128-bit IBM long doubles for ABI_V4.

From-SVN: r115170

18 years agore PR libfortran/27704 (Incorrect runtime error on multiple OPEN)
Jerry DeLisle [Tue, 4 Jul 2006 01:47:26 +0000 (01:47 +0000)]
re PR libfortran/27704 (Incorrect runtime error on multiple OPEN)

2006-07-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/27704
* gfortran.dg/open_status_3.f90: New test.
* gfortran.dg/fmt_l.f90: Update for new feature.

From-SVN: r115169

18 years agore PR libfortran/27704 (Incorrect runtime error on multiple OPEN)
Jerry DeLisle [Tue, 4 Jul 2006 01:36:31 +0000 (01:36 +0000)]
re PR libfortran/27704 (Incorrect runtime error on multiple OPEN)

2006-07-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/27704
* runtime/error.c (notify_std): Pass common flags into function. Use
flags to show locus of error or warning.
* libgfortran.h: Add enum try.  Add prototype for notify_std.
* io/open.c (edit_modes): Allow status="old" and add extension to
allow status="scratch"
*io/list_read.c (nml_read_obj): Update call to notify_std.
*io/io.h: Remove enum try and prototype for notify_std.
*io/transfer.c (read_sf): Update call to notify_std.
*io/format.c (parse_format_list): Update call to notify_std.

From-SVN: r115168

18 years agoDaily bump.
GCC Administrator [Tue, 4 Jul 2006 00:17:14 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r115166

18 years agodecl.c (match_old_style_init): Add data attribute to symbol.
Asher Langton [Mon, 3 Jul 2006 20:19:23 +0000 (20:19 +0000)]
decl.c (match_old_style_init): Add data attribute to symbol.

* decl.c (match_old_style_init): Add data attribute to symbol.

* gfortran.dg/oldstyle_2.f90: New.

From-SVN: r115161

18 years agotree.c (range_in_array_bounds_p): New predicate.
Eric Botcazou [Mon, 3 Jul 2006 20:14:18 +0000 (20:14 +0000)]
tree.c (range_in_array_bounds_p): New predicate.

* tree.c (range_in_array_bounds_p): New predicate.
* tree.h (range_in_array_bounds_p): Declare it.
* tree-eh.c (tree_could_trap_p) <ARRAY_RANGE_REF>: Use it to
return a less conservative answer.
* tree-sra.c (struct sra_elt): Add new pointer field 'groups'
and flag 'is_group'.
(IS_ELEMENT_FOR_GROUP): New macro.
(FOR_EACH_ACTUAL_CHILD): Likewise.
(next_child_for_group): New helper function.
(can_completely_scalarize_p): Take into account groups.
(sra_hash_tree): Handle RANGE_EXPR.
(sra_elt_eq): Likewise.
(lookup_element): Be prepared for handling groups.
(is_valid_const_index): Delete.
(maybe_lookup_element_for_expr) <ARRAY_REF>: Use in_array_bounds_p
instead of is_valid_const_index.
<ARRAY_RANGE_REF>: New case.
(sra_walk_expr) <ARRAY_REF>: Use in_array_bounds_p instead of
is_valid_const_index.
<ARRAY_RANGE_REF>: Do not unconditionally punt.
(scan_dump): Dump info for groups too.
(decide_instantiation_1): Likewise.
(decide_block_copy): Assert that the element is not a group.
Propagate decision to groups.
(generate_one_element_ref): Handle RANGE_EXPR.
(mark_no_warning): Iterate over actual childs.
(generate_copy_inout): Likewise.
(generate_element_copy): Likewise.
(generate_element_zero): Likewise.
(generate_element_init_1): Likewise.
(dump_sra_elt_name): Handle RANGE_EXPR.

From-SVN: r115160

18 years agorc_string_base.h (__rc_string_base::_S_max_size): Adjust, take into account rounding...
Paolo Carlini [Mon, 3 Jul 2006 19:27:55 +0000 (19:27 +0000)]
rc_string_base.h (__rc_string_base::_S_max_size): Adjust, take into account rounding in _M_create.

2006-07-03  Paolo Carlini  <pcarlini@suse.de>

* include/ext/rc_string_base.h (__rc_string_base::_S_max_size):
Adjust, take into account rounding in _M_create.
(__rc_string_base::_M_create): Add early _S_max_size check.

From-SVN: r115158

18 years ago[multiple changes]
Paolo Carlini [Mon, 3 Jul 2006 17:31:46 +0000 (17:31 +0000)]
[multiple changes]

2006-07-03  Ian Lance Taylor  <ian@airs.com>
    Paolo Carlini  <pcarlini@suse.de>

* include/ext/rc_string_base.h (__rc_string_base::_S_max_size):
Increase by a factor of two.
* include/ext/sso_string_base.h (__sso_string_base::_S_max_size):
Likewise.

2006-07-03  Paolo Carlini  <pcarlini@suse.de>

* include/ext/sso_string_base.h (__sso_string_base::_M_create): Never
allocate a string bigger than _S_max_size.

From-SVN: r115155

18 years agoiresolve.c (gfc_resolve_cpu_time, [...]): Remove ATTRIBUTE_UNUSED for used argument.
Francois-Xavier Coudert [Mon, 3 Jul 2006 16:05:31 +0000 (18:05 +0200)]
iresolve.c (gfc_resolve_cpu_time, [...]): Remove ATTRIBUTE_UNUSED for used argument.

* iresolve.c (gfc_resolve_cpu_time, gfc_resolve_random_number):
Remove ATTRIBUTE_UNUSED for used argument.

From-SVN: r115152

18 years agore PR tree-optimization/26251 (code size increase with -Os)
Roger Sayle [Mon, 3 Jul 2006 14:35:13 +0000 (14:35 +0000)]
re PR tree-optimization/26251 (code size increase with -Os)

PR tree-optimization/26251
* tree-ssa-threadupdate.c (redirection_block_p): New function.
(thread_block): When optimizing for size refuse to thread jumps
that would require duplication of blocks other than redirection
blocks.

From-SVN: r115150

18 years ago* intrinsic.texi: Document new intrinsics.
Francois-Xavier Coudert [Mon, 3 Jul 2006 13:03:45 +0000 (15:03 +0200)]
* intrinsic.texi: Document new intrinsics.

From-SVN: r115148

18 years agoconfigure.in: Fix thinkos in previous check-in.
Paolo Bonzini [Mon, 3 Jul 2006 11:19:01 +0000 (11:19 +0000)]
configure.in: Fix thinkos in previous check-in.

2006-07-03  Paolo Bonzini  <bonzini@gnu.org>

* configure.in: Fix thinkos in previous check-in.
* configure: Regenerate.

From-SVN: r115147

18 years agoconfigure.in: Fix thinko in previous check-in.
Paolo Bonzini [Mon, 3 Jul 2006 09:25:46 +0000 (09:25 +0000)]
configure.in: Fix thinko in previous check-in.

2006-07-03  Paolo Bonzini  <bonzini@gnu.org>

* configure.in: Fix thinko in previous check-in.
* configure: Regenerate.

gcc:
2006-07-03  Paolo Bonzini  <bonzini@gnu.org>

* configure.ac: Fix thinko in previous check-in.
* configure: Regenerate.

From-SVN: r115146

18 years agore PR other/27063 (Fail to build gcc-core-4.2 snapshots)
Paolo Bonzini [Mon, 3 Jul 2006 07:58:08 +0000 (07:58 +0000)]
re PR other/27063 (Fail to build gcc-core-4.2 snapshots)

2006-07-03  Paolo Bonzini  <bonzini@gnu.org>

PR other/27063
* configure.in: Test subdir_requires and give an appropriate
error message.
* configure: Regenerate

gcc:
2006-07-03  Paolo Bonzini  <bonzini@gnu.org>

PR other/27063
* configure.ac (for lang...): Simplify nesting of conditionals.
Test subdir_requires for non-enabled languages.  Move processing
of lang_opt_files and lang_tree_fiels below that test.
* configure: Regenerate.
* doc/sourcebuild.texi (Front End Config): Document subdir_requires.

gcc/objcp:
2006-07-03  Paolo Bonzini  <bonzini@gnu.org>

PR other/27063
* config-lang.in: Add subdir_requires.

From-SVN: r115145

18 years agoDaily bump.
GCC Administrator [Mon, 3 Jul 2006 00:17:10 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r115139

18 years agofix line #s
Jason Merrill [Sun, 2 Jul 2006 04:12:46 +0000 (00:12 -0400)]
fix line #s

From-SVN: r115125

18 years agoDaily bump.
GCC Administrator [Sun, 2 Jul 2006 00:17:25 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r115123

18 years agorevert accidental checkin
Jason Merrill [Sat, 1 Jul 2006 22:02:56 +0000 (18:02 -0400)]
revert accidental checkin

From-SVN: r115119

18 years agore PR c++/28215 (Bootstrap failure on arm-eabi)
Jason Merrill [Sat, 1 Jul 2006 22:01:18 +0000 (18:01 -0400)]
re PR c++/28215 (Bootstrap failure on arm-eabi)

        PR c++/28215
        * method.c (make_thunk): Unset DECL_USE_TEMPLATE and
        DECL_TEMPLATE_INFO.

From-SVN: r115118

18 years agoMAINTAINERS (Write After Approval): Add myself.
Andrew John Hughes [Sat, 1 Jul 2006 19:36:35 +0000 (19:36 +0000)]
MAINTAINERS (Write After Approval): Add myself.

2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>

* MAINTAINERS (Write After Approval): Add myself.

From-SVN: r115117

18 years agore PR fortran/19259 (";" as first nonblank character on a line should be an error)
Tobias Schlüter [Sat, 1 Jul 2006 15:03:30 +0000 (17:03 +0200)]
re PR fortran/19259 (";" as first nonblank character on a line should be an error)

2006-07-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>

fortran/
PR fortran/19259
* parse.c (next_free): Error out on line starting with semicolon.
(next_fixed): Fix formatting.  Error out on line starting with
semicolon.
testsuite/
PR fortran/19259
* gfortran.dg/semicolon_fixed.c: New.
* gfortran.dg/semicolon_free.c: New.

From-SVN: r115115

18 years ago* doc/gcov.texi (Invoking Gcov): Add a missing word.
Martin Michlmayr [Sat, 1 Jul 2006 12:46:31 +0000 (12:46 +0000)]
* doc/gcov.texi (Invoking Gcov): Add a missing word.

From-SVN: r115113

18 years agoDaily bump.
GCC Administrator [Sat, 1 Jul 2006 00:17:22 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r115111

18 years agore PR c++/26577 (ICE in cp_expr_size with volatile and non POD)
Jason Merrill [Fri, 30 Jun 2006 20:48:42 +0000 (16:48 -0400)]
re PR c++/26577 (ICE in cp_expr_size with volatile and non POD)

        PR c++/26577
        * call.c (build_new_method_call): Force evaluation of the
        instance pointer, not the object.

From-SVN: r115105

18 years agofvisibility-override2.C: Fix for systems that don't support internal visibility.
Mike Stump [Fri, 30 Jun 2006 20:10:51 +0000 (20:10 +0000)]
fvisibility-override2.C: Fix for systems that don't support internal visibility.

* g++.dg/ext/visibility/fvisibility-override2.C: Fix for systems
that don't support internal visibility.

From-SVN: r115104

18 years ago* check.c: Fix a comment typo.
Kazu Hirata [Fri, 30 Jun 2006 19:38:26 +0000 (19:38 +0000)]
* check.c: Fix a comment typo.

From-SVN: r115101

18 years ago* decl2.c: Fix a comment typo.
Kazu Hirata [Fri, 30 Jun 2006 19:34:38 +0000 (19:34 +0000)]
* decl2.c: Fix a comment typo.

From-SVN: r115099

18 years agocfgexpand.c, [...]: Fix comment typos.
Kazu Hirata [Fri, 30 Jun 2006 19:29:39 +0000 (19:29 +0000)]
cfgexpand.c, [...]: Fix comment typos.

* cfgexpand.c, config/i386/i386.c, genpreds.c, tree-cfg.c: Fix
comment typos.

From-SVN: r115098

18 years agoMakefile.am: Comment out tools wrapper creation.
Thomas Fitzsimmons [Fri, 30 Jun 2006 18:31:48 +0000 (18:31 +0000)]
Makefile.am: Comment out tools wrapper creation.

2006-06-30  Thomas Fitzsimmons  <fitzsim@redhat.com>

* classpath/tools/Makefile.am: Comment out tools wrapper creation.
(TOOLS_ZIP): Rename tools.zip tools.jar.
(noinst_DATA): Do not install tools.jar.
* classpath/tools/Makefile.in: Regenerate.
* classpath/Makefile.am (SUBDIRS): Add tools.
(DIST_SUBDIRS): Likewise.
* classpath/Makefile.in: Regenerate.
* Makefile.am (toolexeclib_LTLIBRARIES): Add libgcj-tools.la.
(jar_DATA): Add libgcj-tools-$(gcc_version).jar.
(bin_PROGRAMS): Add gappletviewer, gjarsigner and gkeytool.
Add build logic for libgcj-tools.la,
libgcj-tools-$(gcc_version).jar and gappletviewer, gjarsigner and
gkeytool.
* Makefile.in: Regenerate.

From-SVN: r115097

18 years agore PR c++/18698 (Error message using "using" for code not using "using" ;-))
Jason Merrill [Fri, 30 Jun 2006 18:27:18 +0000 (14:27 -0400)]
re PR c++/18698 (Error message using "using" for code not using "using" ;-))

        PR c++/18698
        * decl2.c (grokfield): Only try to treat the decl as an access
        declaration if the scope is a class.

From-SVN: r115095

18 years agoobjcp-decl.c (objcp_start_struct): Pass null attributes argument to begin_class_defin...
Jason Merrill [Fri, 30 Jun 2006 15:22:48 +0000 (11:22 -0400)]
objcp-decl.c (objcp_start_struct): Pass null attributes argument to begin_class_definition.

        * objcp-decl.c (objcp_start_struct): Pass null attributes argument
        to begin_class_definition.

From-SVN: r115091

18 years agoinline-1.c: Fix up scan-tree-dump-times for '(' / ')' needing an extra '\'.
Andrew Pinski [Fri, 30 Jun 2006 14:28:59 +0000 (07:28 -0700)]
inline-1.c: Fix up scan-tree-dump-times for '(' / ')' needing an extra '\'.

2006-06-30  Andrew Pinski  <pinskia@gmail.com>

        * gcc.dg/tree-ssa/inline-1.c: Fix up scan-tree-dump-times        for '(' / ')' needing an extra '\'.

From-SVN: r115089

18 years agore PR c++/26905 (default-visibility class symbol improperly resolved as hidden-visibi...
Jason Merrill [Fri, 30 Jun 2006 01:15:56 +0000 (21:15 -0400)]
re PR c++/26905 (default-visibility class symbol improperly resolved as hidden-visibility)

        PR c++/26905
        PR c++/26612
        PR c++/27000
        PR c++/26984
        PR c++/19134
        * tree.c (build_decl_stat): Don't hande #pragma visibility here.
        * c-common.c (c_determine_visibility): Handle it here.
        * c-decl.c (finish_decl): Call c_determine_visibility for
        functions, too.
        * flags.h (enum symbol_visibility): Sort from most to least visibility.
        * tree.h: Likewise.
        * varasm.c (default_assemble_visibility): Likewise.
        * c-common.c (handle_visibility_attribute): Complain about trying
        to give visibility to an already defined class, or trying to change
        declared visibility. Always attach the attribute.
        * cp/decl2.c (determine_visibility): Overhaul.
        (determine_visibility_from_class): Likewise.
        (min_vis_r, type_visibility, constrain_visibility): New fns.
        (constrain_visibility_for_template): Likewise.
        (constrain_class_visibility): Likewise.
        * cp/decl.c (cp_finish_decl): Call determine_visibility for function
        decls, too.
        * cp/name-lookup.c (pushtag): Call determine_visibility.
        * cp/decl.c (duplicate_decls): Don't copy visibility from template to
        specialization.
        * cp/pt.c (check_explicit_specialization): Likewise.
        (lookup_template_class, tsubst_decl): Call determine_visibility.
        * cp/class.c (finish_struct_1): Call constrain_class_visibility.

        PR c++/26905
        PR c++/21675
        PR c++/17470
        * cp/parser.c (cp_parser_explicit_instantiation): Pass the attributes
        to grokdeclarator.
        (cp_parser_type_specifier): Allow 'enum __attribute ((...)) E'.
        (cp_parser_enum_specifier): Likewise.
        (cp_parser_elaborated_type_specifier): Apply attributes if this
        declares only the class.
        (cp_parser_class_specifier): Apply leading attributes immediately.
        * cp/semantics.c (begin_class_definition): Add attributes parameter,
        apply them to the type.
        * attribs.c (decl_attributes): Ignore type-in-place attributes
        once the type has been defined.

        PR c++/21581
        PR c++/25915
        * cp/tree.c (decl_anon_ns_mem_p): New function.
        * cp/cp-tree.h: Declare it.
        * cp/decl2.c (determine_visibility): Make anonymous namespace
        members static.
        (min_vis_r, constrain_visibility): Likewise.
        * cp/rtti.c (create_pseudo_type_info): Set TREE_PUBLIC on
        pseudo-types.
        * cp/decl.c (cxx_init_decl_processing): Set TREE_PUBLIC on
        global_namespace.
        * cp/name-lookup.c (push_namespace_with_attribs): Don't set TREE_PUBLIC
        on anonymous namespaces.

From-SVN: r115086

18 years agoDaily bump.
GCC Administrator [Fri, 30 Jun 2006 00:18:27 +0000 (00:18 +0000)]
Daily bump.

From-SVN: r115084

18 years agore PR middle-end/27428 (ICE with goto in erroneous code)
Roger Sayle [Thu, 29 Jun 2006 21:57:23 +0000 (21:57 +0000)]
re PR middle-end/27428 (ICE with goto in erroneous code)

PR middle-end/27428
* c-lex.c (c_lex_with_flags) <CPP_N_INVALID>: Increment errorcount
to indicate the cpplib has issued an error message for us.

* gcc.dg/pr27428-1.c: New test case.

From-SVN: r115080

18 years agoi386.c (ix86_output_function_epilogue): Don't insert a label at the end of an functio...
Asher Langton [Thu, 29 Jun 2006 21:49:19 +0000 (21:49 +0000)]
i386.c (ix86_output_function_epilogue): Don't insert a label at the end of an function under Mach-O.

* config/i386/i386.c (ix86_output_function_epilogue): Don't
insert a label at the end of an function under Mach-O.

From-SVN: r115079

18 years agoMakefile.am (pch1_input, [...]): Move from pch_*.
Benjamin Kosnik [Thu, 29 Jun 2006 21:24:57 +0000 (21:24 +0000)]
Makefile.am (pch1_input, [...]): Move from pch_*.

2006-06-29  Benjamin Kosnik  <bkoz@redhat.com>

* include/Makefile.am (pch1_input, pch1_output_builddir,
pch1_outputj_installdir, pch1_source): Move from pch_*.
(pch2_input, pch2_output_builddir,
pch2_output_installdir, pch2_source): Clone for ext.
(pch3_input, pch3_output_builddir,
pch3_output_installdir, pch3_source): Clone for tr1.
(install-pch): Same.
* include/Makefile.in: Regenerate.

* include/precompiled: New directory.
* include/stdc++.h: Move...
* include/precompiled/stdc++.h: ... here.
* include/precompiled/stdtr1c++.h: New.
* include/precompiled/extc++.h: New.

* testsuite/lib/libstdc++.exp (libstdc++_init): Set PCH_CXXFLAGS
to -include bits/stdtr1c++.h.

From-SVN: r115078

18 years agopredicates.md (vector_all_ones_operand): New.
Eric Christopher [Thu, 29 Jun 2006 20:42:54 +0000 (20:42 +0000)]
predicates.md (vector_all_ones_operand): New.

2006-06-29  Eric Christopher  <echristo@apple.com>
            Evan Cheng  <evan.cheng@apple.com>

        * predicates.md (vector_all_ones_operand): New.
        (nonimmediate_or_sse_const_operand): Ditto.
        * config/i386/i386-protos.h (standard_sse_constant_opcode): Declare.
        * config/i386/i386.c (standard_sse_constant_opcode): Define.
        (standard_sse_mode_p): Ditto.
        (standard_sse_constant_p): Add case for -1 vector.
        (ix86_expand_vector_move): Try to use.
        * sse.md (*mov<mode>_internal): Use nonimmediate_or_sse_const_operand.
        Call standard_sse_constant_opcode.
        (*movv4sf_internal): Ditto.
        (*movv2df_internal): Ditto.

From-SVN: r115077

18 years agogenpreds.c (write_match_code_switch): Correctly use XSTR instead of XEXP to extract...
Roger Sayle [Thu, 29 Jun 2006 20:21:36 +0000 (20:21 +0000)]
genpreds.c (write_match_code_switch): Correctly use XSTR instead of XEXP to extract the operands of a MATCH_CODE rtx.

* genpreds.c (write_match_code_switch): Correctly use XSTR instead
of XEXP to extract the operands of a MATCH_CODE rtx.

From-SVN: r115076

18 years agostruct-layout-1_generate.c: Don't use common on darwin as we can't align commons...
Mike Stump [Thu, 29 Jun 2006 19:59:23 +0000 (19:59 +0000)]
struct-layout-1_generate.c: Don't use common on darwin as we can't align commons large enough yet.

* gcc.dg/compat/struct-layout-1_generate.c: Don't use common
on darwin as we can't align commons large enough yet.

From-SVN: r115075

18 years ago* gcc.dg/vla-8.c: Add additional testcases.
Mike Stump [Thu, 29 Jun 2006 17:38:10 +0000 (17:38 +0000)]
* gcc.dg/vla-8.c: Add additional testcases.

From-SVN: r115074

18 years agolibstdc++.exp (v3_target_compile): Set timeout to 600.
Benjamin Kosnik [Thu, 29 Jun 2006 17:34:56 +0000 (17:34 +0000)]
libstdc++.exp (v3_target_compile): Set timeout to 600.

2006-06-29  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/lib/libstdc++.exp (v3_target_compile): Set timeout to
600.

From-SVN: r115073

18 years agotree.c (tree_size): Do not waste tail padding in struct tree_string and make the...
Andrew Pinski [Thu, 29 Jun 2006 16:28:04 +0000 (09:28 -0700)]
tree.c (tree_size): Do not waste tail padding in struct tree_string and make the size be the same...

2006-06-28  Andrew Pinski  <pinskia@gmail.com>

        * tree.c (tree_size): Do not waste tail padding in
        struct tree_string and make the size be the same as
        build_string will generate.

From-SVN: r115072

18 years agojavaprims.h (_Jv_uintptr_t): New typedef similar to uintptr_t in C99.
Ranjit Mathew [Thu, 29 Jun 2006 14:57:39 +0000 (14:57 +0000)]
javaprims.h (_Jv_uintptr_t): New typedef similar to uintptr_t in C99.

* gcj/javaprims.h (_Jv_uintptr_t): New typedef similar to uintptr_t in
C99.
* include/java-stack.h: Include stdlib.h.
(_Jv_AddrInfo): New structure to hold address information.
* include/posix.h (_Jv_platform_dladdr): Declare.
* include/win32.h (_Jv_platform_dladdr): Declare.
(backtrace): Remove declaration.
* posix.cc: Include dlfcn.h if available.  Include java-stack.h.
(_Jv_platform_dladdr): Define.
* win32.cc: Include string.h.  Include java-stack.h.
(backtrace): Remove.
(_Jv_platform_dladdr): Define.
* sysdep/i386/backtrace.h (fallback_backtrace): Check that a potential
frame pointer value is 32-bit word-aligned.  Use operand of the CALL
instruction calling the current function to find its starting address.
* stacktrace.cc: Do not include dlfcn.h.  Include platform.h.
(_Jv_StackTrace::getLineNumberForFrame): Use _Jv_platform_dladdr()
instead of dladdr().
(_Jv_StackTrace::GetStackTraceElements): Use nCodeMap even for Windows.
(_Jv_StackTrace::GetClassContext): Use fallback_backtrace() for
targets with SJLJ exceptions instead of using _Unwind_Backtrace().
(_Jv_StackTrace::GetFirstNonSystemClassLoader): Likewise.

From-SVN: r115069

18 years agore PR c++/27424 (Valid template-template-parameter rejected)
Jason Merrill [Thu, 29 Jun 2006 01:27:17 +0000 (21:27 -0400)]
re PR c++/27424 (Valid template-template-parameter rejected)

        PR c++/27424
        * pt.c (convert_template_argument): Pass all template arguments
        on to coerce_template_template_parms.

From-SVN: r115063

18 years agore PR c++/27768 (wrong-code with vectors)
Jason Merrill [Thu, 29 Jun 2006 01:12:20 +0000 (21:12 -0400)]
re PR c++/27768 (wrong-code with vectors)

        PR c++/27768
        * tree-ssa-alias.c (compute_flow_insensitive_aliasing): Add
        may_aliases already in the tag's annotations to the bitmap.

From-SVN: r115062

18 years agogenpreds.c (write_predicate_stmts): Add missing break.
Roger Sayle [Thu, 29 Jun 2006 01:05:51 +0000 (01:05 +0000)]
genpreds.c (write_predicate_stmts): Add missing break.

* genpreds.c (write_predicate_stmts) <IOR>: Add missing break.

From-SVN: r115061

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

From-SVN: r115059

18 years agogenpreds.c (generate_switch_p): New function.
Roger Sayle [Wed, 28 Jun 2006 19:42:04 +0000 (19:42 +0000)]
genpreds.c (generate_switch_p): New function.

* genpreds.c (generate_switch_p): New function.
(add_mode_tests): Push the new mode test down inside an AND expr
if this allows the switch-suitable MATCH_CODE to be near the root.
(write_match_code_switch): New function to write a MATCH_CODE as
a switch statement.
(write_predicate_stmts): New function to write a predicate RTX
expression as a sequence of statements.
(write_one_predicate_function): Use write_predicate_stmts.
(write_tm_constrs_h): Likewise.

From-SVN: r115055

18 years agoDaily bump.
GCC Administrator [Wed, 28 Jun 2006 00:17:39 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r115044

18 years agorand_regression_test.hpp: Revert.
Benjamin Kosnik [Tue, 27 Jun 2006 22:54:02 +0000 (22:54 +0000)]
rand_regression_test.hpp: Revert.

2006-06-27  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/util/regression/rand/priority_queue/
rand_regression_test.hpp: Revert.

From-SVN: r115040

18 years agoOutputStreamWriter.java (writeChars): Use a 'do' loop.
Tom Tromey [Tue, 27 Jun 2006 20:38:10 +0000 (20:38 +0000)]
OutputStreamWriter.java (writeChars): Use a 'do' loop.

* java/io/OutputStreamWriter.java (writeChars): Use a 'do' loop.
Set 'out.count' earlier.
(close): Call setFinished on converter.
(flush): Always write work buffer.
* java/io/PrintStream.java (writeChars): Do 'do' loop.
(close): Call setFinished on converter.  Write a 'flush' array.
* java/lang/natString.cc (getBytes): Call setFinished on
converter.
* gnu/gcj/convert/CharsetToBytesAdaptor.java (hasBytes): New
field.
(write): Set hasBytes.  Changed 'finished' logic.
(havePendingBytes): Rewrote.
(setFinished): New method.
* gnu/gcj/convert/UnicodeToBytes.java (setFinished): New method.
* testsuite/libjava.lang/RH194522.java: New file.
* testsuite/libjava.lang/RH194522.out: New file.

From-SVN: r115039

18 years agotypelist.h (typelist_append): To append_typelist.
Benjamin Kosnik [Tue, 27 Jun 2006 19:21:13 +0000 (19:21 +0000)]
typelist.h (typelist_append): To append_typelist.

2006-06-27  Benjamin Kosnik  <bkoz@redhat.com>

* include/ext/typelist.h (typelist_append): To append_typelist.
(typelist): To node.
Enclose in namespace typelist.
* testsuite/util/testsuite_common_types.h: Adjust names, namespaces.
* testsuite/performance/23_containers/find/map.cc: Same.
* testsuite/performance/23_containers/create/map.cc: Same.
* testsuite/performance/23_containers/insert_erase/associative.cc:
Same.
* testsuite/performance/23_containers/insert/sequence.cc: Same.
* testsuite/performance/23_containers/insert/associative.cc: Same.
* testsuite/performance/23_containers/create_from_sorted/set.cc: Same.
* testsuite/performance/23_containers/index/map.cc: Same.
* testsuite/performance/23_containers/insert_from_sorted/set.cc: Same.
* testsuite/performance/23_containers/create_sort/list.cc: Same.
* testsuite/performance/23_containers/sort_search/list.cc: Same.
* testsuite/performance/23_containers/producer_consumer/sequence.cc:
Same.
* testsuite/performance/23_containers/producer_consumer/associative.cc:
Same.

From-SVN: r115038