platform/upstream/gcc.git
18 years agoDaily bump.
GCC Administrator [Sun, 30 Jul 2006 00:17:33 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r115816

18 years agore PR middle-end/28071 (A file that can not be compiled in reasonable time/space)
Jan Hubicka [Sat, 29 Jul 2006 13:14:22 +0000 (15:14 +0200)]
re PR middle-end/28071 (A file that can not be compiled in reasonable time/space)

PR rtl-optimization/28071
* cfgrtl.c (rtl_delete_block): Free regsets.
* flow.c (allocate_bb_life_data): Re-use regsets if available.

From-SVN: r115810

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

From-SVN: r115806

18 years agoMakefile.in: Use $(HEADER_H) instead of header.h in dependencies and variables used...
Volker Reichelt [Fri, 28 Jul 2006 23:45:11 +0000 (23:45 +0000)]
Makefile.in: Use $(HEADER_H) instead of header.h in dependencies and variables used in...

* Makefile.in: Use $(HEADER_H) instead of header.h in dependencies
and variables used in dependencies.

ada/ cp/ fortran/ java/ objc/ objcp/ treelang/

* Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies.

From-SVN: r115802

18 years agore PR c++/27668 (ICE with invalid template parameter)
Lee Millward [Fri, 28 Jul 2006 17:01:19 +0000 (17:01 +0000)]
re PR c++/27668 (ICE with invalid template parameter)

        PR c++/27668
        PR c++/27962
        * pt.c (process_template_parm) Store invalid template
        parameters as error_mark_node in the paramater list.
        (push_inline_template_parms_recursive): Handle invalid
        template parameters.
        (comp_template_parms): Likewise.
        (check_default_tmpl_arg): Likewise.
        (coerce_template_template_parms): Likewise.
        (mangle_class_name_for_template): Likewise.
        (tsubst_template_parms): Likewise.
        * error.c (dump_template_argument_list): Likewise.

        * g++.dg/template/crash55.C: New test.
        * g++.dg/template/nontype16.C: New test.
        * g++.dg/template/void2.C: Adjust error markers.
        * g++.dg/template/nontype5.C: Adjust error markers.

From-SVN: r115800

18 years agonatSharedLibLoader.cc (init): Don't set curLoader to VMClassLoader::bootLoader.
Andrew Haley [Fri, 28 Jul 2006 16:44:49 +0000 (16:44 +0000)]
natSharedLibLoader.cc (init): Don't set curLoader to VMClassLoader::bootLoader.

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

        * gnu/gcj/runtime/natSharedLibLoader.cc (init): Don't set
        curLoader to VMClassLoader::bootLoader.

From-SVN: r115797

18 years agore PR libgcj/13604 (AccessController unfinished)
Gary Benson [Fri, 28 Jul 2006 10:54:11 +0000 (10:54 +0000)]
re PR libgcj/13604 (AccessController unfinished)

2006-07-28  Gary Benson  <gbenson@redhat.com>
    Casey Marshall <csm@gnu.org>

PR libgcj/13604:
* include/java-stack.h (GetClassMethodStack): Declare.
* stacktrace.cc (GetClassMethodStack): New method.
* java/security/AccessController.java: Removed.
* java/security/VMAccessController.java: New file.
* java/security/natVMAccessController.cc: Likewise.
* Makefile.am (nat_source_files): Added the above.
* sources.am, Makefile.in: Rebuilt.

Co-Authored-By: Casey Marshall <csm@gnu.org>
From-SVN: r115793

18 years agoSecurityManager.java (currentClassLoader, [...]): Remerged javadoc.
Gary Benson [Fri, 28 Jul 2006 10:47:54 +0000 (10:47 +0000)]
SecurityManager.java (currentClassLoader, [...]): Remerged javadoc.

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

* java/lang/SecurityManager.java (currentClassLoader,
currentLoadedClass, classLoaderDepth, checkAccess, checkRead,
checkWrite, checkTopLevelWindow, checkPrintJobAccess,
checkSystemClipboardAccess, checkAwtEventQueueAccess,
checkPackageList): Remerged javadoc.

From-SVN: r115792

18 years agoprims.cc (_Jv_CreateJavaVM): Move setting runtimeInitialized from the start to the...
Gary Benson [Fri, 28 Jul 2006 07:40:17 +0000 (07:40 +0000)]
prims.cc (_Jv_CreateJavaVM): Move setting runtimeInitialized from the start to the end of the function.

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

* prims.cc (_Jv_CreateJavaVM): Move setting runtimeInitialized
from the start to the end of the function.  Remove references
to VMThrowable.trace_enabled.
* java/lang/natVMThrowable.cc (fillInStackTrace): Use
runtimeInitialized rather than trace_enabled to decide
whether to inhibit stack trace generation.
* java/lang/VMThrowable.java (trace_enabled): Removed.

From-SVN: r115791

18 years agoPR libstdc++/19664 round 3
Benjamin Kosnik [Fri, 28 Jul 2006 04:57:34 +0000 (04:57 +0000)]
PR libstdc++/19664 round 3

2006-07-27  Benjamin Kosnik  <bkoz@wells.artheist.org>

PR libstdc++/19664 round 3
* include/Makefile.am (tr1_headers): Add hashtable_policy.h.
* include/Makefile.in: Regenerate.
* include/tr1/hashtable: Move policy classes into...
* include/tr1/hashtable_policy.h: ... this. New.

* src/globals_locale.cc: Move contents....
* src/locale_init.cc: ... to here, put in anonymous namespace.
* src/Makefile.am: Remove globals_locale.cc.
* src/Makefile.in: Regenerate.

* src/locale.cc: Convert __gnu_internal to anonymous namespace.
* src/debug.cc: Same.
* src/ext-inst.cc: Same.
* src/mt_allocator.cc: Same.
* src/pool_allocator.cc: Same.

* include/tr1/random: Convert std::tr1::_Private to anonymous
namespace.
* include/tr1/random.tcc: Same.

* include/tr1/hashtable: Move ::Internal to std::tr1::detail and
enclose bits that can actually be internal in in anonymous
namespace.
* include/tr1/unordered_set: Adjust explicit qualifications for
namespace changes.
* include/tr1/unordered_map: Same.

* include/tr1/cmath: Convert __gnu_internal to nested detail namespace.

* include/bits/cpp_type_traits.h: Move __type_type into anonymous
namespace.

* include/ext/rope: Change _Rope_constants to anonymous namespace.
* include/ext/ropeimpl.h: Same.
* src/ext-inst.cc: Same.

From-SVN: r115790

18 years ago* cp-tree.h: Fix a comment typo.
Kazu Hirata [Fri, 28 Jul 2006 01:56:58 +0000 (01:56 +0000)]
* cp-tree.h: Fix a comment typo.

From-SVN: r115789

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

From-SVN: r115786

18 years ago2006-07-27 Arjan van de Ven <arjan@linux.intel.com>
Arjan van de Ven [Thu, 27 Jul 2006 23:12:08 +0000 (23:12 +0000)]
2006-07-27  Arjan van de Ven <arjan@linux.intel.com>

* config/i386/i386.md (stack_tls_protect_set_di) Use %gs rather than
%fs for -mcmodel=kernel.
(stack_tls_protect_test_di): Likewise.

* testsuite/gcc.target/i386/stack-prot-kernel.c: New test.

From-SVN: r115782

18 years agoMakefile.in: Use mkinstalldirs.
Carlos O'Donell [Thu, 27 Jul 2006 22:02:18 +0000 (22:02 +0000)]
Makefile.in: Use mkinstalldirs.

gcc/

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

* Makefile.in: Use mkinstalldirs.

From-SVN: r115781

18 years agore PR driver/28437 (multiple fno-builtin-* flags broken)
H.J. Lu [Thu, 27 Jul 2006 21:26:55 +0000 (21:26 +0000)]
re PR driver/28437 (multiple fno-builtin-* flags broken)

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

PR driver/28437
* opts-common.c (prune_options): Skip joined switches.

From-SVN: r115780

18 years agore PR middle-end/28071 (A file that can not be compiled in reasonable time/space)
Jan Hubicka [Thu, 27 Jul 2006 17:10:07 +0000 (19:10 +0200)]
re PR middle-end/28071 (A file that can not be compiled in reasonable time/space)

PR rtl-optimization/28071
* hashtab.c (htab_empty): Clear out n_deleted/n_elements;
downsize the hashtable.

From-SVN: r115779

18 years agore PR middle-end/28071 (A file that can not be compiled in reasonable time/space)
Jan Hubicka [Thu, 27 Jul 2006 16:03:22 +0000 (18:03 +0200)]
re PR middle-end/28071 (A file that can not be compiled in reasonable time/space)

PR rtl-optimization/28071
* cselib.c (cselib_process_insn): Don't remove useless values too
often for very large hashtables.

From-SVN: r115777

18 years agore PR middle-end/28071 (A file that can not be compiled in reasonable time/space)
Jan Hubicka [Thu, 27 Jul 2006 16:02:27 +0000 (18:02 +0200)]
re PR middle-end/28071 (A file that can not be compiled in reasonable time/space)

PR rtl-optimization/28071
* global.c (greg_obstack): New obstack.
(allocate_bb_info): Use it.
(free_bb_info): Likewise.
(modify_reg_pav): Likewise.

From-SVN: r115776

18 years agobuiltins.c (fold_fixed_mathfn): When long and long long are the same size...
Roger Sayle [Thu, 27 Jul 2006 14:02:27 +0000 (14:02 +0000)]
builtins.c (fold_fixed_mathfn): When long and long long are the same size...

* builtins.c (fold_fixed_mathfn): When long and long long are the
same size, canonicalize llceil*, llfloor*, llround* and llrint*
functions to their lceil*, lfloor*, lround* and lrint* forms.

* gcc.dg/builtins-55.c: New test case.

From-SVN: r115775

18 years agore PR target/28508 (Assembler Error: operand out of range (145 not between -128 and...
Kazuhiro Inaoka [Thu, 27 Jul 2006 12:21:39 +0000 (12:21 +0000)]
re PR target/28508 (Assembler Error: operand out of range (145 not between -128 and 127) form m32r-target)

PR gcc/28508
* config/m32r/m32r.md (branch_insn): Reduce pc range for short branch.
 (rev_branch_insn): Likewise.

From-SVN: r115773

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

From-SVN: r115769

18 years agore PR middle-end/28071 (A file that can not be compiled in reasonable time/space)
Jan Hubicka [Wed, 26 Jul 2006 22:51:56 +0000 (00:51 +0200)]
re PR middle-end/28071 (A file that can not be compiled in reasonable time/space)

PR rtl-optimization/28071
* regmove.c (reg_is_remote_constant_p): Avoid quadratic behaviour.
(reg_set_in_bb, max_reg_computed): New static variables.
(regmove_optimize): Free the new array.
(fixup_match_1): Update call of reg_is_remote_constant_p.

From-SVN: r115765

18 years agore PR tree-optimization/27882 (segfault in ipa-inline.c, if (e->callee->local.disrega...
Jan Hubicka [Wed, 26 Jul 2006 20:17:32 +0000 (22:17 +0200)]
re PR tree-optimization/27882 (segfault in ipa-inline.c, if (e->callee->local.disregard_inline_limits)

PR tree-optimization/27882
* cgraph.c (cgraph_remove_node): Clear needed, reachable, next, previous
and decl fields.
* cgraphunit.c (cgraph_reset_node): Expect cgraph_remove_node to kill
next pointer
(cgraph_analyze_compilation_unit): Likewise.
* ipa.c (cgraph_remove_unreachable_nodes): Likewise.
* ipa-inline.c (cgraph_decide_recursive_inlining): Likewise.
(cgraph_early_inlinine): Make order garbage collected.
* Makefile.in (gt-ipa-inline): New garbagecollected file.

From-SVN: r115763

18 years agodbxout.c (output_types_sort): Add a comment.
Daniel Jacobowitz [Wed, 26 Jul 2006 17:38:37 +0000 (17:38 +0000)]
dbxout.c (output_types_sort): Add a comment.

* dbxout.c (output_types_sort): Add a comment.
(output_used_types): Free the VEC.

From-SVN: r115762

18 years agofunction.c (reorder_fix_fragments): Delete.
Daniel Jacobowitz [Wed, 26 Jul 2006 17:31:54 +0000 (17:31 +0000)]
function.c (reorder_fix_fragments): Delete.

* function.c (reorder_fix_fragments): Delete.
(reorder_blocks): Don't call it.
(reorder_blocks_1): Put all subblocks under the origin block.

From-SVN: r115761

18 years agore PR target/27907 (ICE in expand_simple_unop, at optabs.c:2307)
Zdenek Dvorak [Wed, 26 Jul 2006 16:47:28 +0000 (18:47 +0200)]
re PR target/27907 (ICE in expand_simple_unop, at optabs.c:2307)

PR rtl-optimization/27907
* expr.c (force_operand): Use convert_move to handle FLOAT_EXTEND and
FLOAT_TRUNCATE.

* gcc.c-torture/compile/pr27907.c: New test.

From-SVN: r115760

18 years agointrinsic.c (add_functions): Add INT2, SHORT, INT8, LONG, LSTAT, MCLOCK and MCLOCK8...
François-Xavier Coudert [Wed, 26 Jul 2006 11:58:48 +0000 (11:58 +0000)]
intrinsic.c (add_functions): Add INT2, SHORT, INT8, LONG, LSTAT, MCLOCK and MCLOCK8 intrinsic functions.

* intrinsic.c (add_functions): Add INT2, SHORT, INT8, LONG,
LSTAT, MCLOCK and MCLOCK8 intrinsic functions.
(add_subroutines): Add LSTAT intrinsic subroutine.
* gfortran.h (gfc_generic_isym_id): Add GFC_ISYM_INT2,
GFC_ISYM_INT8, GFC_ISYM_LONG, GFC_ISYM_LSTAT, GFC_ISYM_MCLOCK
and GFC_ISYM_MCLOCK8.
* iresolve.c (gfc_resolve_int2, gfc_resolve_int8,
gfc_resolve_long, gfc_resolve_lstat, gfc_resolve_mclock,
gfc_resolve_mclock8, gfc_resolve_lstat_sub): New functions.
* check.c (gfc_check_intconv): New function.
* trans-intrinsic.c (gfc_conv_intrinsic_function): Add cases for
the added GFC_ISYM_*.
* simplify.c (gfc_simplify_intconv, gfc_simplify_int2,
gfc_simplify_int8, gfc_simplify_long): New functions.
* intrinsic.h (gfc_check_intconv, gfc_simplify_int2,
gfc_simplify_int8, gfc_simplify_long, gfc_resolve_int2,
gfc_resolve_int8, gfc_resolve_long, gfc_resolve_lstat,
gfc_resolve_mclock, gfc_resolve_mclock8, gfc_resolve_lstat_sub):
Add prototypes.

* gfortran.dg/mclock.f90: New test.
* gfortran.dg/int_conv_1.f90: New test.
* gfortran.dg/stat_1.f90: New test.
* gfortran.dg/stat_2.f90: New test.

* configure.ac: Check for function clock.
* Makefile.am: Compile new file intrinsics/clock.c.
* intrinsics/clock.c: New file.
* Makefile.in: Regenerate.
* configure: Regenerate.
* config.h.in: Regenerate.
* intrinsics/stat.c: Rename the old stat_i?_sub functions to
helper functions stat_i?_sub_0, and use them for both STAT and
LSTAT.

From-SVN: r115754

18 years agoFix typo in previous commit, pr number.
Jerry DeLisle [Wed, 26 Jul 2006 01:48:41 +0000 (01:48 +0000)]
Fix typo in previous commit, pr number.

From-SVN: r115751

18 years agore PR fortran/28335 (flush() / write() statement on closed units - error?)
Jerry DeLisle [Wed, 26 Jul 2006 01:47:13 +0000 (01:47 +0000)]
re PR fortran/28335 (flush() / write() statement on closed units - error?)

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

PR libgfortran/28335
* gfortran.dg/no_unit_error_1.f90: New test.
* gfortran.dg/no_unit_error_2.f90: New test.
* gfortran.dg/temporary_1.f90: Remove extraneous CLOSE.

From-SVN: r115750

18 years ago2006-07-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>
Jerry DeLisle [Wed, 26 Jul 2006 01:40:29 +0000 (01:40 +0000)]
2006-07-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/258335
* close.c (st_close): Add error when UNIT does not exist.
* file_position.c (st_flush): Add error when UNIT does not exist.

From-SVN: r115749

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

From-SVN: r115747

18 years agore PR middle-end/28473 (with -O, casting result of round(x) to uint64_t produces...
Roger Sayle [Tue, 25 Jul 2006 23:21:56 +0000 (23:21 +0000)]
re PR middle-end/28473 (with -O, casting result of round(x) to uint64_t produces wrong values for x > INT_MAX)

PR middle-end/28473
* convert.c (convert_to_integer): When transforming (T)foo(x) into
bar(x) check that bar's result type can represent all the values of T.

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

From-SVN: r115742

18 years agotree-chrec.c (chrec_convert_aggressive): Return NULL on failure.
Zdenek Dvorak [Tue, 25 Jul 2006 20:38:37 +0000 (22:38 +0200)]
tree-chrec.c (chrec_convert_aggressive): Return NULL on failure.

* tree-chrec.c (chrec_convert_aggressive): Return NULL on failure.

From-SVN: r115740

18 years agoffi.h.in (ffi_type_ulong, [...]): Define correctly for 32-bit architectures.
Torsten Schoenfeld [Tue, 25 Jul 2006 20:01:22 +0000 (20:01 +0000)]
ffi.h.in (ffi_type_ulong, [...]): Define correctly for 32-bit architectures.

2006-07-25  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* include/ffi.h.in (ffi_type_ulong, ffi_type_slong): Define correctly
for 32-bit architectures.
* testsuite/libffi.call/return_ul.c: New test case.

From-SVN: r115739

18 years agoggc-page.c (NUM_SIZE_LOOKUP): New constant - the length of the size_lookup[] array.
Nick Clifton [Tue, 25 Jul 2006 15:33:50 +0000 (15:33 +0000)]
ggc-page.c (NUM_SIZE_LOOKUP): New constant - the length of the size_lookup[] array.

* ggc-page.c (NUM_SIZE_LOOKUP): New constant - the length of the size_lookup[] array.
  (ggc_alloc_stat): Use NUM_SIZE_LOOKUP.
  (ggc_pch_count_object): Likewise.
  (ggc_pch_alloc_object): Likewise.
  (ggc_pch_write_object): Likewise.
  (init_ggc): Do not attempt to initialize entries in the size_lookup[] array
  for objects whose size is greater than than the length of the array.

From-SVN: r115738

18 years agodbxout.c (output_used_types_helper): Push queued types on a VEC.
Daniel Jacobowitz [Tue, 25 Jul 2006 12:31:33 +0000 (12:31 +0000)]
dbxout.c (output_used_types_helper): Push queued types on a VEC.

* dbxout.c (output_used_types_helper): Push queued types
on a VEC.
(output_types_sort): New.
(output_used_types): Collect used types on a VEC and sort them
before emission.

From-SVN: r115735

18 years agoconfig.guess: Import from src (was more updated).
Paolo Bonzini [Tue, 25 Jul 2006 08:41:02 +0000 (08:41 +0000)]
config.guess: Import from src (was more updated).

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

* config.guess: Import from src (was more updated).
* config.sub: Likewise.

From-SVN: r115734

18 years agore PR bootstrap/26188 (4.2.0 fails to compile on FreeBSD 4.11)
Paolo Bonzini [Tue, 25 Jul 2006 08:30:38 +0000 (08:30 +0000)]
re PR bootstrap/26188 (4.2.0 fails to compile on FreeBSD 4.11)

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

PR build/26188
        * stdint.m4: Test for uintptr_t even on systems with uint64_t or uint32_t.

libdecnumber:
2006-07-25  Paolo Bonzini  <bonzini@gnu.org>

PR build/26188
* configure: Regenerate.

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

PR build/26188
* configure: Regenerate.

From-SVN: r115733

18 years agoarithmetic_if.f90: Fix comments.
Steven G. Kargl [Tue, 25 Jul 2006 05:08:33 +0000 (05:08 +0000)]
arithmetic_if.f90: Fix comments.

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

* gfortran.dg/arithmetic_if.f90:  Fix comments.

From-SVN: r115732

18 years agore PR c++/27572 (ICE on typedef in parameter declaration)
Volker Reichelt [Tue, 25 Jul 2006 00:57:10 +0000 (00:57 +0000)]
re PR c++/27572 (ICE on typedef in parameter declaration)

PR c++/27572
* decl.c (grokdeclarator): Return error_mark_node after invalid
typedef.

* g++.dg/other/typedef1.C: New test.
* g++.dg/template/typedef4.C: New test.
* g++.dg/template/typedef5.C: New test.

From-SVN: r115729

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

From-SVN: r115727

18 years agore PR fortran/28416 (ICE on allocatable codes)
Erik Edelmann [Mon, 24 Jul 2006 20:15:59 +0000 (20:15 +0000)]
re PR fortran/28416 (ICE on allocatable codes)

fortran/
2006-07-24  Erik Edelmann  <eedelman@gcc.gnu.org>

        PR fortran/28416
        * trans-array.c (gfc_conv_array_parameter): Give special treatment
        for ALLOCATABLEs if they are themselves dummy variables.

testsuite/
2006-07-24  Erik Edelmann  <eedelman@gcc.gnu.org>

        PR fortran/28416
        * gfortran.dg/allocatable_dummy_3.f90: New.

From-SVN: r115721

18 years agore PR fortran/28439 ([4.1 only] Multiple evaluations of arithmetic if condition)
Steven G. Kargl [Mon, 24 Jul 2006 16:54:01 +0000 (16:54 +0000)]
re PR fortran/28439 ([4.1 only] Multiple evaluations of arithmetic if condition)

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

PR fortran/28439
* gfortran.dg/arithmetic_if.f90:  New test.

From-SVN: r115718

18 years agocinttypes: Simply protect everything with _GLIBCXX_USE_C99_INTTYPES_TR1.
Paolo Carlini [Mon, 24 Jul 2006 12:30:28 +0000 (12:30 +0000)]
cinttypes: Simply protect everything with _GLIBCXX_USE_C99_INTTYPES_TR1.

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

* include/tr1/cinttypes: Simply protect everything with
_GLIBCXX_USE_C99_INTTYPES_TR1.
* include/tr1/cfenv: Likewise with _GLIBCXX_USE_C99_FENV_TR1.
* include/tr1/cstdint: Likewise with _GLIBCXX_USE_C99_STDINT_TR1.

From-SVN: r115715

18 years agore PR middle-end/28463 (Using -fdump-tree-optimized causes a huge compile time memory...
Richard Guenther [Mon, 24 Jul 2006 11:42:52 +0000 (11:42 +0000)]
re PR middle-end/28463 (Using -fdump-tree-optimized causes a huge compile time memory regression)

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

PR middle-end/28463
* cgraph.c (cgraph_remove_node): Do not check if dumps
are enabled.
* cgraphunit.c (cgraph_optimize): Likewise.

From-SVN: r115714

18 years agore PR middle-end/28071 (A file that can not be compiled in reasonable time/space)
Jan Hubicka [Mon, 24 Jul 2006 11:27:53 +0000 (13:27 +0200)]
re PR middle-end/28071 (A file that can not be compiled in reasonable time/space)

PR rtl-optimization/28071
* tree-cfg.c (tree_split_block): Do not allocate new stmt_list nodes.
* tree-iterator.c (tsi_split_statement_list_before): Do not crash when
splitting before first stmt.

From-SVN: r115713

18 years agore PR middle-end/28071 (A file that can not be compiled in reasonable time/space)
Jan Hubicka [Mon, 24 Jul 2006 11:23:21 +0000 (13:23 +0200)]
re PR middle-end/28071 (A file that can not be compiled in reasonable time/space)

PR rtl-optimization/28071
* ipa-inline.c (update_caller_keys): Remove edges that
are no longer inline candidates.

From-SVN: r115712

18 years agovisibility-11.c: Enlarge test array to 1024 bytes to avoid memcpy optimization.
Uros Bizjak [Mon, 24 Jul 2006 05:43:14 +0000 (07:43 +0200)]
visibility-11.c: Enlarge test array to 1024 bytes to avoid memcpy optimization.

* gcc.dg/visibility-11.c: Enlarge test array to 1024 bytes to
avoid memcpy optimization.

From-SVN: r115705

18 years agore PR debug/27473 (g++.dg/other/unused1.C and gcc.dg/20060410.c fail on powerpc-darwin)
Daniel Jacobowitz [Mon, 24 Jul 2006 02:59:36 +0000 (02:59 +0000)]
re PR debug/27473 (g++.dg/other/unused1.C and gcc.dg/20060410.c fail on powerpc-darwin)

PR debug/27473
* dbxout.c (output_used_types_helper, output_used_types): New.
(dbxout_symbol): Call output_used_types.

From-SVN: r115704

18 years agore PR c++/28460 (g++ emits bogus namespace DIE)
Daniel Jacobowitz [Mon, 24 Jul 2006 02:58:08 +0000 (02:58 +0000)]
re PR c++/28460 (g++ emits bogus namespace DIE)

PR c++/28460
* decl.c (grokvardecl): Use FROB_CONTEXT.
* pt.c (register_specialization): Likewise.

From-SVN: r115703

18 years agore PR libfortran/25289 (Cannot handle record numbers large than huge(0_4))
Jerry DeLisle [Mon, 24 Jul 2006 00:26:08 +0000 (00:26 +0000)]
re PR libfortran/25289 (Cannot handle record numbers large than huge(0_4))

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

PR fortran/25289
* gfortran.dg/direct_io_6.f90: New test.

From-SVN: r115702

18 years agowin32-threads.h (_Jv_Thread_t): Explicitly name the struct.
Mohan Embar [Mon, 24 Jul 2006 00:22:25 +0000 (00:22 +0000)]
win32-threads.h (_Jv_Thread_t): Explicitly name the struct.

2006-07-23  Mohan Embar  <gnustuff@thisiscool.com>

* include/win32-threads.h (_Jv_Thread_t): Explicitly
name the struct.

From-SVN: r115701

18 years agore PR libfortran/25289 (Cannot handle record numbers large than huge(0_4))
Jerry DeLisle [Mon, 24 Jul 2006 00:19:45 +0000 (00:19 +0000)]
re PR libfortran/25289 (Cannot handle record numbers large than huge(0_4))

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

PR fortran/25289
* gfortran.h: Declare gfc_large_io_int_kind.
* trans-types.c (gfc_init_kinds): Set gfc_large_io_int_kind
to size 8 or 4.
* trans-io.c (enum iofield_type): Add large_io_int type.
(gfc_build_st_parameter): Same.
(gfc_build_io_library_fndecls): Same.
* ioparm_def: Use large_io_int to define rec.

From-SVN: r115700

18 years agore PR libfortran/25289 (Cannot handle record numbers large than huge(0_4))
Jerry DeLisle [Mon, 24 Jul 2006 00:17:52 +0000 (00:17 +0000)]
re PR libfortran/25289 (Cannot handle record numbers large than huge(0_4))

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

PR libgfortran/25289
* libgfortran.h: Add conditional definition of GFC_LARGE_IO_INT type.
* io/io.h (st_parameter_dt): Define rec as type GFC_LARGE_IO_INT.

From-SVN: r115698

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

From-SVN: r115697

18 years agore PR c/25795 (Proccessing the attribute externally_visible too early)
Jan Hubicka [Mon, 24 Jul 2006 00:16:16 +0000 (02:16 +0200)]
re PR c/25795 (Proccessing the attribute externally_visible too early)

PR c/25795
PR c++/27369
* cgraph.c (cgraph_varpool_nodes): Export.
(decide_is_variable_needed): Ignored "used" attribute in
unit-at-a-time mode.
* cgraph.h (cgraph_varpool_nodes): Declare.
* cgraphunit.c (decide_is_function_needed): Ignored "used" attribute in
unit-at-a-time mode.

* gcc.dg/pr25795.c: New test.
* gcc.dg/pr25795-1.c: New test.

From-SVN: r115693

18 years agojvmti.cc (_Jv_JVMTI_SuspendThread): Add missing JNICALL attribute.
Mohan Embar [Sun, 23 Jul 2006 23:59:24 +0000 (23:59 +0000)]
jvmti.cc (_Jv_JVMTI_SuspendThread): Add missing JNICALL attribute.

2006-07-23  Mohan Embar  <gnustuff@thisiscool.com>

* jvmti.cc (_Jv_JVMTI_SuspendThread): Add missing JNICALL
attribute.
(_Jv_JVMTI_ResumeThread): Likewise.
(_Jv_JVMTI_DisposeEnvironment): Likewise.

From-SVN: r115692

18 years agofold-cond-1.c: Increase test case portability by checking that "g ? 1 ...
Roger Sayle [Sun, 23 Jul 2006 21:13:07 +0000 (21:13 +0000)]
fold-cond-1.c: Increase test case portability by checking that "g ? 1 ...

* gcc.dg/fold-cond-1.c: Increase test case portability by checking
that "g ? 1 : h" doesn't match, instead of checking for "(g | h) != 0"
which may be transformed to "g || h" on some platforms.

From-SVN: r115691

18 years agore PR c++/28025 (multiple template friend compile error)
Mark Mitchell [Sun, 23 Jul 2006 20:28:26 +0000 (20:28 +0000)]
re PR c++/28025 (multiple template friend compile error)

PR c++/28025
* cp-tree.h (LOOKUP_HIDDEN): New macro.  Reformat comments.
* name-lookup.c (unqualified_namespace_lookup): There is no way to
have a hidden name in non-namespace scopes.
* pt.c (tsubst_friend_class): Look for hidden names.
* decl.c (lookup_and_check_tag): Fix typo in comment.
* semantics.c (finish_compound_literal): Fix typo in comment.
PR c++/28025
* g++.dg/template/friend45.C: New test.

From-SVN: r115687

18 years agore PR target/28247 (libstdc++ cannot be build with Solaris threads)
Roger Sayle [Sun, 23 Jul 2006 20:14:44 +0000 (20:14 +0000)]
re PR target/28247 (libstdc++ cannot be build with Solaris threads)

PR target/28247
* gthr-solaris.h: Prototype __gthrw forms of thr_self, mutex_init and
mutex_destroy even when !_LIBOOBJC.  Remove duplicate prototype of
the __gthrw form of thr_keycreate.
(__gthread_key_delete): Silence the unused argument warning.

From-SVN: r115686

18 years agore PR debug/25468 (-g makes g++ loop forever)
Steven Bosscher [Sun, 23 Jul 2006 17:56:34 +0000 (17:56 +0000)]
re PR debug/25468 (-g makes g++ loop forever)

2006-07-23  Steven Bosscher  <steven@gcc.gnu.org>

PR debug/25468
* config/elfos.h (ASM_OUTPUT_ASCII): Remove 'register' marks.
Cache the last found '\0' marker to avoid quadratic behavior.

From-SVN: r115685

18 years agoconfigure.in: Allow mingw32 and cygwin targets to build cross-gdb.
Daniel Jacobowitz [Sun, 23 Jul 2006 03:50:24 +0000 (03:50 +0000)]
configure.in: Allow mingw32 and cygwin targets to build cross-gdb.

* configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
* configure: Regenerated.

From-SVN: r115684

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

From-SVN: r115682

18 years ago* i386.md (subsi_3_zext): Fix output template.
Jan Hubicka [Sat, 22 Jul 2006 23:41:18 +0000 (01:41 +0200)]
* i386.md (subsi_3_zext): Fix output template.

From-SVN: r115678

18 years agore PR fortran/28439 ([4.1 only] Multiple evaluations of arithmetic if condition)
Steven Bosscher [Sat, 22 Jul 2006 17:55:35 +0000 (17:55 +0000)]
re PR fortran/28439 ([4.1 only] Multiple evaluations of arithmetic if condition)

2006-07-22  Steven Bosscher  <steven@gcc.gnu.org>

PR fortran/28439
* trans-stmt.c (gfc_trans_arithmetic_if): Evaluate the condition once.

From-SVN: r115677

18 years agoFix typo in Changelog.
Jerry DeLisle [Sat, 22 Jul 2006 03:21:10 +0000 (03:21 +0000)]
Fix typo in Changelog.

From-SVN: r115672

18 years agore PR fortran/28339 (gfortran misses a record from a format statement)
Jerry DeLisle [Sat, 22 Jul 2006 03:18:33 +0000 (03:18 +0000)]
re PR fortran/28339 (gfortran misses a record from a format statement)

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

        PR libgfortran/28339
        * gfortran.dg/arrayio_8.f90: New test.

From-SVN: r115671

18 years agore PR fortran/28339 (gfortran misses a record from a format statement)
Jerry DeLisle [Sat, 22 Jul 2006 03:14:27 +0000 (03:14 +0000)]
re PR fortran/28339 (gfortran misses a record from a format statement)

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

PR libgfortran/28339
* io/transfer.c (next_record_w): Use next_array_record result to set
END_FILE. (write_block): Test for END_FILE before the next write occurs.
* io/unit.c (get_internal_unit): Initialize iunit->endfile for internal
unit.

From-SVN: r115670

18 years agonatPlainSocketImplPosix.cc (bind): Clear SockAddr before using - needed for OS X...
Mohan Embar [Sat, 22 Jul 2006 01:42:25 +0000 (01:42 +0000)]
natPlainSocketImplPosix.cc (bind): Clear SockAddr before using - needed for OS X/PPC.

2006-07-21  Mohan Embar  <gnustuff@thisiscool.com>

* gnu/java/net/natPlainSocketImplPosix.cc (bind): Clear
SockAddr before using - needed for OS X/PPC.

From-SVN: r115669

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

From-SVN: r115663

18 years agorandom: Make include guards consistent.
Benjamin Kosnik [Fri, 21 Jul 2006 23:54:41 +0000 (23:54 +0000)]
random: Make include guards consistent.

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

* include/tr1/random: Make include guards consistent.
* include/tr1/unordered_map: Same.
* include/tr1/hashtable: Same.
* include/tr1/unordered_set: Same.

From-SVN: r115656

18 years agoboehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration, just the contents.
Keith Seitz [Fri, 21 Jul 2006 23:45:03 +0000 (23:45 +0000)]
boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration, just the contents.

        * boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration,
        just the contents.
        (_Jv_ResumeThread): Likewise.
        * posix-threads.cc: Revert 2006-06-19 _Jv_ThreadDebugSuspend,
        _Jv_ThreadDebugResume, _Jv_ThreadDebugSuspendCount patch. Moving
        to JVMTI instead.
        * include/posix-threads.h: Likewise.
        * win32-threads.cc: Likewise.
        * include/win32-threads.h: Likewise.
        * jvmti.cc (_Jv_JVMTI_SuspentThread): New function.
        (_Jv_JVMTI_ResumeThread): New function.
        (_Jv_JVMTI_Interface): Define SuspendThread and ResumeThread.

From-SVN: r115655

18 years agore PR target/26792 (need to use autoconf when using newly-added libgcc functions)
Steve Ellcey [Fri, 21 Jul 2006 21:11:46 +0000 (21:11 +0000)]
re PR target/26792 (need to use autoconf when using newly-added libgcc functions)

PR target/26792
* configure.ac: Use GCC_CHECK_UNWIND_GETIPINFO to
define HAVE_GETIPINFO.
* aclocal.m4: Add include of ../config/unwind_ipinfo.m4.
* config.h.in: Regenerate.
* configure: Regenerate.
* Makefile.in: Regenerate.
* libmath/Makefile.in: Regenerate.
* include/Makefile.in: Regenerate.
* src/Makefile.in: Regenerate.
* libsupc++/Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.
* po/Makefile.in: Regenerate.
* libsupc++/eh_personality.cc: Check HAVE_GETIPINFO.

From-SVN: r115654

18 years agore PR target/26792 (need to use autoconf when using newly-added libgcc functions)
Steve Ellcey [Fri, 21 Jul 2006 21:07:15 +0000 (21:07 +0000)]
re PR target/26792 (need to use autoconf when using newly-added libgcc functions)

PR target/26792
* unwind_ipinfo.m4: New.

From-SVN: r115653

18 years agoeh_personality.cc: Wrap extern C function definitions in namespace __cxxabiv1.
Jason Merrill [Fri, 21 Jul 2006 21:06:19 +0000 (17:06 -0400)]
eh_personality.cc: Wrap extern C function definitions in namespace __cxxabiv1.

        * libsupc++/eh_personality.cc: Wrap extern C function
        definitions in namespace __cxxabiv1.

From-SVN: r115652

18 years agodecl2.c (determine_visibility): Don't propagate visibility from type to decl.
Jason Merrill [Fri, 21 Jul 2006 21:00:20 +0000 (17:00 -0400)]
decl2.c (determine_visibility): Don't propagate visibility from type to decl.

        * decl2.c (determine_visibility): Don't propagate visibility from
        type to decl.
        (constrain_class_visibility): Don't warn in system headers.
        Don't warn about pointer fields.

From-SVN: r115651

18 years agore PR libgcj/28426 (libgcj header files installed in wrong location in cross build)
David Daney [Fri, 21 Jul 2006 20:49:06 +0000 (20:49 +0000)]
re PR libgcj/28426 (libgcj header files installed in wrong location in cross build)

libstdc++-v3/
PR libgcj/28426
* acinclude.m4: Added a comment.
config/
PR libgcj/28426
* gxx-include-dir.m4: Use target_alias in path for cross build.
libjava/
PR libgcj/28426
* configure: Regenerated.

From-SVN: r115650

18 years agoinvoke.texi (C++ Dialect Options): Note that -fvisibility-inlines-hidden doesn't...
Mike Stump [Fri, 21 Jul 2006 20:39:19 +0000 (20:39 +0000)]
invoke.texi (C++ Dialect Options): Note that -fvisibility-inlines-hidden doesn't affect explicitly instantiationed...

* doc/invoke.texi (C++ Dialect Options): Note that
-fvisibility-inlines-hidden doesn't affect explicitly
instantiationed inline methods.

cp:
* decl2.c (determine_visibility_from_class): Don't use hidden
visibility for explicit instantiations.

testsuite:
* g++.dg/ext/visibility/fvisibility-inlines-hidden-3.C: New test.

From-SVN: r115649

18 years ago* gcc.c-torture/unsorted/dump-noaddr.x: Fix test case name.
Mike Stump [Fri, 21 Jul 2006 20:19:08 +0000 (20:19 +0000)]
* gcc.c-torture/unsorted/dump-noaddr.x: Fix test case name.

From-SVN: r115648

18 years ago* java/io/OutputStreamWriter.java (flush): Create work if null.
Mark Wielaard [Fri, 21 Jul 2006 19:13:22 +0000 (19:13 +0000)]
* java/io/OutputStreamWriter.java (flush): Create work if null.

From-SVN: r115647

18 years agonatThread.cc (_Jv_ThreadGetData): New function.
Keith Seitz [Fri, 21 Jul 2006 18:50:48 +0000 (18:50 +0000)]
natThread.cc (_Jv_ThreadGetData): New function.

        * java/lang/natThread.cc (_Jv_ThreadGetData): New function.
        * Makefile.am (java/lang/Thread.h): Add friend function
        _Jv_ThreadGetData.
        * Makefile.in: Regenerate.

From-SVN: r115646

18 years agore PR c++/28250 (ICE with invalid catch)
Volker Reichelt [Fri, 21 Jul 2006 09:59:57 +0000 (09:59 +0000)]
re PR c++/28250 (ICE with invalid catch)

PR c++/28250
* pt.c (tsubst_expr): Only apply DECL_TEMPLATE_INSTANTIATED to
valid decls.  Cleanup.

* g++.dg/eh/catch3.C: New test.

From-SVN: r115643

18 years agore PR c++/28363 (Default template parameter causes compiler segfault)
Volker Reichelt [Fri, 21 Jul 2006 09:41:16 +0000 (09:41 +0000)]
re PR c++/28363 (Default template parameter causes compiler segfault)

PR c++/28363
* semantics.c (check_template_template_default_arg): Simplify
error handling.

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

From-SVN: r115640

18 years agoconfig.gcc (i[34567]86-*-solaris2*): Add usegas.h to $tm_file if the target assembler...
Roger Sayle [Fri, 21 Jul 2006 05:31:33 +0000 (05:31 +0000)]
config.gcc (i[34567]86-*-solaris2*): Add usegas.h to $tm_file if the target assembler is GNU binutils' gas.

* config.gcc (i[34567]86-*-solaris2*): Add usegas.h to $tm_file
if the target assembler is GNU binutils' gas.
* config/i386/sol2-10.h (ASM_SPEC): Check USE_GAS to determine
whether to pass GNU gas or native as command line options.

From-SVN: r115638

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

From-SVN: r115636

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