OSDN Git Service

pf3gnuchains/gcc-fork.git
21 years ago2003-01-15 Scott Gilbertson <scottg@mantatest.com>
tromey [Wed, 15 Jan 2003 23:18:58 +0000 (23:18 +0000)]
2003-01-15  Scott Gilbertson  <scottg@mantatest.com>

* gnu/awt/xlib/XToolkit.java (getColorModel): Implemented.
* gnu/awt/xlib/XGraphicsConfiguration.java (getPixel): Work with
16-bit display mode.

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

21 years ago * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
ciceron [Wed, 15 Jan 2003 22:50:41 +0000 (22:50 +0000)]
* config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
and -mshort-double to the assembler to specify the ABI.
(LINK_SPEC): Likewise.
(CPP_SPEC): Pass HCS12 specific define.
(MASK_M68S12): New define.
(TARGET_M68S12): Likewise.
(TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
(TARGET_VERSION): Update.
* config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
(LINK_SPEC): Update.
(ASM_SPEC): Update.
* config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
* doc/invoke.texi (M68hc1x Options): Document -m68hcs12.

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

21 years ago2003-01-15 Scott Gilbertson <scottg@mantatest.com>
tromey [Wed, 15 Jan 2003 22:47:04 +0000 (22:47 +0000)]
2003-01-15  Scott Gilbertson  <scottg@mantatest.com>

* java/awt/CardLayout.java (show): Rewrote.
(gotoComponent): Removed `target' argument.  Simplified code.
Don't pre-compute `choice' unless `what' is FIRST or LAST.
Changed all callers.
(NONE): Removed.

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

21 years ago * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
ghazi [Wed, 15 Jan 2003 22:42:26 +0000 (22:42 +0000)]
* gcc.c-torture/execute/builtin-constant.x: XFAIL the test.

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

21 years ago * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
ciceron [Wed, 15 Jan 2003 21:26:14 +0000 (21:26 +0000)]
* gcc.c-torture/compile/20000804-1.x: Don't execute this test at
all for HC11/HC12.
* gcc.c-torture/compile/20001205-1.x: Likewise.
* gcc.c-torture/compile/20001226-1.x: Likewise.
* gcc.c-torture/compile/920520-1.x: Likewise.
* gcc.c-torture/compile/961203-1.x: Likewise.
* gcc.c-torture/compile/20020604-1.x: Likewise.

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

21 years ago * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
ciceron [Wed, 15 Jan 2003 20:39:17 +0000 (20:39 +0000)]
* config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
the return code.

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

21 years ago * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
zlomek [Wed, 15 Jan 2003 20:16:22 +0000 (20:16 +0000)]
* cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
flag before setting it.

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

21 years ago * MAINTAINERS: Add myself to write-after-approval list.
zlomek [Wed, 15 Jan 2003 19:47:10 +0000 (19:47 +0000)]
* MAINTAINERS: Add myself to write-after-approval list.

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

21 years agoI added myself to the list.
zlomek [Wed, 15 Jan 2003 19:42:36 +0000 (19:42 +0000)]
I added myself to the list.

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

21 years ago * c-semantics.c (genrtl_while_stmt): Improve initial RTL generation
sayle [Wed, 15 Jan 2003 17:44:37 +0000 (17:44 +0000)]
* c-semantics.c (genrtl_while_stmt):  Improve initial RTL generation
when loop condition is known true, i.e.  "while (1) { ... }".
(genrtl_for_stmt): Similarly for "for" statements.

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

21 years ago * real.c (real_sqrt): Return a bool result indicating whether
sayle [Wed, 15 Jan 2003 17:40:26 +0000 (17:40 +0000)]
* real.c (real_sqrt): Return a bool result indicating whether
a floating point exception or trap should be raised.
* real.h (real_sqrt): Update function prototype.
* builtins.c (fold_builtin): Only fold non-trapping square
roots unless we're ignoring errno and trapping math.

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

21 years ago * expr.h (emit_conditional_add): Add PARAMS to declaration.
danglin [Wed, 15 Jan 2003 17:36:57 +0000 (17:36 +0000)]
* expr.h (emit_conditional_add): Add PARAMS to declaration.
* gengtype-lex.l (malloc, realloc): Move defines after include of
system.h.  Remove duplicate include of system.h.

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

21 years ago PR middle-end/9009
sayle [Wed, 15 Jan 2003 17:32:38 +0000 (17:32 +0000)]
PR middle-end/9009
* optabs.c (expand_unop):  When manipulating the FP sign bit
using integer operations, account for targets with different
integer and FP word orders.
(expand_abs): Likewise.

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

21 years ago * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
dje [Wed, 15 Jan 2003 16:08:49 +0000 (16:08 +0000)]
    * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
        file extension in section name.

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

21 years ago* flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
rearnsha [Wed, 15 Jan 2003 16:06:47 +0000 (16:06 +0000)]
* flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
constant offset.

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

21 years ago* arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
rearnsha [Wed, 15 Jan 2003 15:51:11 +0000 (15:51 +0000)]
* arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
(HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
(ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
(ARM_PRINT_OPERAND_ADDRESS): Likewise.

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

21 years agoCopyright for 2003.
hpenner [Wed, 15 Jan 2003 13:44:24 +0000 (13:44 +0000)]
Copyright for 2003.

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

21 years ago PR f/9258
hubicka [Wed, 15 Jan 2003 12:43:35 +0000 (12:43 +0000)]
PR f/9258
* global.c (struct allocno): Add no_stack_reg.
(global_conflicts): Set no_stack_reg.
(find_reg): Use it.

* convert.c (convert_to_real): Fold - and abs only when profitable.
* fold-const.c (fold): Fold truncates in - and abs.

* gcc.c-torture/compile/20030115-1.c: New test.

* gcc.dg/i386-fpcvt-1.c: New test.
* gcc.dg/i386-fpcvt-2.c: New test.

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

21 years agoI did not know how to write to changelog sone other's patch
zlomek [Wed, 15 Jan 2003 12:12:09 +0000 (12:12 +0000)]
I did not know how to write to changelog sone other's patch
so I'm fixing the Changelog entry

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

21 years ago Segher Boessenkool <segher@koffie.nl>
zlomek [Wed, 15 Jan 2003 12:07:46 +0000 (12:07 +0000)]
Segher Boessenkool  <segher@koffie.nl>

* predict.c (real_inv_br_prob_base): New variable.
(propagate_freq): Use multiply by reciprocal instead of
division.  Don't divide by 1.0 at all.
(estimate_bb_frequencies): Similar.

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

21 years ago* configure.in (noconfigdirs): Don't skip gas on IRIX 6.
aoliva [Wed, 15 Jan 2003 11:24:15 +0000 (11:24 +0000)]
* configure.in (noconfigdirs): Don't skip gas on IRIX 6.
* configure: Rebuilt.

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

21 years agoput back entry mistakenly taken out by hpenner
aoliva [Wed, 15 Jan 2003 10:57:14 +0000 (10:57 +0000)]
put back entry mistakenly taken out by hpenner

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

21 years ago* configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
aoliva [Wed, 15 Jan 2003 10:53:22 +0000 (10:53 +0000)]
* configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
* configure: Rebuilt.

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

21 years ago * config/s390/s390.c (s390_safe_attr_type): New function.
hpenner [Wed, 15 Jan 2003 10:38:01 +0000 (10:38 +0000)]
    * config/s390/s390.c (s390_safe_attr_type): New function.
        (s390_use_dfa_pipeline_interface): New function, return true for z900.
        (s390_issue_rate): New function.
        (s390_agen_dep_p): New function.
        (addr_generation_dependency_p): Use 's390_safe_attr_type'.
        (s390_adjust_cost): Return 'cost' if new DFA is used.
        (s390_adjust_priority): Delete function.
        * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
        * config/s390/s390.md (atype attribute): Attribute 'atype' default
        determined by 'op_type'.
        (type attribute): Added more type attributes.
        * config/s390/2064.md: New DFA description for z900 pipeline.

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

21 years ago* config/i386/i386.c (ix86_expand_vector_move): Validize constant
aoliva [Wed, 15 Jan 2003 09:17:20 +0000 (09:17 +0000)]
* config/i386/i386.c (ix86_expand_vector_move): Validize constant
forced to memory.  Fixes PR bootstrap/9036.

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

21 years agoDaily bump.
gccadmin [Wed, 15 Jan 2003 08:17:32 +0000 (08:17 +0000)]
Daily bump.

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

21 years ago* config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
aoliva [Wed, 15 Jan 2003 07:42:21 +0000 (07:42 +0000)]
* config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
to set $gp before the call.

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

21 years ago * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
rth [Wed, 15 Jan 2003 03:25:50 +0000 (03:25 +0000)]
    * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
        for force_const_mem.

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

21 years agocp:
ghazi [Wed, 15 Jan 2003 01:21:46 +0000 (01:21 +0000)]
cp:
* decl2.c (check_classfn): Fix uninitialized warning.
(build_anon_union_vars): Likewise.
* pt.c (tsubst_copy): Likewise.

gcc:
* genattr.c (main): Rearrange output to avoid prototype warning.
* genautomata.c (transform_3): Fix ambiguous-else warning.
* local-alloc.c (requires_inout): Add parentheses around
assignment used as truth-value.
* timevar.c: Move system includes above local includes.  Include
toplev.h
* Makefile.in (timevar.o): Depend on toplev.h.

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

21 years ago2003-01-14 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 14 Jan 2003 21:44:48 +0000 (21:44 +0000)]
2003-01-14  Michael Koch  <konqueror@gmx.de>

* java/net/InetSocketAddress.java
(serialVersionUID): New member variable.
* java/net/NetPermission.java
(NetPermission): Dont implement java.io.Serialization directly.
* java/net/SocketAddress.java:
(serialVersionUID): Documentation added.

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

21 years ago2003-01-14 Jeffrey D. Oldham <oldham@codesourcery.com>
oldham [Tue, 14 Jan 2003 21:36:20 +0000 (21:36 +0000)]
2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>

Further conform g++'s __vmi_class_type_info to the C++ ABI
specification.
* gcc/cp/rtti.c (dfs_class_hint_mark): Do not set hints not
specified by the specification.
(class_hint_flags): Likewise.
* gcc/testsuite/g++.old-deja/g++.abi/vmihint.C (main): Revise
expected flags per the specification.
* libstdc++-v3/libsupc++/cxxabi.h
(__vmi_class_type_info::__flags_masks): Remove enumerations not
required by the specification.

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

21 years ago2003-01-14 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 14 Jan 2003 21:21:35 +0000 (21:21 +0000)]
2003-01-14  Michael Koch  <konqueror@gmx.de>

* java/awt/Label.java
(Label): Implements javax.accessibility.Accessible;
* java/awt/List.java
(List): Implements javax.accessibility.Accessible;
* java/awt/ScrollPane.java
(ScrollPane): Implements javax.accessibility.Accessible;
* java/awt/Scrollbar.java
(Scrollbar): Implements javax.accessibility.Accessible;
* java/awt/TextComponent.java
(setCaretPosition): Throw exception, documentation added.
* java/awt/Toolkit.java:
Added some newlines in method documentations.
(createButton): Exception documentation added.
(createTextField): Exception documentation added.
(createLabel): Exception documentation added.
(createList): Exception documentation added.
(createCheckbox): Exception documentation added.
(createScrollbar): Exception documentation added.
(createScrollPane): Exception documentation added.
(createTextArea): Exception documentation added.
(createChoice): Exception documentation added.
(createFrame): Exception documentation added.
(createWindow): Exception documentation added.
(createDialog): Exception documentation added.
(createMenuBar): Exception documentation added.
(createMenu): Exception documentation added.
(createMenuItem): Exception documentation added.
(createFileDialog): Exception documentation added.
(createCheckboxMenuItem): Exception documentation added.
(loadSystemColors): Exception documentation added.
(setDynamicLayout): Exception documentation added.
(isDynamicLayoutSet): Exception documentation added.
(isDynamicLayoutActive): Exception documentation added.
(getScreenSize): Exception documentation added.
(getScreenResolution): Exception documentation added.
(getScreenInsets): Exception documentation added.
(getColorModel): Exception documentation added.
(getSystemClipboard): Exception documentation added.
(getSystemSelection): Exception documentation added.
(getMenuShortcutKeyMask): Exception documentation added.
(getSystemEventQueue): Exception documentation added.
* java/awt/Window.java:
Reindented some code.
(Window): Centralized implementation, documentation added.
(finalize): Documentation added.
(hide): Fixed typo in comment.
(getWindowListeners): Documentation added.
* java/awt/color/ColorSpace.java
(toRGB): Documentation added.
* java/awt/color/ICC_ColorSpace.java
(ICC_ColorSpace): Documentation added.
(toRGB): Throw exception, documentation added.
(fromRGB): Throw exception, documentation added.
(toCIEXYZ): Documentation added.
(fromCIEXYZ): Documentation added.
(getMinValue): Documentation added.
(getMaxValue): Documentation added.
* java/awt/geom/Dimension2D.java
(clone): Documentation added.
* java/awt/geom/GeneralPath.java
(clone): Documentation added.
* java/awt/geom/Line2D.java
(clone): Documentation added.
* java/awt/geom/QuadCurve2D.java
(clone): Documentation added.
* java/awt/image/ColorModel.java
(ColorModel): Throw exception, documentation added.
* java/awt/image/ImageFilter.java
(clone): Doesnt throw CloneNotSupportedException.

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

21 years ago * config.h.in: Rebuilt.
tromey [Tue, 14 Jan 2003 21:16:20 +0000 (21:16 +0000)]
* config.h.in: Rebuilt.

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

21 years ago * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
denisc [Tue, 14 Jan 2003 20:25:25 +0000 (20:25 +0000)]
* config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
(VALID_MACHINE_TYPE_ATTRIBUTE): Remove.

* config/ip2k/ip2k.c (ip2k_attribute_table): New table of
        attributes.
(TARGET_ATTRIBUTE_TABLE): New macro.
(valid_machine_type_attribute): Remove.
(valid_machine_decl_attribute): Remove.
(ip2k_handle_progmem_attribute): New function.
(ip2k_handle_fndecl_attribute): New function.

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

21 years ago2003-01-14 Andrew Haley <aph@redhat.com>
aph [Tue, 14 Jan 2003 19:26:21 +0000 (19:26 +0000)]
2003-01-14  Andrew Haley  <aph@redhat.com>

        * java/lang/natRuntime.cc (_load): StackTrace access needs to be
        in a try block.

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

21 years ago * class.c (make_class_data): Check that super is compiled before
tromey [Tue, 14 Jan 2003 18:59:01 +0000 (18:59 +0000)]
* class.c (make_class_data): Check that super is compiled before
building class reference to it.

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

21 years ago2003-01-14 Andrew Haley <aph@redhat.com>
aph [Tue, 14 Jan 2003 18:42:29 +0000 (18:42 +0000)]
2003-01-14  Andrew Haley  <aph@redhat.com>

        * src/x86/ffi64.c (ffi_prep_args): Check for void retval.
        (ffi_prep_cif_machdep): Likewise.
        * src/x86/unix64.S: Add unwind info.

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

21 years ago2003-01-14 Andrew Haley <aph@redhat.com>
aph [Tue, 14 Jan 2003 17:01:04 +0000 (17:01 +0000)]
2003-01-14  Andrew Haley  <aph@redhat.com>

        * decl.c (java_init_decl_processing): _Jv_NewMultiArray is a
        varargs function -- correct.

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

21 years ago2003-01-10 Andrew Haley <aph@redhat.com>
aph [Tue, 14 Jan 2003 15:22:22 +0000 (15:22 +0000)]
2003-01-10  Andrew Haley  <aph@redhat.com>

        * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
        registers to be in correct order.  Add rip.

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

21 years ago2003-01-14 Andrew Haley <aph@redhat.com>
aph [Tue, 14 Jan 2003 15:03:16 +0000 (15:03 +0000)]
2003-01-14  Andrew Haley  <aph@redhat.com>

        * decl.c (java_init_decl_processing): Temporarily back out previous patch.

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

21 years ago2003-01-10 Andrew Haley <aph@redhat.com>
aph [Tue, 14 Jan 2003 14:02:13 +0000 (14:02 +0000)]
2003-01-10  Andrew Haley  <aph@redhat.com>

        * include/dwarf2-signal.h: Remove x86_64.
        * configure.host (x86_64 DIVIDESPEC): Remove.
        * include/x86_64-signal.h: New file.
        * configure.in: Regenerate.

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

21 years ago2003-01-10 Andrew Haley <aph@redhat.com>
aph [Tue, 14 Jan 2003 13:51:15 +0000 (13:51 +0000)]
2003-01-10  Andrew Haley  <aph@redhat.com>

        * include/dwarf2-signal.h: Remove x86_64.
        * configure.host (x86_64 DIVIDESPEC): Remove.
        * include/x86_64-signal.h: New file.
        * configure.in: Regenerate.

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

21 years ago * config-lang.in: Add semantics.c to gtfiles.
lerdsuwa [Tue, 14 Jan 2003 13:40:53 +0000 (13:40 +0000)]
* config-lang.in: Add semantics.c to gtfiles.
* cp-tree.h (flagged_type_tree_s): Remove lookups field.
(saved_scope): Likewise.
(type_lookups): Remove.
(deferred_access): New structure.
(type_access_control): Remove.
(save_type_access_control): Likewise.
(reset_type_access_control): Likewise.
(decl_type_access_control): Likewise.
(push_deferring_access_checks): Declare.
(resume_deferring_access_checks): Likewise.
(stop_deferring_access_checks): Likewise.
(pop_deferring_access_checks): Likewise.
(get_deferred_access_checks): Likewise.
(pop_to_parent_deferring_access_checks): Likewise.
(perform_deferred_access_checks): Likewise.
(perform_or_defer_access_check): Likewise.
* decl.c (make_typename_type): Use perform_or_defer_access_check.
(make_unbound_class_template): Likewise.
(grokdeclarator): Don't call decl_type_access_control.
* parser.c (cp_parser_context): Remove deferred_access_checks
and deferring_access_checks_p fields.
(cp_parser_context_new): Adjust.
(cp_parser): Remove access_checks_lists.
(cp_parser_defer_access_check): Remove.
(cp_parser_start_deferring_access_checks): Remove.
(cp_parser_stop_deferring_access_checks): Remove.
(cp_parser_perform_deferred_access_checks): Remove.
(cp_parser_nested_name_specifier_opt): Use new deferred access
functions.
(cp_parser_simple_declaration): Likewise.
(cp_parser_template_id): Likewise.
(cp_parser_function_definition): Likewise.
(cp_parser_class_specifier): Likewise.
(cp_parser_lookup_name): Likewise.
(cp_parser_single_declaration): Likewise.
(cp_parser_pre_parsed_nested_name_specifier): Likewise.
(cp_parser_parse_tentatively): Likewise.
(cp_parser_parse_definitely): Likewise.
(yyparse): Likewise.
(cp_parser_init_declarator): Remove access_checks parameter.
Use new deferred access functions.
(cp_parser_function_definition_from_specifiers_and_declarator):
Likewise.
(cp_parser_class_head): Remove deferring_access_checks_p and
saved_access_checks parameters.  Use new deferred access functions.
(cp_parser_member_specification_opt): Don't call
reset_type_access_control.
* search.c (type_access_control): Remove.
* semantics.c: Include "gt-cp-semantics.h".
(deferred_type_access_control): Remove.
(deferred_access_stack): New variable.
(deferred_access_free_list): Likewise.
(push_deferring_access_checks): New function.
(resume_deferring_access_checks): Likewise.
(stop_deferring_access_checks): Likewise.
(pop_deferring_access_checks): Likewise.
(get_deferred_access_checks): Likewise.
(pop_to_parent_deferring_access_checks): Likewise.
(perform_deferred_access_checks): New function, adapted from
cp_parser_perform_deferred_access_checks.
(perform_or_defer_access_check): New function, adapted from
cp_parser_defer_access_check.
(current_type_lookups): Remove.
(deferred_type_access_control): Likewise.
(decl_type_access_control): Likewise.
(save_type_access_control): Likewise.
(reset_type_access_control): Likewise.
(begin_function_definition): Adjust.
(begin_class_definiton): Likewise.

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

21 years ago2003-01-10 <aph@host240.cambridge.redhat.com>
aph [Tue, 14 Jan 2003 13:33:03 +0000 (13:33 +0000)]
2003-01-10    <aph@host240.cambridge.redhat.com>

        * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
        registers to be in correct order.  Add rip.

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

21 years ago2003-01-14 Andrew Haley <aph@redhat.com>
aph [Tue, 14 Jan 2003 13:31:11 +0000 (13:31 +0000)]
2003-01-14  Andrew Haley  <aph@redhat.com>

        * decl.c (java_init_decl_processing): _Jv_NewMultiArray is a
        varargs function -- correct.

        * parse.y (patch_assignment): Copy the rhs of an assignment into a
        temporary if the RHS is a reference.

2003-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

        * Make-lang.in (keyword.h): Pass "-L ANSI-C" to gperf.
        * keyword.h: Regenerated.

        * All Files: Convert to ISO C style function definitions.

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

21 years ago * config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
kazu [Tue, 14 Jan 2003 13:11:24 +0000 (13:11 +0000)]
* config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
(*iorsi3_and_lshiftrt_9_sb): Likewise.

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

21 years ago * convert.c (strip_float_extensions): Look for narrowest type handling
hubicka [Tue, 14 Jan 2003 13:03:47 +0000 (13:03 +0000)]
* convert.c (strip_float_extensions):  Look for narrowest type handling
FP constants.

* fold-const.c (fold):  Fold (double)float1 CMP (double)float2 into
float1 CMP float2.
* convert.c (strip_float_extensions): Make global.
* tree.h (strip_float_extensions): Declare.

* gcc.dg/i386-fpcvt-1.c: New test.
* gcc.dg/i386-fpcvt-2.c: New test.

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

21 years ago * gcc.dg/i386-mmx-3.c: New test.
ebotcazou [Tue, 14 Jan 2003 11:35:02 +0000 (11:35 +0000)]
* gcc.dg/i386-mmx-3.c: New test.

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

21 years ago * src/ffitest.c (main): Only use ffi_closures if those are
aj [Tue, 14 Jan 2003 09:50:48 +0000 (09:50 +0000)]
* src/ffitest.c (main): Only use ffi_closures if those are
supported.

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

21 years agoDaily bump.
gccadmin [Tue, 14 Jan 2003 08:17:31 +0000 (08:17 +0000)]
Daily bump.

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

21 years ago * Make-lang.in (treelang.install-info): Depend only on info files
aj [Tue, 14 Jan 2003 08:03:58 +0000 (08:03 +0000)]
* Make-lang.in (treelang.install-info): Depend only on info files
if BUILD_INFO is set.  Fix install rules.
(treelang.): New.

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

21 years ago2003-01-13 Andreas Tobler <a.tobler@schweiz.ch>
tromey [Tue, 14 Jan 2003 05:15:21 +0000 (05:15 +0000)]
2003-01-13 Andreas Tobler <a.tobler@schweiz.ch>

* libffi/src/ffitest.c
         add closure testcases

2003-01-13 Kevin B. Hendricks <khendricks@ivey.uwo.ca>

* libffi/src/powerpc/ffi.c
         fix alignment bug for float (4 byte aligned iso 8 byte)

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

21 years ago2003-01-12 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 14 Jan 2003 04:56:56 +0000 (04:56 +0000)]
2003-01-12  Benjamin Kosnik  <bkoz@redhat.com>

Renames, namespaces for testsuite utilities.
* testsuite/testsuite_hooks.h: Put into namespace __gnu_cxx_test.
(gnu_allocator_tracker): Rename to allocation_tracker.
(gnu_new_allocator): Rename to tracker_alloc.
(__set_testsuite_memlimit): Rename to set_memory_limits.
(gnu_assignment_operator): Rename to assignment_operator.
(gnu_destructor): Rename to destructor.
(gnu_copy_tracker): Rename to copy_tracker.
(gnu_char, gnu_int, gnu_long): Rename to pod_char, pod_int, pod_long.
(run_tests_wrapped_locale): New.
(run_tests_wrapped_env): New.
* testsuite/testsuite_hooks.cc: Same.
(class locale_data): Add.
(class enviornment_variable): Add.
(class not_found): Add.
* testsuite/testsuite_allocator.h: Same.
* testsuite/testsuite_allocator.cc: Same.
* testsuite/23_containers/deque_ctor.cc
(test_copy_ctor_exception_safety): Change gnu_allocator_tracker to
allocation_tracker.
Change gnu_new_allocator to tracker_alloc.
Change gnu_counting_struct to counter.
Change gnu_copy_tracker to copy_tracker.
Change gnu_copy_constructor to copy_constructor.
Change gnu_assignment_operator to assignment_operator.
Inject.
* testsuite/23_containers/vector_capacity.cc: Same.
* testsuite/23_containers/vector_ctor.cc (test01): Same.
* testsuite/23_containers/list_modifiers.cc: Change
gnu_copy_tracker to copy_tracker.
* testsuite/21_strings/ctor_copy_dtor.cc (main): Change
__set_testsuite_memlimit to set_memory_limits.
* testsuite/21_strings/insert.cc (main): Same.
* testsuite/27_io/filebuf.cc: Change gnu_char to pod_char.
* testsuite/27_io/stringstream.cc: Same.
* testsuite/27_io/stringbuf.cc: Same.
* testsuite/27_io/streambuf.cc: Same.
* testsuite/27_io/ostream.cc: Same.
* testsuite/27_io/istream.cc: Same.
* testsuite/27_io/fstream.cc: Same.
* testsuite/lib/libstdc++-v3-dg.exp
(libstdc++-v3-list-sourcefiles): Additionally handle files two and
three levels deeper in glob patterns.

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

21 years ago * timevar.def: define TV_NAME_LOOKUP.
gdr [Tue, 14 Jan 2003 03:38:24 +0000 (03:38 +0000)]
    * timevar.def: define TV_NAME_LOOKUP.
        * timevar.c (timevar_pop): Be verbose when aborting.

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

21 years agoAdd 2003 copyright notices for constraints string patch, also 2002 notice
amylaar [Mon, 13 Jan 2003 21:37:13 +0000 (21:37 +0000)]
Add 2003 copyright notices for constraints string patch, also 2002 notice
for genoutput.c .

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

21 years ago * Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
schwab [Mon, 13 Jan 2003 20:37:28 +0000 (20:37 +0000)]
* Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
$(parsedir), just move the temporary file at the end.
($(parsedir)/gengtype-yacc.c): Likewise.

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

21 years ago* aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
aoliva [Mon, 13 Jan 2003 17:23:25 +0000 (17:23 +0000)]
* aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
${ac_tool_prefix} to ADAC or CC.  Protect them from word
splitting.
* configure: Rebuilt.

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

21 years ago * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
ghazi [Mon, 13 Jan 2003 16:23:31 +0000 (16:23 +0000)]
* config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
internal_mcount): Don't use PARAMS.
(monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
ISO C style.
(internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.

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

21 years ago * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
schwab [Mon, 13 Jan 2003 15:38:58 +0000 (15:38 +0000)]
* config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
directive.

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

21 years ago * config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
kazu [Mon, 13 Jan 2003 13:20:27 +0000 (13:20 +0000)]
* config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
(*iorsi3_and_lshiftrt_n_sb): Likewise.

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

21 years ago PR c++/8748
jason [Mon, 13 Jan 2003 09:16:21 +0000 (09:16 +0000)]
    PR c++/8748
        * class.c (build_base_path): Take the address before calling save_expr.

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

21 years ago * call.c (build_user_type_conversion_1): Do set ICS_BAD_FLAG if
jason [Mon, 13 Jan 2003 09:16:06 +0000 (09:16 +0000)]
    * call.c (build_user_type_conversion_1): Do set ICS_BAD_FLAG if
        all the ambiguous conversions are bad.

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

21 years ago * class.c (maybe_warn_about_overly_private_class): Don't stop
jason [Mon, 13 Jan 2003 09:15:29 +0000 (09:15 +0000)]
    * class.c (maybe_warn_about_overly_private_class): Don't stop
        searching when we find a nonprivate method.

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

21 years ago PR c++/8748
jason [Mon, 13 Jan 2003 09:14:47 +0000 (09:14 +0000)]
    PR c++/8748
        * class.c (build_base_path): Take the address before calling save_expr.

        * call.c (build_user_type_conversion_1): Do set ICS_BAD_FLAG if
        all the ambiguous conversions are bad.

        * class.c (maybe_warn_about_overly_private_class): Don't stop
        searching when we find a nonprivate method.

        * typeck.c (build_class_member_access_expr): Use unary_complex_lvalue.

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

21 years agoDaily bump.
gccadmin [Mon, 13 Jan 2003 08:17:46 +0000 (08:17 +0000)]
Daily bump.

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

21 years ago Fix for PR libgcj/9139:
tromey [Mon, 13 Jan 2003 00:22:20 +0000 (00:22 +0000)]
Fix for PR libgcj/9139:
* lib/libjava.exp (find_javac): Put value of libgcj_jar into
return value when gcj is used.
* libjava.mauve/mauve.exp (test_mauve): Use libgcj_jar global.

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

21 years ago * cp-tree.h (get_arglist_len_in_bytes): Remove.
mmitchel [Mon, 13 Jan 2003 00:16:12 +0000 (00:16 +0000)]
* cp-tree.h (get_arglist_len_in_bytes): Remove.

PR c++/9264
* parser.c (cp_parser_elaborated_type_specifier): Handle erroneous
typeame types more robustly.

PR c++/9172
* g++.dg/parse/typename1.C: New file.

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

21 years ago PR c++/9264
mmitchel [Mon, 13 Jan 2003 00:14:59 +0000 (00:14 +0000)]
PR c++/9264
* c-lex.c (c_lex): Set the token value to error_mark_node for
invalid numeric constants.

PR c++/9264
* g++.dg/parse/octal1.C: New file.

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

21 years ago * c-pch.c (asm_file_startpos): Change to `long'.
ghazi [Sun, 12 Jan 2003 16:44:09 +0000 (16:44 +0000)]
* c-pch.c (asm_file_startpos): Change to `long'.
(pch_init): Use ftell, not ftello.
(c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
Use `long' instead of `off_t'.
(c_common_read_pch): Likewise.
* ggc-common.c (gt_pch_save): Use long/ftell instead of
off_t/ftello.

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

21 years agoDaily bump.
gccadmin [Sun, 12 Jan 2003 08:17:26 +0000 (08:17 +0000)]
Daily bump.

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

21 years ago2003-01-11 Phil Edwards <pme@gcc.gnu.org>
pme [Sun, 12 Jan 2003 02:56:50 +0000 (02:56 +0000)]
2003-01-11  Phil Edwards  <pme@gcc.gnu.org>

* docs/doxygen/tables.html:  Finished now.
* docs/doxygen/user.cfg.in:  Update to latest version of Doxygen.
* include/bits/basic_ios.h (basic_ios::rdbuf):  Add example to
comments.

* include/bits/deque.tcc, include/bits/stl_alloc.h,
include/bits/stl_deque.h, include/bits/stl_list.h,
include/bits/stl_vector.h:  Remove _GLIBCPP_DEPRECATED bits scheduled
for 3.4 removal.

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

21 years ago * Make-lang.in (keyword.h): Pass "-L ANSI-C" to gperf.
ghazi [Sun, 12 Jan 2003 02:43:41 +0000 (02:43 +0000)]
* Make-lang.in (keyword.h): Pass "-L ANSI-C" to gperf.

* keyword.h: Regenerated.

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

21 years ago * com.c (ffecom_convert_narrow_, ffecom_convert_widen_,
ghazi [Sun, 12 Jan 2003 02:32:39 +0000 (02:32 +0000)]
* com.c (ffecom_convert_narrow_, ffecom_convert_widen_,
pushdecl_top_level, storedecls, convert, delete_block,
insert_block, ffe_init, ffe_mark_addressable, poplevel,
ffe_print_identifier, pushdecl, pushlevel, set_block,
ffe_signed_or_unsigned_type, ffe_signed_type,
ffe_truthvalue_conversion, ffe_type_for_mode, ffe_type_for_size,
ffe_unsigned_type, append_include_chain, open_include_file,
read_filename_string, read_name_map): Convert to ISO C style function
definitions.
* parse.c (ffe_parse_file): Likewise.
* top.c (ffe_is_digit_string_): Likewise.

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

21 years ago * All Files: Convert to ISO C style function definitions.
ghazi [Sun, 12 Jan 2003 02:14:56 +0000 (02:14 +0000)]
* All Files: Convert to ISO C style function definitions.

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

21 years ago * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
amodra [Sat, 11 Jan 2003 22:43:12 +0000 (22:43 +0000)]
* expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.

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

21 years ago* arm-protos.h (struct cpp_reader): Add declaration.
rearnsha [Sat, 11 Jan 2003 12:19:46 +0000 (12:19 +0000)]
* arm-protos.h (struct cpp_reader): Add declaration.

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

21 years ago PR target/9068
hubicka [Sat, 11 Jan 2003 10:07:57 +0000 (10:07 +0000)]
PR target/9068
* i386.c (output_fp_compare): Fix typo.

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

21 years ago2003-01-11 Phil Edwards <pme@gcc.gnu.org>
pme [Sat, 11 Jan 2003 09:09:41 +0000 (09:09 +0000)]
2003-01-11  Phil Edwards  <pme@gcc.gnu.org>

* parser.c:  Fix comment typos.

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

21 years agoDaily bump.
gccadmin [Sat, 11 Jan 2003 08:17:18 +0000 (08:17 +0000)]
Daily bump.

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

21 years ago * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
dje [Sat, 11 Jan 2003 03:25:11 +0000 (03:25 +0000)]
    * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.

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

21 years ago * Makefile.in (parsedir): New variable.
geoffk [Sat, 11 Jan 2003 02:18:37 +0000 (02:18 +0000)]
* Makefile.in (parsedir): New variable.
(docobjdir): New variable.
(c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
gengtype-lex.c, gengtype-yacc.c): Use parsedir.
(info, cpp.info, gcc.info, gccint.info, gccinstall.info,
cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
Use docobjdir.
* objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
objc.maintainer-clean): Use parsedir.

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

21 years ago2003-01-10 Michael Koch <konqueror@gmx.de>
tromey [Sat, 11 Jan 2003 01:17:19 +0000 (01:17 +0000)]
2003-01-10  Michael Koch  <konqueror@gmx.de>

* java/net/DatagramSocket.java
(ch): Description added.
(remotePort): Initialize with -1.
(connect): Doesnt throws SocketException.
* java/net/MulticastSocket.java
(setInterface): Merge with Classpath.
* java/net/ServerSocket.java
(closed): New member variable.
(bind): Check if socket is closed.
(close): Close an associated channel too, set new value to closed.
(isBound): Reindented.
(isClosed): Implemented.
* java/net/Socket.java
(closed): New member variable.
(bind): Check if socket is closed.
(connect): Check if socket is closed.
(close): Close an associated channel too, set new value to closed.
(isClosed): Implemented.

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

21 years ago2003-01-10 Michael Koch <konqueror@gmx.de>
tromey [Sat, 11 Jan 2003 00:51:29 +0000 (00:51 +0000)]
2003-01-10  Michael Koch  <konqueror@gmx.de>

* java/awt/DisplayMode.java
(equals): Fixed argument type and implementation.

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

21 years ago * varasm.c (struct constant_descriptor_rtx): Remove unused
geoffk [Sat, 11 Jan 2003 00:47:36 +0000 (00:47 +0000)]
* varasm.c (struct constant_descriptor_rtx): Remove unused
`label' field.

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

21 years ago * toplev.c (documented_lang_options): Document -Winvalid-pch.
geoffk [Sat, 11 Jan 2003 00:45:47 +0000 (00:45 +0000)]
* toplev.c (documented_lang_options): Document -Winvalid-pch.

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

21 years ago * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
dannysmith [Fri, 10 Jan 2003 23:56:06 +0000 (23:56 +0000)]
* gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
* gcc.dg/bf-no-ms-layout.c: Likewise.
  * gcc.dg/bf-ms-attrib.c: Likewise.

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

21 years ago * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
rth [Fri, 10 Jan 2003 23:54:34 +0000 (23:54 +0000)]
    * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
        (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Kill.

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

21 years ago * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
rth [Fri, 10 Jan 2003 23:36:17 +0000 (23:36 +0000)]
    * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
        not INTEGRAL_MODE_P when widening extensions.

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

21 years agonew test
jason [Fri, 10 Jan 2003 23:34:44 +0000 (23:34 +0000)]
new test

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

21 years ago * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.
rth [Fri, 10 Jan 2003 23:07:53 +0000 (23:07 +0000)]
    * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.

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

21 years agoCorrect PR# in previous check-in.
mmitchel [Fri, 10 Jan 2003 22:59:52 +0000 (22:59 +0000)]
Correct PR# in previous check-in.

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

21 years ago PR c++/9120
mmitchel [Fri, 10 Jan 2003 22:57:04 +0000 (22:57 +0000)]
PR c++/9120
* parser.c (cp_parser_scope_through_which_access_occurs): Handle
an object_type which is not a class type.

PR c++/9120
* g++.dg/parse/dtor1.C: New file.

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

21 years ago * ggc-page.c (ggc_collect): Avoid overflow computing
geoffk [Fri, 10 Jan 2003 22:32:00 +0000 (22:32 +0000)]
* ggc-page.c (ggc_collect): Avoid overflow computing
min_expand.

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

21 years ago * Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
geoffk [Fri, 10 Jan 2003 22:13:05 +0000 (22:13 +0000)]
* Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
(RANLIB_TEST_FOR_TARGET): Delete.  Don't pass down to sub-makes.
Remove calls.
* mklibgcc.in: Remove uses of RANLIB_TEST_FOR_TARGET.

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

21 years ago * parser.c (cp_parser_late_parsing_for_member): Don't cast to void.
geoffk [Fri, 10 Jan 2003 22:05:02 +0000 (22:05 +0000)]
* parser.c (cp_parser_late_parsing_for_member): Don't cast to void.
(cp_parser_late_parsing_default_args): Likewise.

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

21 years agoFri Jan 10 22:05:35 CET 2003 Jan Hubicka <jh@suse.cz>
hubicka [Fri, 10 Jan 2003 21:28:24 +0000 (21:28 +0000)]
Fri Jan 10 22:05:35 CET 2003  Jan Hubicka  <jh@suse.cz>

* ifcvt.c (noce_try_addcc): Do not call emit_conditional_add
with weird operands.

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

21 years ago * test_summary (configflags): awk portability.
ljrittle [Fri, 10 Jan 2003 21:12:39 +0000 (21:12 +0000)]
* test_summary (configflags): awk portability.

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

21 years ago * cfns.gperf: ANSIfy function declarations.
neroden [Fri, 10 Jan 2003 20:49:29 +0000 (20:49 +0000)]
* cfns.gperf: ANSIfy function declarations.
* cfns.h: Regenerate.
* cp-tree.h: ANSIfy function declarations.

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

21 years ago PR c++/9128
mmitchel [Fri, 10 Jan 2003 20:30:56 +0000 (20:30 +0000)]
PR c++/9128
* g++.dg/rtti/typeid1.C: New file.

PR c++/9153
* g++.dg/parse/lookup1.C: New file.

PR c++/9171
* g++.dg/templ/spec5.C: New file.

* cp-tree.h (reparse_absdcl_as_expr): Remove.
(reparse_absdcl_as_casts): Likewise.
(reparse_decl_as_expr): Likewise.
(finish_decl_parsing): Likewise.
* decl2.c (reparse_absdcl_as_expr): Remove.
(reparse_absdcl_as_casts): Likewise.
(repase_decl_as_expr): Likewise.
(finish_decl_parsing): Likewise.

PR c++/9128
PR c++/9153
PR c++/9171
* parser.c (cp_parser_pre_parsed_nested_name_specifier): New
function.
(cp_parser_nested_name_specifier_opt): Correct the
check_dependency_p false.
(cp_parser_postfix_expression): Fix formatting.
(cp_parser_decl_specifier_seq): Avoid looking for constructor
declarators when possible.
(cp_parser_template_id): Avoid performing name-lookup when
possible.
(cp_parser_class_head): Do not count specializations when counting
levels of templates.
(cp_parser_constructor_declarator_p): Return immediately if
there's no chance that the tokens form a constructor declarator.
* rtti.c (throw_bad_typeid): Add comment.  Do not return an
expression with reference type.
(get_tinfo_decl_dynamic): Do not return an expression with
reference type.
(build_typeid): Add comment.  Do not return an expression with
reference type.
* typeck.c (build_class_member_access_expr): Improve handling of
conditionals and comma-expressions as objects.

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

21 years ago2003-01-10 Dale Johannesen <dalej@apple.com>
dalej [Fri, 10 Jan 2003 19:49:09 +0000 (19:49 +0000)]
2003-01-10  Dale Johannesen <dalej@apple.com>
        * calls.c (load_register_parameters):  Add is_sibcall, sibcall_failure
        parameters.  Call check_sibcall_argument_overlap if indicated.
        (check_sibcall_argument_overlap):  Add mark_stored_args_map
        parameter.  Don't mark parameter area as clobbered if not set.
        (expand_call):  Adjust calls to above.

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