gcc.git
18 years agore PR c++/28304 (ICE looking up invalid member template)
Steve Ellcey [Mon, 17 Jul 2006 15:23:37 +0000 (15:23 +0000)]
re PR c++/28304 (ICE looking up invalid member template)

PR c++/28304
* g++.dg/other/pr28304.C: New test.

From-SVN: r115522

18 years agore PR c++/28304 (ICE looking up invalid member template)
Steve Ellcey [Mon, 17 Jul 2006 15:21:42 +0000 (15:21 +0000)]
re PR c++/28304 (ICE looking up invalid member template)

PR c++/28304
* decl2.c (check_classfn): Return NULL_TREE on error.

From-SVN: r115521

18 years agoChangeLog: Correct formatting for 2006-07-10 changes, by Carlos O'Donell.
Carlos O'Donell [Mon, 17 Jul 2006 15:20:43 +0000 (15:20 +0000)]
ChangeLog: Correct formatting for 2006-07-10 changes, by Carlos O'Donell.

gcc/

2006-07-17  Carlos O'Donell  <carlos@codesourcery.com>

* ChangeLog: Correct formatting for 2006-07-10 changes,
by Carlos O'Donell.

From-SVN: r115520

18 years agore PR other/28251 (dumped addresses makes diffing dumps unusable)
J"orn Rennecke [Mon, 17 Jul 2006 14:44:48 +0000 (14:44 +0000)]
re PR other/28251 (dumped addresses makes diffing dumps unusable)

gcc:
PR other/28251
* tree.h (dump_addr): Declare.
* print-tree.c (dump_addr): New function.
(print_node_brief, print_node): Use it.
* print-rtl.c (print_rtx): Likewise.
* common.opt (-fdump-noaddr): New option.
* doc/invoke.texi (-fdump-noaddr): Document.
* loop-unroll.c (si_info_hash): Make hash independent of addresses.
(ve_info_hash): Likewise.
gcc/testsuite:
PR other/28251
gcc.c-torture/unsorted/dump-noaddr.c: New test.
gcc.c-torture/unsorted/dump-noaddr.x: New driver.

From-SVN: r115519

18 years agore PR tree-optimization/19505 (java bytecode to native ICE in remove_unreachable_regions)
Andrew Haley [Mon, 17 Jul 2006 13:14:38 +0000 (13:14 +0000)]
re PR tree-optimization/19505 (java bytecode to native ICE in remove_unreachable_regions)

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

        PR tree-optimization/19505
        * tree-cfgcleanup.c (tree_forwarder_block_p): If we have an EH
        edge leaving this block, make sure that the destination of this
        block has only one predecessor.

From-SVN: r115518

18 years agore PR tree-optimization/28238 (verify_stmts failed (invalid operand to unary operator))
Richard Guenther [Mon, 17 Jul 2006 08:04:25 +0000 (08:04 +0000)]
re PR tree-optimization/28238 (verify_stmts failed (invalid operand to unary operator))

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

PR tree-optimization/28238
* tree-inline.c (copy_bb): Check if we produced valid
gimple copying and substituting a stmt.  If not, gimplify
it.

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

From-SVN: r115517

18 years agore PR c++/28250 (ICE with invalid catch)
Volker Reichelt [Mon, 17 Jul 2006 04:42:24 +0000 (04:42 +0000)]
re PR c++/28250 (ICE with invalid catch)

PR c++/28250
* name-lookup.c (pushdecl_maybe_friend): Return early on
error_mark_node.
* except.c (expand_start_catch_block): Use error_mark_node instead
of NULL_TREE for invalid decls.
* parser.c (cp_parser_exception_declaration): Return error_mark_node
on invalid catch parameter. Simplify.

* g++.dg/eh/catch1.C: New test.
* g++.dg/eh/catch2.C: New test.

From-SVN: r115516

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

From-SVN: r115509

18 years agore PR fortran/28390 (Broken !$omp parallel do lastprivate(iterationvar))
Jakub Jelinek [Sun, 16 Jul 2006 20:19:27 +0000 (22:19 +0200)]
re PR fortran/28390 (Broken !$omp parallel do lastprivate(iterationvar))

PR fortran/28390
* trans-openmp.c (gfc_trans_omp_do): Look for LASTPRIVATE in
code->exp.omp_clauses rather than in the 3rd function argument.

* testsuite/libgomp.fortran/pr28390.f: New test.

From-SVN: r115504

18 years agore PR c++/28370 (undefined reference to template class static variable in an anonymou...
Jakub Jelinek [Sun, 16 Jul 2006 20:17:20 +0000 (22:17 +0200)]
re PR c++/28370 (undefined reference to template class static variable in an anonymous namespace)

PR c++/28370
* decl2.c (note_vague_linkage_var): Removed.
(finish_static_data_member_decl): Add decl to pending_statics vector
directly.  Do it even for non-public decls.

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

From-SVN: r115503

18 years agoPR libstdc++/28277 (partial: valarray bits)
Paolo Carlini [Sun, 16 Jul 2006 15:38:59 +0000 (15:38 +0000)]
PR libstdc++/28277 (partial: valarray bits)

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

PR libstdc++/28277 (partial: valarray bits)
* include/std/std_valarray.h (valarray<>::shift(int),
valarray<>::cshift(int)): Avoid __builtin_alloca with no limit,
do the work in place.
* testsuite/26_numerics/valarray/28277.cc: New.

From-SVN: r115501

18 years agoFix fomating on Carlos's last changelog entry
Andrew Pinski [Sun, 16 Jul 2006 15:17:22 +0000 (08:17 -0700)]
Fix fomating on Carlos's last changelog entry
and fix the email address too.

From-SVN: r115500

18 years agore PR fortran/28384 (ICE on non-existent COMMON block)
Paul Thomas [Sun, 16 Jul 2006 15:01:59 +0000 (15:01 +0000)]
re PR fortran/28384 (ICE on non-existent COMMON block)

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

PR fortran/28384
* trans-common.c (translate_common): If common_segment is NULL
emit error that common block does not exist.

PR fortran/20844
* io.c (check_io_constraints): It is an error if an ADVANCE
specifier appears without an explicit format.

PR fortran/28201
* resolve.c (resolve_generic_s): For a use_associated function,
do not search for an alternative symbol in the parent name
space.

PR fortran/20893
* resolve.c (resolve_elemental_actual): New function t combine
all the checks of elemental procedure actual arguments. In
addition, check of array valued optional args(this PR) has
been added.
(resolve_function, resolve_call): Remove parts that treated
elemental procedure actual arguments and call the above.

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

PR fortran/20844
* gfortran.dg/io_constaints_2.f90: Add the test for ADVANCE
specifiers requiring an explicit format tag..

PR fortran/28201
* gfortran.dg/generic_5: New test.

PR fortran/20893
* gfortran.dg/elemental_optional_args_1.f90: New test.

From-SVN: r115499

18 years agooptabs.c (maybe_encapsulate_block): New function extracted from...
Eric Botcazou [Sun, 16 Jul 2006 14:31:05 +0000 (14:31 +0000)]
optabs.c (maybe_encapsulate_block): New function extracted from...

* optabs.c (maybe_encapsulate_block): New function extracted from...
(emit_libcall_block): ...here.  Invoke it on the block of insns to
maybe emit REG_LIBCALL/REG_RETVAL notes around the block.
(emit_no_conflict_block): Likewise.

From-SVN: r115498

18 years agoFix latest entry.
Eric Botcazou [Sun, 16 Jul 2006 05:59:54 +0000 (05:59 +0000)]
Fix latest entry.

From-SVN: r115493

18 years agoinvoke.texi (sparc-sun-solaris2*): Add GMP version number.
Eric Botcazou [Sun, 16 Jul 2006 05:57:11 +0000 (07:57 +0200)]
invoke.texi (sparc-sun-solaris2*): Add GMP version number.

* doc/invoke.texi (sparc-sun-solaris2*): Add GMP version number.

From-SVN: r115492

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

From-SVN: r115490

18 years agoPR libstdc++/28277 (partial: ostream bits 1)
Paolo Carlini [Sat, 15 Jul 2006 20:30:50 +0000 (20:30 +0000)]
PR libstdc++/28277 (partial: ostream bits 1)

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

PR libstdc++/28277 (partial: ostream bits 1)
* include/bits/ostream.tcc (operator<<(basic_ostream<_CharT>&,
const char*)): Avoid __builtin_alloca with no limit in the
widening.
* testsuite/27_io/basic_ostream/inserters_character/wchar_t/
28277-1.cc: New.

From-SVN: r115485

18 years agotree-gimple.c (is_gimple_stmt): Sink test of IS_EMPTY_STMT into a new NOP_EXPR case...
Roger Sayle [Sat, 15 Jul 2006 17:19:18 +0000 (17:19 +0000)]
tree-gimple.c (is_gimple_stmt): Sink test of IS_EMPTY_STMT into a new NOP_EXPR case of the switch statement.

* tree-gimple.c (is_gimple_stmt): Sink test of IS_EMPTY_STMT into
a new NOP_EXPR case of the switch statement.

From-SVN: r115480

18 years agorevert: re PR c/28280 (bogus "statement with no effect" warning with VLA and typeof)
Mike Stump [Sat, 15 Jul 2006 17:03:44 +0000 (17:03 +0000)]
revert: re PR c/28280 (bogus "statement with no effect" warning with VLA and typeof)

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

From-SVN: r115479

18 years agoetime.c: Remove etime_
Steven G. Kargl [Sat, 15 Jul 2006 16:12:15 +0000 (16:12 +0000)]
etime.c: Remove etime_

2006-07-15  Steven G. Kargl  <kargls@comcast.net>

    * intrinsics/etime.c: Remove etime_
    * libtool-version: Bump from libgfortran.so.1 to libgfortran.so.2

From-SVN: r115478

18 years agore PR c++/28269 (ICE on attribute for invalid template)
Lee Millward [Sat, 15 Jul 2006 15:00:28 +0000 (15:00 +0000)]
re PR c++/28269 (ICE on attribute for invalid template)

PR c++/28269
* parser.c (cp_parser_elaborated_type_specifier):
Return early if an invalid type was detected.

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

From-SVN: r115475

18 years agore PR c++/28292 (ICE in acceptable_java_type)
Lee Millward [Sat, 15 Jul 2006 14:44:48 +0000 (14:44 +0000)]
re PR c++/28292 (ICE in acceptable_java_type)

PR c++/28292
* decl2.c (acceptable_java_type): Robustify. Use
proper Boolean return type instead of return 1.
(check_java_method): Don't issue error about
type not being an acceptable Java parameter if
it's error_mark_node.

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

From-SVN: r115474

18 years agoFix typo in last ChangeLog entry.
Volker Reichelt [Sat, 15 Jul 2006 10:00:53 +0000 (10:00 +0000)]
Fix typo in last ChangeLog entry.

From-SVN: r115472

18 years agore PR c++/28249 ("long long long" accepted by catch)
Volker Reichelt [Sat, 15 Jul 2006 09:44:36 +0000 (09:44 +0000)]
re PR c++/28249 ("long long long" accepted by catch)

PR c++/28249
* parser.c (cp_parser_check_decl_spec): New function.
(cp_parser_decl_specifier_seq): Factor out check for repeated
decl-specifiers into cp_parser_check_decl_spec. Use it.
(cp_parser_type_specifier_seq) Use it.

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

From-SVN: r115469

18 years agore PR c++/28294 (ICE with invalid use of __builtin_offsetof)
Volker Reichelt [Sat, 15 Jul 2006 09:29:32 +0000 (09:29 +0000)]
re PR c++/28294 (ICE with invalid use of __builtin_offsetof)

PR c++/28294
* semantics.c (finish_offsetof): Use TREE_OPERAND for COMPONENT_REFs
only.

* g++.dg/ext/offsetof1.C: Add test with function pointer arithmetic.

From-SVN: r115466

18 years agore PR c++/28387 (ICE with attribute on invalid declaration)
Volker Reichelt [Sat, 15 Jul 2006 09:22:17 +0000 (09:22 +0000)]
re PR c++/28387 (ICE with attribute on invalid declaration)

PR c++/28387
* decl2.c (cplus_decl_attributes): Check for invalid decls.

* g++.dg/ext/attrib24.C: New test.

From-SVN: r115465

18 years agore PR middle-end/28160 (Bogus "size of array 'foo' is too large" error with -mms...
Kaz Kojima [Sat, 15 Jul 2006 06:58:57 +0000 (06:58 +0000)]
re PR middle-end/28160 (Bogus "size of array 'foo' is too large" error with -mms-bitfields)

PR middle-end/28160
* stor-layout.c (place_field): Take the bit field with
an excessive size into account in the ms-bitfiled case.

PR middle-end/28161
* stor-layout.c (place_field): Use DECL_BIT_FIELD_TYPE of
the previous bit field.

From-SVN: r115464

18 years agotrans-expr.c (gfc_trans_string_copy): Evaluate the string lengths
Steven G. Kargl [Sat, 15 Jul 2006 05:11:38 +0000 (05:11 +0000)]
trans-expr.c (gfc_trans_string_copy): Evaluate the string lengths

2006-07-14  Steven G. Kargl  <kargls@comcast.net>

* trans-expr.c (gfc_trans_string_copy): Evaluate the string lengths

From-SVN: r115463

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

From-SVN: r115460

18 years agoacinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): New.
Benjamin Kosnik [Fri, 14 Jul 2006 22:41:43 +0000 (22:41 +0000)]
acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): New.

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

        * acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): New.
        * configure.ac: Use it.
        * configure: Regenerated.
        * config.h.in: Regenerated.
        * configure.host: Simplify.
        * include/bits/atomicity.h: Adjust macros.
        * config/cpu/generic/atomicity.h: Move...
        * config/cpu/generic/atomicity_mutex: New.
        * config/cpu/generic/atomicity_mutex/atomicity.h: ...here.
        * config/cpu/generic/atomic_builtins: Rename...
        * config/cpu/generic/atomicity_builtins: ...to this.
        * config/cpu/generic/atomicity_builtins/atomicity.h: Moved.
* config/cpu/mips/atomicity.h: Comment MIPS II requirement.

* scripts/testsuite_flags.in: Make --cxxflags reflect CXXFLAGS.

From-SVN: r115456

18 years agonatFilePosix.cc (performSetLastModified): Return true on success, false otherwise.
Anthony Green [Fri, 14 Jul 2006 18:16:39 +0000 (18:16 +0000)]
natFilePosix.cc (performSetLastModified): Return true on success, false otherwise.

2006-07-14  Anthony Green  <green@redhat.com>

* java/io/natFilePosix.cc (performSetLastModified): Return true on
success, false otherwise.

From-SVN: r115452

18 years agore PR target/27287 (returning constant double)
Eliot Dresselhaus [Fri, 14 Jul 2006 17:44:27 +0000 (17:44 +0000)]
re PR target/27287 (returning constant double)

2006-07-14  Eliot Dresselhaus  <eliot@sonic.net>

        PR target/27287
        * config/rs6000/spe.md (frob_di_df_2): Add m->r alternative.

From-SVN: r115451

18 years agorandom (minstd_rand0, [...]): Use unsigned long as implementation-defined type.
Paolo Carlini [Fri, 14 Jul 2006 17:21:03 +0000 (17:21 +0000)]
random (minstd_rand0, [...]): Use unsigned long as implementation-defined type.

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

* include/tr1/random (minstd_rand0, minstd_rand, ranlux3, ranlux4):
Use unsigned long as implementation-defined type.

From-SVN: r115450

18 years agostacktrace.cc (_Jv_StackTrace::GetStackTrace): Unconditionally use _Unwind_Backtrace().
Ranjit Mathew [Fri, 14 Jul 2006 17:14:55 +0000 (17:14 +0000)]
stacktrace.cc (_Jv_StackTrace::GetStackTrace): Unconditionally use _Unwind_Backtrace().

* stacktrace.cc (_Jv_StackTrace::GetStackTrace): Unconditionally use
_Unwind_Backtrace().
(_Jv_StackTrace::GetCallerInfo): Enable even for targets using SJLJ
EH.
(_Jv_StackTrace::GetClassContext): Unconditionally use
_Unwind_Backtrace().
(_Jv_StackTrace::GetFirstNonSystemClassLoader): Likewise.
* sysdep/i386/backtrace.h (HAVE_FALLBACK_BACKTRACE): Do not define.
(_Unwind_GetIPInfo): Define macro if SJLJ EH is in use.
(_Unwind_GetRegionStart): Likewise.
(_Unwind_Backtrace): Likewise.
(fallback_backtrace): Accept additional unwind trace function
argument.  Call it during unwinding.  Stop when any of _Jv_RunMain(),
_Jv_ThreadStart() or main() is seen during unwinding.
* sysdep/generic/backtrace.h (fallback_backtrace): Accept an
additional unwind trace function argument.

From-SVN: r115449

18 years agolinux-unwind.h (s390_fallback_frame_state): Detect signal frames correctly even when...
Ulrich Weigand [Fri, 14 Jul 2006 16:43:27 +0000 (16:43 +0000)]
linux-unwind.h (s390_fallback_frame_state): Detect signal frames correctly even when the signal was installed with...

* config/s390/linux-unwind.h (s390_fallback_frame_state): Detect
signal frames correctly even when the signal was installed with
sa_restorer set.

From-SVN: r115448

18 years agodbxout.c (dbxout_begin_prologue): Emit LFBB label at function start.
Carlos O'Donell [Fri, 14 Jul 2006 15:54:23 +0000 (15:54 +0000)]
dbxout.c (dbxout_begin_prologue): Emit LFBB label at function start.

gcc/

2006-07-14  Carlos O'Donell  <carlos@codesoucery.com>

* dbxout.c (dbxout_begin_prologue): Emit LFBB label at function start.
(dbxout_function_end): Use local label LFBB. Remove hook DBX_OUTPUT_NFUN.
(dbxout_source_line): Use local label LFBB.
(dbxout_block): Likewise.
(dbx_output_lbrac): Remove hook DBX_OUTPUT_LBRAC.
(dbx_output_rbrac): Remove hook DBX_OUTPUT_RBRAC.
* config/rs6000/linux64.h: Remove DBX_OUTPUT_LBRAC, DBX_OUTPUT_RBRAC,
and DBX_OUTPUT_NFUN.

From-SVN: r115444

18 years agoFile.java (internalExists): New method.
Gary Benson [Fri, 14 Jul 2006 14:37:46 +0000 (14:37 +0000)]
File.java (internalExists): New method.

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

* java/io/File.java (internalExists): New method.
(exists): Use internalExists.
(internalIsDirectory): New method.
(isDirectory): Use internalIsDirectory.
(createTempFile): Use internalExists and internalIsDirectory.

From-SVN: r115441

18 years agorandom.tcc (struct _To_Unsigned_Type): Add.
Paolo Carlini [Fri, 14 Jul 2006 12:55:15 +0000 (12:55 +0000)]
random.tcc (struct _To_Unsigned_Type): Add.

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

* include/tr1/random.tcc (struct _To_Unsigned_Type): Add.
(subtract_with_carry<>::seed(_Gen&, false_type)): Use an
unsigned type in the loop, fix factor multiplier, take g
invocations modulo 2^32.

* include/tr1/random.tcc (subtract_with_carry<>::
seed(unsigned long)): Fix value == 0 special case.

* include/tr1/random (struct _Shift): Fix for large shifts.

From-SVN: r115439

18 years agore PR c++/28343 (ICE with invalid asm specifier for struct member)
Volker Reichelt [Fri, 14 Jul 2006 09:43:23 +0000 (09:43 +0000)]
re PR c++/28343 (ICE with invalid asm specifier for struct member)

PR c++/28343
* decl.c (cp_finish_decl): Check asmspec_tree for error_mark_node.
* decl2.c (grokfield): Likewise.

* g++.dg/ext/asmspec1.C: New test.

From-SVN: r115436

18 years agogcj.texi (Invocation): Corrections for Invocation API example.
Bryce McKinlay [Fri, 14 Jul 2006 03:54:43 +0000 (04:54 +0100)]
gcj.texi (Invocation): Corrections for Invocation API example.

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

        * gcj.texi (Invocation): Corrections for Invocation API example.

From-SVN: r115432

18 years agointerpret.cc (_Jv_InterpMethod::run): Don't SAVE_PC for fdiv.
Bryce McKinlay [Fri, 14 Jul 2006 00:52:18 +0000 (00:52 +0000)]
interpret.cc (_Jv_InterpMethod::run): Don't SAVE_PC for fdiv.

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

* interpret.cc (_Jv_InterpMethod::run): Don't SAVE_PC for fdiv.

From-SVN: r115431

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

From-SVN: r115429

18 years agostring_copy_cons_and_dest.cc: New.
Paolo Carlini [Thu, 13 Jul 2006 23:41:06 +0000 (23:41 +0000)]
string_copy_cons_and_dest.cc: New.

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

* testsuite/performance/21_strings/string_copy_cons_and_dest.cc: New.

From-SVN: r115425

18 years agosourcebuild.texi (Test Directives): Document dg-shouldfail.
Janis Johnson [Thu, 13 Jul 2006 22:58:07 +0000 (22:58 +0000)]
sourcebuild.texi (Test Directives): Document dg-shouldfail.

gcc:

* doc/sourcebuild.texi (Test Directives): Document dg-shouldfail.

gcc/testsuite:

* lib/gcc-dg.exp (tool_load): Wrapper to support shouldfail tests.
(dg-test): Support shouldfail tests.
* lib/target-supports-dg.exp (dg-shouldfail): New.
* gcc.test-framework/test-framework.awk: Handle shouldfail tests.
* gcc.test-framework/dg-do-run-sf-exp-F.c: New test.
* gcc.test-framework/dg-do-run-sf-exp-P.c: New test.
* gcc.test-framework/dg-do-run-sft-exp-F.c: New test.
* gcc.test-framework/dg-do-run-sft-exp-P.c: New test.
* gcc.test-framework/dg-dox-run-sf-exp-XF.c: New test.
* gcc.test-framework/dg-dox-run-sf-exp-XP.c: New test.

From-SVN: r115424

18 years agointerpret.cc (_Jv_InterpMethod::compile): Add FIXME comment.
Bryce McKinlay [Thu, 13 Jul 2006 21:13:12 +0000 (21:13 +0000)]
interpret.cc (_Jv_InterpMethod::compile): Add FIXME comment.

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

* interpret.cc (_Jv_InterpMethod::compile): Add FIXME comment.
(_Jv_InterpMethod::run): SAVE_PC before executing any instruction
using resolve_pool_entry, as it can throw. Likewise for div/rem ops
that can throw ArithmeticException.

From-SVN: r115422

18 years agocgraphunit.c (cgraph_varpool_analyze_pending_decls): Call align_variable.
Jan Hubicka [Thu, 13 Jul 2006 20:49:34 +0000 (22:49 +0200)]
cgraphunit.c (cgraph_varpool_analyze_pending_decls): Call align_variable.

* cgraphunit.c (cgraph_varpool_analyze_pending_decls): Call align_variable.
* output.h (align_variable): Declare.
* varasm.c (align_variable): Export.
* value-prof.c (tree_value_profile_transformations): Recompute iterator
when basic block changed.

From-SVN: r115421

18 years agoMakefile.am (pch*_output_anchor): Add.
Benjamin Kosnik [Thu, 13 Jul 2006 19:21:51 +0000 (19:21 +0000)]
Makefile.am (pch*_output_anchor): Add.

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

* include/Makefile.am (pch*_output_anchor): Add.
(pch*_output): Use.
(CLEANFILES): Use.
* include/Makefile.in: Regenerate.

* scripts/check_performance: Be verbose on compile error.

From-SVN: r115419

18 years agobuiltins.c (check_for_builtin): If a builtin could result in a direct call being...
Bryce McKinlay [Thu, 13 Jul 2006 14:19:04 +0000 (14:19 +0000)]
builtins.c (check_for_builtin): If a builtin could result in a direct call being generated...

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

* builtins.c (check_for_builtin): If a builtin could result in a
direct call being generated, don't use it if flag_indirect_dispatch
is set.

From-SVN: r115414

18 years ago* MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
Ben Elliston [Thu, 13 Jul 2006 12:29:12 +0000 (12:29 +0000)]
* MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.

From-SVN: r115413

18 years agosh.c (sh_reorg): Ignore deleted insns whilst walking the LOG_LINKS chain.
Nick Clifton [Thu, 13 Jul 2006 07:55:25 +0000 (07:55 +0000)]
sh.c (sh_reorg): Ignore deleted insns whilst walking the LOG_LINKS chain.

* config/sh/sh.c (sh_reorg): Ignore deleted insns whilst walking the
  LOG_LINKS chain.

From-SVN: r115412

18 years agoIndex: ChangeLog
Geoffrey Keating [Thu, 13 Jul 2006 06:16:59 +0000 (06:16 +0000)]
Index: ChangeLog
2006-07-12  Geoffrey Keating  <geoffk@apple.com>

* doc/invoke.texi (C++ Dialect Options): Explain difference
between -fvisibility-inlines-hidden and setting hidden
visibility explicitly.

Index: cp/ChangeLog
2006-07-12  Geoffrey Keating  <geoffk@apple.com>

* decl2.c (determine_visibility): Don't change visibility of
function locals because of -fvisibility-inlines-hidden.

Index: testsuite/ChangeLog
2006-07-12  Geoffrey Keating  <geoffk@apple.com>

* g++.dg/ext/visibility/fvisibility-inlines-hidden-2.C: New.

From-SVN: r115411

18 years agore PR fortran/28174 (Corruption of multiple character arrays when passing array sections)
Paul Thomas [Thu, 13 Jul 2006 05:07:35 +0000 (05:07 +0000)]
re PR fortran/28174 (Corruption of multiple character arrays when passing array sections)

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

PR fortran/28174
* trans-expr.c (gfc_conv_aliased_arg): Missing formal arg means
that intent is INOUT (fixes regression).

PR fortran/25097
* check.c (check_present): The only permitted reference is a
full array reference.

PR fortran/20903
* decl.c (variable_decl): Add error if a derived type is not
from the current namespace if the namespace is an interface
body.

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

PR fortran/25097
* gfortran.dg/present_1.f90: New test.

PR fortran/20903
* gfortran.dg/interface_derived_type_1.f90: New test.

From-SVN: r115410

18 years agot-slibgcc-darwin (SHLIB_LINK): Don't munge stmp-lipo.
Eric Christopher [Thu, 13 Jul 2006 02:42:49 +0000 (02:42 +0000)]
t-slibgcc-darwin (SHLIB_LINK): Don't munge stmp-lipo.

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

* config/t-slibgcc-darwin (SHLIB_LINK): Don't munge stmp-lipo.
(stmp-lipo): Depend on libgcc.a.

From-SVN: r115409

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

From-SVN: r115406

18 years agoMakefile.am: Revert last change.
Benjamin Kosnik [Thu, 13 Jul 2006 00:14:06 +0000 (00:14 +0000)]
Makefile.am: Revert last change.

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

* include/Makefile.am: Revert last change.
* include/Makefile.in: Same.

From-SVN: r115402

18 years ago* tree.c: Fix a comment typo.
Kazu Hirata [Wed, 12 Jul 2006 22:43:27 +0000 (22:43 +0000)]
* tree.c: Fix a comment typo.

From-SVN: r115401

18 years agomuldiv.md (umulhisi3_c): Use only registers for dest.
Naveen.H.S [Wed, 12 Jul 2006 22:31:32 +0000 (22:31 +0000)]
muldiv.md (umulhisi3_c): Use only registers for dest.

* config/m32c/muldiv.md (umulhisi3_c): Use only registers for
dest.
(umulhisi3_r): Likewise.

From-SVN: r115400

18 years agore PR c++/28217 (ICE in tree_int_cst_sgn)
Jason Merrill [Wed, 12 Jul 2006 21:57:58 +0000 (17:57 -0400)]
re PR c++/28217 (ICE in tree_int_cst_sgn)

        PR c++/28217
        * semantics.c (note_decl_for_pch): Don't premangle templates.

From-SVN: r115399

18 years agoMakefile.am (pch_output): Don't precompile extc++.h.
Benjamin Kosnik [Wed, 12 Jul 2006 17:07:09 +0000 (17:07 +0000)]
Makefile.am (pch_output): Don't precompile extc++.h.

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

* include/Makefile.am (pch_output): Don't precompile extc++.h.
(pch_output_dirs): Same.
* include/Makefile.in: Regenerate.

* testsuite/lib/libstdc++.exp: Test PCH with stdtr1c++.h.

From-SVN: r115379

18 years agore PR libgcj/27271 (i/o error (java.util.zip.ZipException: Deflated stream ends early.))
Tom Tromey [Wed, 12 Jul 2006 17:00:49 +0000 (17:00 +0000)]
re PR libgcj/27271 (i/o error (java.util.zip.ZipException: Deflated stream ends early.))

PR libgcj/27271:
* java/util/zip/ZipFile.java (getInputStream): Call addDummyByte
on PartialInputStream.
(PartialInputStream.dummyByteCount): New field.
(PartialInputStream.fillBuffer): Handle dummy byte.
(PartialInputStream.read): Likewise.
(PartialInputStream.addDummyByte): New method.

From-SVN: r115378

18 years agore PR libstdc++/27878 (GCC 4.1.1 build fails on mips-sgi-irix6.5 (libstdc++)/GCC...
Paolo Carlini [Wed, 12 Jul 2006 16:02:46 +0000 (16:02 +0000)]
re PR libstdc++/27878 (GCC 4.1.1 build fails on mips-sgi-irix6.5 (libstdc++)/GCC 4.1.0 worked.)

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

PR libstdc++/27878
* doc/install.texi (mips-sgi-irix6): Add note about IRIX 6.5.x,
x < 19, vs wchar_t support.

From-SVN: r115374

18 years agoFile.java (renameTo): Fix security checks.
Gary Benson [Wed, 12 Jul 2006 15:25:50 +0000 (15:25 +0000)]
File.java (renameTo): Fix security checks.

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

* java/io/File.java (renameTo): Fix security checks.

From-SVN: r115373

18 years agore PR fortran/28163 (Calling libgfortran's copy_string is inefficient)
Francois-Xavier Coudert [Wed, 12 Jul 2006 15:11:11 +0000 (17:11 +0200)]
re PR fortran/28163 (Calling libgfortran's copy_string is inefficient)

PR fortran/28163

* trans-expr.c (gfc_trans_string_copy): Generate inline code
to perform string copying instead of calling a library function.
* trans-decl.c (gfc_build_intrinsic_function_decls): Don't build
decl for copy_string.
* trans.h (gfor_fndecl_copy_string): Remove prototype.

* intrinsics/string_intrinsics.c (copy_string): Remove function.

From-SVN: r115372

18 years ago* config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Use -isa=sh4-up instead of -isa=sh4.
Nick Clifton [Wed, 12 Jul 2006 15:04:24 +0000 (15:04 +0000)]
* config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Use -isa=sh4-up instead of -isa=sh4.

From-SVN: r115371

18 years agore PR java/28352 (gcj -C fails to generate line number info for method)
Bryce McKinlay [Wed, 12 Jul 2006 13:56:25 +0000 (13:56 +0000)]
re PR java/28352 (gcj -C fails to generate line number info for method)

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

PR libgcj/28352
* stacktrace.cc (getLineNumberForFrame): Roll back PC by 1 when
looking up line number for interpreted frame.

From-SVN: r115370

18 years agore PR c/28280 (bogus "statement with no effect" warning with VLA and typeof)
Mike Stump [Wed, 12 Jul 2006 13:12:08 +0000 (13:12 +0000)]
re PR c/28280 (bogus "statement with no effect" warning with VLA and typeof)

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

From-SVN: r115369

18 years agotypeck.c (string_conv_p): Remove spurious quotation mark in warning.
Martin Michlmayr [Wed, 12 Jul 2006 12:55:01 +0000 (12:55 +0000)]
typeck.c (string_conv_p): Remove spurious quotation mark in warning.

* typeck.c (string_conv_p): Remove spurious quotation mark in
warning.

From-SVN: r115368

18 years ago* protoize.c (edit_fn_definition): Add volatile to clean_text_p.
Mike Stump [Wed, 12 Jul 2006 11:56:48 +0000 (11:56 +0000)]
* protoize.c (edit_fn_definition): Add volatile to clean_text_p.

From-SVN: r115367

18 years agocodecvt_specializations.h: Fix typo in commit for libstdc++/28290.
Paolo Carlini [Wed, 12 Jul 2006 00:17:42 +0000 (00:17 +0000)]
codecvt_specializations.h: Fix typo in commit for libstdc++/28290.

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

* include/ext/codecvt_specializations.h: Fix typo in commit
for libstdc++/28290.

From-SVN: r115361

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

From-SVN: r115360

18 years agolocale_facets.tcc (collate<>::do_transform( const _CharT*, const _CharT*)): Simplify...
Paolo Carlini [Wed, 12 Jul 2006 00:05:50 +0000 (00:05 +0000)]
locale_facets.tcc (collate<>::do_transform( const _CharT*, const _CharT*)): Simplify previous fix for libstdc++/28277, always allocate memory dynamically.

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

* include/bits/locale_facets.tcc (collate<>::do_transform(
const _CharT*, const _CharT*)): Simplify previous fix for
libstdc++/28277, always allocate memory dynamically.

From-SVN: r115356

18 years agore PR libstdc++/28344 (Use of __alpha in tr1/random breaks Tru64 UNIX bootstrap)
Paolo Carlini [Tue, 11 Jul 2006 22:08:56 +0000 (22:08 +0000)]
re PR libstdc++/28344 (Use of __alpha in tr1/random breaks Tru64 UNIX bootstrap)

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

PR libstdc++/28344
* include/tr1/random (gamma_distribution<>::
gamma_distribution(const result_type&)): Don't use __alpha as
parameter name, a predefined macro on Alpha systems.

From-SVN: r115355

18 years agore PR libstdc++/28290 (error: 'iconv_t' does not name a type)
Paolo Carlini [Tue, 11 Jul 2006 17:48:10 +0000 (17:48 +0000)]
re PR libstdc++/28290 (error: 'iconv_t' does not name a type)

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

PR libstdc++/28290
* include/ext/codecvt_specializations.h: Fix, adding missing
includes and guards.

From-SVN: r115354

18 years agoPR libstdc++/28277 (partial: collate bits)
Paolo Carlini [Tue, 11 Jul 2006 11:21:38 +0000 (11:21 +0000)]
PR libstdc++/28277 (partial: collate bits)

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

PR libstdc++/28277 (partial: collate bits)
* include/bits/locale_facets.tcc (collate<>::do_transform(
const _CharT*, const _CharT*)): Avoid __builtin_alloca with no
limit; also avoid multiple calls (in a loop).
* testsuite/22_locale/collate/transform/char/28277.cc: New.
* testsuite/22_locale/collate/transform/wchar_t/28277.cc: Likewise.

From-SVN: r115332

18 years agoFix typos.
Feng Wang [Tue, 11 Jul 2006 07:20:17 +0000 (07:20 +0000)]
Fix typos.

From-SVN: r115329

18 years agoFix typo
Mike Stump [Tue, 11 Jul 2006 04:10:38 +0000 (04:10 +0000)]
Fix typo

From-SVN: r115328

18 years agore PR fortran/28213 (ICE: Hollerith constant)
Feng Wang [Tue, 11 Jul 2006 04:09:40 +0000 (04:09 +0000)]
re PR fortran/28213 (ICE: Hollerith constant)

2006-07-11  Feng Wang  <fengwang@nudt.edu.cn>

        PR fortran/28213
        * gfortran.dg/hollerith4.f90: Test hollerith constants used in I/O
        list.

2006-07-11  Feng Wang  <fengwang@nudt.edu.cn>

        PR fortran/28213
        * trans-io.c (ransfer_expr): Deal with Hollerith constants used in
        I/O list.

From-SVN: r115326

18 years agot-slibgcc-darwin: Rewrite.
Eric Christopher [Tue, 11 Jul 2006 03:17:44 +0000 (03:17 +0000)]
t-slibgcc-darwin: Rewrite.

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

* config/t-slibgcc-darwin: Rewrite.

From-SVN: r115325

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

From-SVN: r115323

18 years agoUpdate my e-mail address.
James Lemke [Mon, 10 Jul 2006 22:29:44 +0000 (22:29 +0000)]
Update my e-mail address.

From-SVN: r115319

18 years ago* libsupc++/eh_globals.cc (~__eh_globals_init): Unset _M_init.
Mike Stump [Mon, 10 Jul 2006 21:50:34 +0000 (21:50 +0000)]
* libsupc++/eh_globals.cc (~__eh_globals_init): Unset _M_init.

From-SVN: r115318

18 years agoFix spaces to tabs in the last commit.
Laurynas Biveinis [Mon, 10 Jul 2006 19:44:48 +0000 (19:44 +0000)]
Fix spaces to tabs in the last commit.

From-SVN: r115313

18 years agore PR libstdc++/15448 (libstdc++ does not rebuild PCH)
Benjamin Kosnik [Mon, 10 Jul 2006 19:32:51 +0000 (19:32 +0000)]
re PR libstdc++/15448 (libstdc++ does not rebuild PCH)

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

PR libstdc++/15448
* include/Makefile.am: Clean up pch rules.
* include/Makefile.in: Regenerate.

From-SVN: r115312

18 years agore PR bootstrap/20437 (bootstrap --enable-maintainer-mode broken)
Laurynas Biveinis [Mon, 10 Jul 2006 17:58:18 +0000 (17:58 +0000)]
re PR bootstrap/20437 (bootstrap --enable-maintainer-mode broken)

fixincludes:
2006-07-10  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

PR bootstrap/20437
* Makefile.in (configure, config.h.in): change into $(srcdir)
before autoconf or autoheader call.

gcc:
2006-07-10  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

PR bootstrap/20437
* Makefile.in (configure): add missing aclocal.m4 and acinclude.m4
dependencies.

From-SVN: r115310

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

From-SVN: r115302

18 years agolocale_facets.tcc (__int_to_char<>(_CharT*, long, const _CharT*, ios_base::fmtflags...
Paolo Carlini [Sun, 9 Jul 2006 21:26:19 +0000 (21:26 +0000)]
locale_facets.tcc (__int_to_char<>(_CharT*, long, const _CharT*, ios_base::fmtflags), [...]): Remove.

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

* include/bits/locale_facets.tcc (__int_to_char<>(_CharT*,
long, const _CharT*, ios_base::fmtflags), __int_to_char<>(_CharT*,
unsigned long, const _CharT*, ios_base::fmtflags),
__int_to_char<>(_CharT*, long long, const _CharT*, ios_base::fmtflags),
__int_to_char<>(_CharT*, unsigned long long, const _CharT*,
ios_base::fmtflags)): Remove.
(__int_to_char<>(_CharT*, _ValueT, const _CharT*, ios_base::fmtflags,
bool)): Adjust.
(num_put<>::_M_insert_int(_OutIter, ios_base&, _CharT, _ValueT)):
Likewise.

From-SVN: r115298

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

From-SVN: r115295

18 years agosourcebuild.texi: Fix typo.
Matthias Klose [Sat, 8 Jul 2006 18:35:51 +0000 (18:35 +0000)]
sourcebuild.texi: Fix typo.

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

        * doc/sourcebuild.texi: Fix typo.

From-SVN: r115287

18 years agofix date in previous ChangeLog entry
Lee Millward [Sat, 8 Jul 2006 17:01:22 +0000 (17:01 +0000)]
fix date in previous ChangeLog entry

From-SVN: r115286

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

From-SVN: r115279

18 years agotoplev.c (process_options): Don't give -ffunction-sections may affect debugging warni...
Mike Stump [Sat, 8 Jul 2006 00:16:38 +0000 (00:16 +0000)]
toplev.c (process_options): Don't give -ffunction-sections may affect debugging warning for Mach-O.

* toplev.c (process_options): Don't give -ffunction-sections may
affect debugging warning for Mach-O.

From-SVN: r115276

18 years agoAdd SB-1A support.
James E Wilson [Sat, 8 Jul 2006 00:02:39 +0000 (17:02 -0700)]
Add SB-1A support.

* config/mips/mips.md (cpu): Add sb1a.
* config/mips/sb1.md: Modify almost all patterns to accept sb1a in
addition to sb1.  Adjust comments to clarify SB-1A differences from
SB-1.
(ir_sb1a_load): New.  Modify bypasses to use it.
(ir_sb1a_simple_alu): Likewise.
* config/mips/mips.c (mips_cpu_info_table): Add sb1a.
(mips_rtx_cost_data): Add PROCESSOR_SB1A support.
(mips_issue_rate): Add PROCESSOR_SB1A.
(mips_multipass_dfa_lookahead): Use TUNE_SB1 instead of PROCESSOR_SB1.
* config/mips/mips.h (processor_type): Add PROCESSOR_SB1A.
(TARGET_SB1): Add PROCESSOR_SB1A check.
(TUNE_SB1): Likewise.
* config/mips/mips-protos.h (mips_store_data_bypass_p): New.
* config/mips/mips.c (mips_store_data_bypass_p): New.
* config/mips/sb1.md: Use mips_store_data_bypass_p instead of
store_data_bypass_p.

From-SVN: r115274

18 years agore PR target/27991 (ICE in reload_cse_simplify_operands)
Paul Brook [Fri, 7 Jul 2006 23:38:56 +0000 (23:38 +0000)]
re PR target/27991 (ICE in reload_cse_simplify_operands)

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

PR target/27991
* config/m68k/m68k.md: Add r-m patterns for 68881 movxf.

From-SVN: r115272

18 years agoPort to hosts whose 'sort' and 'tail' implementations treat operands with leading...
Paul Eggert [Fri, 7 Jul 2006 21:20:12 +0000 (21:20 +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.
* libjava/classpath/ltmain.sh: Don't assume "sort +2" is
equivalent to "sort -k 3", since POSIX 1003.1-2001 no longer
requires this.
This uses the same fix that is already in
libjava/libltdl/ltmain.sh.

From-SVN: r115271

18 years agoFix requested by Mark for recent g++ clarification.
Mike Stump [Fri, 7 Jul 2006 20:59:40 +0000 (20:59 +0000)]
Fix requested by Mark for recent g++ clarification.

From-SVN: r115270

18 years agoStackTrace2.java: Renamed from StackTrace.java.
Bryce McKinlay [Fri, 7 Jul 2006 19:33:02 +0000 (19:33 +0000)]
StackTrace2.java: Renamed from StackTrace.java.

2006-07-07  Bryce McKinlay  <mckinlay@redhat.com>
            Geoffrey Keating <geoffk@apple.com>

        * testsuite/libjava.lang/StackTrace2.java: Renamed from
        StackTrace.java. Changed class name.
        * testsuite/libjava.lang/StackTrace2.out: Renamed from
        StackTrace.out. Updated for new class name.

Co-Authored-By: Geoffrey Keating <geoffk@apple.com>
From-SVN: r115268

18 years agoFix conflict with stacktrace.java.
Geoffrey Keating [Fri, 7 Jul 2006 18:49:19 +0000 (18:49 +0000)]
Fix conflict with stacktrace.java.

From-SVN: r115267

18 years agoFix conflict with stacktrace.out.
Geoffrey Keating [Fri, 7 Jul 2006 18:49:03 +0000 (18:49 +0000)]
Fix conflict with stacktrace.out.

From-SVN: r115266

18 years agore PR c++/27820 (ICE with duplicate label)
Lee Millward [Fri, 7 Jul 2006 17:57:12 +0000 (17:57 +0000)]
re PR c++/27820 (ICE with duplicate label)

PR c++/27820
* decl.c (define_label): Return error_mark_node on error.
* semantics.c (finish_label_stmt): Don't call
add_stmt for invalid labels.

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

Co-Authored-By: Andrew Pinski <pinskia@gmail.com>
From-SVN: r115265