OSDN Git Service

pf3gnuchains/gcc-fork.git
17 years ago * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
uweigand [Wed, 5 Jul 2006 19:08:50 +0000 (19:08 +0000)]
* MAINTAINERS (Various Maintainers): Add myself as reload maintainer.

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

17 years ago2006-07-05 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 5 Jul 2006 18:49:48 +0000 (18:49 +0000)]
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]*.

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

17 years ago2006-07-05 Eric Christopher <echristo@apple.com>
echristo [Wed, 5 Jul 2006 17:32:41 +0000 (17:32 +0000)]
2006-07-05  Eric Christopher  <echristo@apple.com>

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

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

17 years ago2006-07-05 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 5 Jul 2006 16:24:57 +0000 (16:24 +0000)]
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.

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

17 years ago2006-07-05 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 5 Jul 2006 15:49:12 +0000 (15:49 +0000)]
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.

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

17 years ago PR fortran/20892
fxcoudert [Wed, 5 Jul 2006 15:22:26 +0000 (15:22 +0000)]
PR fortran/20892
* interface.c (gfc_match_interface): Don't allow dummy procedures
to have a generic interface.

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

17 years ago2006-07-05 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 5 Jul 2006 10:54:17 +0000 (10:54 +0000)]
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.

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

17 years ago2006-07-04 Paolo Bonzini <bonzini@gnu.org>
bonzini [Wed, 5 Jul 2006 06:47:21 +0000 (06:47 +0000)]
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.

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

17 years ago * libgcj.spec.in: Use THREADSTARTFILESPEC to affect the spec for
rmathew [Wed, 5 Jul 2006 02:15:51 +0000 (02:15 +0000)]
* 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.

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

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

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

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

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

17 years ago2006-07-04 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Tue, 4 Jul 2006 20:58:54 +0000 (20:58 +0000)]
2006-07-04  Andreas Tobler  <a.tobler@schweiz.ch>

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

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

17 years ago2006-07-04 Paul Thomas <pault@gcc.gnu.org>
pault [Tue, 4 Jul 2006 20:36:15 +0000 (20:36 +0000)]
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.

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

17 years ago2006-07-04 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Tue, 4 Jul 2006 20:21:40 +0000 (20:21 +0000)]
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.

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

17 years agoChangeLog:
aoliva [Tue, 4 Jul 2006 20:20:01 +0000 (20:20 +0000)]
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.

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

17 years ago2006-07-04 Paul Thomas <pault@gcc.gnu.org>
pault [Tue, 4 Jul 2006 20:15:52 +0000 (20:15 +0000)]
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.

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

17 years ago2006-07-04 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Tue, 4 Jul 2006 19:11:20 +0000 (19:11 +0000)]
2006-07-04  Andreas Tobler  <a.tobler@schweiz.ch>

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

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

17 years ago2006-07-04 Thomas Fitzsimmons <fitzsim@redhat.com>
fitzsim [Tue, 4 Jul 2006 19:05:19 +0000 (19:05 +0000)]
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.

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

17 years ago2006-07-04 Paolo Carlini <pcarlini@suse.de>
paolo [Tue, 4 Jul 2006 15:42:32 +0000 (15:42 +0000)]
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.

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

17 years ago2006-07-04 Andrew Haley <aph@redhat.com>
aph [Tue, 4 Jul 2006 15:26:42 +0000 (15:26 +0000)]
2006-07-04  Andrew Haley  <aph@redhat.com>

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

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

17 years ago2006-07-04 Andrew Stubbs <andrew.stubbs@st.com>
amylaar [Tue, 4 Jul 2006 13:50:40 +0000 (13:50 +0000)]
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.

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

17 years ago * intrinsic.c (add_subroutines): Add ITIME and IDATE.
fxcoudert [Tue, 4 Jul 2006 11:39:46 +0000 (11:39 +0000)]
* 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.

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

17 years ago PR bootstrap/18058
ebotcazou [Tue, 4 Jul 2006 07:52:47 +0000 (07:52 +0000)]
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.

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

17 years ago PR target/28207
amodra [Tue, 4 Jul 2006 03:35:48 +0000 (03:35 +0000)]
PR target/28207
* config/rs6000/rs6000.c (function_arg_boundary): Double-word align
128-bit IBM long doubles for ABI_V4.

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

17 years ago2006-07-03 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 4 Jul 2006 01:47:26 +0000 (01:47 +0000)]
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.

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

17 years ago2006-07-03 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 4 Jul 2006 01:36:31 +0000 (01:36 +0000)]
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.

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

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

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

17 years ago * decl.c (match_old_style_init): Add data attribute to symbol.
langton [Mon, 3 Jul 2006 20:19:23 +0000 (20:19 +0000)]
* decl.c (match_old_style_init): Add data attribute to symbol.

* gfortran.dg/oldstyle_2.f90: New.

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

17 years ago * tree.c (range_in_array_bounds_p): New predicate.
ebotcazou [Mon, 3 Jul 2006 20:14:18 +0000 (20:14 +0000)]
* 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.

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

17 years ago2006-07-03 Paolo Carlini <pcarlini@suse.de>
paolo [Mon, 3 Jul 2006 19:27:55 +0000 (19:27 +0000)]
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.

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

17 years ago2006-07-03 Ian Lance Taylor <ian@airs.com>
paolo [Mon, 3 Jul 2006 17:31:46 +0000 (17:31 +0000)]
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.

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

17 years ago * iresolve.c (gfc_resolve_cpu_time, gfc_resolve_random_number):
fxcoudert [Mon, 3 Jul 2006 16:05:31 +0000 (16:05 +0000)]
* iresolve.c (gfc_resolve_cpu_time, gfc_resolve_random_number):
Remove ATTRIBUTE_UNUSED for used argument.

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

17 years ago PR tree-optimization/26251
sayle [Mon, 3 Jul 2006 14:35:13 +0000 (14:35 +0000)]
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.

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

17 years ago * intrinsic.texi: Document new intrinsics.
fxcoudert [Mon, 3 Jul 2006 13:03:45 +0000 (13:03 +0000)]
* intrinsic.texi: Document new intrinsics.

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

17 years ago2006-07-03 Paolo Bonzini <bonzini@gnu.org>
bonzini [Mon, 3 Jul 2006 11:19:01 +0000 (11:19 +0000)]
2006-07-03  Paolo Bonzini  <bonzini@gnu.org>

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

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

17 years ago2006-07-03 Paolo Bonzini <bonzini@gnu.org>
bonzini [Mon, 3 Jul 2006 09:25:46 +0000 (09:25 +0000)]
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.

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

17 years ago2006-07-03 Paolo Bonzini <bonzini@gnu.org>
bonzini [Mon, 3 Jul 2006 07:58:08 +0000 (07:58 +0000)]
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.

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

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

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

17 years agofix line #s
jason [Sun, 2 Jul 2006 04:12:46 +0000 (04:12 +0000)]
fix line #s

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

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

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

17 years agorevert accidental checkin
jason [Sat, 1 Jul 2006 22:02:56 +0000 (22:02 +0000)]
revert accidental checkin

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

17 years ago PR c++/28215
jason [Sat, 1 Jul 2006 22:01:18 +0000 (22:01 +0000)]
    PR c++/28215
        * method.c (make_thunk): Unset DECL_USE_TEMPLATE and
        DECL_TEMPLATE_INFO.

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

17 years ago2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
gandalf [Sat, 1 Jul 2006 19:36:35 +0000 (19:36 +0000)]
2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>

* MAINTAINERS (Write After Approval): Add myself.

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

17 years ago2006-07-01 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
tobi [Sat, 1 Jul 2006 15:03:30 +0000 (15:03 +0000)]
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.

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

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

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

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

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

17 years ago PR c++/26577
jason [Fri, 30 Jun 2006 20:48:42 +0000 (20:48 +0000)]
    PR c++/26577
        * call.c (build_new_method_call): Force evaluation of the
        instance pointer, not the object.

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

17 years ago * g++.dg/ext/visibility/fvisibility-override2.C: Fix for systems
mrs [Fri, 30 Jun 2006 20:10:51 +0000 (20:10 +0000)]
* g++.dg/ext/visibility/fvisibility-override2.C: Fix for systems
that don't support internal visibility.

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

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

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

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

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

17 years ago * cfgexpand.c, config/i386/i386.c, genpreds.c, tree-cfg.c: Fix
kazu [Fri, 30 Jun 2006 19:29:39 +0000 (19:29 +0000)]
* cfgexpand.c, config/i386/i386.c, genpreds.c, tree-cfg.c: Fix
comment typos.

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

17 years ago2006-06-30 Thomas Fitzsimmons <fitzsim@redhat.com>
fitzsim [Fri, 30 Jun 2006 18:31:48 +0000 (18:31 +0000)]
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.

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

17 years ago PR c++/18698
jason [Fri, 30 Jun 2006 18:27:18 +0000 (18:27 +0000)]
    PR c++/18698
        * decl2.c (grokfield): Only try to treat the decl as an access
        declaration if the scope is a class.

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

17 years ago * objcp-decl.c (objcp_start_struct): Pass null attributes argument
jason [Fri, 30 Jun 2006 15:22:48 +0000 (15:22 +0000)]
    * objcp-decl.c (objcp_start_struct): Pass null attributes argument
        to begin_class_definition.

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

17 years ago2006-06-30 Andrew Pinski <pinskia@gmail.com>
pinskia [Fri, 30 Jun 2006 14:28:59 +0000 (14:28 +0000)]
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 '\'.

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

17 years ago PR c++/26905
jason [Fri, 30 Jun 2006 01:15:56 +0000 (01:15 +0000)]
    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.

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

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

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

17 years ago PR middle-end/27428
sayle [Thu, 29 Jun 2006 21:57:23 +0000 (21:57 +0000)]
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.

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

17 years ago * config/i386/i386.c (ix86_output_function_epilogue): Don't
langton [Thu, 29 Jun 2006 21:49:19 +0000 (21:49 +0000)]
* config/i386/i386.c (ix86_output_function_epilogue): Don't
insert a label at the end of an function under Mach-O.

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

17 years ago2006-06-29 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 29 Jun 2006 21:24:57 +0000 (21:24 +0000)]
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.

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

17 years ago2006-06-29 Eric Christopher <echristo@apple.com>
echristo [Thu, 29 Jun 2006 20:42:54 +0000 (20:42 +0000)]
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.

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

17 years ago * genpreds.c (write_match_code_switch): Correctly use XSTR instead
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.

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

17 years ago * gcc.dg/compat/struct-layout-1_generate.c: Don't use common
mrs [Thu, 29 Jun 2006 19:59:23 +0000 (19:59 +0000)]
* gcc.dg/compat/struct-layout-1_generate.c: Don't use common
on darwin as we can't align commons large enough yet.

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

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

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

17 years ago2006-06-29 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 29 Jun 2006 17:34:56 +0000 (17:34 +0000)]
2006-06-29  Benjamin Kosnik  <bkoz@redhat.com>

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

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

17 years ago2006-06-28 Andrew Pinski <pinskia@gmail.com>
pinskia [Thu, 29 Jun 2006 16:28:04 +0000 (16:28 +0000)]
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.

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

17 years ago * gcj/javaprims.h (_Jv_uintptr_t): New typedef similar to uintptr_t in
rmathew [Thu, 29 Jun 2006 14:57:39 +0000 (14:57 +0000)]
* 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.

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

17 years ago PR c++/27424
jason [Thu, 29 Jun 2006 01:27:17 +0000 (01:27 +0000)]
    PR c++/27424
        * pt.c (convert_template_argument): Pass all template arguments
        on to coerce_template_template_parms.

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

17 years ago PR c++/27768
jason [Thu, 29 Jun 2006 01:12:20 +0000 (01:12 +0000)]
    PR c++/27768
        * tree-ssa-alias.c (compute_flow_insensitive_aliasing): Add
        may_aliases already in the tag's annotations to the bitmap.

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

17 years ago * genpreds.c (write_predicate_stmts) <IOR>: Add missing break.
sayle [Thu, 29 Jun 2006 01:05:51 +0000 (01:05 +0000)]
* genpreds.c (write_predicate_stmts) <IOR>: Add missing break.

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

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

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

17 years ago * genpreds.c (generate_switch_p): New function.
sayle [Wed, 28 Jun 2006 19:42:04 +0000 (19:42 +0000)]
* 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.

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

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

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

17 years ago2006-06-27 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 27 Jun 2006 22:54:02 +0000 (22:54 +0000)]
2006-06-27  Benjamin Kosnik  <bkoz@redhat.com>

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

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

17 years ago * java/io/OutputStreamWriter.java (writeChars): Use a 'do' loop.
tromey [Tue, 27 Jun 2006 20:38:10 +0000 (20:38 +0000)]
* 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.

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

17 years ago2006-06-27 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 27 Jun 2006 19:21:13 +0000 (19:21 +0000)]
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.

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

17 years ago2006-06-27 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 27 Jun 2006 19:20:06 +0000 (19:20 +0000)]
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.

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

17 years ago2006-06-27 Marco Trudel <mtrudel@gmx.ch>
fitzsim [Tue, 27 Jun 2006 17:34:23 +0000 (17:34 +0000)]
2006-06-27  Marco Trudel  <mtrudel@gmx.ch>

* boehm.cc (_Jv_SuspendThread, _Jv_ResumeThread): Define
conditionally on GC_PTHREADS, !GC_SOLARIS_THREADS,
!GC_WIN32_THREADS and !GC_DARWIN_THREADS.

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

17 years ago PR libgcj/28178:
tromey [Tue, 27 Jun 2006 15:33:24 +0000 (15:33 +0000)]
PR libgcj/28178:
* jni.cc (_Jv_JNI_DeleteLocalRef): Ignore null argument.
(_Jv_JNI_DeleteGlobalRef): Likewise.
* testsuite/libjava.jni/PR28178.java: New file.
* testsuite/libjava.jni/PR28178.c: New file.
* testsuite/libjava.jni/PR28178.out: New file.

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

17 years ago2006-06-26 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 27 Jun 2006 03:25:40 +0000 (03:25 +0000)]
2006-06-26  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc:
Reduce iterations by half.
* testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Same.
* testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Same.
* testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc: Same.
* testsuite/ext/pb_ds/regression/list_update_no_data_map_rand.cc: Same.
* testsuite/ext/pb_ds/regression/priority_queue_rand.cc: Same.
* testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Same.
* testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Same.
* testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Same.

* testsuite/util/regression/rand/assoc/rand_regression_test.hpp:
Set probability of compare from 1 to 0.25.
* testsuite/util/regression/rand/priority_queue/
rand_regression_test.hpp: Same.

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

17 years agoDaily bump.
gccadmin [Tue, 27 Jun 2006 00:18:07 +0000 (00:18 +0000)]
Daily bump.

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

17 years agoFix typos in --param option docs.
wilson [Mon, 26 Jun 2006 23:36:45 +0000 (23:36 +0000)]
Fix typos in --param option docs.
* doc/invoke/texi (max-cselib-memory-locations): Add missing s at end.
(max-flow-memory-locations): Likewise.

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

17 years ago PR c++/28114
sje [Mon, 26 Jun 2006 21:25:23 +0000 (21:25 +0000)]
PR c++/28114
* g++.dg/other/pr28114.C: New.

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

17 years agoAdd SB-1 specific multilib support. Patch by Fred Fish.
wilson [Mon, 26 Jun 2006 21:16:30 +0000 (21:16 +0000)]
Add SB-1 specific multilib support.  Patch by Fred Fish.
* config/mips/t-sb1: New file.
* config.gcc (mipsisa64sb1-*-elf*): Add mips/t-sb1 to
tmake_file list.

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

17 years ago2006-06-26 DJ Delorie <dj@redhat.com>
dj [Mon, 26 Jun 2006 21:10:22 +0000 (21:10 +0000)]
2006-06-26  DJ Delorie  <dj@redhat.com>

* config/m32c/m32c.c (m32c_print_operand): Fix sign-merging logic.

2006-06-26  Naveen H.S  <naveenh@kpitcummins.com>
    Jayant Sonar  <jayants@kpitcummins.com>
    Jaydeep Vipradas  <jaydeepv@kpitcummins.com>

* config/m32c/addsub.md (addsi3, addsi3_1, addsi3_2): New.
(subsi3, subsi3_1, subsi3_2): New.
* config/m32c/bitops.md (andsi3, iorsi3, xorsi3): New.
* config/m32c/mov.md (SI mov peephole): New.
* config/m32c/m32.c (m32c_immd_dbl_mov): New.
* config/m32c/m32c-protos.h (m32c_immd_dbl_mov): New.

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

17 years ago * function.c (aggregate_value_p): Honor DECL_BY_REFERENCE on
hainque [Mon, 26 Jun 2006 20:59:16 +0000 (20:59 +0000)]
* function.c (aggregate_value_p): Honor DECL_BY_REFERENCE on
a CALL_EXPR target function declaration.

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

17 years ago2006-06-26 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 26 Jun 2006 18:18:22 +0000 (18:18 +0000)]
2006-06-26  Richard Guenther  <rguenther@suse.de>

* tree.c (build_string): Do not waste tail padding in
struct tree_string.

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

17 years ago * include/posix-threads.h: Fix coding style aberrations from
kseitz [Mon, 26 Jun 2006 17:59:42 +0000 (17:59 +0000)]
    * include/posix-threads.h: Fix coding style aberrations from
        2006-06-19 check-in.
        * posix-threads.cc (_Jv_ThreadDebugSuspend): Ditto.
        * include/win32-threads.h (_Jv_ThreadDebugSuspend): Ditto.
        * win32-threads.cc (_Jv_ThreadDebugSuspend): Ditto.

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

17 years ago * include/no-gc.h (_Jv_SuspendThread): Declare.
kseitz [Mon, 26 Jun 2006 16:31:06 +0000 (16:31 +0000)]
    * include/no-gc.h (_Jv_SuspendThread): Declare.
        (_Jv_ResumeThread): Likewise.
        * include/boehm-gc.h (_Jv_SuspendThread): Declare.
        (_Jv_ResumeThread): Likewise.
        * nogc.cc (_Jv_SuspendThread): New function.
        (_Jv_ResumeThread): Likewise.
        * boehm.cc (_Jv_SuspendThread): New function.
        (_Jv_ResumeThread): Likewise.

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

17 years ago2006-06-26 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 26 Jun 2006 10:32:26 +0000 (10:32 +0000)]
2006-06-26  Richard Guenther  <rguenther@suse.de>

        * ggc-page.c (init_ggc): Add missing element to size_lookup
        table.

        Revert
        2006-06-23  Richard Guenther  <rguenther@suse.de>

        * ggc-page.c (init_ggc): Do not round up the extra_order_size_table
        sizes to MAX_ALIGNMENT.  Fix the size_lookup table to honour
        alignment requests instead.  Add verification code.
        Add struct tree_function_decl and struct tree_binfo size to
        extra_order_size_table.  Add missing element to size_lookup
        table.

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

17 years ago2006-06-25 Paolo Carlini <pcarlini@suse.de>
paolo [Mon, 26 Jun 2006 03:08:48 +0000 (03:08 +0000)]
2006-06-25  Paolo Carlini  <pcarlini@suse.de>

* include/tr1/random (operator<<(std::basic_ostream<>&,
const linear_congruential<>&), operator>>(std::basic_istream<>&,
linear_congruential<>&), operator<<(std::basic_ostream<>&,
const mersenne_twister<>&), operator>>(std::basic_istream<>&,
mersenne_twister<>&), operator<<(std::basic_ostream<>&,
const subtract_with_carry<>&), operator>>(std::basic_istream<>&,
subtract_with_carry<>&), operator<<(std::basic_ostream<>&,
const discard_block<>&), operator>>(std::basic_istream<>&,
discard_block<>&), operator<<(std::basic_ostream<>&,
const xor_combine<>&), operator>>(std::basic_istream<>&,
xor_combine<>&), operator<<(std::basic_ostream<>&,
const uniform_int<>&), operator>>(std::basic_istream<>&,
uniform_int<>&), operator<<(std::basic_ostream<>&,
const bernoulli_distribution&), operator<<(std::basic_ostream<>&,
const geometric_distribution<>&), operator<<(std::basic_ostream<>&,
const uniform_real<>&), operator>>(std::basic_istream<>&,
uniform_real<>&), operator<<(std::basic_ostream<>&,
const exponential_distribution<>&), operator<<(std::basic_ostream<>&,
const normal_distribution<>&), operator>>(std::basic_istream<>&,
normal_distribution<>&)): Redo per TR1 specs; move out of line...
* include/tr1/random.tcc: ... here.

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

17 years agoDaily bump.
gccadmin [Mon, 26 Jun 2006 00:17:33 +0000 (00:17 +0000)]
Daily bump.

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

17 years ago * de.po: Update.
jsm28 [Sun, 25 Jun 2006 23:04:28 +0000 (23:04 +0000)]
* de.po: Update.

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

17 years ago PR middle-end/28151
ebotcazou [Sun, 25 Jun 2006 17:16:25 +0000 (17:16 +0000)]
PR middle-end/28151
* fold-const.c (const_binop): Be prepared for self returning zero.
Simplify code handling complex values.

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

17 years ago * zh_CN.po: Update.
jsm28 [Sun, 25 Jun 2006 17:05:49 +0000 (17:05 +0000)]
* zh_CN.po: Update.

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

17 years ago2006-06-25 Paul Thomas <pault@gcc.gnu.org>
pault [Sun, 25 Jun 2006 15:11:02 +0000 (15:11 +0000)]
2006-06-25  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/25056
* interface.c (compare_actual_formal): Signal an error if the formal
argument is a pure procedure and the actual is not pure.

PR fortran/27554
* resolve.c (resolve_actual_arglist): If the type of procedure
passed as an actual argument is not already declared, see if it is
an intrinsic.

PR fortran/25073
* resolve.c (resolve_select): Use bits 1 and 2 of a new int to
keep track of  the appearance of constant logical case expressions.
Signal an error is either value appears more than once.

PR fortran/20874
* resolve.c (resolve_fl_procedure): Signal an error if an elemental
function is not scalar valued.

PR fortran/20867
* match.c (recursive_stmt_fcn): Perform implicit typing of variables.

PR fortran/22038
* match.c (match_forall_iterator): Mark new variables as
FL_UNKNOWN if the match fails.

PR fortran/28119
* match.c (gfc_match_forall): Remove extraneous call to
gfc_match_eos.

PR fortran/25072
* resolve.c (resolve_code, resolve_function): Rework
forall_flag scheme so that it is set and has a value of
2, when the code->expr (ie. the forall mask) is resolved.
This is used to change "block" to "mask" in the non-PURE
error message.

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

PR fortran/20867
* gfortran.dg/stfunc_3.f90: New test.

PR fortran/25056
* gfortran.dg/impure_actual_1.f90: New test.

PR fortran/20874
* gfortran.dg/elemental_result_1.f90: New test.

PR fortran/25073
* gfortran.dg/select_7.f90: New test.

PR fortran/27554
* intrinsic_actual_1.f: New test.

PR fortran/22038
PR fortran/28119
* gfortran.dg/forall_4.f90: New test.

PR fortran/25072
* gfortran.dg/forall_5.f90: New test.

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

17 years ago PR c++/28054
lmillward [Sun, 25 Jun 2006 11:28:01 +0000 (11:28 +0000)]
PR c++/28054
* decl2.c (grokbitfield): Remove check for grokdeclarator
returning NULL_TREE, instead check for error_mark_node
to indicate failure.
* decl.c (grokdeclarator): Adjust block comment.

* g++.dg/other/incomplete3.C: New test.

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

17 years ago PR c++/28051
lmillward [Sun, 25 Jun 2006 11:07:05 +0000 (11:07 +0000)]
PR c++/28051
* mangle.c (mangle_conv_op_name_for_type): Check for
invalid types.
*name-lookup.c (push_class_level_binding): Robustify.
(do_class_using_decl): Return early if name is error_mark_node.

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

17 years agoMove entry to proper file.
ebotcazou [Sun, 25 Jun 2006 10:33:10 +0000 (10:33 +0000)]
Move entry to proper file.

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

17 years ago * io/io.h: Move proto for unit_to_fd...
fxcoudert [Sun, 25 Jun 2006 08:46:09 +0000 (08:46 +0000)]
* io/io.h: Move proto for unit_to_fd...
* libgfortran.h: ...here.

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