platform/upstream/gcc.git
18 years agoPR libstdc++/19664 round 1
Benjamin Kosnik [Thu, 20 Jul 2006 23:37:27 +0000 (23:37 +0000)]
PR libstdc++/19664 round 1

2006-07-20  Benjamin Kosnik  <bkoz@redhat.com>
    Jakub Jelinek  <jakub@redhat.com>

PR libstdc++/19664 round 1
* acinclude.m4 (GLIBCXX_ENABLE_VISIBILITY): Check it.
* configure.ac: Use it.
* configure: Regenerate.
* docs/html/configopts.html: Document it.
* include/Makefile.am: Slip in to c++config.
* include/Makefile.in: Regenerate.
* include/bits/c++config (_GLIBCXX_VISIBILITY): New.
(_GLIBCXX_BEGIN_NAMESPACE): Use it.
(_GLIBCXX_END_NAMESPACE): Use it.
(_GLIBCXX_BEGIN_NESTED_NAMESPACE): Use it.
(_GLIBCXX_END_NESTED_NAMESPACE): Use it.
* src/debug.cc: Mark __gnu_internal namespace with hidden
visibility attribute.
* src/ext-inst.cc: Same.
* src/globals_io.cc: Same.
* src/globals_locale.cc: Same.
* src/ios_init.cc: Same.
* src/locale.cc: Same.
* src/mt_allocator.cc: Same.
* src/pool_allocator.cc: Same.

Co-Authored-By: Jakub Jelinek <jakub@redhat.com>
From-SVN: r115632

18 years agojvmti.cc (_Jv_JVMTI_DisposeEnvironment): New function.
Keith Seitz [Thu, 20 Jul 2006 22:20:09 +0000 (22:20 +0000)]
jvmti.cc (_Jv_JVMTI_DisposeEnvironment): New function.

        * jvmti.cc (_Jv_JVMTI_DisposeEnvironment): New function.
        (_Jv_JVMTI_Interface): Define DisposeEnvironment method.

From-SVN: r115631

18 years agojvm.h (_Jv_GetJVMTIEnv): Declare.
Keith Seitz [Thu, 20 Jul 2006 19:30:30 +0000 (19:30 +0000)]
jvm.h (_Jv_GetJVMTIEnv): Declare.

        * include/jvm.h (_Jv_GetJVMTIEnv): Declare.
        * jni.cc (_Jv_JNI_GetEnv): Handle JVMTI requests.
        * jvmti.cc: New file.
        * Makefile.am (libgcj_la_SOURCES): Add jvmti.cc.
        * Makefile.in: Regenerate.

From-SVN: r115629

18 years ago* include/jvmti.h: Include copy from upstream before next merge.
Keith Seitz [Thu, 20 Jul 2006 19:29:53 +0000 (19:29 +0000)]
* include/jvmti.h: Include copy from upstream before next merge.

From-SVN: r115628

18 years ago* configure.host: Enable the interpreter for mipsel-* and mips-*.
David Daney [Thu, 20 Jul 2006 17:42:11 +0000 (17:42 +0000)]
* configure.host: Enable the interpreter for mipsel-* and mips-*.

From-SVN: r115625

18 years agomips-signal.h: Update copyright.
David Daney [Thu, 20 Jul 2006 17:30:42 +0000 (17:30 +0000)]
mips-signal.h: Update copyright.

* include/mips-signal.h: Update copyright.
(struct kernel_sigaction): Removed.
(SIGNAL_HANDLER): Changed prototype.
(MAKE_THROW_FRAME): Added cast.
(INIT_SEGV): Use sigaction instead of syscall.
(INIT_FPE): Likewise.

From-SVN: r115624

18 years agore PR c++/28407 (Issue with anonymous namespace)
Jason Merrill [Thu, 20 Jul 2006 16:02:57 +0000 (12:02 -0400)]
re PR c++/28407 (Issue with anonymous namespace)

        PR c++/28407
        * cp/decl.c (grokvardecl): Set DECL_THIS_STATIC on file-scope
        const variables with implicit internal linkage.
        * cp/tree.c (decl_linkage): Only return lk_external if it's set.

        PR c++/28409
        * cp/decl2.c (constrain_visibility): Ignore the anonymous namespace
        for extern C decls.
        (VISIBILITY_STATIC): Rename to VISIBILITY_ANON.

        Don't override explicit visibility.
        * cp/decl2.c (constrain_visibility): Remove specified and reason
        parameters.  Don't touch decls that already have explicit visibility.
        (determine_visibility): Do copy DECL_VISIBILITY_SPECIFIED from
        template.
        (determine_visibility_from_class): Reverse sense of
        DECL_VISIBILITY_SPECIFIED test for target-specific visibility rules.
        (constrain_class_visibility): Only complain about member visibility
        if the member type is another class.  Don't change visibility of the
        current class.
        * tree.c (remove_attribute): New fn.
        * tree.h: Declare it.

From-SVN: r115622

18 years agoComment typo in previous patch.
Paul Brook [Thu, 20 Jul 2006 14:20:26 +0000 (14:20 +0000)]
Comment typo in previous patch.

From-SVN: r115619

18 years agore PR target/27363 (ARM gcc 4.1 optimization bug)
Paul Brook [Thu, 20 Jul 2006 13:57:31 +0000 (13:57 +0000)]
re PR target/27363 (ARM gcc 4.1 optimization bug)

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

PR 27363
gcc/
* cse.c (cse_insn): Add destination addresses to hash table. Check if
they are invalidated by this instruction.

gcc/testsuite/
* gcc.dg/pr27363.c: New test.

From-SVN: r115614

18 years agore PR target/28427 (warning: alignment of '__FUNCTION__' is greater than maximum...
Danny Smith [Thu, 20 Jul 2006 07:59:09 +0000 (07:59 +0000)]
re PR target/28427 (warning: alignment of '__FUNCTION__' is greater than maximum object file alignment.)

PR target/28427
        * config/i386/cygming.h (MAX_OFILE_ALIGNMENT): Define.

From-SVN: r115610

18 years agore PR target/26877 (configure switches --with-arch and --with-tune are broken on...
Eric Christopher [Thu, 20 Jul 2006 07:40:12 +0000 (07:40 +0000)]
re PR target/26877 (configure switches --with-arch and --with-tune are broken on x86)

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

        PR target/26877
        * config/i386/i386.h (OPTION_DEFAULT_SPECS): Reorder.

From-SVN: r115609

18 years agot-slibgcc-darwin (stmp-lipo): Remove.
Eric Christopher [Thu, 20 Jul 2006 07:35:32 +0000 (07:35 +0000)]
t-slibgcc-darwin (stmp-lipo): Remove.

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

        * config/t-slibgcc-darwin (stmp-lipo): Remove.
        Rewrite dependencies for libgcc_s.1.dylib.

From-SVN: r115608

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

From-SVN: r115604

18 years agore PR c++/28338 (ICE/rejects-valid with references)
Mark Mitchell [Wed, 19 Jul 2006 22:49:20 +0000 (22:49 +0000)]
re PR c++/28338 (ICE/rejects-valid with references)

PR c++/28338
* decl.c (layout_var_decl): Don't call push_local_name here.
(initialize_artificial_var): Assert artificiality.
(cp_finish_decl): Call push_local_name here.
PR c++/28338
* g++.dg/init/ref13.C: New test.

From-SVN: r115600

18 years agore PR objc++/28434 (ICE with invalid protocol)
Volker Reichelt [Wed, 19 Jul 2006 19:56:29 +0000 (19:56 +0000)]
re PR objc++/28434 (ICE with invalid protocol)

PR obj-c++/28434
* objc-act.c (lookup_and_install_protocols): Skip error_mark_nodes.

* obj-c++.dg/proto-error-1.mm: New test.

From-SVN: r115599

18 years agoclosure_fn6.c: Remove xfail for mips, xfail remains for mips64.
David Daney [Wed, 19 Jul 2006 19:52:44 +0000 (19:52 +0000)]
closure_fn6.c: Remove xfail for mips, xfail remains for mips64.

* testsuite/libffi.call/closure_fn6.c: Remove xfail for mips,
xfail remains for mips64.

From-SVN: r115598

18 years agore PR c++/28337 (ICE with string literals in templates)
Mark Mitchell [Wed, 19 Jul 2006 17:32:38 +0000 (17:32 +0000)]
re PR c++/28337 (ICE with string literals in templates)

PR c++/28337
* typeck.c (build_binary_op): Short-circuit pointer arithmetic in
templates.
PR c++/28337
* g++.dg/template/string1.C: New test.

From-SVN: r115597

18 years agore PR libfortran/27919 (dot_product should be removed from the library)
Janne Blomqvist [Wed, 19 Jul 2006 16:52:45 +0000 (19:52 +0300)]
re PR libfortran/27919 (dot_product should be removed from the library)

2006-07-19  Janne Blomqvist  <jb@gcc.gnu.org>

PR fortran/27919
* m4/dotprodc.m4: Remove.
* m4/dotprodl.m4: Remove.
* m4/dotprod.m4: Remove.
* generated/dotprod_*.c: Remove.
* Makefile.am: Remove any references to dot_product
implementation.
* Makefile.in: Regenerated.

From-SVN: r115594

18 years agore PR libfortran/27919 (dot_product should be removed from the library)
Janne Blomqvist [Wed, 19 Jul 2006 16:51:49 +0000 (19:51 +0300)]
re PR libfortran/27919 (dot_product should be removed from the library)

2006-07-19  Janne Blomqvist  <jb@gcc.gnu.org>

PR fortran/27919
* m4/dotprodc.m4: Remove.
* m4/dotprodl.m4: Remove.
* m4/dotprod.m4: Remove.
* generated/dotprod_*.c: Remove.
* Makefile.am: Remove any references to dot_product
implementation.
* Makefile.in: Regenerated.

From-SVN: r115593

18 years ago* except.c (duplicate_eh_regions_1): Clear next_peer.
Jakub Jelinek [Wed, 19 Jul 2006 15:47:36 +0000 (17:47 +0200)]
* except.c (duplicate_eh_regions_1): Clear next_peer.

From-SVN: r115591

18 years agoinvoke.texi (RS/6000 and PowerPC Options): Document that -mlongcall does not guarante...
Nathan Sidwell [Wed, 19 Jul 2006 06:45:34 +0000 (06:45 +0000)]
invoke.texi (RS/6000 and PowerPC Options): Document that -mlongcall does not guarantee all calls will be long.

* doc/invoke.texi (RS/6000 and PowerPC Options): Document that
-mlongcall does not guarantee all calls will be long.
* doc/extend.texi (long_call/short_call): Document that longcall
does not guarantee a long call will be used.
(longcall/shortcall): Likewise.

From-SVN: r115582

18 years agoFix doubled testcase.
Richard Sandiford [Wed, 19 Jul 2006 05:29:36 +0000 (05:29 +0000)]
Fix doubled testcase.

From-SVN: r115580

18 years agore PR c++/28048 (ICE on accessing member of dependent name)
Mark Mitchell [Wed, 19 Jul 2006 05:14:25 +0000 (05:14 +0000)]
re PR c++/28048 (ICE on accessing member of dependent name)

PR c++/28048
* semantics.c (check_accessibility_of_qualified_id): Robustify.
PR c++/28048
* g++.dg/template/defarg9.C: New test.

From-SVN: r115579

18 years agore PR middle-end/28283 (SuperH: Very unoptimal code generated for 64-bit ints)
Roger Sayle [Wed, 19 Jul 2006 05:13:56 +0000 (05:13 +0000)]
re PR middle-end/28283 (SuperH: Very unoptimal code generated for 64-bit ints)

PR middle-end/28283
* expmed.c (expand_shift): Additionally check that the shift_cost
is not MAX_COST and that INTVAL(op1) is less than MAX_BITS_PER_WORD
before implementing a LSHIFT_EXPR as a sequence of additions.
* config/sh/sh.c (shift_costs): Return MAX_COST to inform the
middle-end that DImode shifts need to be synthesized by expand.

From-SVN: r115578

18 years agore PR c++/28235 (ICE with static const member as default parameter in template)
Mark Mitchell [Wed, 19 Jul 2006 00:22:43 +0000 (00:22 +0000)]
re PR c++/28235 (ICE with static const member as default parameter in template)

PR c++/28235
* pt.c (tsubst_decl): Handling substitutions into a static data
member from within the scope of the tempalte itself.
PR c++/28235
* g++.dg/template/static27.C: New test.

From-SVN: r115576

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

From-SVN: r115574

18 years agoAdded myself (pmj) to MAINTAINERS file under write-after-approval
Phillip Jordan [Tue, 18 Jul 2006 22:22:07 +0000 (22:22 +0000)]
Added myself (pmj) to MAINTAINERS file under write-after-approval

From-SVN: r115570

18 years agore PR tree-optimization/28410 (Wrong aliasing with global var grouping during call...
Diego Novillo [Tue, 18 Jul 2006 17:27:57 +0000 (17:27 +0000)]
re PR tree-optimization/28410 (Wrong aliasing with global var grouping during call clobbering)

PR 28410
* tree-ssa-operands.c (access_can_touch_variable): Update
comment.
Return true if ALIAS is .GLOBAL_VAR.

testsuite/ChangeLog

PR 28410
* gcc.dg/tree-ssa/pr28410.c: New test.

From-SVN: r115564

18 years agore PR c++/28258 (ICE with invalid constructor)
Lee Millward [Tue, 18 Jul 2006 17:22:39 +0000 (17:22 +0000)]
re PR c++/28258 (ICE with invalid constructor)

PR c++/28258
* method.c (locate_copy): Check for non_reference
returning error_mark_node.

        PR c++/28260
* decl.c (duplicate_decls): Return error_mark_node
on ambiguous declaration.

PR c++/28258
* g++/dg/other/error13.C: New test.

PR c++/28260
* g++.dg/template/friend44.C: New test.

From-SVN: r115561

18 years agore PR c++/27495 (ICE using "." instead of "->")
Steve Ellcey [Tue, 18 Jul 2006 17:03:38 +0000 (17:03 +0000)]
re PR c++/27495 (ICE using "." instead of "->")

PR c++/27495
* g++.dg/other/pr27495.C: New.

From-SVN: r115558

18 years agore PR c++/27495 (ICE using "." instead of "->")
Steve Ellcey [Tue, 18 Jul 2006 17:01:19 +0000 (17:01 +0000)]
re PR c++/27495 (ICE using "." instead of "->")

PR c++/27495
* search.c (adjust_result_of_qualified_name_lookup): Change
assert to part of if statement.

From-SVN: r115557

18 years ago* gcc.c (display_help): Fix typo in help text.
David Daney [Tue, 18 Jul 2006 16:07:44 +0000 (16:07 +0000)]
* gcc.c (display_help): Fix typo in help text.

From-SVN: r115555

18 years agotree.h (categorize_ctor_elements): Adjust prototype and add descriptive comment...
Olivier Hainque [Tue, 18 Jul 2006 13:07:28 +0000 (13:07 +0000)]
tree.h (categorize_ctor_elements): Adjust prototype and add descriptive comment...

* tree.h (categorize_ctor_elements): Adjust prototype and add
descriptive comment, both in accordance with the interface change
described below.
* varasm.c (constructor_static_from_elts_p): New function.
Whether a constructor node is a valid static constant initializer
if all its elements are.
(initializer_constant_valid_p) <CONSTRUCTOR value>: Use it.
* output.h: Declare it.
* expr.c (categorize_ctor_elements_1): Return whether the constructor
is a valid constant initializer instead of computing the number of
non-constant elements.  Use constructor_static_from_elts_p for this
purpose.  Replace the head comment with an indication that this is a
helper for categorize_ctor_elements.
(categorize_ctor_elements): Same interface change as for the _1
helper.  Former head comment from this helper moved here, adjusted to
account for the interface changes.
(mostly_zeros_p): Adjust call to categorize_ctor_elements.
(all_zeros_p): Likewise.
* gimplify.c (gimplify_init_constructor): Decide whether we can make
static versions of the constructor from the categorize_ctor_elements
return value instead of the formerly computed number of non-constant
elements.

* gnat.dg/outer_agg_bitfield_constructor.adb: New test.
* gnat.dg/nested_agg_bitfield_constructor.adb: New test.

From-SVN: r115553

18 years agoMakefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir for stages after...
Paolo Bonzini [Tue, 18 Jul 2006 11:48:36 +0000 (11:48 +0000)]
Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir for stages after the first.

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

        * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
        for stages after the first.

config:
2006-07-18  Paolo Bonzini  <bonzini@gnu.org>

        * acx.m4: Support --with-build-libsubdir and AC_SUBST
        build_libsubdir.

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

        * configure: Regenerate.
        * Makefile.in (build_libsubdir): New configure substitution
        (build_libobjdir): New variable.
        (BUILD_LIBIBERTY): Use it.

libgfortran:
2006-07-18  Paolo Bonzini  <bonzini@gnu.org>

        * configure: Regenerate.

libjava:
2006-07-18  Paolo Bonzini  <bonzini@gnu.org>

        * configure: Regenerate.

libobjc:
2006-07-18  Paolo Bonzini  <bonzini@gnu.org>

        * configure: Regenerate.

From-SVN: r115552

18 years agoFile.java (deleteOnExit): Fix security check.
Gary Benson [Tue, 18 Jul 2006 11:23:39 +0000 (11:23 +0000)]
File.java (deleteOnExit): Fix security check.

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

* java/io/File.java (deleteOnExit): Fix security check.

From-SVN: r115551

18 years agore PR c/28286 (ICE with invalid value in #pragma pack)
Volker Reichelt [Tue, 18 Jul 2006 10:08:22 +0000 (10:08 +0000)]
re PR c/28286 (ICE with invalid value in #pragma pack)

PR c/28286
* c-pragma.c (handle_pragma_pack): Handle invalid constants.

* gcc.dg/pragma-pack-4.c: New test.

From-SVN: r115548

18 years agore PR c/26993 (ICE on invalid code with weakref)
Alexandre Oliva [Tue, 18 Jul 2006 06:41:13 +0000 (06:41 +0000)]
re PR c/26993 (ICE on invalid code with weakref)

PR c/26993
* c-common.c (handle_weakref_attribute): Ignore attribute in
the same conditions the alias attribute is ignored.

From-SVN: r115545

18 years agodbxout.c (dbxout_function_end): Do not increment scope_labelno.
Carlos O'Donell [Tue, 18 Jul 2006 04:16:02 +0000 (04:16 +0000)]
dbxout.c (dbxout_function_end): Do not increment scope_labelno.

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

* dbxout.c (dbxout_function_end): Do not increment scope_labelno.
(dbxout_begin_prologue): Increment scope_labelno.

From-SVN: r115544

18 years agore PR middle-end/27889 (ICE on complex assignment in nested function)
Richard Henderson [Tue, 18 Jul 2006 01:17:52 +0000 (18:17 -0700)]
re PR middle-end/27889 (ICE on complex assignment in nested function)

        PR 27889
        * tree-nested.c (create_tmp_var_for): Set DECL_COMPLEX_GIMPLE_REG_P
        if needed.

From-SVN: r115541

18 years agogmon-sol2.c: Silence compilation warnings by partially synchronizing code with...
Roger Sayle [Tue, 18 Jul 2006 00:29:20 +0000 (00:29 +0000)]
gmon-sol2.c: Silence compilation warnings by partially synchronizing code with...

* config/i386/gmon-sol2.c: Silence compilation warnings by partially
synchronizing code with config/sparc/gmon-sol2.c.  Remove #if 0
blocks.  #include "tconfig.h" and "tsystem.h" to prototype system
functions such as sbrk, write, etc..  Add function prototypes.
Convert function declarations from K&R to ISO C.  Cast pointers
to "long" and "unsigned long" instead of "int" and "unsigned int".
Convert tokens following #endif into comments.

Co-Authored-By: Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
From-SVN: r115540

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

From-SVN: r115538

18 years agoerrno.h: New file.
Roger Sayle [Mon, 17 Jul 2006 23:54:22 +0000 (23:54 +0000)]
errno.h: New file.

* tests/base/errno.h: New file.
* tests/base/architecture/ppc/math.h: Likewise.
* tests/base/ia64/sys/getppdp.h: Likewise.

From-SVN: r115534

18 years agoinvoke.texi: Remove mention of f77...
Toon Moene [Mon, 17 Jul 2006 18:05:39 +0000 (20:05 +0200)]
invoke.texi: Remove mention of f77...

2006-07-17  Toon Moene  <toon@moene.indiv.nluug.nl>

* invoke.texi: Remove mention of f77; Reformat table for
inline parameter options correctly; mention that -malign-double
is default on x86-64 targets.

From-SVN: r115529

18 years agotree-chrec.c (avoid_arithmetics_in_type_p): New.
Zdenek Dvorak [Mon, 17 Jul 2006 17:09:39 +0000 (19:09 +0200)]
tree-chrec.c (avoid_arithmetics_in_type_p): New.

* tree-chrec.c (avoid_arithmetics_in_type_p): New.
(convert_affine_scev, chrec_convert_aggressive): Use
avoid_arithmetics_in_type_p.  Do not check for the subtypes
separately.

From-SVN: r115528

18 years agoMakefile.def: Add dependencies for configure-opcodes on configure-intl and all-opcode...
Jakub Jelinek [Mon, 17 Jul 2006 17:06:27 +0000 (19:06 +0200)]
Makefile.def: Add dependencies for configure-opcodes on configure-intl and all-opcodes on...

* Makefile.def: Add dependencies for configure-opcodes
on configure-intl and all-opcodes on all-intl.
* Makefile.in: Regenerated.

From-SVN: r115527

18 years agore PR c++/28291 (ICE on invalid designated initializer)
Steve Ellcey [Mon, 17 Jul 2006 15:33:14 +0000 (15:33 +0000)]
re PR c++/28291 (ICE on invalid designated initializer)

PR c++/28291
* g++.dg/ext/pr28291.C: New test.

From-SVN: r115526

18 years agore PR middle-end/28403 (Missed argument pop after doubleword shift)
Richard Sandiford [Mon, 17 Jul 2006 15:31:12 +0000 (15:31 +0000)]
re PR middle-end/28403 (Missed argument pop after doubleword shift)

gcc/
PR middle-end/28403
* optabs.c (expand_doubleword_shift): Wrap the call to
do_compare_rtx_and_jump with NO_DEFER_POP and OK_DEFER_POP.

gcc/testsuite/
PR middle-end/28403
* gcc.c-torture/execute/pr28403.c: New test.

From-SVN: r115525

18 years agore PR middle-end/28402 (Doubleword shifts implemented using word_mode libcalls)
Richard Sandiford [Mon, 17 Jul 2006 15:29:19 +0000 (15:29 +0000)]
re PR middle-end/28402 (Doubleword shifts implemented using word_mode libcalls)

gcc/
PR middle-end/28402
* optabs.c (expand_binop): Pass next_methods rather than methods
to expand_doubleword_shift.

gcc/testsuite/
PR middle-end/28402
* gcc.dg/pr28402.c: New test.

From-SVN: r115524

18 years agore PR c++/28291 (ICE on invalid designated initializer)
Steve Ellcey [Mon, 17 Jul 2006 15:28:17 +0000 (15:28 +0000)]
re PR c++/28291 (ICE on invalid designated initializer)

PR c++/28291
* decl.c (reshape_init_class): Return error_mark_node on error.

From-SVN: r115523

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