OSDN Git Service

pf3gnuchains/gcc-fork.git
20 years ago* regrename.c (find_oldest_value_reg): If the replacement uses
rearnsha [Wed, 14 Jan 2004 16:25:09 +0000 (16:25 +0000)]
* regrename.c (find_oldest_value_reg): If the replacement uses
multiple hard registers, check that all of them are in CLASS.

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

20 years ago * alias.c (get_alias_set): Initialize alias set to 0 when subset is
hubicka [Wed, 14 Jan 2004 12:00:22 +0000 (12:00 +0000)]
* alias.c (get_alias_set):  Initialize alias set to 0 when subset is
impossible.

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

20 years agogcc/
kcook [Wed, 14 Jan 2004 11:53:19 +0000 (11:53 +0000)]
gcc/
2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>

* Makefile.in: Define MAINT from --enable-maintainer-mode.

gcc/ada/
2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>

* Make-lang.in: Only regenerate texi files if --enable-maintainer-mode.\

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

20 years ago PR c++/12850
hubicka [Wed, 14 Jan 2004 11:34:37 +0000 (11:34 +0000)]
PR c++/12850
* pt.c (instantiate_decl):  Do not increase function_depth.

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

20 years ago * gcc/config/rs6000/rs6000.c (rs6000_stack_info)
hpenner [Wed, 14 Jan 2004 10:57:40 +0000 (10:57 +0000)]
  * gcc/config/rs6000/rs6000.c (rs6000_stack_info)
      Calculate always vrsave_mask if TARGET_ALTIVEC.
      (rs6000_emit_prologue): Emit code for vrsave
      only if TARGET_ALTIVEC_VRSAVE.
      (rs6000_emit_epilogue): Likewise.

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

20 years ago * config/sparc/sparc.md (tie_add32): Fix pasto.
ebotcazou [Wed, 14 Jan 2004 09:49:31 +0000 (09:49 +0000)]
* config/sparc/sparc.md (tie_add32): Fix pasto.
(tie_add64): Likewise.

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

20 years agoChangeLog
ebotcazou [Wed, 14 Jan 2004 09:48:30 +0000 (09:48 +0000)]
ChangeLog

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

20 years ago * gcc.dg/ppc64-abi-1.c: New test.
hpenner [Wed, 14 Jan 2004 09:23:06 +0000 (09:23 +0000)]
 * gcc.dg/ppc64-abi-1.c: New test.

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

20 years ago * g++.dg/ext/attrib9.C: Add dg-warnings.
dannysmith [Wed, 14 Jan 2004 07:31:39 +0000 (07:31 +0000)]
 * g++.dg/ext/attrib9.C: Add dg-warnings.

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

20 years ago PR c++/9021
dannysmith [Wed, 14 Jan 2004 07:27:07 +0000 (07:27 +0000)]
PR c++/9021
   PR c++/11005
* parser.c (cp_parser_elaborated_type_specifier): Warn about
attributes and discard.
* decl.c (xref_tag): Don't overwite existing attributes with
NULL_TREE.

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

20 years ago * config/i386/i386.md (*addqi_1_slp): Do not access operands[2].
rakdver [Wed, 14 Jan 2004 07:20:48 +0000 (07:20 +0000)]
* config/i386/i386.md (*addqi_1_slp): Do not access operands[2].

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

20 years ago PR c++/12335
giovannibajo [Wed, 14 Jan 2004 04:54:24 +0000 (04:54 +0000)]
PR c++/12335
* g++.dg/parse/dtor3.C: New test.

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

20 years ago PR c++/12335
giovannibajo [Wed, 14 Jan 2004 04:50:30 +0000 (04:50 +0000)]
PR c++/12335
* parser.c (cp_parser_lookup_name): Return error_mark_node if there
is no destructor while looking up a BIT_NOT_EXPR.

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

20 years ago2
bkoz [Wed, 14 Jan 2004 04:11:57 +0000 (04:11 +0000)]
2
2004-01-13  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/performance/ifstream_extract_float.cc: Add higher
precision tests.
* testsuite/performance/ofstream_insert_float.cc: Same.

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

20 years ago * config/iq2000/iq2000-protos.h: Fix comment formatting.
kazu [Wed, 14 Jan 2004 03:10:51 +0000 (03:10 +0000)]
* config/iq2000/iq2000-protos.h: Fix comment formatting.
* config/iq2000/iq2000.c: Likewise.
* config/iq2000/iq2000.md: Likewise.

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

20 years ago * cxxfilt.c: Remove unused file.
ian [Wed, 14 Jan 2004 03:02:35 +0000 (03:02 +0000)]
* cxxfilt.c: Remove unused file.

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

20 years ago * dwarf2out.c (is_ada_subrange_type): No longer check the TYPE_NAME.
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

20 years ago PR fortran/6491
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

20 years ago * config/h8300/h8300-protos.h: Replace do_movsi with
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

20 years ago * config/h8300/h8300.c (dosize): Change to
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

20 years ago * config/h8300/h8300.md (movstrictqi): Add an alternative with
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

20 years ago * system.h (SHARED_BSS_SECTION_ASM_OP): Poison.
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

20 years agoDaily bump.
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

20 years ago Partial fix PR c++/12850
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

20 years ago2004-01-13 Paolo Carlini <pcarlini@suse.de>
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

20 years ago * lang.c (java_estimate_num_insns_1): Fix bug in MODIFY_EXPR cost
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

20 years ago * java/awt/EventQueue.java (isDispatchThread): Do check on top of stack....
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

20 years ago * cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE
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

20 years ago * config/m68k/netbsd-elf.h (REGISTER_NAMES): Add missing "argptr"
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

20 years ago2004-01-13 Thomas Fitzsimmons <fitzsim@redhat.com>
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

20 years ago2004-01-13 Thomas Fitzsimmons <fitzsim@redhat.com>
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

20 years ago PR debug/7078
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

20 years ago2004-01-13 Andrew Pinski <pinskia@physics.uc.edu>
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

20 years ago * gnu/java/awt/peer/gtk/TestAWT.java (DialogWindow): Add WindowAdapter
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

20 years ago2004-01-13 Vladimir Makarov <vmakarov@redhat.com>
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

20 years ago2004-01-13 Benjamin Kosnik <bkoz@redhat.com>
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

20 years ago2004-01-13 Paolo Carlini <pcarlini@suse.de>
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

20 years ago2004-01-13�� David Jee�� <djee@redhat.com>
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

20 years ago2004-01-13�� David Jee�� <djee@redhat.com>
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

20 years ago * cfg.c (dump_bb): Dump entry edges.
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

20 years ago* arm.c (thumb_legitimate_address_p): Only allow constant pool
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

20 years ago * gnu/java/awt/peer/gtk/TestAWT.java: Fix test program so that it does
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

20 years ago2004-01-13 Ed Schonberg <schonberg@gnat.com>
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

20 years agoAdd extra checks.
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

20 years ago2004-01-13 Paolo Carlini <pcarlini@suse.de>
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

20 years ago2004-01-13 Paolo Carlini <pcarlini@suse.de>
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

20 years ago * system.h (TEXT_SECTION): Poison.
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

20 years agoComplete previous check in.
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

20 years ago * ada/acats/run_all.sh: Add more verbose output in acats.log
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

20 years ago * doc/rtl.texi (Vector Operations): Remove defunct vec_const item.
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

20 years agoAdd missing PR number
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

20 years agoDelete unused file.
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

20 years ago2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
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

20 years ago * java/awt/Dialog.java (show): Enable blocking for all modal dialogs
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

20 years ago PR 13656
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

20 years ago * varray.h (VARRAY_POP): Add checking variant, aborts on underflow.
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

20 years ago * README: Remove.
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

20 years ago PR c++/13376
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

20 years ago * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
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

20 years ago * c-decl.c (diagnose_mismatched_decls): Fix warning calls.
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

20 years ago * cgraphunit.c (cgraph_optimize_function): Always do
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

20 years ago * builtins.c (expand_builtin_expect_jump): Simplify logic. Handle
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

20 years ago * alias.c (new_alias_set): Construct the alias_set varray.
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

20 years ago PR c++/13474
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

20 years ago PR c++/13474
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

20 years ago PR c++/13558
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

20 years agoDaily bump.
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

20 years ago PR c++/12815
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

20 years ago2004-01-12 Marc Espie <espie@openbsd.org>
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

20 years ago PR opt/10776
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

20 years ago2004-01-12 Andreas Tobler <a.tobler@schweiz.ch>
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

20 years ago * g++.dg/ext/lvalue1.C: No longer expected to fail.
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

20 years ago2004-01-12 Andreas Tobler <a.tobler@schweiz.ch>
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

20 years ago2004-01-10 Andreas Tobler <a.tobler@schweiz.ch>
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

20 years ago * class.c (layout_class_type): For non-POD class types, also copy
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

20 years ago2004-01-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
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

20 years ago2004-01-12 Jonathan Merriman <jonm@dualitymedia.com>
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

20 years ago2004-01-12 Andrew Pinski <pinskia@physics.uc.edu>
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

20 years ago * config/mips/mips.c (mips_symbolic_constant_p): Revert last patch.
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

20 years ago * demangle.h (enum demangle_component_type): Define.
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

20 years ago2004-01-12 Kazu Hirata <kazu@cs.umass.edu>
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

20 years ago * MAINTAINERS: Add myself as a libiberty MAINTAINER.
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

20 years ago2004-01-08 Graydon Hoare <graydon@redhat.com>
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

20 years agoFix ChangeLog date.
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

20 years agoCorrect my e-mail address
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

20 years ago * real.c: Update copyright date.
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

20 years ago * config/rs6000/rs6000.c (rs6000_init_libfuncs): Add AIX
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

20 years ago2004-01-12 Hartmut Penner <hpenner@de.ibm.com>
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

20 years ago2004-01-12 Paolo Carlini <pcarlini@suse.de>
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

20 years ago PR middle-end/11397
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

20 years ago2004-01-12 Paolo Carlini <pcarlini@suse.de>
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

20 years agoUpdate copyright.
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

20 years ago PR opt/12826
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

20 years ago PR opt/12826
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

20 years agoFixed date in ChangeLog. Also updated Copyright dates in source files.
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

20 years ago PR c++/4100
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

20 years ago PR c++/4100
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

20 years ago* simplify-rtx.c (simplify_immed_subreg): Correctly extract the
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

20 years ago * simplify-rtx.c (simplify_plus_minus): Always generate canonical form.
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

20 years ago * parser.c (cp_parser_decl_specifier_seq): Add parenthetical
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