OSDN Git Service

pf3gnuchains/gcc-fork.git
18 years ago2005-07-07 Khem Raj <kraj@mvista.com>
pbrook [Thu, 7 Jul 2005 22:14:07 +0000 (22:14 +0000)]
2005-07-07  Khem Raj  <kraj@mvista.com>

* config/arm/arm.c (thumb_output_function_prologue): Calculate offset
in bytes, not words.

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

18 years ago * libgfortran.h (GFC_ARRAY_DESCRIPTOR): Replace 'type *base' by
tobi [Thu, 7 Jul 2005 22:08:06 +0000 (22:08 +0000)]
* libgfortran.h (GFC_ARRAY_DESCRIPTOR): Replace 'type *base' by
'size_t offset'.
* intrinsics/cshift0.c, intrinsics/eoshift0.c,
intrinsics/eoshift2.c,intrinsics/pack_generic.c,
intrinsics/reshape_generic.c, intrinsics/spread_generic.c,
intrinsics/transpose_generic.c, intrinsics/unpack_generic,
m4/cshift1.m4, m4/eoshift1.m4, m4/eoshift3.m4, m4/iforeach.m4,
m4/ifunction.m4, m4/matmul.m4, m4/matmull.m4, m4/reshape.m4,
m4,transpose.m4: Set renamed field 'offset' to zero instead of
'base'.
* generated/all_l4.c, generated/all_l8.c,
generated/any_l4.c, generated/any_l8.c, generated/count_4_l4.c,
generated/count_4_l8.c, generated/count_8_l4.c,
generated/count_8_l8.c, generated/chift1_4.c,
generated/cshift1_8.c, generated/eoshift1_4.c,
generated/eoshift1_8.c, generated/eoshift3_4.c,
generated/eoshift3_8.c, generated/matmul_c4.c,
generated/matmul_c8.c, generated/matmul_i4.c, matmul_i8.c,
generated/matmul_l4.c, generated/matmul_l8.c,
generated/matmul_r4.c, generated/matmul_r8.c,
generated/maxloc0_4_i4.c, generated/maxloc0_4_i8.c,
generated/maxloc0_4_r4.c, generated/maxloc0_4_r8.c,
generated/maxloc0_8_i4.c, generated/maxloc0_8_i8.c,
generated/maxloc0_8_r4.c, generated/maxloc0_8_r8.c,
generated/maxloc1_4_i4.c, generated/maxloc1_4_i8.c,
generated/maxloc1_4_r4.c, generated/maxloc1_4_r8.c,
generated/maxloc1_8_i4.c, generated/maxloc1_8_i8.c,
generated/maxloc1_8_r4.c, generated/maxloc1_8_r8.c,
generated/maxval_i4.c, generated/maxval_i8.c,
generated/maxval_r4.c, generated/maxval_r8.c,
generated/minloc0_4_i4.c, generated/minloc0_4_i8.c,
generated/minloc0_4_r4.c, generated/minloc0_4_r8.c,
generated/minloc0_8_i4.c, generated/minloc0_8_i8.c,
generated/minloc0_8_r4.c, generated/minloc0_8_r8.c,
generated/minloc1_4_i4.c, generated/minloc1_4_i8.c,
generated/minloc1_4_r4.c, generated/minloc1_4_r8.c,
generated/minloc1_8_i4.c, generated/minloc1_8_i8.c,
generated/minloc1_8_r4.c, generated/minloc1_8_r8.c,
generated/minval_i4.c, generated/minval_i8.c,
generated/minval_r4.c, generated/minval_r8.c,
generated/product_c4.c, generated/product_c8.c,
generated/product_i4.c, generated/product_i8.c,
generated/product_r4.c, generated/product_r8.c,
generated/reshape_c4.c, generated/reshape_c8.c,
generated/reshape_i4.c, generated/reshape_i8.c,
generated/sum_c4.c, generated/sum_c8.c, generated/sum_i4.c,
generated/sum_i8.c, generated/sum_r4.c, generated/sum_r8.c,
generated/transpose_c4.c, generated/transpose_c8.c,
generated/transpose_i4.c, generated/transpose_i8.c: Regenerate:

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

18 years ago2005-07-07 Thomas Koenig <Thomas.Koenig@online.de>
tkoenig [Thu, 7 Jul 2005 22:01:41 +0000 (22:01 +0000)]
2005-07-07  Thomas Koenig  <Thomas.Koenig@online.de>

PR libfortran/21594
* intrinsics/eoshift0.c:  If abs(shift) > len, fill the
the whole array with the boundary value, but don't overrun it.
* intrinsics/eoshift2.c:  Likewise.
* m4/eoshift1.m4:  Likewise.
* m4/eoshift3.m4:  Likewise.
* generated/eoshift1_4.c:  Regenerated.
* generated/eoshift1_8.c:  Regenerated.
* generated/eoshift3_4.c:  Regenerated.
* generated/eoshift3_8.c:  Regenerated.

2005-07-07  Thomas Koenig  <Thomas.Koenig@online.de>

PR libfortran/21594
* gfortran.fortran-torture/execute/intrinsic_eoshift.f90:
Add test cases where the shift length is greater than the
array length.

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

18 years ago2005-07-07 Paul Brook <paul@codesourcery.com>
pbrook [Thu, 7 Jul 2005 21:43:10 +0000 (21:43 +0000)]
2005-07-07  Paul Brook  <paul@codesourcery.com>

* config/arm/arm.c (arm_pad_arg_upward): Compare return value of
DEFAULT_FUNCTION_ARG_PADDING to upward.

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

18 years ago[gcc/testsuite/ChangeLog]
zlaski [Thu, 7 Jul 2005 21:10:00 +0000 (21:10 +0000)]
[gcc/testsuite/ChangeLog]
2005-07-07  Ziemowit Laski  <zlaski@apple.com>

       * obj-c++.dg/gnu-runtime-2.mm: Compile, do not run.
       * objc.dg/gnu-runtime-2.m: Likewise.

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

18 years ago * function.c (locate_and_pad_parm): Record parameter alignment in
rth [Thu, 7 Jul 2005 21:04:31 +0000 (21:04 +0000)]
    * function.c (locate_and_pad_parm): Record parameter alignment in
        stack_alignment_needed.

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

18 years ago * gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java:New
aluchko [Thu, 7 Jul 2005 20:54:04 +0000 (20:54 +0000)]
    * gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java:New
        file.

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

18 years ago * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
mmitchel [Thu, 7 Jul 2005 18:40:19 +0000 (18:40 +0000)]
* MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
Brolley to write-after-approval.

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

18 years ago * scanner.c (load_line): Add pbuflen argument, don't make
jakub [Thu, 7 Jul 2005 15:58:16 +0000 (15:58 +0000)]
* scanner.c (load_line): Add pbuflen argument, don't make
buflen static.  If maxlen == 0 or preprocessor_flag,
don't truncate at buflen, but at maxlen.  In xrealloc add
1 byte at the end for the terminating '\0'.  Don't fill
with spaces up to buflen, but gfc_option.fixed_line_length.
(load_file): Adjust load_line caller.  Add line_len variable.

* gfortran.dg/longline.f: New test.

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

18 years ago * scanner.c (preprocessor_line): Only set current_file->line when errors
jakub [Thu, 7 Jul 2005 15:55:53 +0000 (15:55 +0000)]
* scanner.c (preprocessor_line): Only set current_file->line when errors
have not been encountered.  Warn and don't crash if a file leave
preprocessor line has no corresponding entering line.  Formatting.

* gfortran.dg/badline.f: New test.

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

18 years ago * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
schwab [Thu, 7 Jul 2005 15:39:19 +0000 (15:39 +0000)]
* Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
* Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
* Makefile.in: Regenerated.

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

18 years ago2005-07-07 Bryce McKinlay <mckinlay@redhat.com>
bryce [Thu, 7 Jul 2005 14:43:59 +0000 (14:43 +0000)]
2005-07-07  Bryce McKinlay  <mckinlay@redhat.com>

PR java/18119
* parse.y (inner_class_accessible): New function. Logic moved from
check_inner_class_access.
(check_inner_class_access): Use inner_class_accessible.
(resolve_inner_class): Simplify arguments. Create circularity hash
here. Keep looking for classes if we found one that was
inaccessible. Return the inaccessible class only if there is no other
match.
(do_resolve_class): Update for new resolve_inner_class arguments.
Don't create circularity_hash here.

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

18 years ago * pt.c (type_unification_real): Remove allow_incomplete argument.
nathan [Thu, 7 Jul 2005 14:38:33 +0000 (14:38 +0000)]
* pt.c (type_unification_real): Remove allow_incomplete argument.
Remove unreachable code.
(fn_type_unification): Adjust call to type_unification_real.
(unify): Likewise.

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

18 years ago2005-07-07 Bryce McKinlay <mckinlay@redhat.com>
bryce [Thu, 7 Jul 2005 14:34:53 +0000 (14:34 +0000)]
2005-07-07  Bryce McKinlay  <mckinlay@redhat.com>

        PR java/21045
* parse.y (add_exception_to_throws): New function.
(purge_unchecked_exceptions): Removed.
(get_constructor_super): Renamed from verify_constructor_super. Now
returns the super constructor after verification.
(java_complete_expand_method): Don't use purge_unchecked_exceptions
or save/restore the exception list.
(check_thrown_exceptions): Add uncaught exceptions in anonymous
class initializers and constructors to the throws clause of the
method.

2005-07-07  Bryce McKinlay  <mckinlay@redhat.com>

        * testsuite/libjava.compile/PR21045.java: New test.
        * testsuite/libjava.jacks/jacks.xfail: Remove 15.9.5.1-exception-1,
        15.9.5.1-exception-3, 8.3.2-abrupt-6, 8.3.2-abrupt-7.

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

18 years ago * config/rs6000/rs6000.md (UNSPEC_SYNC, UNSPEC_SYNC_OP,
dje [Thu, 7 Jul 2005 14:30:14 +0000 (14:30 +0000)]
* config/rs6000/rs6000.md (UNSPEC_SYNC, UNSPEC_SYNC_OP,
UNSPEC_SYNC_SWAP, UNSPEC_LWSYNC, UNSPEC_ISYNC): Delete.
(UNSPECV_LL, UNSPECV_SC, UNSPECV_ATOMIC, UNSPECV_SYNC,
UNSPECV_SYNC_OP, UNSPECV_CMPXCHG, UNSPECV_LWSYNC, UNSPECV_ISYNC): New.
(define_attr "type"): Add isync, sync, load_l, store_c.
* config/rs6000/sync.md (memory_barrier): Change to define_expand.
Create scratch volatile MEM.
(sync_internal): New.  POWER mnemonic is dcs, not ics.  Attribute
sync.
(load_locked_<mode>): New.
(store_conditional_<mode>): New.
(sync_compare_and_swap<mode>): Replace with splitter.
(sync_lock_test_and_set<mode>): Replace with splitter.
(sync_<fetchop><mode>): Change to unspec_volatile UNSPECV_SYNC_OP
and UNSPECV_ISYNC.
(isync): Change to unspec_volatile UNSPECV_ISYNC.  POWER mnemonic
is ics.  Attribute isync.
(lwsync): Change to unspec_volatile UNSPECV_LWSYNC.  Attribute
lwsync.
* config/rs6000/rs6000.c (rs6000_emit_sync): Use UNSPEC_VOLATILE
and UNSPECV_SYNC_OP.
(emit_unlikely_jump): New.
(emit_load_locked): New.
(emit_store_conditional): New.
(rs6000_split_compare_and_swap): New.
(rs6000_split_lock_test_and_set): New.
(is_dispatch_slot_restricted): Return 4 for TYPE_LOAD_L,
TYPE_STORE_C, TYPE_ISYNC, TYPE_SYNC.
* config/rs6000/rs6000-protos.h (rs6000_split_compare_and_swap,
rs6000_split_lock_test_and_set): Declare.
* config/rs6000/{40x.md,440.md,603.md,6xx.md,7450.md,7xx.md,8540.md,
mpc.md,power4.md,power5.md,rios1.md,rios2.md,rs64.md): Add load_l,
store_c, isync, sync.

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

18 years ago * testsuite/ext/pb_assoc/example/tree_order_statistics_join.cc:
dje [Thu, 7 Jul 2005 13:35:25 +0000 (13:35 +0000)]
* testsuite/ext/pb_assoc/example/tree_order_statistics_join.cc:
Change map_t to map_type.

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

18 years ago2005-07-07 Kelley Cook <kcook@gcc.gnu.org>
kcook [Thu, 7 Jul 2005 12:37:16 +0000 (12:37 +0000)]
2005-07-07  Kelley Cook  <kcook@gcc.gnu.org>

* Makefile.in (echo_quoted_to_gtyp): New template for outputing
filenames to gtyp-gen.h.
(s-typ-gen): Use it in place of for loops.

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

18 years ago * primary.c (match_hollerith_constant): Use int, not unsigned int,
steven [Thu, 7 Jul 2005 11:59:29 +0000 (11:59 +0000)]
* primary.c (match_hollerith_constant): Use int, not unsigned int,
for the hollerith length.  Fix indentation.

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

18 years ago * hooks.c (hook_bool_rtx_int_false): New function.
amylaar [Thu, 7 Jul 2005 11:48:15 +0000 (11:48 +0000)]
* hooks.c (hook_bool_rtx_int_false): New function.
* hooks.h (hook_bool_rtx_int_false): Declare.
* target-def.h (TARGET_COMMUTATIVE_P): Define.
(TARGET_INITIALIZER): Add TARGET_COMMUTATIVE_P.
* target.h (struct gcc_target): Add commutative_p member.
* targhooks.c (hook_bool_rtx_commutative_p): New function.
* targhooks.h (hook_bool_rtx_commutative_p): Declare.
* pa.c (TARGET_COMMUTATIVE_P): Redefine.
(pa_commutative_p): New function.
* jump.c (target.h): Include.
(rtx_renumbered_equal_p): Use targetm.commutative_p.
* doc/tm.texi: Document TARGET_COMMUTATIVE_P.

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

18 years ago2005-07-07 Adrian Straetling <straetling@de.ibm.com>
uweigand [Thu, 7 Jul 2005 10:34:57 +0000 (10:34 +0000)]
2005-07-07  Adrian Straetling  <straetling@de.ibm.com>

* config/s390/s390-protos.h (s390_expand_clrmem): Delete.
(s390_expand_setmem): New.
* config/s390/s390.c: Likewise.
(print_shift_count_operand): Truncate to 12 bits instead of 6.
Adapt comments.
* config/s390/s390.md: ("setmem<mode>"): Accept character as
general_operand.  Call new function "s390_expand_setmem".
("clrmem_long", "*clrmem_long"): Rewrite to ...
("setmem_long", "*setmem_long"): ... this.

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

18 years ago2005-07-07 Adrian Straetling <straetling@de.ibm.com>
uweigand [Thu, 7 Jul 2005 10:25:37 +0000 (10:25 +0000)]
2005-07-07  Adrian Straetling  <straetling@de.ibm.com>

* config/s390/s390.c: (optimization_options): Enable
TARGET_MVCLE at -Os.
* doc/invoke.texi: Document changes in default behaviour.
* config/s390/s390.opt: ("mvcle"): Fix typo: is "mmvcle".

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

18 years ago2005-07-07 Adrian Straetling <straetling@de.ibm.com>
uweigand [Thu, 7 Jul 2005 10:21:05 +0000 (10:21 +0000)]
2005-07-07  Adrian Straetling  <straetling@de.ibm.com>

* expr.c: (set_storage_via_setmem): Convert opchar to mode
defined by back-end.

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

18 years agoresync.
charlet [Thu, 7 Jul 2005 09:48:06 +0000 (09:48 +0000)]
resync.

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

18 years ago2005-07-07 Sergey Rybin <rybin@adacore.com>
charlet [Thu, 7 Jul 2005 09:47:42 +0000 (09:47 +0000)]
2005-07-07  Sergey Rybin  <rybin@adacore.com>

* vms_data.ads: Add VMS qualifiers for new gnatpp switch
--no-separate-is

* gnat_ugn.texi: Add description for new gnatpp option
(--no-separate-is)

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

18 years ago2005-07-07 Thomas Quinot <quinot@adacore.com>
charlet [Thu, 7 Jul 2005 09:47:26 +0000 (09:47 +0000)]
2005-07-07  Thomas Quinot  <quinot@adacore.com>

* expect.c: Minor reformatting

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

18 years ago2005-07-07 Bernard Banner <banner@adacore.com>
charlet [Thu, 7 Jul 2005 09:47:10 +0000 (09:47 +0000)]
2005-07-07  Bernard Banner  <banner@adacore.com>

* tracebak.c: Refine tracebacks to use Unwind_Backtrace scheme on
ia64 platform only on platforms that you the GCC unwind library
rather than the system unwind library.

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

18 years ago2005-07-07 Ed Schonberg <schonberg@adacore.com>
charlet [Thu, 7 Jul 2005 09:47:00 +0000 (09:47 +0000)]
2005-07-07  Ed Schonberg  <schonberg@adacore.com>

* sem_ch8.adb (Find_Direct_Name): Handle properly the case of a
generic package that contains local declarations with the same name.
(Analyze_Object_Renaming): Check wrong renaming of incomplete type.

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

18 years ago2005-07-07 Ed Schonberg <schonberg@adacore.com>
charlet [Thu, 7 Jul 2005 09:46:48 +0000 (09:46 +0000)]
2005-07-07  Ed Schonberg  <schonberg@adacore.com>
    Javier Miranda  <miranda@adacore.com>

* par-load.adb (Load): If a child unit is loaded through a limited_with
clause, each parent must be loaded as a limited unit as well.

* sem_ch10.adb (Previous_Withed_Unit): Better name for
Check_Withed_Unit. Return true if there is a previous with_clause for
this unit, whether limited or not.
(Expand_Limited_With_Clause): Do not generate a limited_with_clause on
the current unit.
(Is_Visible_Through_Renamings): New local subprogram of install_limited
_withed_unit that checks if some package installed through normal with
clauses has a renaming declaration of package whose limited-view is
ready to be installed. This enforces the check of the rule 10.1.2 (21/2)
of the current Draft document for Ada 2005.
(Analyze_Context): Complete the list of compilation units that
are allowed to contain limited-with clauses. It also contains
checks that were previously done by Install_Limited_Context_Clauses.
This makes the code more clear and easy to maintain.
(Expand_Limited_With_Clause) It is now a local subprogram of
Install_Limited_Context_Clauses, and contains the code that adds
the implicit limited-with clauses for parents of child units.
This functionality was prevously done by Analyze_Context.

* sem_ch4.adb (Analyze_Selected_Component): Check wrong use of
incomplete type.

* sem_ch7.adb (Analyze_Package_Declaration): Check if the package has
been erroneously named in a limited-with clause of its own context.
In this case the error has been previously notified by Analyze_Context.

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

18 years ago2005-07-07 Olivier Hainque <hainque@adacore.com>
charlet [Thu, 7 Jul 2005 09:46:29 +0000 (09:46 +0000)]
2005-07-07  Olivier Hainque  <hainque@adacore.com>

PR ada/22301

* raise.c: Only include unwind.h if IN_RTS, and provide dummy type
definitions for the Unwind wrappers in the compiler case.

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

18 years ago2005-07-07 Javier Miranda <miranda@adacore.com>
charlet [Thu, 7 Jul 2005 09:46:16 +0000 (09:46 +0000)]
2005-07-07  Javier Miranda  <miranda@adacore.com>

* freeze.adb (Freeze_Entity): Check wrong uses of tag incomplete types.

* par-ch3.adb (P_Type_Declaration): Give support to tagged incomplete
types:
--
  type DEFINING_IDENTIFIER [DISCRIMINANT_PART] [IS TAGGED];
--

* sem_attr.adb (Check_Not_Incomplete_Type): Additional checks for wrong
use of tag incomplete types.

* sem_ch3.adb (Analyze_Incomplete_Type): Add mininum decoration to
give support to tagged incomplete types.

* sem_ch5.adb (Analyze_Case_Statement): In generated code, if the
expression is a discriminant reference and its type is private, as can
happen within a stream operation for a mutable record, use the full
view of the type to resolve the case alternatives.
(Analyze_Assignment): Check wrong dereference of incomplete types.

* sem_ch6.adb (Process_Formals): Allow the use of tagged incomplete
types.

* sem_res.adb (Resolve_Explicit_Dereference): Allow the use of tagged
incomplete types.

* sinfo.adb (Taggged_Present/Set_Taggged_Present): Applicable to
N_Incomplete_Type_Declaration nodes.

* sinfo.ads (N_Incomplete_Type_Declaration): Addition of attribute
Tag_Present to give support to tagged incomplete types:
--
  type DEFINING_IDENTIFIER [DISCRIMINANT_PART] [IS TAGGED];
--

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

18 years ago2005-07-07 Javier Miranda <miranda@adacore.com>
charlet [Thu, 7 Jul 2005 09:42:10 +0000 (09:42 +0000)]
2005-07-07  Javier Miranda  <miranda@adacore.com>

* exp_ch3.adb (Build_Record_Init_Proc/Freeze_Record_Type):
Reimplementation of the support for abstract interface types in order
to leave the code more clear and easy to maintain.

* exp_ch6.adb (Freeze_Subprogram): Reimplementation of the support for
abstract interface types in order to leave the code clearer and easier
to maintain.

* exp_disp.ads, exp_disp.adb (Fill_DT_Entry): Part of its functionality
is now implemented by the new subprogram Fill_Secondary_DT_Entry.
(Fill_Secondary_DT_Entry): Generate the code necessary to fill the
appropriate entry of the secondary dispatch table.
(Make_DT): Add code to inherit the secondary dispatch tables of
the ancestors.

* exp_util.adb (Find_Interface_Tag/Find_Interface_ADT): Instead of
implementing both functionalities by means of a common routine, each
routine has its own code.

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

18 years ago2005-07-07 Eric Botcazou <ebotcazou@adacore.com>
charlet [Thu, 7 Jul 2005 09:41:56 +0000 (09:41 +0000)]
2005-07-07  Eric Botcazou  <ebotcazou@adacore.com>

* decl.c (gnat_to_gnu_entity) <E_Procedure>: Do not strip the padding
type if the parameter is not passed by copy but reference by default.

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

18 years ago2005-07-07 Vincent Celier <celier@adacore.com>
charlet [Thu, 7 Jul 2005 09:41:44 +0000 (09:41 +0000)]
2005-07-07  Vincent Celier  <celier@adacore.com>

* bindgen.adb (Gen_Output_File_C): When switch -a was specified, put
the destructor/constructor attributes for <lib>final/<lib>init.

* gnatbind.adb (Gnatbind): Allow -a to be used in conjunction with -C

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

18 years ago2005-07-07 Pascal Obry <obry@adacore.com>
charlet [Thu, 7 Jul 2005 09:41:29 +0000 (09:41 +0000)]
2005-07-07  Pascal Obry  <obry@adacore.com>

* g-socthi-mingw.adb (C_Inet_Addr): New body used to convert the
returned type on Windows.

* g-socthi-mingw.ads (C_Inet_Addr): Remove pragma Import for this
routine.

* g-socket.adb (Inet_Addr): Check for empty Image and raises an
exception in this case.
Simplify the code as "Image (Image'Range)" = "Image".

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

18 years ago * config/sparc/sparc.md (stack_protect_testsi): Put clobbers after
jakub [Thu, 7 Jul 2005 08:26:18 +0000 (08:26 +0000)]
* config/sparc/sparc.md (stack_protect_testsi): Put clobbers after
all sets in the pattern.
* config/rs6000/rs6000.md (stack_protect_testsi,
stack_protect_testdi): Likewise.

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

18 years agoReal commit for Hollerith constants.
fengwang [Thu, 7 Jul 2005 07:56:46 +0000 (07:56 +0000)]
Real commit for Hollerith constants.

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

18 years agoFor the 60th anniversary of Chinese people��s Anti-Japan war victory.
fengwang [Thu, 7 Jul 2005 07:54:58 +0000 (07:54 +0000)]
For the 60th anniversary of Chinese people��s Anti-Japan war victory.

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

PR fortran/16531
PR fortran/15966
PR fortran/18781
* arith.c (gfc_hollerith2int, gfc_hollerith2real,
gfc_hollerith2complex, gfc_hollerith2character, gfc_hollerith2logical):
New functions.
(eval_intrinsic): Don't evaluate if Hollerith constant arguments exist.
* arith.h (gfc_hollerith2int, gfc_hollerith2real,
gfc_hollerith2complex, gfc_hollerith2character, gfc_hollerith2logical):
Add prototypes.
* expr.c (free_expr0): Free memery allocated for Hollerith constant.
(gfc_copy_expr): Allocate and copy string if Expr is from Hollerith.
(gfc_check_assign): Enable conversion from Hollerith to other.
* gfortran.h (bt): Add BT_HOLLERITH.
(gfc_expr): Add from_H flag.
* intrinsic.c (gfc_type_letter): Return 'h' for BT_HOLLERITH.
(add_conversions): Add conversions from Hollerith constant to other.
(do_simplify): Don't simplify if  Hollerith constant arguments exist.
* io.c (resolve_tag): Enable array in FORMAT tag under GFC_STD_GNU.
* misc.c (gfc_basetype_name): Return "HOLLERITH" for BT_HOLLERITH.
(gfc_type_name): Print "HOLLERITH" for BT_HOLLERITH.
* primary.c (match_hollerith_constant): New function.
(gfc_match_literal_constant): Add match Hollerith before Integer.
* simplify.c (gfc_convert_constant): Add conversion from Hollerith
to other.
* trans-const.c (gfc_conv_constant_to_tree): Use VIEW_CONVERT_EXPR to
convert Hollerith constant to tree.
* trans-io.c (gfc_convert_array_to_string): Get array's address and
length to set string expr.
(set_string): Deal with array assigned Hollerith constant and character
array.
* gfortran.texi: Document Hollerith constants as extention support.

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

PR fortran/16531
PR fortran/15966
PR fortran/18781
* gfortran.dg/hollerith.f90: New.
* gfortran.dg/hollerith2.f90: New.
* gfortran.dg/hollerith3.f90: New.
* gfortran.dg/hollerith4.f90: New.
* gfortran.dg/hollerith_f95.f90: New.
* gfortran.dg/hollerith_legacy.f90: New.
* gfortran.dg/g77/cpp4.F: New. Port from g77.

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

PR fortran/16531
* io/transfer.c (formatted_transfer): Enable FMT_A on other types to
support Hollerith constants.

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

18 years ago2005-07-07 Feng Wang <fengwang@nudt.edu.cn>
fengwang [Thu, 7 Jul 2005 07:54:40 +0000 (07:54 +0000)]
2005-07-07  Feng Wang  <fengwang@nudt.edu.cn>

        PR fortran/16531
        PR fortran/15966
        PR fortran/18781
        * arith.c (gfc_hollerith2int, gfc_hollerith2real,
        gfc_hollerith2complex, gfc_hollerith2character, gfc_hollerith2logical):
        New functions.
        (eval_intrinsic): Don't evaluate if Hollerith constant arguments exist.
        * arith.h (gfc_hollerith2int, gfc_hollerith2real,
        gfc_hollerith2complex, gfc_hollerith2character, gfc_hollerith2logical):
        Add prototypes.
        * expr.c (free_expr0): Free memery allocated for Hollerith constant.
        (gfc_copy_expr): Allocate and copy string if Expr is from Hollerith.
        (gfc_check_assign): Enable conversion from Hollerith to other.
        * gfortran.h (bt): Add BT_HOLLERITH.
        (gfc_expr): Add from_H flag.
        * intrinsic.c (gfc_type_letter): Return 'h' for BT_HOLLERITH.
        (add_conversions): Add conversions from Hollerith constant to other.
        (do_simplify): Don't simplify if  Hollerith constant arguments exist.
        * io.c (resolve_tag): Enable array in FORMAT tag under GFC_STD_GNU.
        * misc.c (gfc_basetype_name): Return "HOLLERITH" for BT_HOLLERITH.
        (gfc_type_name): Print "HOLLERITH" for BT_HOLLERITH.
        * primary.c (match_hollerith_constant): New function.
        (gfc_match_literal_constant): Add match Hollerith before Integer.
        * simplify.c (gfc_convert_constant): Add conversion from Hollerith
        to other.
        * trans-const.c (gfc_conv_constant_to_tree): Use VIEW_CONVERT_EXPR to
        convert Hollerith constant to tree.
        * trans-io.c (gfc_convert_array_to_string): Get array's address and
        length to set string expr.
        (set_string): Deal with array assigned Hollerith constant and character
        array.
        * gfortran.texi: Document Hollerith constants as extention support.

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

        PR fortran/16531
        PR fortran/15966
        PR fortran/18781
        * gfortran.dg/hollerith.f90: New.
        * gfortran.dg/hollerith2.f90: New.
        * gfortran.dg/hollerith3.f90: New.
        * gfortran.dg/hollerith4.f90: New.
        * gfortran.dg/hollerith_f95.f90: New.
        * gfortran.dg/hollerith_legacy.f90: New.
        * gfortran.dg/g77/cpp4.F: New. Port from g77.

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

        PR fortran/16531
        * io/transfer.c (formatted_transfer): Enable FMT_A on other types to
        support Hollerith constants.

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

18 years ago/objc/ChangeLog]
zlaski [Thu, 7 Jul 2005 06:25:49 +0000 (06:25 +0000)]
/objc/ChangeLog]
2005-07-07  Ziemowit Laski  <zlaski@apple.com>

        PR objc/22274
        * objc-act.c (objc_build_string_object): For GNU-style constants,
        use the @interface type rather than the built-in type.

[gcc/testsuite/ChangeLog]
2005-07-07  Ziemowit Laski  <zlaski@apple.com>

        PR objc/22274
        * obj-c++.dg/gnu-runtime-[1-2].mm: New.
        * objc.dg/gnu-runtime-2.m: New.

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

18 years ago * tree-vrp.c (simplify_using_ranges): Kill.
law [Thu, 7 Jul 2005 05:40:49 +0000 (05:40 +0000)]
    * tree-vrp.c (simplify_using_ranges): Kill.
        (vrp_finalize): Remove call to simplify_using_ranges.
        (simplify_stmt_using_ranges): New function extracted from
        simplify_using_ranges.
        (simplify_div_or_mod_using_ranges): Likewise.
        (simplify_abs_using_ranges): Likewise.
        (simplify_cond_using_ranges): New function.
        * tree-flow.h (simplify_stmt_using_ranges): Prototype.
        * tree-ssa-propagate.c (substitute_and_fold): Call
        simplify_stmt_using_ranges if we have range information.

        * gcc.dg/tree-ssa/vrp17.c: New test.

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

18 years ago2005-07-07 Kelley Cook <kcook@gcc.gnu.org>
kcook [Thu, 7 Jul 2005 02:14:19 +0000 (02:14 +0000)]
2005-07-07  Kelley Cook  <kcook@gcc.gnu.org>

* config.table: Delete file.  Move former contents into ...
* configure.ac: ... here and escape any brackets for m4.
* Makefile.in (config.status): Remove dependency on config.table.
* configure: Regenerate.

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

18 years ago2005-07-07 Kelley Cook <kcook@gcc.gnu.org>
kcook [Thu, 7 Jul 2005 02:09:25 +0000 (02:09 +0000)]
2005-07-07  Kelley Cook  <kcook@gcc.gnu.org>

* config.in: Regenerate for 6/20 change.

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

18 years ago2005-07-07 Feng Wang <fengwang@nudt.edu.cn>
fengwang [Thu, 7 Jul 2005 01:56:04 +0000 (01:56 +0000)]
2005-07-07  Feng Wang  <fengwang@nudt.edu.cn>

PR fortran/22327
* trans-array.c (gfc_trans_array_constructor_value): Fix index of data.

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

PR fortran/22327
* gfortran.dg/array_constructor_5.f90: New test.

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

18 years ago * configure.in: Don't build sim or rda when targetting darwin.
geoffk [Thu, 7 Jul 2005 01:12:59 +0000 (01:12 +0000)]
* configure.in: Don't build sim or rda when targetting darwin.
* configure: Regenerate.

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

18 years agoFix ia64-hpux ABI bug with varargs __float80 argument.
wilson [Thu, 7 Jul 2005 00:20:49 +0000 (00:20 +0000)]
Fix ia64-hpux ABI bug with varargs __float80 argument.
* config/ia64/ia64.c (ia64_expand_movxf_movrf): Don't word swap when
reading/writing general registers.
(ia64_function_arg): Revert 2005-06-18 change.

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

18 years agoDaily bump.
gccadmin [Thu, 7 Jul 2005 00:16:15 +0000 (00:16 +0000)]
Daily bump.

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

18 years agoFix -O0 -fschedule-insns2 ICE.
wilson [Thu, 7 Jul 2005 00:10:54 +0000 (00:10 +0000)]
Fix -O0 -fschedule-insns2 ICE.
* ia64.c (ia64_reorg): Check optimize before ia64_flag_schedule_isns2.

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

18 years ago * pa.c (legitimize_pic_address): Use gcc_assert instead of abort.
danglin [Wed, 6 Jul 2005 23:56:39 +0000 (23:56 +0000)]
* pa.c (legitimize_pic_address): Use gcc_assert instead of abort.
(legitimize_tls_address): Use gcc_unreachable instead of abort.

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

18 years ago * function.c (expand_function_end): Revert part of 2005-06-27
kkojima [Wed, 6 Jul 2005 23:13:51 +0000 (23:13 +0000)]
* function.c (expand_function_end): Revert part of 2005-06-27
patch.  Do sjlj_emit_function_exit_after after return_label.

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

18 years ago * decl.c (gfc_match_entry): Allow ENTRY without parentheses
jakub [Wed, 6 Jul 2005 22:12:25 +0000 (22:12 +0000)]
* decl.c (gfc_match_entry): Allow ENTRY without parentheses
even in FUNCTIONs.

* gfortran.fortran-torture/execute/entry_9.f90: New test.

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

18 years ago * configure.in: Add --enable-libssp and --disable-libssp.
kazu [Wed, 6 Jul 2005 21:26:23 +0000 (21:26 +0000)]
* configure.in: Add --enable-libssp and --disable-libssp.
* configure: Regenerate with autoconf-2.13.

* gcc/doc/install.texi (--disable-libssp): New.

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

18 years agoRemoval of -fforce-mem.
fjahanian [Wed, 6 Jul 2005 21:08:02 +0000 (21:08 +0000)]
Removal of -fforce-mem.
OKed by Richard Henderson.

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

18 years ago * aclocal.m4: Work around a bug in AC_PATH_PROGS when its last
kazu [Wed, 6 Jul 2005 20:12:53 +0000 (20:12 +0000)]
* aclocal.m4: Work around a bug in AC_PATH_PROGS when its last
argument is empty.
* configure: Regenerate.

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

18 years ago * java/io/InputStreamReader.java (refill): Handle no-progress
tromey [Wed, 6 Jul 2005 20:10:41 +0000 (20:10 +0000)]
* java/io/InputStreamReader.java (refill): Handle no-progress
case correctly.
* gnu/gcj/convert/IOConverter.java: Add 'utf8' alias.

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

18 years ago * sh.c (final_prescan_insn): Undo bogus change from 2005-05-09.
amylaar [Wed, 6 Jul 2005 19:19:18 +0000 (19:19 +0000)]
* sh.c (final_prescan_insn): Undo bogus change from 2005-05-09.

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

18 years ago2005-07-06 Daniel Berlin <dberlin@dberlin.org>
dberlin [Wed, 6 Jul 2005 16:49:57 +0000 (16:49 +0000)]
2005-07-06  Daniel Berlin  <dberlin@dberlin.org>

Fix PR tree-optimization/22319
Fix PR tree-optimization/22140
Fix PR tree-optimization/22310

* tree-ssa-structalias.c (do_structure_copy): Give up earlier on
variable sized types.
Use correct type for intermediate structure on *a = *b structure
copies.

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

18 years ago * testsuite/libjava.jacks/jacks.xfail: Removed 9.1.3-body-5.
tromey [Wed, 6 Jul 2005 15:07:46 +0000 (15:07 +0000)]
* testsuite/libjava.jacks/jacks.xfail: Removed 9.1.3-body-5.

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

18 years ago * config/rs6000/rs6000.h (RS6000_VARARGS_AREA, RS6000_VARARGS_SIZE):
jakub [Wed, 6 Jul 2005 09:16:53 +0000 (09:16 +0000)]
* config/rs6000/rs6000.h (RS6000_VARARGS_AREA, RS6000_VARARGS_SIZE):
Remove.
(STARTING_FRAME_OFFSET): Don't add RS6000_VARARGS_AREA.
(machine_function): Move typedef to...
* config/rs6000/rs6000.c (machine_function): ... here.  Add
varargs_save_offset field.
(rs6000_stack_t): Remove varargs_size field.
(setup_incoming_varargs): Allocate varargs save area using
assign_stack_local, try to make it as small as possible.
Save offset from virtual_stack_vars_rtx to the save area
in cfun->machine->varargs_save_offset.  Use UNITS_PER_FP_WORD
instead of magic 8 when fp word byte size is used.
(rs6000_va_start): Use cfun->machine->varargs_save_offset
instead of -RS6000_VARARGS_SIZE.
(rs6000_stack_info, debug_stack_info,
rs6000_initial_elimination_offset): Remove all traces of
varargs_size.
* config/rs6000/sysv4.h (RS6000_VARARGS_AREA): Remove.
* config/rs6000/darwin.h (STARTING_FRAME_OFFSET): Don't add
RS6000_VARARGS_AREA.

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

18 years ago PR tree-optimization/21963
rakdver [Wed, 6 Jul 2005 08:13:13 +0000 (08:13 +0000)]
PR tree-optimization/21963
* tree-ssa-loop-ivopts.c (get_computation_aff): Use
constant_multiple_of in the same way get_computation_cost_at does.

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

18 years ago * config/sparc/sparc.h (sparc_compare_emitted): New extern.
jakub [Wed, 6 Jul 2005 07:49:05 +0000 (07:49 +0000)]
* config/sparc/sparc.h (sparc_compare_emitted): New extern.
* config/sparc/sparc.c (sparc_compare_emitted): New variable.
(gen_compare_reg): If sparc_compare_emitted is set, clear it
and return its previous value.
(emit_v9_brxx_insn): Assert sparc_compare_emitted is NULL.
* config/sparc/sparc.md (UNSPEC_SP_SET, UNSPEC_SP_TEST): New
constants.
(stack_protect_set, stack_protect_test): New expanders.
(stack_protect_setsi, stack_protect_setdi, stack_protect_testsi,
stack_protect_testdi): New insns.
* config/sparc/linux.h (TARGET_THREAD_SSP_OFFSET): Define.
* config/sparc/linux64.h (TARGET_THREAD_SSP_OFFSET): Define.

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

18 years ago * tree-ssa-dce.c (cfg_altered): New global.
law [Wed, 6 Jul 2005 05:25:57 +0000 (05:25 +0000)]
    * tree-ssa-dce.c (cfg_altered): New global.
        (tree_dce_init): Initialize cfg_altered.
        (remove_dead_stmt): If we remove an edge in the CFG, then set
        CFG_ALTERED.
        (perform_tree_ssa_dce): If we altered the CFG, then invalidate
        the dominators.

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

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

18 years ago * Makefile.in (stamp-collect-ld): Use
kazu [Wed, 6 Jul 2005 05:17:00 +0000 (05:17 +0000)]
* Makefile.in (stamp-collect-ld): Use
$(ORIGINAL_LD_FOR_TARGET) instead of $<.  Don't remove
./collect-ld if it already exists.
(stamp-nm): Use $(ORIGINAL_NM_FOR_TARGET) instead of $<.
Don't remove ./nm if it already exists.

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

18 years ago * src/pa/ffi.c (ffi_struct_type): Rename FFI_TYPE_SMALL_STRUCT1
danglin [Wed, 6 Jul 2005 03:37:20 +0000 (03:37 +0000)]
* src/pa/ffi.c (ffi_struct_type): Rename FFI_TYPE_SMALL_STRUCT1
as FFI_TYPE_SMALL_STRUCT3.  Break out handling for 5-7 byte
structures.  Kill compilation warnings.
(ffi_closure_inner_LINUX): Print return values as hex in debug
message.  Rename FFI_TYPE_SMALL_STRUCT1 as FFI_TYPE_SMALL_STRUCT3.
Properly handle 5-7 byte structure returns.
* src/pa/ffitarget.h (FFI_TYPE_SMALL_STRUCT1)
(FFI_TYPE_SMALL_STRUCT2): Remove.
(FFI_TYPE_SMALL_STRUCT3, FFI_TYPE_SMALL_STRUCT5)
(FFI_TYPE_SMALL_STRUCT6, FFI_TYPE_SMALL_STRUCT7): Define.
* src/pa/linux.S: Mark source file as using PA1.1 assembly.
(checksmst1, checksmst2): Remove.
(checksmst3): Optimize handling of 3-byte struct returns.
(checksmst567): Properly handle 5-7 byte struct returns.

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

18 years ago * tree-vectorizer.h (struct _loop_vec_info): Remove loop_line_number.
dpatel [Wed, 6 Jul 2005 02:25:08 +0000 (02:25 +0000)]
    * tree-vectorizer.h (struct _loop_vec_info): Remove loop_line_number.
        (LOOP_VINFO_LOC, LOOP_LOC): Remove.
        * tree-vectorizer.c (vect_loop_location): New.
        (vect_print_dump_info): Use vect_loop_location.
        (new_loop_vec_info): Do not set LOOP_VINFO_LOC.
        (vectorize_loops): Set vect_loop_location.
        * tree-vect-analyze.c (vect_analyze_offset_expr,
        vect_determin_vectorization_factor, vect_analyze_operations,
        vect_analyze_scalar_cycles, vect_analyze_data_ref_dependence,
        vect_analyze_data_ref_dependences, vect_compute_data_ref_alignment,
        vect_analyze_data_refs_alignment, vect_analyze_data_ref_access,
        vect_analyze_data_ref_accesses, vect_analyze_pointer_ref_access,
        vect_object_analysis, vect_analyze_data_refs, vect_mark_relevant,
        vect_stmt_relevant_p, vect_mark_stmts_to_be_vectorized,
        vect_can_advance_ivs_p, vect_get_loop_niters, vect_analyze_loop_form,
        vect_analyze_loop): Adjust vect_print_dump_info API.
        * tree-vect-transform.c (vect_create_addr_base_for_vector_ref,
        vect_create_data_ref_ptr, vect_init_vector, vect_get_vec_def_for_operand,
        vect_finish_stmt_generation, vectorizable_assignment,
        vectorizable_operation, vectorizable_store, vectorizable_load,
        vectorizable_live_operation, vectorizable_condition, vect_transform_stmt,
        vect_update_ivs_after_vectorizer, vect_do_peeling_for_loop_bound,
        vect_gen_ninters_for_prolog_loop, vect_do_peeling_for_alignment,
        vect_transform_loop): Same.
        * tree-vectorizer.c (get_vectype_for_scalar_type, vect_is_simple_use,
        vect_is_simple_reduction, vect_is_simple_iv_evolution, vectorize_loops):
        Same.

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

18 years ago * configure.ac (hppa*-*-linux*: Check for a TLS capable gas.
danglin [Wed, 6 Jul 2005 02:18:21 +0000 (02:18 +0000)]
* configure.ac (hppa*-*-linux*: Check for a TLS capable gas.
* configure: Regenerate.
* config/pa/pa-protos.h (tls_symbolic_operand): Declare.
(pa_tls_referenced_p): Declare.
* config/pa/pa.c (legitimize_pic_address): Reject TLS operands.
(gen_tls_tga, gen_tls_get_addr, hppa_tls_call): New.
(legitimize_tls_address): New.
(hppa_legitimize_address): Handle TLS addresses.
(pa_tls_symbol_ref_1, pa_tls_referenced_p): New.
(TARGET_CANNOT_FORCE_CONST_MEM): Define.
(emit_move_sequence): Handle TLS addresses.
(pa_encode_section_info): Call default handler to handle common
sections.
* config/pa/pa.h (PA_SYMBOL_REF_TLS_P): New.
(CONSTANT_ADDRESS_P): Reject TLS operands.
(TARGET_HAVE_TLS) [HAVE_AS_TLS]: Define.
* config/pa/pa.md (UNSPEC_TP, UNSPEC_TLSGD, UNSPEC_TLSLDM)
(UNSPEC_TLSLDO, UNSPEC_TLSLDBASE, UNSPEC_TLSIE)
(UNSPEC_TLSLE): Define new constants.
(tgd_load, tld_load, tld_offset_load, tp_load, tie_load, tle_load): New.
* config/pa/predicates.md (symbolic_operand): Reject TLS operands.
(tls_symbolic_operand, tgd_symbolic_operand, tld_symbolic_operand)
(tie_symbolic_operand, tle_symbolic_operand): New

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

18 years ago2005-07-06 Kelley Cook <kcook@gcc.gnu.org>
kcook [Wed, 6 Jul 2005 01:56:56 +0000 (01:56 +0000)]
2005-07-06  Kelley Cook  <kcook@gcc.gnu.org>

* aclocal.m4: Update macros for autoconf 2.59 style.
* configure.ac: Likewise.

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

18 years ago * pa.c (function_value): Handle small aggregates on 32-bit targets.
danglin [Wed, 6 Jul 2005 01:22:55 +0000 (01:22 +0000)]
* pa.c (function_value): Handle small aggregates on 32-bit targets.
(function_arg): Pass small aggregates in general registers on 32-bit
targets.
* som.h (MEMBER_TYPE_FORCES_BLK): Delete define.

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

18 years agoDaily bump.
gccadmin [Wed, 6 Jul 2005 00:16:26 +0000 (00:16 +0000)]
Daily bump.

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

18 years ago2005-07-05 Paolo Carlini <pcarlini@suse.de>
paolo [Tue, 5 Jul 2005 23:07:18 +0000 (23:07 +0000)]
2005-07-05  Paolo Carlini  <pcarlini@suse.de>

Add class __versa_string, a versatile "basic_string-type" class:
an additional, non-standard, template parameter allows to specify
the preferred base class. Two are provided: __rc_string_base,
which implements a behavior very similar to our standard string,
and __sso_string_base, not reference-counted and optimized for
short strings.
* include/ext/rc_string_base.h: New.
* include/ext/sso_string_base.h: Likewise.
* include/ext/vstring.h: Likewise.
* include/ext/vstring.tcc: Likewise.
* include/ext/vstring_fwd.h: Likewise.
* include/ext/vstring_util.h: Likewise.
* include/Makefile.am: Add.
* include/Makefile.in: Regenerate.
* testsuite/ext/vstring/explicit_instantiation/1.cc: New.
* testsuite/ext/vstring/explicit_instantiation/2.cc: Likewise.
* testsuite/ext/vstring/explicit_instantiation/char/1.cc: Likewise.
* testsuite/ext/vstring/explicit_instantiation/wchar_t/1.cc: Likewise.

* Makefile.in: Regenerate with autotools 1.9.3 (to date, the version
officially used by v3).
* aclocal.m4: Likewise.
* libmath/Makefile.in: Likewise.
* libsupc++/Makefile.in: Likewise.
* po/Makefile.in: Likewise.
* src/Makefile.in: Likewise.
* testsuite/Makefile.in: Likewise.

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

18 years ago2005-07-05 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Tue, 5 Jul 2005 22:37:50 +0000 (22:37 +0000)]
2005-07-05  Andrew Pinski  <pinskia@physics.uc.edu>

        * Makefile.in (final.o): Fix dependencies.

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

18 years ago2005-07-05 Bryce McKinlay <mckinlay@redhat.com>
bryce [Tue, 5 Jul 2005 21:09:57 +0000 (21:09 +0000)]
2005-07-05  Bryce McKinlay  <mckinlay@redhat.com>

        PR java/19674
        * parse.y (interface_member_declaration): Allow empty statements in
        interface declarations.

2005-07-05  Bryce McKinlay  <mckinlay@redhat.com>

* testsuite/libjava.compile/PR19674.java: New test.

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

18 years ago PR c/22013
jsm28 [Tue, 5 Jul 2005 17:50:24 +0000 (17:50 +0000)]
PR c/22013
PR c/22098
* langhooks.h (struct lang_hooks): Add expr_to_decl.
* langhooks.c (lhd_expr_to_decl): New.
* langhooks-def.h (lhd_expr_to_decl, LANG_HOOKS_EXPR_TO_DECL):
New.
(LANG_HOOKS_INITIALIZER): Update.
* tree.c (recompute_tree_invarant_for_addr_expr): Call
expr_to_decl langhook.
* c-tree.h (c_expr_to_decl): Declare.
* c-typeck.c (c_expr_to_decl): New.
(build_unary_op): Do not handle ADDR_EXPR of COMPOUND_LITERAL_EXPR
specially.
* c-objc-common.h (LANG_HOOKS_EXPR_TO_DECL): Define.

testsuite:
* gcc.c-torture/compile/pr22013-1.c,
gcc.c-torture/execute/pr22098-1.c,
gcc.c-torture/execute/pr22098-2.c,
gcc.c-torture/execute/pr22098-3.c: New tests.

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

18 years ago PR c/22308
jsm28 [Tue, 5 Jul 2005 17:34:29 +0000 (17:34 +0000)]
PR c/22308
* c-decl.c (finish_struct): Also copy C_TYPE_FIELDS_READONLY,
C_TYPE_FIELDS_VOLATILE and C_TYPE_VARIABLE_SIZE to type variants.

testsuite:
* gcc.dg/pr22308-1.c: New test.

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

18 years ago * gnu/classpath/jdwp/processor/StringReferenceCommandSet.java:
aluchko [Tue, 5 Jul 2005 17:26:38 +0000 (17:26 +0000)]
    * gnu/classpath/jdwp/processor/StringReferenceCommandSet.java:
        New file.

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

18 years ago2005-07-05 Paolo Bonzini <bonzini@gnu.org>
bonzini [Tue, 5 Jul 2005 16:20:53 +0000 (16:20 +0000)]
2005-07-05  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.in: Adjust dependencies.
* tree-pass.h: Add new passes and passes formerly in tree-optimize.c.
* basic-block.h (duplicate_computed_gotos): Remove, it is now static.
* alias.c (rest_of_handle_cfg, pass_cfg): New.
* bb-reorder.c (duplicate_computed_gotos): Make it static.
* cfgexpand.c (tree_expand_cfg): Add code formerly at the beginning of
rest_of_compilation.

* bb-reorder.c (gate_duplicate_computed_gotos,
pass_duplicate_computed_gotos, gate_handle_reorder_blocks,
rest_of_handle_reorder_blocks, pass_reorder_blocks,
gate_handle_partition_blocks, rest_of_handle_partition_blocks,
pass_partition_blocks): New.
* bt-load.c (gate_handle_branch_target_load_optimize,
rest_of_handle_branch_target_load_optimize,
pass_branch_target_load_optimize): New.
* cfgcleanup.c (rest_of_handle_jump, pass_jump, rest_of_handle_jump2,
pass_jump2): New.
* cfglayout.c (pass_insn_locators_initialize): New.
* cfgrtl.c (pass_free_cfg): New.
* combine.c (gate_handle_combine, rest_of_handle_combine,
pass_combine): New.
* cse.c (gate_handle_cse, rest_of_handle_cse, pass_cse,
gate_handle_cse2, rest_of_handle_cse2, pass_cse2): New.
* emit-rtl.c (pass_unshare_all_rtl, pass_remove_unnecessary_notes): New.
* except.c (pass_set_nothrow_function_flags,
pass_convert_to_eh_region_ranges, gate_handle_eh, rest_of_handle_eh,
pass_rtl_eh): New.
* final.c (pass_compute_alignments, rest_of_handle_final, pass_final,
rest_of_handle_shorten_branches, pass_shorten_branches,
rest_of_clean_state, pass_clean_state): New.
* flow.c (pass_recompute_reg_usage, gate_remove_death_notes,
rest_of_handle_remove_death_notes, pass_remove_death_notes,
rest_of_handle_life, pass_life, rest_of_handle_flow2,
pass_flow2): New.
* function.c (pass_instantiate_virtual_regs, pass_init_function,
rest_of_handle_check_leaf_regs, pass_leaf_regs): New.
* gcse.c (gate_handle_jump_bypass, rest_of_handle_jump_bypass,
pass_jump_bypass, gate_handle_gcse, rest_of_handle_gcse,
pass_gcse): New.
* global.c (rest_of_handle_global_alloc, pass_global_alloc): New.
* ifcvt.c (gate_handle_if_conversion, rest_of_handle_if_conversion,
pass_rtl_ifcvt, gate_handle_if_after_combine,
rest_of_handle_if_after_combine, pass_if_after_combine,
gate_handle_if_after_reload, rest_of_handle_if_after_reload,
pass_if_after_reload): New.
* integrate.c (pass_initial_value_sets): New.
* jump.c (pass_cleanup_barriers, purge_line_number_notes,
pass_purge_lineno_notes): New.
* mode-switching.c (rest_of_handle_mode_switching,
pass_mode_switching): New.
* local-alloc.c (rest_of_handle_local_alloc, pass_local_alloc): New.
* loop-init.c (gate_handle_loop2, rest_of_handle_loop2,
pass_loop2): New.
* loop.c (gate_handle_loop_optimize, rest_of_handle_loop_optimize,
pass_loop_optimize): New.
* modulo-sched.c (gate_handle_sms, rest_of_handle_sms,
pass_sms): New.
* postreload-gcse.c (gate_handle_gcse2, rest_of_handle_gcse2,
pass_gcse2): New.
* postreload.c (gate_handle_postreload, rest_of_handle_postreload,
pass_postreload_cse): New.
* profile.c (gate_handle_profiling, pass_profiling,
rest_of_handle_branch_prob, pass_branch_prob): New.
* recog.c (pass pass_split_for_shorten_branches, gate_do_final_split,
pass_split_before_regstack, gate_handle_split_before_regstack,
gate_handle_peephole2, rest_of_handle_peephole2, pass_peephole2,
rest_of_handle_split_all_insns, pass_split_all_insns): New.
* reg-stack.c (gate_handle_stack_regs, rest_of_handle_stack_regs,
pass_stack_regs): New.
* regmove.c (gate_handle_regmove, rest_of_handle_regmove, pass_regmove,
gate_handle_stack_adjustments, rest_of_handle_stack_adjustments,
pass_stack_adjustments): New.
* regrename.c (gate_handle_regrename, rest_of_handle_regrename,
pass_regrename): New.
* reorg.c (gate_handle_delay_slots, rest_of_handle_delay_slots,
pass_delay_slots, gate_handle_machine_reorg,
rest_of_handle_machine_reorg, pass_machine_reorg): New.
* rtl.h (extern void purge_line_number_notes): New.
* sched-rgn.c (gate_handle_sched, rest_of_handle_sched,
gate_handle_sched2, rest_of_handle_sched2, pass_sched,
pass_sched2): New.
* tracer.c (gate_handle_tracer, rest_of_handle_tracer,
pass_tracer): New.
* value-prof.c (gate_handle_value_profile_transformations,
rest_of_handle_value_profile_transformations,
pass_value_profile_transformations): New.
* var-tracking.c (gate_handle_var_tracking,
pass_variable_tracking): New.
* web.c (gate_handle_web, rest_of_handle_web, pass_web): New.

* passes.c (open_dump_file, close_dump_file, rest_of_handle_final,
rest_of_handle_delay_slots, rest_of_handle_stack_regs,
rest_of_handle_variable_tracking, rest_of_handle_machine_reorg,
rest_of_handle_old_regalloc, rest_of_handle_regrename,
rest_of_handle_reorder_blocks, rest_of_handle_partition_blocks,
rest_of_handle_sms, rest_of_handle_sched, rest_of_handle_sched2,
rest_of_handle_gcse2, rest_of_handle_regmove,
rest_of_handle_tracer, rest_of_handle_if_conversion,
rest_of_handle_if_after_combine, rest_of_handle_if_after_reload,
rest_of_handle_web, rest_of_handle_branch_prob,
rest_of_handle_value_profile_transformations, rest_of_handle_cfg,
rest_of_handle_jump_bypass, rest_of_handle_combine,
rest_of_handle_life, rest_of_handle_cse, rest_of_handle_cse2,
rest_of_handle_gcse, rest_of_handle_loop_optimize,
rest_of_handle_loop2, rest_of_handle_branch_target_load_optimize,
rest_of_handle_mode_switching, rest_of_handle_jump,
rest_of_handle_eh, rest_of_handle_stack_adjustments,
rest_of_handle_flow2, rest_of_handle_jump2,
rest_of_handle_peephole2, rest_of_handle_postreload,
rest_of_handle_shorten_branches, rest_of_clean_state,
rest_of_compilation): Remove.

* cgraphunit.c (ipa_passes): Moved from tree-optimize.c.
* passes.c (dump_flags, in_gimple_form, all_passes,
all_ipa_passes, all_lowering_passes, register_one_dump_file,
register_dump_files, next_pass_1, last_verified, execute_todo,
execute_one_pass, execute_pass_list, execute_ipa_pass_list): Moved
from tree-optimize.c.
(init_optimization_passes): Moved from tree-optimize.c,
adding the RTL optimizations.
* tree-dump.h (dump_info_p, dump_flag): Moved from tree.h.
* tree-optimize.c (dump_flags, in_gimple_form, all_passes,
all_ipa_passes, all_lowering_passes, register_one_dump_file,
register_dump_files, next_pass_1, last_verified, execute_todo,
execute_one_pass, execute_pass_list, execute_ipa_pass_list,
init_tree_optimization_passes, ipa_passes): Delete.
* tree-pass.h (enum tree_dump_index): Moved from tree.h, removing
the RTL dumps.
(TDF_*, get_dump_file_name, dump_enabled_p, dump_initialized_p,
dump_begin, dump_end, dump_node, dump_switch_p, dump_flag_name): Moved
from tree.h.
(ipa_passes): Remove.
(all_passes, all_ipa_passes, all_lowering_passes): Now extern.
* tree.h (enum tree_dump_index, TDF_*, get_dump_file_name,
dump_enabled_p, dump_initialized_p, dump_begin, dump_end, dump_node,
dump_switch_p, dump_flag_name): Moved to tree-pass.h.
(dump_info_p, dump_flag): Moved to tree-dump.h.

* Makefile.in: Adjust dependencies for tree-pretty-print.c,
cgraph.c, opts.c.
* passes.c (finish_optimization_passes): Use dump_begin
and dump_end, TDI_end.
(gate_rest_of_compilation): New.
(pass_rest_of_compilation): Use it.
(gate_postreload, pass_postreload): New.
* toplev.c (general_init): Rename init_tree_optimization_passes.
* toplev.h (init_tree_optimization_passes): Rename to
init_optimizations_passes.
* tree-dump.c (dump_flag): Make static.
(dump_files): Remove RTL dumps.
* tree-optimize.c (pass_all_optimizations, pass_early_local_passes,
pass_cleanup_cfg, pass_free_cfg_annotations,
pass_cleanup_cfg_post_optimizing, pass_free_datastructures,
pass_init_datastructures, pass_fixup_cfg): Make non-static.
* tree-pretty-print.c: Include tree-pass.h.
* cgraph.c: Include tree-dump.h.

cp:
2005-07-05  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.in (class.o, decl2.o): Adjust dependencies.
* class.c: Include tree-dump.h.
* decl2.c: Include tree-dump.h.

java:
2005-07-05  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.in (parse.o): Adjust dependencies.
* parse.y: Include tree-dump.h.

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

18 years ago2005-07-04 Daniel Berlin <dberlin@dberlin.org>
dberlin [Tue, 5 Jul 2005 15:31:17 +0000 (15:31 +0000)]
2005-07-04  Daniel Berlin  <dberlin@dberlin.org>

* tree-ssa-structalias.c (get_constraint_exp_from_ssa_var):
Only fall back to saying it points to readonly memory if
we can't do better.

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

18 years ago * config/m32r/m32r-protos.h: Remove m32r_finalize_pic.
kazu [Tue, 5 Jul 2005 14:16:06 +0000 (14:16 +0000)]
* config/m32r/m32r-protos.h: Remove m32r_finalize_pic.
* config/m32r/m32r.c (m32r_compute_frame_size,
m32r_expand_prologue): Take current_function_profile into
account whenever we reference
current_function_uses_pic_offset_table.
(m32r_finalize_pic): Remove.
* config/m32r/m32r.h (FINALIZE_PIC): Likewise.

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

18 years agoChangeLog for January-June 2005 rotated into ChangeLog-2005.
bonzini [Tue, 5 Jul 2005 12:14:51 +0000 (12:14 +0000)]
ChangeLog for January-June 2005 rotated into ChangeLog-2005.

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

18 years ago * Makefile.in (stamp-as): Use $(ORIGINAL_AS_FOR_TARGET)
kazu [Tue, 5 Jul 2005 06:57:40 +0000 (06:57 +0000)]
* Makefile.in (stamp-as): Use $(ORIGINAL_AS_FOR_TARGET)
instead of $<.  Don't remove ./as if it already exists.

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

18 years ago * Makefile.in (stamp-as): Use $(ORIGINAL_AS_FOR_TARGET)
kazu [Tue, 5 Jul 2005 06:56:55 +0000 (06:56 +0000)]
* Makefile.in (stamp-as): Use $(ORIGINAL_AS_FOR_TARGET)
instead of $<.  Don't remove ./as if it already exists.

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

18 years agoAdd due credit.
ebotcazou [Tue, 5 Jul 2005 06:30:27 +0000 (06:30 +0000)]
Add due credit.

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

18 years ago PR target/21723
danglin [Tue, 5 Jul 2005 01:57:01 +0000 (01:57 +0000)]
PR target/21723
* pa.md: Remove fcpy alternative from movhi and movqi patterns.
* pa32-regs.h (HARD_REGNO_NREGS): Return two floating point registers
for complex modes when generating code for PA 1.0.
(VALID_FP_MODE_P): New macro.
(HARD_REGNO_MODE_OK): Use VALID_FP_MODE_P.  Use non-overlapping register
sets for all general and floating point modes.  Align wide floating
point modes to even register boundaries to comply with architectural
requirements.
(CLASS_MAX_NREGS): Update to align with change to HARD_REGNO_NREGS.
* pa64-regs.h (HARD_REGNO_NREGS): Update comment and formatting.
(VALID_FP_MODE_P): New macro.
(HARD_REGNO_MODE_OK): Use VALID_FP_MODE_P.  Use non-overlapping register
sets for all general and floating point modes.  Align wide floating
point modes to even register boundaries to comply with architectural
requirements.

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

18 years ago * tree-dump.c (dump_files): Initialize dump number for .cgraph
dnovillo [Tue, 5 Jul 2005 01:26:47 +0000 (01:26 +0000)]
* tree-dump.c (dump_files): Initialize dump number for .cgraph
to 0.

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

18 years ago * gcc.dg/compare1.c: Add -fno-short-enums. Don't skip on any
kazu [Tue, 5 Jul 2005 00:52:42 +0000 (00:52 +0000)]
* gcc.dg/compare1.c: Add -fno-short-enums.  Don't skip on any
target.
* gcc.dg/compare9.c: Use -fshort-enums instead of
-fno-short-enums.  Change the last test to dg-bogus.

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

18 years ago * gcc.dg/compare1.c: Add -fno-short-enums. Don't skip on any
kazu [Tue, 5 Jul 2005 00:47:25 +0000 (00:47 +0000)]
* gcc.dg/compare1.c: Add -fno-short-enums.  Don't skip on any
target.
* gcc.dg/compare9.c: Use -fshort-enums instead of
-fshort-enums.  Change the last test to dg-bogus.

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

18 years ago * tree-ssa-structalias.c: Don't include expr.h.
dnovillo [Tue, 5 Jul 2005 00:32:36 +0000 (00:32 +0000)]
* tree-ssa-structalias.c: Don't include expr.h.

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

18 years agoDaily bump.
gccadmin [Tue, 5 Jul 2005 00:16:33 +0000 (00:16 +0000)]
Daily bump.

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

18 years ago * tree-iterator.h (TSI_NEW_STMT, TSI_SAME_STMT): Fix
dnovillo [Mon, 4 Jul 2005 18:34:14 +0000 (18:34 +0000)]
* tree-iterator.h (TSI_NEW_STMT, TSI_SAME_STMT): Fix
comments.

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

18 years ago * gcc.dg/compare1.c: Skip on arm*-*-eabi* arm*-*-symbianelf*.
kazu [Mon, 4 Jul 2005 18:17:26 +0000 (18:17 +0000)]
* gcc.dg/compare1.c: Skip on arm*-*-eabi* arm*-*-symbianelf*.
* gcc.dg/compare9.c: New.

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

18 years ago2005-07-04 Daniel Berlin <dberlin@dberlin.org>
dberlin [Mon, 4 Jul 2005 17:49:17 +0000 (17:49 +0000)]
2005-07-04  Daniel Berlin  <dberlin@dberlin.org>

Fix PR tree-optimization/22279

* tree-ssa-structalias.c (offset_overlaps_with_access): Use
correct operator.

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

18 years ago * gfortran.dg/io_invalid_1.f90: Fix expected error message.
fxcoudert [Mon, 4 Jul 2005 16:46:43 +0000 (16:46 +0000)]
* gfortran.dg/io_invalid_1.f90: Fix expected error message.

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

18 years ago * gnu/classpath/jdwp/processor/CommandSet.java: New file.
aluchko [Mon, 4 Jul 2005 16:08:16 +0000 (16:08 +0000)]
    * gnu/classpath/jdwp/processor/CommandSet.java: New file.
        * gnu/classpath/jdwp/processor/PacketProcessor.java: Use
        CommandSets to handle JdwpCommandPackets.
        * gnu/classpath/jdwp/transport/JdwpReplyPacket.java: New
        Constructor.

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

18 years ago * sh.c (output_ieee_ccmpeq): Replace "\\;" with "\n\t".
amylaar [Mon, 4 Jul 2005 14:49:42 +0000 (14:49 +0000)]
* sh.c (output_ieee_ccmpeq): Replace "\\;" with "\n\t".

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

18 years agoresync
charlet [Mon, 4 Jul 2005 13:59:49 +0000 (13:59 +0000)]
resync

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

18 years ago2005-07-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
charlet [Mon, 4 Jul 2005 13:31:43 +0000 (13:31 +0000)]
2005-07-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
    Thomas Quinot  <quinot@adacore.com>

* Make-lang.in: (ada/targtyps.o): Add missing TREE_H dependency.
new target gen-soccon.

2005-07-04  Robert Dewar  <dewar@adacore.com>

* s-mastop-irix.adb, s-mastop-vms.adb: Minor reformatting

2005-07-04  Thomas Quinot  <quinot@adacore.com>

* g-socket.ads (Check_Selector): Minor rewording of comment.

2005-07-04  Vincent Celier  <celier@adacore.com>

* vms_data.ads: Add VMS qualifiers for new gnatpp switch --eol=

2005-07-04  Thomas Quinot  <quinot@adacore.com>

* gen-soccon.c: Add constants SO_SNDTIMEO and SO_RCVTIMEO.

2005-07-04  Sergey Rybin  <rybin@adacore.com>

        * gnat_ugn.texi: Add description of --eol gnatpp option

2005-07-04  Eric Botcazou  <ebotcazou@adacore.com>
    Thomas Quinot  <quinot@adacore.com>

        * gnat_rm.texi: Add a note that pragma Unreferenced is not appropriate
if the user wants all calls of a subprogram to be flagged,
independently of whether they are made from within the same unit or
another unit.
        Mention restriction for pragma Linker_Alias on some platforms.
        Document pragma Linker_Constructor and Linker_Destructor.
        Rewrite documentation of Weak_External, Linker_Section and
        Linker_Alias pragmas.

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

18 years ago2005-07-04 Matthew Heaney <heaney@adacore.com>
charlet [Mon, 4 Jul 2005 13:31:24 +0000 (13:31 +0000)]
2005-07-04  Matthew Heaney  <heaney@adacore.com>

* a-convec.ads, a-coinve.ads: Declaration of subtype Extended_Index
was changed.
* a-coinve.adb: Perform constraint checks explicitly.

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

18 years ago2005-07-04 Vincent Celier <celier@adacore.com>
charlet [Mon, 4 Jul 2005 13:31:15 +0000 (13:31 +0000)]
2005-07-04  Vincent Celier  <celier@adacore.com>

* makegpr.adb (Build_Global_Archive): Make sure the list of sources is
correctly computed and the main project data is not modified while
doing so.
(Add_C_Plus_Plus_Link_For_Gnatmake): Always link with the C++ compiler
(Choose_C_Plus_Plus_Link_Process): Do not generate shell script
c++linker as this does not work on some platforms.

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

18 years ago2005-07-04 Vincent Celier <celier@adacore.com>
charlet [Mon, 4 Jul 2005 13:31:04 +0000 (13:31 +0000)]
2005-07-04  Vincent Celier  <celier@adacore.com>

* vms_conv.adb (Initialize): Allow multiple ALI files to be given to
the GNAT BIND command, as gnatbind accepts multiples ALI files with
the -L or -n switches.

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

18 years ago2005-07-04 Matthew Gingell <gingell@adacore.com>
charlet [Mon, 4 Jul 2005 13:30:55 +0000 (13:30 +0000)]
2005-07-04  Matthew Gingell  <gingell@adacore.com>

* tracebak.c: Enable tracebacks on ia64 platforms

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

18 years ago2005-07-04 Robert Dewar <dewar@adacore.com>
charlet [Mon, 4 Jul 2005 13:30:45 +0000 (13:30 +0000)]
2005-07-04  Robert Dewar  <dewar@adacore.com>

PR ada/22039

* s-sopco3.ads, s-sopco4.ads, s-sopco5.ads: Minor documentation fix

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