OSDN Git Service
brobecke [Wed, 14 Jan 2004 02:52:40 +0000 (02:52 +0000)]
* dwarf2out.c (is_ada_subrange_type): No longer check the TYPE_NAME.
(subrange_type_die): Add handle for nameless subrange types.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75838
138bc75d-0d04-0410-961f-
82ee72b054a4
ian [Wed, 14 Jan 2004 02:32:49 +0000 (02:32 +0000)]
PR fortran/6491
* expr.c (ffeexpr_reduce_): When handling AND, OR, and XOR, and
when using -fugly-logint, if both operands are logical, convert
the result back to logical.
(ffeexpr_reduced_ugly2log_): Add bothlogical parameter. Change
all callers. Convert logical operands to integer.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75837
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Wed, 14 Jan 2004 02:01:05 +0000 (02:01 +0000)]
* config/h8300/h8300-protos.h: Replace do_movsi with
h8300_expand_movsi.
* config/h8300/h8300.c (do_movsi): Change to
h8300_expand_movsi.
* config/h8300/h8300.md (movsi): Replace do_movsi with
h8300_expand_movsi.
(movsf): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75836
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Wed, 14 Jan 2004 01:31:56 +0000 (01:31 +0000)]
* config/h8300/h8300.c (dosize): Change to
h8300_emit_stack_adjustment. Update callers.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75835
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Wed, 14 Jan 2004 00:52:26 +0000 (00:52 +0000)]
* config/h8300/h8300.md (movstrictqi): Add an alternative with
the source being post_inc. Tighten the predicate for the
destination to register_operand.
(movstricthi): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75833
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Wed, 14 Jan 2004 00:49:05 +0000 (00:49 +0000)]
* system.h (SHARED_BSS_SECTION_ASM_OP): Poison.
* varasm.c (bss_section): Don't use SHARED_BSS_SECTION_ASM_OP.
* doc/tm.texi (SHARED_BSS_SECTION_ASM_OP): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75832
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Wed, 14 Jan 2004 00:23:09 +0000 (00:23 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75829
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Tue, 13 Jan 2004 23:59:19 +0000 (23:59 +0000)]
Partial fix PR c++/12850
* cgraphunit.c (cgraph_finalize_function): Always ggc_collect when
at zero nest level.
* decl2.c (mark_used): Do not proactively instantiate templates
when compiling in unit-at-a-time or not optimizing.
* optimize.c (maybe_clone_body): Do not increase function depth.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75823
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Tue, 13 Jan 2004 23:25:55 +0000 (23:25 +0000)]
2004-01-13 Paolo Carlini <pcarlini@suse.de>
* src/locale-misc-inst.cc (__convert_from_v(long),
__convert_from_v(unsigned long), __convert_from_v(long long),
__convert_from_v(unsigned long long)): Remove, unused.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75822
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Tue, 13 Jan 2004 23:14:04 +0000 (23:14 +0000)]
* lang.c (java_estimate_num_insns_1): Fix bug in MODIFY_EXPR cost
estimation.
* c-common.c (c_estimate_num_insns_1): Fix bug in MODIFY_EXPR
cost estimation.
* expr.c (MOVE_RATIO, CLEAR_RATIO): Move to ...
* expr.h (MOVE_RATIO, CLEAR_RATIO): ... here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75821
138bc75d-0d04-0410-961f-
82ee72b054a4
fnasser [Tue, 13 Jan 2004 22:51:26 +0000 (22:51 +0000)]
* java/awt/EventQueue.java (isDispatchThread): Do check on top of stack. (push): Make sure push is performed at the top of the thread stack.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75820
138bc75d-0d04-0410-961f-
82ee72b054a4
drow [Tue, 13 Jan 2004 21:35:12 +0000 (21:35 +0000)]
* cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE
takes two parameters.
* cp-demint.c (cplus_demangle_fill_component): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75819
138bc75d-0d04-0410-961f-
82ee72b054a4
bernie [Tue, 13 Jan 2004 21:23:36 +0000 (21:23 +0000)]
* config/m68k/netbsd-elf.h (REGISTER_NAMES): Add missing "argptr"
pseudo-register.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75818
138bc75d-0d04-0410-961f-
82ee72b054a4
fitzsim [Tue, 13 Jan 2004 20:58:33 +0000 (20:58 +0000)]
2004-01-13 Thomas Fitzsimmons <fitzsim@redhat.com>
* gnu/java/awt/peer/gtk/GtkTextAreaPeer.java,
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextAreaPeer.c
(native create): Add width and height parameters. Set text
view's size request according to new parameters.
(create): Calculate text view size based on current font's
metrics and number of rows and columns. Set TextArea's font if
not already set. Call native create.
(getMinimumSize): Call minimumSize.
(getPreferredSize): Call preferredSize.
(getHScrollbarHeight): New method.
(getVScrollbarWidth): New method.
(minimumSize): Calculate minimum size based on scrollbar
visibility, scrollbar sizes, font metrics and number of rows and
columns.
(preferredSize): Likewise for preferred size.
(gtkTextGetSize): Remove method.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75817
138bc75d-0d04-0410-961f-
82ee72b054a4
fitzsim [Tue, 13 Jan 2004 20:54:46 +0000 (20:54 +0000)]
2004-01-13 Thomas Fitzsimmons <fitzsim@redhat.com>
* gnu/java/awt/peer/gtk/GtkComponentPeer.java
(initializeInsets): Remove method.
(GtkComponentPeer): Initialize insets field. Remove call to
initializeInsets.
* gnu/java/awt/peer/gtk/GtkDialogPeer.java (initializeInsets):
Remove method.
* gnu/java/awt/peer/gtk/GtkFramePeer.java (initializeInsets):
Remove method.
* gnu/java/awt/peer/gtk/GtkWindowPeer.java,
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c:
(latestInsets): Remove field.
(native create): Add insets parameter. Call
window_get_frame_extents. Set the window's default size and
size request based on its frame extents.
(create): Initialize insets.
(postInsetsChangedEvent): New method.
(postConfigureEvent): Remove parameters top, left, bottom,
right. Remove insets-related logic.
(connectJObject): Handle property-notify-event.
(window_get_frame_extents, request_frame_extents,
property_notify_predicate, window_property_changed_cb): New
static functions.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c
(pre_event_handler): Remove insets-related logic for configure
events.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c (gtkInit):
Update postConfigureEvent signature.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75816
138bc75d-0d04-0410-961f-
82ee72b054a4
dpatel [Tue, 13 Jan 2004 20:12:35 +0000 (20:12 +0000)]
PR debug/7078
* dbxout.c (dbxout_symbol_name): Emit mangled names for
NAMESPACE_DECL memebers.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75815
138bc75d-0d04-0410-961f-
82ee72b054a4
pinskia [Tue, 13 Jan 2004 20:10:07 +0000 (20:10 +0000)]
2004-01-13 Andrew Pinski <pinskia@physics.uc.edu>
PR c++/12709
* c-common.c (finish_fname_decls): Use the chain only if the
tree is an expr_stmt.
2004-01-13 Andrew Pinski <pinskia@physics.uc.edu>
PR c++/12709
* g++.dg/parse/try-catch-1.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75814
138bc75d-0d04-0410-961f-
82ee72b054a4
fnasser [Tue, 13 Jan 2004 20:00:00 +0000 (20:00 +0000)]
* gnu/java/awt/peer/gtk/TestAWT.java (DialogWindow): Add WindowAdapter
to handle Window "Closing" events.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75813
138bc75d-0d04-0410-961f-
82ee72b054a4
vmakarov [Tue, 13 Jan 2004 19:52:24 +0000 (19:52 +0000)]
2004-01-13 Vladimir Makarov <vmakarov@redhat.com>
* rtl.def: Add comment about new option in automata_option.
* genautomata.c (PROGRESS_OPTION): New macro.
(progress_flag): New global variable.
(gen_automata_option): Process `progress'.
(transform_insn_regexps, check_unit_distributions_to_automata,
make_automaton, NDFA_to_DFA, build_automaton, create_automata,
expand_automata, write_automata): Print about the progress only if
progress_flag. Remove fflush.
(initiate_automaton_gen): Process command line flag `-progress'.
* doc/md.texi: Describe the new option.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75812
138bc75d-0d04-0410-961f-
82ee72b054a4
bkoz [Tue, 13 Jan 2004 18:57:45 +0000 (18:57 +0000)]
2004-01-13 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/performance/ifstream_extract_float.cc: New.
* testsuite/performance/ofstream_insert_float.cc: Float generation
matches above.
* 20_util/auto_ptr.cc, auto_ptr_neg.cc: Break into...
* 20_util/auto_ptr/1.cc: ...this.
* 20_util/auto_ptr/2.cc: Same.
* 20_util/auto_ptr/3.cc: Same.
* 20_util/auto_ptr/3946.cc: Same.
* 20_util/auto_ptr/4.cc: Same.
* 20_util/auto_ptr/5.cc: Same.
* 20_util/auto_ptr/6.cc: Same.
* 20_util/auto_ptr/7.cc: Same.
* 20_util/auto_ptr/assign_neg.cc
* 20_util/pairs.cc: Break into...
* 20_util/pair/1.cc: ...this.
* 20_util/pair/2.cc: Same.
* 20_util/pair/3.cc: Same.
* 20_util/pair/4.cc: Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75811
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Tue, 13 Jan 2004 18:53:57 +0000 (18:53 +0000)]
2004-01-13 Paolo Carlini <pcarlini@suse.de>
* include/bits/locale_facets.tcc (num_get::do_get(void*&)):
Set correctly just basefield, the only group that matters.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75810
138bc75d-0d04-0410-961f-
82ee72b054a4
djee [Tue, 13 Jan 2004 17:55:20 +0000 (17:55 +0000)]
2004-01-13�� David Jee�� <djee@redhat.com>
* gnu/java/awt/peer/gtk/GtkContainerPeer.java
(setBackground): New method. Children with no explicitly-set
background will be repainted with the parent container's new
background color.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75809
138bc75d-0d04-0410-961f-
82ee72b054a4
djee [Tue, 13 Jan 2004 17:37:23 +0000 (17:37 +0000)]
2004-01-13�� David Jee�� <djee@redhat.com>
����������������* Makefile.am: Add BitwiseXORComposite.java.
����������������* Makefile.in: Regenerated.
����������������* gcj/Makefile.in: Regenerated.
����������������* include/Makefile.in: Regenerated.
����������������* testsuite/Makefile.in: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75808
138bc75d-0d04-0410-961f-
82ee72b054a4
rakdver [Tue, 13 Jan 2004 16:48:19 +0000 (16:48 +0000)]
* cfg.c (dump_bb): Dump entry edges.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75806
138bc75d-0d04-0410-961f-
82ee72b054a4
rearnsha [Tue, 13 Jan 2004 13:24:37 +0000 (13:24 +0000)]
* arm.c (thumb_legitimate_address_p): Only allow constant pool
references from SImode.
* arm.md (thumb_movhi_insn): Don't allow minipool references.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75804
138bc75d-0d04-0410-961f-
82ee72b054a4
fnasser [Tue, 13 Jan 2004 13:09:31 +0000 (13:09 +0000)]
* gnu/java/awt/peer/gtk/TestAWT.java: Fix test program so that it does
not show modal dialogs twice and so that it allows showing a modal
dialog from another modal dialog.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75803
138bc75d-0d04-0410-961f-
82ee72b054a4
charlet [Tue, 13 Jan 2004 11:51:34 +0000 (11:51 +0000)]
2004-01-13 Ed Schonberg <schonberg@gnat.com>
* exp_ch3.adb (Build_Assignment): Fix bug in handling of controlled
components that are initialized with aggregates.
2004-01-13 Vincent Celier <celier@gnat.com>
* gnatlink.adb (Process_Binder_File): To find directory of shared
libgcc, if "gcc-lib" is not a subdirectory, look for the last
subdirectory "lib" in the path of the shared libgnat or libgnarl.
* make.adb (Gnatmake): If GCC version is at least 3, link with
-shared-libgcc, when there is at least one shared library project.
* opt.ads (GCC_Version): New integer constant.
* adaint.c (get_gcc_version): New function.
2004-01-13 Robert Dewar <dewar@gnat.com>
* sem_dist.adb, sem_res.adb, sem_util.adb,
sprint.adb, 3zsocthi.adb, einfo.adb, cstand.adb,
exp_ch4.adb, exp_ch9.adb, exp_dist.adb: Minor reformatting
2004-01-13 Thomas Quinot <quinot@act-europe.fr>
* s-interr.adb, s-stache.adb, s-taenca.adb, g-regpat.adb,
g-spitbo.adb, 5itaprop.adb: Add missing 'constant' keywords in object
declarations.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75802
138bc75d-0d04-0410-961f-
82ee72b054a4
charlet [Tue, 13 Jan 2004 11:48:46 +0000 (11:48 +0000)]
Add extra checks.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75801
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Tue, 13 Jan 2004 11:46:50 +0000 (11:46 +0000)]
2004-01-13 Paolo Carlini <pcarlini@suse.de>
* include/ext/rope (_Rope_rep_alloc_base): Eliminate.
(_Rope_rep_base): Inherit directly from the rope allocator;
use rebinding instead of _Alloc_traits; pick up data member
from _Rope_rep_alloc_base.
(_Rope_alloc_base): Eliminate.
(_Rope_base): Inherit directly from the rope allocator; use
rebinding instead of _Alloc_traits; pick up data member from
_Rope_alloc_base.
(rope::_S_new_RopeLeaf, rope::_S_new_RopeConcatenation,
rope::_S_new_RopeFunction, rope::_S_new_RopeSubstring): Tweak.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75800
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Tue, 13 Jan 2004 11:12:38 +0000 (11:12 +0000)]
2004-01-13 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/13650
* include/bits/basic_string.tcc (compare(size_type, size_type,
const _CharT*, size_type)): Implement correctly the resolution
of DR 5: basically, s is a char array, -not- a C string.
* include/bits/basic_string.h: Tweak some comments.
* testsuite/21_strings/basic_string/compare/char/13650.cc: New.
* testsuite/21_strings/basic_string/compare/wchar_t/13650.cc: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75798
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Tue, 13 Jan 2004 10:51:39 +0000 (10:51 +0000)]
* system.h (TEXT_SECTION): Poison.
* varasm.c (text_section): Don't use TEXT_SECTION.
* config/sh/sh.c (sh_file_start): Fix a comment typo.
* doc/tm.texi (TEXT_SECTION): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75797
138bc75d-0d04-0410-961f-
82ee72b054a4
charlet [Tue, 13 Jan 2004 10:28:02 +0000 (10:28 +0000)]
Complete previous check in.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75796
138bc75d-0d04-0410-961f-
82ee72b054a4
charlet [Tue, 13 Jan 2004 10:24:59 +0000 (10:24 +0000)]
* ada/acats/run_all.sh: Add more verbose output in acats.log
when compiling tests.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75795
138bc75d-0d04-0410-961f-
82ee72b054a4
bje [Tue, 13 Jan 2004 09:22:14 +0000 (09:22 +0000)]
* doc/rtl.texi (Vector Operations): Remove defunct vec_const item.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75793
138bc75d-0d04-0410-961f-
82ee72b054a4
steven [Tue, 13 Jan 2004 08:30:42 +0000 (08:30 +0000)]
Add missing PR number
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75791
138bc75d-0d04-0410-961f-
82ee72b054a4
wilson [Tue, 13 Jan 2004 07:54:59 +0000 (07:54 +0000)]
Delete unused file.
* unwind-libunwind.c: Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75790
138bc75d-0d04-0410-961f-
82ee72b054a4
ian [Tue, 13 Jan 2004 03:06:13 +0000 (03:06 +0000)]
2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
* demangle.h: Instead of checking ANSI_PROTOTYPES, just include
"libiberty.h".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75789
138bc75d-0d04-0410-961f-
82ee72b054a4
fnasser [Tue, 13 Jan 2004 02:56:18 +0000 (02:56 +0000)]
* java/awt/Dialog.java (show): Enable blocking for all modal dialogs
and run secondary dispatch thread to process event queue while this
thread is blocked.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75788
138bc75d-0d04-0410-961f-
82ee72b054a4
zack [Tue, 13 Jan 2004 02:52:37 +0000 (02:52 +0000)]
PR 13656
* c-decl.c (diagnose_mismatched_decls): Whenever newtype or
oldtype is set, set *newtypep or *oldtypep too. Do not set
them at the very end.
(validate_proto_after_old_defn): Restructure for comprehensibility;
make error messages clearer.
testsuite:
* gcc.dg/typedef-redecl.c: New test case.
* gcc.dg/typedef-redecl.h: New support file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75787
138bc75d-0d04-0410-961f-
82ee72b054a4
zack [Tue, 13 Jan 2004 02:43:16 +0000 (02:43 +0000)]
* varray.h (VARRAY_POP): Add checking variant, aborts on underflow.
(VARRAY_TOP): Use VARRAY_CHECK so the access is bounds-checked.
* varray.c: No need to prototype error.
(varray_check_failed): Wrap long string onto two lines.
(varray_underflow): New function.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75786
138bc75d-0d04-0410-961f-
82ee72b054a4
ian [Tue, 13 Jan 2004 02:26:28 +0000 (02:26 +0000)]
* README: Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75785
138bc75d-0d04-0410-961f-
82ee72b054a4
steven [Tue, 13 Jan 2004 01:58:45 +0000 (01:58 +0000)]
PR c++/13376
* function.h (struct function): Kill `name' field.
(current_function_name): Make it an extern function.
* function.c (current_function_name): New function.
* graph.c: Update all uses of current_function_name.
* gcse.c: Likewise.
* config/alpha/alpha.c, config/avr/avr.c, config/c4x/c4x.c,
config/mips/mips.c, config/pdp11/pdp11.c: Likewise.
* config/ip2k/ip2k.c (function_prologue): Use MAIN_NAME_P
instead of a strcmp with "main".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75784
138bc75d-0d04-0410-961f-
82ee72b054a4
ian [Tue, 13 Jan 2004 01:49:16 +0000 (01:49 +0000)]
* demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75783
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Tue, 13 Jan 2004 01:37:15 +0000 (01:37 +0000)]
* c-decl.c (diagnose_mismatched_decls): Fix warning calls.
* cgraphunit.c (cgraph_optimize_function): Always do
optimize_inline_calls when there is always_inline callee.
(cgraph_decide_inlining): Fix formating.
* tree-inline.c (inlinable_function_p): Do sorry for alwaysinline
functions.
(expand_call_inline): Likewise.
* toplev.h (sorry): Fix prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75782
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Tue, 13 Jan 2004 01:35:27 +0000 (01:35 +0000)]
* cgraphunit.c (cgraph_optimize_function): Always do
optimize_inline_calls when there is always_inline callee.
(cgraph_decide_inlining): Fix formating.
* tree-inline.c (inlinable_function_p): Do sorry for alwaysinline
functions.
(expand_call_inline): Likewise.
* toplev.h (sorry): Fix prototype.
* gcc.dg/always_inline.c: New test.
* gcc.dg/debug/
20031231-1.c: Fix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75781
138bc75d-0d04-0410-961f-
82ee72b054a4
sayle [Tue, 13 Jan 2004 01:32:42 +0000 (01:32 +0000)]
* builtins.c (expand_builtin_expect_jump): Simplify logic. Handle
conditional jumps that drop through to unconditional jumps or the
end of the sequence.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75780
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Tue, 13 Jan 2004 01:14:17 +0000 (01:14 +0000)]
* alias.c (new_alias_set): Construct the alias_set varray.
(init_alias_once): Don't do it here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75779
138bc75d-0d04-0410-961f-
82ee72b054a4
giovannibajo [Tue, 13 Jan 2004 01:07:02 +0000 (01:07 +0000)]
PR c++/13474
* g++.dg/template/array3.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75778
138bc75d-0d04-0410-961f-
82ee72b054a4
giovannibajo [Tue, 13 Jan 2004 01:02:27 +0000 (01:02 +0000)]
PR c++/13474
* pt.c (tsubst) <INTEGER_TYPE>: Remove obsolete array index tweaking.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75777
138bc75d-0d04-0410-961f-
82ee72b054a4
steven [Tue, 13 Jan 2004 00:44:51 +0000 (00:44 +0000)]
PR c++/13558
* parser.c (cp_parser_member_declaration): Any non-type is also
not a class or a function.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75776
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Tue, 13 Jan 2004 00:16:08 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75772
138bc75d-0d04-0410-961f-
82ee72b054a4
jason [Tue, 13 Jan 2004 00:01:46 +0000 (00:01 +0000)]
PR c++/12815
* class.c (build_base_path): Do not mark vtable references as
TREE_CONSTANT.
(build_vtbl_ref_1): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75770
138bc75d-0d04-0410-961f-
82ee72b054a4
espie [Mon, 12 Jan 2004 22:51:02 +0000 (22:51 +0000)]
2004-01-12 Marc Espie <espie@openbsd.org>
* system.h: handle YYBYACC like YYBISON.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75764
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Mon, 12 Jan 2004 21:38:04 +0000 (21:38 +0000)]
PR opt/10776
* typeck2.c (split_nonconstant_init_1, split_nonconstant_init): New.
(store_init_value): Use it.
* decl.c (check_initializer): Expect full initialization code
from store_init_value.
* init.c (expand_aggr_init_1): Likewise.
* decl2.c (maybe_emit_vtables): Abort if runtime init needed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75763
138bc75d-0d04-0410-961f-
82ee72b054a4
andreast [Mon, 12 Jan 2004 21:19:26 +0000 (21:19 +0000)]
2004-01-12 Andreas Tobler <a.tobler@schweiz.ch>
* lib/libjava.exp: Add LD_LIBRARY_PATH_32/64 to get proper
path setting for Ssolaris 32/64-bit testing.
Reorganize LD_LIBRARY_PATH setting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75762
138bc75d-0d04-0410-961f-
82ee72b054a4
zack [Mon, 12 Jan 2004 21:09:29 +0000 (21:09 +0000)]
* g++.dg/ext/lvalue1.C: No longer expected to fail.
* g++.dg/warn/Wunused-2.C: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75761
138bc75d-0d04-0410-961f-
82ee72b054a4
andreast [Mon, 12 Jan 2004 20:49:14 +0000 (20:49 +0000)]
2004-01-12 Andreas Tobler <a.tobler@schweiz.ch>
* testsuite/lib/libffi-dg.exp: Set LD_LIBRARY_PATH_32 for
Solaris.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75760
138bc75d-0d04-0410-961f-
82ee72b054a4
andreast [Mon, 12 Jan 2004 20:47:44 +0000 (20:47 +0000)]
2004-01-10 Andreas Tobler <a.tobler@schweiz.ch>
* testsuite/lib/libstdc++.exp: Set LD_LIBRARY_PATH_32 for
Solaris.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75759
138bc75d-0d04-0410-961f-
82ee72b054a4
ebotcazou [Mon, 12 Jan 2004 20:36:45 +0000 (20:36 +0000)]
* class.c (layout_class_type): For non-POD class types, also copy
the DECL_SIZE and DECL_MODE of fields to the base class type.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75758
138bc75d-0d04-0410-961f-
82ee72b054a4
pinskia [Mon, 12 Jan 2004 20:10:19 +0000 (20:10 +0000)]
2004-01-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
PR c++/13289
* pt.c (instantiate_decl): Set DECL_TEMPLATE_INSTANTIATED before
calling regenerate_decl_from_template.
2004-01-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
PR c++/13289
* g++.dg/template/instantiate6.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75752
138bc75d-0d04-0410-961f-
82ee72b054a4
pinskia [Mon, 12 Jan 2004 19:54:01 +0000 (19:54 +0000)]
2004-01-12 Jonathan Merriman <jonm@dualitymedia.com>
PR target/10847
* config.gcc: No longer includes conflicting header sparc/sol2.h when
building on sparc64-*-openbsd*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75751
138bc75d-0d04-0410-961f-
82ee72b054a4
pinskia [Mon, 12 Jan 2004 19:50:30 +0000 (19:50 +0000)]
2004-01-12 Andrew Pinski <pinskia@physics.uc.edu>
PR debug/13539
* dbxout.c (dbxout_type): Protected inheritance is not
private but protected.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75750
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Mon, 12 Jan 2004 19:46:34 +0000 (19:46 +0000)]
* config/mips/mips.c (mips_symbolic_constant_p): Revert last patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75749
138bc75d-0d04-0410-961f-
82ee72b054a4
ian [Mon, 12 Jan 2004 19:46:31 +0000 (19:46 +0000)]
* demangle.h (enum demangle_component_type): Define.
(struct demangle_operator_info): Declare.
(struct demangle_builtin_type_info): Declare.
(struct demangle_component): Define.
(cplus_demangle_fill_component): Declare.
(cplus_demangle_fill_name): Declare.
(cplus_demangle_fill_builtin_type): Declare.
(cplus_demangle_fill_operator): Declare.
(cplus_demangle_fill_extended_operator): Declare.
(cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
(cplus_demangle_v3_components): Declare.
(cplus_demangle_print): Declare.
* cp-demangle.c: Include "cp-demangle.h". If IN_GLIBCPP_V3 is
defined, rename some functions which are to become static via
#define.
(CP_STATIC_IF_GLIBCPP_V3): Define.
(struct d_operator_info): Move definition to cp-demangle.h, and
rename to demangle_operator_info. Change all uses.
(enum d_builtin_type_print): Move definition to cp-demangle.h.
(struct d_builtin_type_info): Move definition to cp-demangle.h,
and rename to demangle_builtin_type_info. Change all uses.
(enum d_comp_type): Move definition to include/demangle.h, and
rename to demangle_component_type, and change all enums to start
with DEMANGLE_COMPONENT_ instead of D_. Change all uses.
(struct d_comp): Move definition to include/demangle.h, and rename
to demangle_component. Change all uses.
(struct d_info): Move definition to cp-demangle.h.
(cplus_demangle_fill_name): New function.
(cplus_demangle_fill_extended_operator): New function.
(cplus_demangle_fill_ctor): New function.
(cplus_demangle_fill_dtor): New function.
(d_make_empty): Remove type parameter. Change all callers.
(d_make_name): Use cplus_demangle_fill_name.
(d_make_extended_operator): Use
cplus_demangle_fill_extended_operator.
(d_make_ctor): Use cplus_demangle_fill_ctor.
(d_make_dtor): Use cplus_demangle_fill_dtor.
(cplus_demangle_mangled_name): Rename from d_mangled_name. Make
non-static by default. Change all callers.
(cplus_demangle_operators): Rename from d_operators. Change all
uses. Make non-static by default. Add sentinel at end of array.
(d_operator_name): Adjust initialization of high for new sentinel
in cplus_demangle_operators.
(cplus_demangle_builtin_types): Rename from d_builtin_types.
Change all uses. Make non-static by default. Change initializer
to use D_BUILTIN_TYPE_COUNT instead of magic number 26.
(cplus_demangle_type): Rename from d_type. Make non-static by
default. Change all callers.
(cplus_demangle_init_info): Rename from d_init_info. Make
non-static by default. Change all callers.
* cp-demangle.h: New file.
* cp-demint.c: New file.
* Makefile.in: Rebuild dependencies.
(CFILES): Add cp-demint.c.
(REQUIRED_OFILES): Add cp-demint.o.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75748
138bc75d-0d04-0410-961f-
82ee72b054a4
pinskia [Mon, 12 Jan 2004 19:42:42 +0000 (19:42 +0000)]
2004-01-12 Kazu Hirata <kazu@cs.umass.edu>
PR optimization/12508.
* combine.c (try_combine): Remove a dead set in a parallel
even if its destination is a subreg.
Revert:
2003-06-03 Kazu Hirata <kazu@cs.umass.edu>
* combine.c (simplify_set): Don't move a subreg in SET_SRC to
SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75747
138bc75d-0d04-0410-961f-
82ee72b054a4
ian [Mon, 12 Jan 2004 19:39:46 +0000 (19:39 +0000)]
* MAINTAINERS: Add myself as a libiberty MAINTAINER.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75746
138bc75d-0d04-0410-961f-
82ee72b054a4
graydon [Mon, 12 Jan 2004 19:11:00 +0000 (19:11 +0000)]
2004-01-08 Graydon Hoare <graydon@redhat.com>
* javax/swing/JLayeredPane.java: Rewrite to accomodate
djee@redhat.com's recent inverse ordering of Container elements.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75745
138bc75d-0d04-0410-961f-
82ee72b054a4
pbrook [Mon, 12 Jan 2004 18:39:56 +0000 (18:39 +0000)]
Fix ChangeLog date.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75744
138bc75d-0d04-0410-961f-
82ee72b054a4
geoffk [Mon, 12 Jan 2004 18:38:16 +0000 (18:38 +0000)]
Correct my e-mail address
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75743
138bc75d-0d04-0410-961f-
82ee72b054a4
geoffk [Mon, 12 Jan 2004 18:37:40 +0000 (18:37 +0000)]
* real.c: Update copyright date.
* emit-rtl.c: Likewise.
* rtl.h: Likewise.
* dwarf2out.c: Likewise.
* config/rs6000/darwin-ldouble.c: Likewise.
* config/rs6000/rs6000.md: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75742
138bc75d-0d04-0410-961f-
82ee72b054a4
dje [Mon, 12 Jan 2004 18:34:36 +0000 (18:34 +0000)]
* config/rs6000/rs6000.c (rs6000_init_libfuncs): Add AIX
TFmode to SImode libfuncs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75741
138bc75d-0d04-0410-961f-
82ee72b054a4
pinskia [Mon, 12 Jan 2004 17:57:16 +0000 (17:57 +0000)]
2004-01-12 Hartmut Penner <hpenner@de.ibm.com>
PR target/13534
* gcc/config/rs6000/rs6000.c (word_offset_memref_operand): New
predicate to handle 'ld' conform addresses.
* gcc/config/rs6000/rs6000.h (EXTRA_CONSTRAINT): New 'Y'
contraint.
(EXTRA_MEMORY_CONSTRAINT): Tell reload which constraint
are memory contraints.
* gcc/config/rs6000/rs6000-protos.h (word_offset_memref_operand):
New prototype.
* gcc/config/rs6000/rs6000.md (*movdf_hardfloat64):
Change 'o' to 'Y' constraint.
(*movdf_softfloat64): Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75739
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Mon, 12 Jan 2004 17:25:25 +0000 (17:25 +0000)]
2004-01-12 Paolo Carlini <pcarlini@suse.de>
* testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc:
Use try_mkfifo.
* testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-2.cc:
Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75738
138bc75d-0d04-0410-961f-
82ee72b054a4
sayle [Mon, 12 Jan 2004 17:22:12 +0000 (17:22 +0000)]
PR middle-end/11397
* varasm.c (assemble_alias): Remove weak aliases from weak_decls.
* gcc.dg/special/wkali-2.c: Add dg-require-alias.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75737
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Mon, 12 Jan 2004 17:02:08 +0000 (17:02 +0000)]
2004-01-12 Paolo Carlini <pcarlini@suse.de>
* include/bits/locale_facets.h (struct __numpunct_cache):
Add members _M_truename_len and _M_falsename_len, caching
the lengths of _M_truename and _M_falsename.
(__numpunct_cache<>::_M_cache): Assign the latter.
* include/bits/locale_facets.tcc (num_get::do_get(bool&),
num_put::do_put(bool)): Use the new members, thus avoiding
computing string lengths again and again.
* config/locale/generic/numeric_members.cc
(numpunct<>::_M_initialize_numpunct): Assign the new members.
* config/locale/gnu/numeric_members.cc
(numpunct<>::_M_initialize_numpunct): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75735
138bc75d-0d04-0410-961f-
82ee72b054a4
rearnsha [Mon, 12 Jan 2004 16:40:32 +0000 (16:40 +0000)]
Update copyright.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75734
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Mon, 12 Jan 2004 16:32:12 +0000 (16:32 +0000)]
PR opt/12826
* loop.c (insert_loop_mem): Preffer VOLATILE memory references to be
stored.
PR opt/12863
* cfgcleanup.c (label_is_jump_target_p): Move to...
* rtlanal.c (label_is_jump_target_p): ... here.
* cfgrtl.c (cfg_layout_redirect_edge_and_branch): Fix redirecting of fallthru
edges unified with branch edges.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75733
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Mon, 12 Jan 2004 16:25:32 +0000 (16:25 +0000)]
PR opt/12826
* gcc.dg/
20040112-1.c: New.
* gcc.dg/dwarf-die[1-7].c: Move to...
* gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
* gcc.dg/debug/dwarf2/dwarf2.exp: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75732
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Mon, 12 Jan 2004 16:20:14 +0000 (16:20 +0000)]
Fixed date in ChangeLog. Also updated Copyright dates in source files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75730
138bc75d-0d04-0410-961f-
82ee72b054a4
ian [Mon, 12 Jan 2004 16:15:19 +0000 (16:15 +0000)]
PR c++/4100
* g++.dg/parse/friend4.C: New test.
* g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
definition is called a friend.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75727
138bc75d-0d04-0410-961f-
82ee72b054a4
ian [Mon, 12 Jan 2004 16:14:41 +0000 (16:14 +0000)]
PR c++/4100
* parser.c (cp_parser_decl_specifier_seq): Add check for a friend
decl-specifier occurring along with a class definition.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75726
138bc75d-0d04-0410-961f-
82ee72b054a4
rearnsha [Mon, 12 Jan 2004 16:01:18 +0000 (16:01 +0000)]
* simplify-rtx.c (simplify_immed_subreg): Correctly extract the
high word of an integral CONST_DOUBLE.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75725
138bc75d-0d04-0410-961f-
82ee72b054a4
pbrook [Mon, 12 Jan 2004 15:33:59 +0000 (15:33 +0000)]
* simplify-rtx.c (simplify_plus_minus): Always generate canonical form.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75724
138bc75d-0d04-0410-961f-
82ee72b054a4
ian [Mon, 12 Jan 2004 15:25:16 +0000 (15:25 +0000)]
* parser.c (cp_parser_decl_specifier_seq): Add parenthetical
clauses to comments describing declares_class_or_enum.
(cp_parser_type_specifier): Set *declares_class_or_enum to 0, not
false.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75723
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Mon, 12 Jan 2004 13:18:13 +0000 (13:18 +0000)]
* pt.c (for_each_template_parm): Do not check for duplicates.
(for_each_template_parm): Use walk_tree duplicate checking code.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75718
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Mon, 12 Jan 2004 12:59:38 +0000 (12:59 +0000)]
PR target/13585
* sh-protos.h (check_use_sfunc_addr): Declare.
* sh.c (extract_sfunc_addr, check_use_sfunc_addr): New functions.
* sh.md (use_sfunc_addr): Use check_use_sfunc_addr in insn predicate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75717
138bc75d-0d04-0410-961f-
82ee72b054a4
charlet [Mon, 12 Jan 2004 12:56:39 +0000 (12:56 +0000)]
* misc.c: Remove trailing spaces.
Update copyright notice missed in previous change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75716
138bc75d-0d04-0410-961f-
82ee72b054a4
charlet [Mon, 12 Jan 2004 11:46:25 +0000 (11:46 +0000)]
2004-01-12 Arnaud Charlet <charlet@act-europe.fr>
* bld.adb (Recursive_Process): Reference prefix/share/gnat instead of
prefix/share/make
* Makefile.generic: Update copyright.
Add license notice.
* Makefile.in (ADA_SHARE_MAKE_DIR): Set to prefix/share/gnat instead
of prefix/share/make.
* Makefile.prolog: Update copyright.
Add license notice.
2004-01-12 Laurent Pautet <pautet@act-europe.fr>
* 3vsocthi.adb, 3vsocthi.ads, 3wsocthi.adb,
3wsocthi.ads, 3zsocthi.adb, 3zsocthi.ads, g-socthi.adb,
g-socthi.ads (Socket_Error_Message): Return C.Strings.chars_ptr
instead of String.
* g-socket.adb (Raise_Socket_Error): Use new Socket_Error_Message
signature.
2004-01-12 Javier Miranda <miranda@gnat.com>
* cstand.adb, exp_aggr.adb, exp_ch3.adb, exp_ch9.adb, exp_dist.adb,
exp_imgv.adb, exp_pakd.adb, exp_util.adb, par-ch3.adb, sem.adb,
sem_ch12.adb, sem_ch3.adb, sem_dist.adb, sem_prag.adb, sem_res.adb,
sem_util.adb, sinfo.adb, sinfo.ads, sprint.adb: Addition of
Component_Definition node.
2004-01-12 Ed Falis <falis@gnat.com>
* impunit.adb: Add GNAT.Secondary_Stack_Info as user-visible unit
2004-01-12 Thomas Quinot <quinot@act-europe.fr>
* link.c: Change default libgnat kind to STATIC for FreeBSD.
2004-01-12 Bernard Banner <banner@gnat.com>
* Makefile.in: map 86numaux to a-numaux for x86_64
2004-01-12 Ed Schonberg <schonberg@gnat.com>
* lib-xref.adb (Get_Type_Reference): If the type is the subtype entity
generated to rename a generic actual, go to the actual itself, the
subtype is not a user-visible entity.
* sem_ch7.adb (Uninstall_Declarations): If an entity in the visible
part is a private subtype, reset the visibility of its full view, if
any, to be consistent.
* sem_ch12.adb (Analyze_Formal_Package): Diagnose properly an attempt
to use a generic package G as a formal package for another generic
declared within G.
2004-01-12 Robert Dewar <dewar@gnat.com>
* trans.c (Eliminate_Error_Msg): New procedure called to generate msg
* usage.adb: Remove mention of obsolete -gnatwb switch
Noticed during code reading
2004-01-12 Jerome Guitton <guitton@act-europe.fr>
* 1ssecsta.adb: Minor changes for -gnatwa warnings
2004-01-12 GNAT Script <nobody@gnat.com>
* Make-lang.in: Makefile automatically updated
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75715
138bc75d-0d04-0410-961f-
82ee72b054a4
charlet [Mon, 12 Jan 2004 11:45:26 +0000 (11:45 +0000)]
2004-01-12 Laurent Pautet <pautet@act-europe.fr>
* 3vsocthi.adb, 3vsocthi.ads, 3wsocthi.adb,
3wsocthi.ads, 3zsocthi.adb, 3zsocthi.ads, g-socthi.adb,
g-socthi.ads (Socket_Error_Message): Return C.Strings.chars_ptr
instead of String.
* g-socket.adb (Raise_Socket_Error): Use new Socket_Error_Message
signature.
2004-01-12 Javier Miranda <miranda@gnat.com>
* cstand.adb, exp_aggr.adb, exp_ch3.adb, exp_ch9.adb, exp_dist.adb,
exp_imgv.adb, exp_pakd.adb, exp_util.adb, par-ch3.adb, sem.adb,
sem_ch3.adb, sem_dist.adb, sem_prag.adb, sem_res.adb,
sem_util.adb, sinfo.adb, sinfo.ads, sprint.adb: Addition of
Component_Definition node.
2004-01-12 Ed Falis <falis@gnat.com>
* impunit.adb: Add GNAT.Secondary_Stack_Info as user-visible unit
2004-01-12 Thomas Quinot <quinot@act-europe.fr>
* link.c: Change default libgnat kind to STATIC for FreeBSD.
2004-01-12 Ed Schonberg <schonberg@gnat.com>
* lib-xref.adb (Get_Type_Reference): If the type is the subtype entity
generated to rename a generic actual, go to the actual itself, the
subtype is not a user-visible entity.
* sem_ch7.adb (Uninstall_Declarations): If an entity in the visible
part is a private subtype, reset the visibility of its full view, if
any, to be consistent.
2004-01-12 Robert Dewar <dewar@gnat.com>
* trans.c (Eliminate_Error_Msg): New procedure called to generate msg
* usage.adb: Remove mention of obsolete -gnatwb switch
Noticed during code reading
2004-01-12 Jerome Guitton <guitton@act-europe.fr>
* 1ssecsta.adb: Minor changes for -gnatwa warnings
2004-01-12 GNAT Script <nobody@gnat.com>
* Make-lang.in: Makefile automatically updated
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75714
138bc75d-0d04-0410-961f-
82ee72b054a4
charlet [Mon, 12 Jan 2004 11:38:15 +0000 (11:38 +0000)]
2004-01-12 Javier Miranda <miranda@gnat.com>
* sem_ch12.adb: Addition of Component_Definition node.
2004-01-12 Ed Schonberg <schonberg@gnat.com>
PR ada/13417
* sem_ch12.adb (Analyze_Formal_Package): Diagnose properly an attempt
to use a generic package G as a formal package for another generic
declared within G.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75713
138bc75d-0d04-0410-961f-
82ee72b054a4
charlet [Mon, 12 Jan 2004 11:36:13 +0000 (11:36 +0000)]
2004-01-12 Arnaud Charlet <charlet@act-europe.fr>
PR ada/13572
* bld.adb (Recursive_Process): Reference prefix/share/gnat instead of
prefix/share/make
* Makefile.generic: Update copyright.
Add license notice.
* Makefile.in (ADA_SHARE_MAKE_DIR): Set to prefix/share/gnat instead
of prefix/share/make.
* Makefile.prolog: Update copyright.
Add license notice.
2004-01-12 Bernard Banner <banner@gnat.com>
* Makefile.in: map 86numaux to a-numaux for x86_64
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75712
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Mon, 12 Jan 2004 11:15:33 +0000 (11:15 +0000)]
* alias.c: Invlude varray.h
(alias_sets): Turn into varray.
(get_alias_set_entry): Use VARRAY; mark inline.
(mems_in_disjoint_alias_sets_p): Mark inline.
(record_alias_subset): Use varray.
(init_alias_once): Initialize varray.
(new_alias_set): Grow array.
* varray.c: Make VARRAY_GENERIC_PTR non GTYized.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75711
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Mon, 12 Jan 2004 09:44:16 +0000 (09:44 +0000)]
Partial fox for PR opt/10776 II
* cselib.c: Include params.h
(cselib_invalidate_mem): Limit amount of nonconflicting memory
locations.
* params.def (PARAM_MAX_CSELIB_MEMORY_LOCATIONS): New.
* Makefile.in (cselib.o): Depend on params.h
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75710
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Mon, 12 Jan 2004 09:20:24 +0000 (09:20 +0000)]
* combine.c (combine_simplify_rtx): Don't pass VOIDmode to
simplify_unary_operation if the operand has a known mode.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75709
138bc75d-0d04-0410-961f-
82ee72b054a4
hpenner [Mon, 12 Jan 2004 08:11:28 +0000 (08:11 +0000)]
* gcc/config/rs6000/rs6000.c (word_offset_memref_operand): New
predicate to handle 'ld' conform addresses.
* gcc/config/rs6000/rs6000.h (EXTRA_CONSTRAINT): New 'Y'
contraint.
(EXTRA_MEMORY_CONSTRAINT): Tell reload which constraint
are memory contraints.
* gcc/config/rs6000/rs6000-protos.h (word_offset_memref_operand):
New prototype.
* gcc/config/rs6000/rs6000.md (*movdf_hardfloat64):
Change 'o' to 'Y' constraint.
(*movdf_softfloat64): Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75707
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Mon, 12 Jan 2004 08:11:08 +0000 (08:11 +0000)]
* testsuite/testsuite_hooks.h (__gnu_test::try_mkfifo): Declare it.
* testsuite/testsuite_hooks.cc (__gnu_test::try_mkfifo): Define
it.
* testsuite/27_io/basic_filebuf/close/char/4879.cc: Use try_mkfifo
and remove Cygwin XFAIL.
* testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise.
* testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
* testsuite/27_io/basic_filebuf/open/char/9507.cc: Likewise.
* testsuite/27_io/basic_filebuf/showmanyc/char/9533-1.cc:
Likewise.
* testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise.
* testsuite/27_io/objects/char/7.cc: Likewise.
* testsuite/27_io/objects/char/9661-1.cc: Likewise.
* testsuite/27_io/objects/wchar_t/7.cc: Likewise.
* testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75706
138bc75d-0d04-0410-961f-
82ee72b054a4
bernie [Mon, 12 Jan 2004 07:52:54 +0000 (07:52 +0000)]
* gcc/config/m68k/m68k.md: Switch from the "*..." syntax to the
brace-enclosed syntax in all C output statements.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75705
138bc75d-0d04-0410-961f-
82ee72b054a4
dje [Mon, 12 Jan 2004 04:47:58 +0000 (04:47 +0000)]
PR target/13401
* config/rs6000/rs6000.c (rs6000_output_function_epilogue):
Objective-C language type value is 14.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75704
138bc75d-0d04-0410-961f-
82ee72b054a4
bernie [Mon, 12 Jan 2004 03:55:43 +0000 (03:55 +0000)]
PR c/12148
* config/m68k/fpgnulib.c: Fix `-mshort' bugs: Use `long' instead of
`int' in a number of places to make sure we always have a SImode
and not a HImode. Add a 'L' suffix to a number of constants.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75703
138bc75d-0d04-0410-961f-
82ee72b054a4
danglin [Mon, 12 Jan 2004 03:42:09 +0000 (03:42 +0000)]
* pa.c: Don't include obstack.h.
* pa.md: Correct constraint in pattern for loading PIC label address.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75702
138bc75d-0d04-0410-961f-
82ee72b054a4