OSDN Git Service

pf3gnuchains/gcc-fork.git
23 years ago * c-lex.c: Move main_input_filename handling to FC_ENTER. Clean up.
neil [Sun, 17 Dec 2000 00:13:54 +0000 (00:13 +0000)]
    * c-lex.c: Move main_input_filename handling to FC_ENTER. Clean up.
        * cpperror.c (print_containing_files): Get right line number.
        (print_location): Output column of 1 if 0.
        * cppfiles.c (stack_include_file): cpp_push_buffer handles
        the callback.
        * cpphash.h (_cpp_do_file_change): No longer external.
        * cpplib.c (do_file_change): Now local to cpplib.c.
        (do_line): Fake a buffer stack for preprocessed files.
        (cpp_push_buffer): Create a file_change callback.  Handle faked
        buffers.
        (cpp_pop_buffer): Similarly.
        * cpplib.h: BUF_FAKE: New buffer type.
        * cppmain.c: Update to handle correct file renaming where a
        #line is the first line of the main file, and produce only
        the renamed file, not the original file, as output.

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

23 years ago * config/c4x/c4x.md: Remove redundant @s from output patterns.
m.hayes [Sat, 16 Dec 2000 23:51:06 +0000 (23:51 +0000)]
* config/c4x/c4x.md: Remove redundant @s from output patterns.

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

23 years ago * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Call c4x_init_pragma.
m.hayes [Sat, 16 Dec 2000 23:41:44 +0000 (23:41 +0000)]
* config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Call c4x_init_pragma.

* config/c4x/c4x-protos.h (c4x_init_pragma): New prototype.

* config/c4x/c4x.c (c4x_init_pragma): New function.
(c_lex_func): New variable.
(c4x_parse_pragma): Use c_lex_func.

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

23 years ago * config/c4x/c4x.h (MD_INIT_BUILTINS): Add void_list_node argument
m.hayes [Sat, 16 Dec 2000 23:28:20 +0000 (23:28 +0000)]
* config/c4x/c4x.h (MD_INIT_BUILTINS): Add void_list_node argument
  to c4x_init_builtins.

* config/c4x/c4x-protos.h (c4x_init_builtins): Add tree argument.

* config/c4x/c4x.c (c4x_init_builtins): Add tree argument.
(c4x_output_ascii):  Fix.

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

23 years ago * config/c4x/c4x.h (MD_INIT_BUILTINS, MD_EXPAND_BUILTIN): Define.
m.hayes [Sat, 16 Dec 2000 23:13:15 +0000 (23:13 +0000)]
* config/c4x/c4x.h (MD_INIT_BUILTINS, MD_EXPAND_BUILTIN): Define.

* config/c4x/c4x-protos.h (c4x_init_builtins): New prototype.
(c4x_expand_builtin): Likewise.

* config/c4x/c4x.c (c4x_init_builtins): New function.
(c4x_expand_builtin): Likewise.

* config/c4x/c4x.md (floatunsqihf2): New pattern.
(*floatqihf2_set, *fixhfqi_set, fix_trunchfqi2): Likewise.
(fixuns_trunchfqi2, toieee, frieee, *ldhf_conditional): Likewise.
(*ldhf_conditional_noov, movhfcc, trap, cond_trap_cc): Likewise.
(*toieee_movqf_clobber, *frieee_movqf_clobber): Likewise.

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

23 years ago * libgcc2.h: Use Wtype for SItype and DWtype for DItype in prototypes.
m.hayes [Sat, 16 Dec 2000 22:43:58 +0000 (22:43 +0000)]
* libgcc2.h: Use Wtype for SItype and DWtype for DItype in prototypes.
* libgcc2.c (__absvsi2): Use Wtype and DWtype.
(__absvdi2, __addvsi3, __addvdi3, __subvsi3): Likewise.
(__subvdi3, __mulvsi3, __mulvdi3, __negvsi2, __negvdi2): Likewise.

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

23 years ago* config/sh/sh.h (INITIALIZE_TRAMPOLINE): Enclose the block
aoliva [Sat, 16 Dec 2000 19:40:19 +0000 (19:40 +0000)]
* config/sh/sh.h (INITIALIZE_TRAMPOLINE): Enclose the block
statement in do/while(0).

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

23 years ago * safe-ctype.h: Make code work on all targets and not just on
rth [Sat, 16 Dec 2000 19:12:06 +0000 (19:12 +0000)]
    * safe-ctype.h: Make code work on all targets and not just on
        targets where a char is 8 bits.

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

23 years ago * lib/libjava.exp (test_libjava_from_javac): Strange quoting trick
tromey [Sat, 16 Dec 2000 19:02:54 +0000 (19:02 +0000)]
* lib/libjava.exp (test_libjava_from_javac): Strange quoting trick
for `.class' link case.
(bytecompile_file): Change directory outside of `catch'.

* libjava.lang/Thread_1.java: Removed.
* libjava.lang/Thread_1.out: Likewise.

* libjava.lang/N19990310_4.xfail: New file.
* libjava.lang/stub.xfail: Added new failure modes.
* libjava.lang/stringconst.xfail: New file.
* libjava.lang/PR162.xfail: New file.
* libjava.lang/Final.xfail: Removed.

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

23 years ago * i386.md (ashrsi3_cmpno, ashrhi3_cmpno, ashrqi3_cmpno, lshrsi3_cmpno,
hubicka [Sat, 16 Dec 2000 19:00:57 +0000 (19:00 +0000)]
* i386.md (ashrsi3_cmpno, ashrhi3_cmpno, ashrqi3_cmpno, lshrsi3_cmpno,
lshrhi3_cmpno): Remove redundant '@' from the template.

* i386.md (cmpstrsi_1): Fix type of the compare.

* genattrtab.c (attr_rtx_cost): New function.
(simplify_test_exp): Avoid overactive inlining; use temporary
obstacks for tests.

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

23 years agoSat Dec 16 10:41:11 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
kenner [Sat, 16 Dec 2000 16:23:46 +0000 (16:23 +0000)]
Sat Dec 16 10:41:11 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>

* diagnostic.c (finish_abort): Deleted.
(fatal): Add code from fninish_abort.
(error_recursion, fancy_abort): Call fatal, not finish_abort.
(trim_filename): Remove leading "../".
* diagnostic.h (finish_abort): Deleted.
* toplev.c (crash_signal): Call fatal, not finish_abort.

* stor-layout.c (place_field): Treat overflowing DECL_SIZE_UNIT
as if size were variable.

* expmed.c (expand_mult): Write REG_EQUAL note with proper mode.

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

23 years ago2000-12-15 Diego Novillo <dnovillo@redhat.com>
dnovillo [Sat, 16 Dec 2000 16:07:25 +0000 (16:07 +0000)]
2000-12-15  Diego Novillo  <dnovillo@redhat.com>

* i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix references to
_GLOBAL_OFFSET_TABLE_ when using Intel syntax.

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

23 years ago * stor-layout.c (place_field): Treat overflowing DECL_SIZE_UNIT
kenner [Sat, 16 Dec 2000 15:46:00 +0000 (15:46 +0000)]
* stor-layout.c (place_field): Treat overflowing DECL_SIZE_UNIT
as if size were variable.

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

23 years ago * expmed.c (expand_mult): Write REG_EQUAL note with proper mode.
kenner [Sat, 16 Dec 2000 15:43:55 +0000 (15:43 +0000)]
* expmed.c (expand_mult): Write REG_EQUAL note with proper mode.

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

23 years ago * tradcpp.c: T_WARNING: New.
neil [Sat, 16 Dec 2000 10:41:56 +0000 (10:41 +0000)]
    * tradcpp.c: T_WARNING: New.
        (do_warning): New function.
        (finclude): Skip past the newline and increase the line number
        before calling output_line_command.
        (do_line): Skip the new line after output_line_command.  Don't
        pre-decrement the line number.

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

23 years agoDaily bump.
law [Sat, 16 Dec 2000 08:45:11 +0000 (08:45 +0000)]
Daily bump.

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

23 years agoRemove conflict marker.
lerdsuwa [Sat, 16 Dec 2000 08:16:09 +0000 (08:16 +0000)]
Remove conflict marker.

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

23 years ago * tree.c (no_linkage_helper): Use CLASS_TYPE_P instead of
lerdsuwa [Sat, 16 Dec 2000 08:06:04 +0000 (08:06 +0000)]
* tree.c (no_linkage_helper): Use CLASS_TYPE_P instead of
IS_AGGR_TYPE.

* g++.old-deja/g++.oliva/template5.C: Remove XFAILs.

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

23 years ago * pt.c (unify): Handle when both ARG and PARM are
lerdsuwa [Sat, 16 Dec 2000 07:57:21 +0000 (07:57 +0000)]
* pt.c (unify): Handle when both ARG and PARM are
BOUND_TEMPLATE_TEMPLATE_PARM.

* g++.old-deja/g++.pt/ttp65.C: New test.

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

23 years ago * pt.c (reduce_template_parm_level): Set DECL_ARTIFICIAL and
lerdsuwa [Sat, 16 Dec 2000 07:47:22 +0000 (07:47 +0000)]
* pt.c (reduce_template_parm_level): Set DECL_ARTIFICIAL and
DECL_TEMPLATE_PARM_P.

* g++.old-deja/g++.pt/ttp64.C: New test.

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

23 years ago * libjava.lang/instinit.out: Removed erroneous line.
tromey [Sat, 16 Dec 2000 06:45:22 +0000 (06:45 +0000)]
* libjava.lang/instinit.out: Removed erroneous line.

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

23 years ago * libjava.lang/Thread_1.out: Expect `0' active count.
tromey [Sat, 16 Dec 2000 06:41:04 +0000 (06:41 +0000)]
* libjava.lang/Thread_1.out: Expect `0' active count.

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

23 years ago * libjava.lang/stub.xfail: New file.
tromey [Sat, 16 Dec 2000 05:59:45 +0000 (05:59 +0000)]
* libjava.lang/stub.xfail: New file.
* libjava.lang/pr83.xfail: New file.
* libjava.lang/err8.xfail: New file.
* libjava.lang/err7.xfail: New file.
* libjava.lang/Shazam.xfail: New file.
* libjava.lang/err11.xfail: New file.

* libjava.lang/instinit2.java: Renamed class to `instinit2'.

* libjava.lang/anon3.out: Fixed typo.

* libjava.lang/Class_1.java (main): Uncommented out previously
failing code; now it works

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

23 years ago * lib/libjava.exp (libjava_tcompile): New proc.
tromey [Sat, 16 Dec 2000 02:06:29 +0000 (02:06 +0000)]
* lib/libjava.exp (libjava_tcompile): New proc.
(test_libjava_from_source): Use it.
(test_libjava_from_javac): Likewise.
(find_javac): New proc.
(bytecompile_file): Use it.
(test_libjava_from_javac): Handle `xfail-gcjC' tag.  If no-exec
set, then don't link even if program has a `main'.

* libjava.compile/static_3.xfail: New file.
* libjava.compile/weirddecl.xfail: New file.
* libjava.compile/static_2.xfail: New file.
* libjava.compile/not_a_redef.xfail: New file.
* libjava.compile/inner_1.xfail: New file.
* libjava.compile/assignment_2.xfail: New file.
* libjava.compile/assignment.xfail: New file.
* libjava.compile/abstr.xfail: New file.
* libjava.compile/PR375.xfail: New file.
* libjava.compile/PR374.java: New file.
* libjava.compile/PR238.xfail: New file.
* libjava.compile/PR208.xfail: New file.
* libjava.compile/PR207.xfail: New file.

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

23 years ago * jcf-parse.c (jcf_parse_source): Set wfl_operator if not already
tromey [Sat, 16 Dec 2000 01:51:51 +0000 (01:51 +0000)]
* jcf-parse.c (jcf_parse_source): Set wfl_operator if not already
set.

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

23 years ago * jargrep.c: Include getopt.h if it exists.
tromey [Fri, 15 Dec 2000 18:45:09 +0000 (18:45 +0000)]
* jargrep.c: Include getopt.h if it exists.
(optind): Declare.
* configure, config.h: Rebuilt.
* configure.in: Check for getopt.h.

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

23 years ago2000-12-14 Andrew Haley <aph@redhat.com>
aph [Fri, 15 Dec 2000 17:35:03 +0000 (17:35 +0000)]
2000-12-14  Andrew Haley  <aph@redhat.com>

        * boehm.c (mark_reference_fields): Change test to correctly detect
        bitmap overflow.

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

23 years ago * init.c (build_new_1): Reorganize. Now with 100% fewer SAVE_EXPRs!
jason [Fri, 15 Dec 2000 16:36:00 +0000 (16:36 +0000)]
    * init.c (build_new_1): Reorganize.  Now with 100% fewer SAVE_EXPRs!

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

23 years ago * init.c (build_new_1): Don't strip quals from type.
jason [Fri, 15 Dec 2000 16:23:26 +0000 (16:23 +0000)]
    * init.c (build_new_1): Don't strip quals from type.

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

23 years ago * decl.c (pushdecl): Don't check for linkage on a non-decl.
jason [Fri, 15 Dec 2000 16:15:52 +0000 (16:15 +0000)]
    * decl.c (pushdecl): Don't check for linkage on a non-decl.

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

23 years ago * java/util/ResourceBundle.java (trySomeGetBundle): Pass class
tromey [Fri, 15 Dec 2000 15:49:50 +0000 (15:49 +0000)]
* java/util/ResourceBundle.java (trySomeGetBundle): Pass class
loader to Class.forName.

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

23 years ago * gcc.c (cpp_options): Pass -fno-operator-names.
jakub [Fri, 15 Dec 2000 15:49:28 +0000 (15:49 +0000)]
* gcc.c (cpp_options): Pass -fno-operator-names.
* cpplib.h (struct cpp_options): Add operator_names.
* cppinit.c (cpp_create_reader): Initialize it.
(initialize_builtins): If -fno-operator-names, don't add
C++ alternate operator names.
(COMMAND_LINE_OPTIONS): Add -fno-operator-names.
(cpp_handle_option): Clear operator_names.

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

23 years ago * call.c (build_op_delete_call): See through ARRAY_TYPEs.
jason [Fri, 15 Dec 2000 15:43:11 +0000 (15:43 +0000)]
    * call.c (build_op_delete_call): See through ARRAY_TYPEs.

        * call.c (build_new_function_call): Lose space before paren in
        error message.
        (build_new_method_call): Likewise.

        * typeck2.c (build_m_component_ref): Propagate quals from datum.

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

23 years ago * jump.c (jump_optimize_1): Don't delete the line note after the
jason [Fri, 15 Dec 2000 15:10:30 +0000 (15:10 +0000)]
    * jump.c (jump_optimize_1): Don't delete the line note after the
        prologue even if it seems redundant.

        * config/arm/arm.c (arm_expand_prologue): Set RTX_FRAME_RELATED_P
        on all insns used to adjust the stack.

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

23 years ago * combine.c (cant_combine_insn_p): Get around SUBREGs when determining
hubicka [Fri, 15 Dec 2000 14:33:32 +0000 (14:33 +0000)]
* combine.c (cant_combine_insn_p): Get around SUBREGs when determining
hardreg<->reg moves.

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

23 years ago * genrecog.c (add_to_sequence): Remove special case for
hubicka [Fri, 15 Dec 2000 13:50:32 +0000 (13:50 +0000)]
* genrecog.c (add_to_sequence): Remove special case for
const_int_operand.
(maybe_both_true): Return 1 when falling out of sequence when
trying to find common possition in the pattern.

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

23 years ago * integrate.c (copy_rtx_and_substitute): Copy mode too.
hubicka [Fri, 15 Dec 2000 13:46:51 +0000 (13:46 +0000)]
* integrate.c (copy_rtx_and_substitute): Copy mode too.

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

23 years ago * flow.c (notice_stack_pointer_modification_1): Cleanup.
hubicka [Fri, 15 Dec 2000 13:14:37 +0000 (13:14 +0000)]
* flow.c (notice_stack_pointer_modification_1): Cleanup.

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

23 years ago2000-12-15 Andreas Jaeger <aj@suse.de>
aj [Fri, 15 Dec 2000 09:52:41 +0000 (09:52 +0000)]
2000-12-15  Andreas Jaeger  <aj@suse.de>

* configure.in: Handle lang_dirs.

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

23 years ago2000-12-15 Andreas Jaeger <aj@suse.de>
aj [Fri, 15 Dec 2000 09:51:52 +0000 (09:51 +0000)]
2000-12-15  Andreas Jaeger  <aj@suse.de>

* config-lang.in (lang_dirs): Added.

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

23 years ago* function.c (adjust_trampoline_addr): New function.
aoliva [Fri, 15 Dec 2000 09:09:41 +0000 (09:09 +0000)]
* function.c (adjust_trampoline_addr): New function.
(trampoline_address): Call it instead of round_trampoline_addr().
* tm.texi (TRAMPOLINE_ADJUST_ADDRESS): Document it.

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

23 years ago2000-12-15 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco [Fri, 15 Dec 2000 08:50:12 +0000 (08:50 +0000)]
2000-12-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* parse.y (end_artificial_method_body): Fixed undefined behavior.
Credits go to rth for finding it.

(http://gcc.gnu.org/ml/gcc/2000-12/msg00495.html)

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

23 years agoDaily bump.
law [Fri, 15 Dec 2000 08:45:08 +0000 (08:45 +0000)]
Daily bump.

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

23 years ago * Makefile.dist: Renamed from Makefile.orig.
bryce [Fri, 15 Dec 2000 08:13:12 +0000 (08:13 +0000)]
* Makefile.dist: Renamed from Makefile.orig.

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

23 years ago * java/util/ResourceBundle.java
tromey [Fri, 15 Dec 2000 06:51:07 +0000 (06:51 +0000)]
* java/util/ResourceBundle.java
(getBundle(String,Locale,ClassLoader)): New method.
(trySomeGetBundle): Added `loader' argument.
(partialGetBundle): Likewise.

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

23 years ago * java/text/NumberFormat.java (groupingUsed, parseIntegerOnly,
tromey [Fri, 15 Dec 2000 06:23:28 +0000 (06:23 +0000)]
* java/text/NumberFormat.java (groupingUsed, parseIntegerOnly,
maximumFractionDigits, maximumIntegerDigits,
minimumFractionDigits, minimumIntegerDigits): Now
package-private.

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

23 years ago * java/lang/Thread.java (checkAccess): Now final.
tromey [Fri, 15 Dec 2000 06:15:49 +0000 (06:15 +0000)]
* java/lang/Thread.java (checkAccess): Now final.

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

23 years ago * java/lang/RuntimePermission.java: Class now final.
tromey [Fri, 15 Dec 2000 06:13:35 +0000 (06:13 +0000)]
* java/lang/RuntimePermission.java: Class now final.

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

23 years ago * java/io/StringWriter.java (StringWriter(int)): Now public.
tromey [Fri, 15 Dec 2000 06:08:55 +0000 (06:08 +0000)]
* java/io/StringWriter.java (StringWriter(int)): Now public.

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

23 years ago * java/io/SerializablePermission.java (legal_names): Now private.
tromey [Fri, 15 Dec 2000 05:59:31 +0000 (05:59 +0000)]
* java/io/SerializablePermission.java (legal_names): Now private.

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

23 years ago * java/lang/Character.java: Updated UnicodeBlock constants.
tromey [Fri, 15 Dec 2000 05:53:39 +0000 (05:53 +0000)]
* java/lang/Character.java: Updated UnicodeBlock constants.
* scripts/blocks.pl: Special case private use and surrogate
areas.  Updated URL.

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

23 years ago * cppfiles.c (hack_vms_include_specification): Delete function
zack [Fri, 15 Dec 2000 04:48:39 +0000 (04:48 +0000)]
* cppfiles.c (hack_vms_include_specification): Delete function
(not used since 1998).

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

23 years ago * haifa-sched.c (sched_init): Don't put a note in front of any BARRIER.
amylaar [Fri, 15 Dec 2000 03:40:57 +0000 (03:40 +0000)]
* haifa-sched.c (sched_init): Don't put a note in front of any BARRIER.

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

23 years ago * pt.c (check_explicit_specialization): Propagate default
lerdsuwa [Fri, 15 Dec 2000 01:11:38 +0000 (01:11 +0000)]
* pt.c (check_explicit_specialization): Propagate default
function arguments to explicit specializations.

* g++.old-deja/g++.pt/spec33.C: New test.

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

23 years ago2000-12-14 Benjamin Kosnik <bkoz@fillmore.redhat.com>
bkoz [Fri, 15 Dec 2000 00:55:02 +0000 (00:55 +0000)]
2000-12-14  Benjamin Kosnik  <bkoz@fillmore.redhat.com>

* src/Makefile.am (myinstallheaders): Install backwards headers in
prefix, not prefix/backward.
* src/Makefile.in: Regenerate.

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

23 years agoFix ia64-linux glibc miscompilation reported by H.J. Lu.
wilson [Fri, 15 Dec 2000 00:04:28 +0000 (00:04 +0000)]
Fix ia64-linux glibc miscompilation reported by H.J. Lu.
* alias.c (get_alias_set): Call record_component_aliases for
COMPLEX_TYPE.
(record_component_aliases): Handle COMPLEX_TYPE.

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

23 years ago2000-12-14 Benjamin Kosnik <bkoz@haight.redhat.com>
bkoz [Thu, 14 Dec 2000 23:42:27 +0000 (23:42 +0000)]
2000-12-14  Benjamin Kosnik  <bkoz@haight.redhat.com>

* acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Revert changes
touching copysignf, atan2f, expf.
(GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT): Add it back here.
* aclocal.m4: Regenerate.
* configure: Regenerate.

2

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

23 years ago2000-12-14 Benjamin Kosnik <bkoz@fillmore.redhat.com>
bkoz [Thu, 14 Dec 2000 22:53:59 +0000 (22:53 +0000)]
2000-12-14  Benjamin Kosnik  <bkoz@fillmore.redhat.com>

* configure.in (CXX): Exit out if mknumeric_limits fails.
* mknumeric_limits (CXX): Use BUILD_DIR/g++, not g++ in
path. Consistency with tests_flags.in.

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

23 years agoAdded.
ovidiu [Thu, 14 Dec 2000 22:02:18 +0000 (22:02 +0000)]
Added.

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

23 years ago * warn_summary: Fix subdirectory filtering. Add -intl and -fixinc
ghazi [Thu, 14 Dec 2000 20:09:41 +0000 (20:09 +0000)]
* warn_summary: Fix subdirectory filtering.  Add -intl and -fixinc
subdirectory flags.  Add source directory prefix filtering.
Redirect diagnostic output to stderr.

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

23 years ago * fixinc/gnu-regex.c: Disable NLS.
ghazi [Thu, 14 Dec 2000 19:58:39 +0000 (19:58 +0000)]
* fixinc/gnu-regex.c: Disable NLS.

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

23 years agocomment
jason [Thu, 14 Dec 2000 19:31:49 +0000 (19:31 +0000)]
comment

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

23 years agotypo
jason [Thu, 14 Dec 2000 19:30:43 +0000 (19:30 +0000)]
typo

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

23 years ago2000-12-14 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 14 Dec 2000 19:06:57 +0000 (19:06 +0000)]
2000-12-14  Benjamin Kosnik  <bkoz@redhat.com>

* include/c/bits/*.h: Remove include_next, replace with include,
as include_next does not work host-x-host, and include_next not
necessary.

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

23 years ago * configure.in (fastjar_warn_cflags): Set when using gcc.
ghazi [Thu, 14 Dec 2000 18:49:11 +0000 (18:49 +0000)]
* configure.in (fastjar_warn_cflags): Set when using gcc.

* Makefile.am (AM_CFLAGS): Set to @fastjar_warn_cflags@.

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

23 years agoWarning fixes:
ghazi [Thu, 14 Dec 2000 18:45:35 +0000 (18:45 +0000)]
Warning fixes:

* compress.c: Include stdlib.h and compress.h.
(rcsid): Delete.
(report_str_error): Make static.
(ez_inflate_str): Delete unused variable.  Add parens in if-stmt.
(hrd_inflate_str): Likewise.

* compress.h (init_compression, end_compression, init_inflation,
end_inflation): Prototype void arguments.

* dostime.c (rcsid): Delete.

* jargrep.c: Include ctype.h, stdlib.h, zlib.h and compress.h.
Make functions static.  Cast ctype function argument to `unsigned
char'.  Add parens in if-stmts.  Constify.
(Usage): Change into a macro.
(jargrep): Remove unused parameter.

* jartool.c: Constify.  Add parens in if-stmts.  Align
signed/unsigned char pointers in functions calls using casts.
(rcsid): Delete.
(list_jar): Fix printf format specifier.
(usage): Chop long string into bits.  Reformat.

* pushback.c (rcsid): Delete.

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

23 years ago * MAINTAINERS: Removed brads.
tromey [Thu, 14 Dec 2000 18:23:49 +0000 (18:23 +0000)]
* MAINTAINERS: Removed brads.

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

23 years ago * MAINTAINERS: Added gcj developers.
tromey [Thu, 14 Dec 2000 17:51:52 +0000 (17:51 +0000)]
* MAINTAINERS: Added gcj developers.

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

23 years ago * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
clm [Thu, 14 Dec 2000 15:31:26 +0000 (15:31 +0000)]
    * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
        * gcc.c-torture/execute/920612-2.c: Likewise.
        * gcc.c-torture/execute/920428-2.c: Likewise.
        * gcc-c-torture/execute/va-arg-11.c: Call exit.
        * gcc.c-torture/execute/va-arg-21.c: Likewise.

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

23 years ago2000-12-13 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 14 Dec 2000 09:19:56 +0000 (09:19 +0000)]
2000-12-13  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/locale_facets.h (ctype<char>): Remove throw specs not in
base class signature.
* config/os/*/bits/ctype_inline.h (is): Same.

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

23 years ago2000-12-13 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 14 Dec 2000 09:07:01 +0000 (09:07 +0000)]
2000-12-13  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/locale_facets.h (ctype<char>): Remove throw specs not in
base class signature.

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

23 years agoDaily bump.
law [Thu, 14 Dec 2000 08:45:08 +0000 (08:45 +0000)]
Daily bump.

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

23 years ago * config/alpha/alpha.c (alpha_emit_conditional_move): Do not swap
rth [Thu, 14 Dec 2000 08:18:57 +0000 (08:18 +0000)]
    * config/alpha/alpha.c (alpha_emit_conditional_move): Do not swap
        comparison operands when that would create non-canonical rtl.

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

23 years ago * config/i386/i386.md (umulsi3_highpart): Remove * from name.
rth [Thu, 14 Dec 2000 08:12:13 +0000 (08:12 +0000)]
    * config/i386/i386.md (umulsi3_highpart): Remove * from name.
        (smulsi3_highpart): Likewise.

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

23 years ago * gcc.c (cpp_options): Update to use '&'.
neil [Thu, 14 Dec 2000 07:47:38 +0000 (07:47 +0000)]
   * gcc.c (cpp_options): Update to use '&'.
       (struct switchstr): Change type of validated to save space.
       New member 'ordering'.
       (handle_braces, validate_switches): Update to handle '&'.

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

23 years ago * gcc.c (cpp_options): Update to use '&'.
neil [Thu, 14 Dec 2000 07:42:39 +0000 (07:42 +0000)]
   * gcc.c (cpp_options): Update to use '&'.
       (struct switchstr): Change type of validated to save space.
       New member 'ordering'.
       (handle_braces, validate_switches): Update to handle '&'.

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

23 years ago2000-12-13 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 14 Dec 2000 07:20:37 +0000 (07:20 +0000)]
2000-12-13  Benjamin Kosnik  <bkoz@redhat.com>

* config/os/generic/bits/ctype_base.h (ctype_base): Consistency
with linux.
* config/os/generic/bits/ctype_inline.h (is): Same.
* config/os/solaris/solaris2.5/bits/ctype_inline.h (is): Same.
* config/os/solaris/solaris2.5/bits/ctype_base.h: Same.
* config/os/solaris/solaris2.6/bits/ctype_inline.h (is): Same.
* config/os/solaris/solaris2.6/bits/ctype_base.h: Same.
* config/os/solaris/solaris2.7/bits/ctype_inline.h (is): Same.
* config/os/solaris/solaris2.7/bits/ctype_base.h: Same.
* config/os/irix/bits/ctype_inline.h (is): Same.
* config/os/irix/bits/ctype_base.h (ctype_base): Same.
* config/os/aix/bits/ctype_inline.h (is): Same.
* config/os/aix/bits/ctype_base.h (ctype_base): Same.
* config/os/bsd/netbsd/bits/ctype_inline.h (is): Same.
* config/os/bsd/netbsd/bits/ctype_base.h (ctype_base): Same.
* config/os/bsd/freebsd/bits/ctype_base.h (ctype_base): Same.
* config/os/bsd/freebsd/bits/ctype_inline.h (is): Same.
* config/os/newlib/bits/ctype_inline.h (is): Same.
* config/os/newlib/bits/ctype_base.h (ctype_base): Same.

* testsuite/22_locale/ctype_char_members.cc (test01): Add tests, fix.
* testsuite/22_locale/ctype.cc (test01): Add tests for
ctype_base::mask bitmask features.
* src/locale.cc: Define const static data for ctype_base.
* config/os/gnu-linux/bits/ctype_base.h (ctype_base): Make
ctype_base::mask type an integer type, not an enum.
* config/os/gnu-linux/bits/ctype_inline.h (is): Implement correctly.
* include/bits/locale_facets.h: Tweaks.

* include/bits/ios_base.h: Formatting tweaks.

* docs/html/17_intro/C++STYLE: Add.

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

23 years agoskip stdio_va_list fix if __DJ_va_list found in a header
korbb [Thu, 14 Dec 2000 06:11:40 +0000 (06:11 +0000)]
skip stdio_va_list fix if __DJ_va_list found in a header

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

23 years ago * parse.y (check_static_final_variable_assignment_flag): Fix spelling.
mrs [Thu, 14 Dec 2000 04:28:50 +0000 (04:28 +0000)]
* parse.y (check_static_final_variable_assignment_flag): Fix spelling.

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

23 years ago* config.gcc (cygwin, win32, mingw32): Use float-i386.h.
dj [Thu, 14 Dec 2000 00:44:35 +0000 (00:44 +0000)]
* config.gcc (cygwin, win32, mingw32): Use float-i386.h.

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

23 years agoDefault to not build gcj target libraries.
green [Wed, 13 Dec 2000 23:19:06 +0000 (23:19 +0000)]
Default to not build gcj target libraries.

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

23 years ago * gcc.c (handle_braces): Handle %{<S*} spec correctly.
tromey [Wed, 13 Dec 2000 23:09:33 +0000 (23:09 +0000)]
* gcc.c (handle_braces): Handle %{<S*} spec correctly.

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

23 years ago * Make-lang.in (JAVA_LEX_C): Added chartables.h.
tromey [Wed, 13 Dec 2000 22:47:13 +0000 (22:47 +0000)]
* Make-lang.in (JAVA_LEX_C): Added chartables.h.
* lex.c (java_ignorable_control_p): Removed.
(java_letter_or_digit_p): Removed.
(java_start_char_p): New function.
(java_read_char): Return `int', not `unicode_t'.  Changed
callers.
(java_read_unicode): Likewise.
(java_read_unicode_collapsing_terminators): Likewise.
(java_get_unicode): Likewise.
(java_new_lexer): Initialize hit_eof.
(java_parse_end_comment): Take `int' argument.
(java_parse_doc_section): Likewise.
(java_parse_escape_sequence): Don't allow backlash-newline.
Return `int'.
* lex.h (JAVA_DIGIT_P): Removed.
(_JAVA_LETTER_OR_DIGIT_P): Removed.
(_JAVA_IDENTIFIER_IGNORABLE): Removed.
(JAVA_START_CHAR_P): Renamed from JAVA_ID_CHAR_P.
(JAVA_PART_CHAR_P): New macro.
(UEOF): Now -1.
(JAVA_CHAR_ERROR): Now -2.
(java_lexer): New field `hit_eof'.
* chartables.h: New file.
* gen-table.pl: new file.

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

23 years ago * parse.y (java_complete_lhs): Only allow compound assignment of
tromey [Wed, 13 Dec 2000 22:36:24 +0000 (22:36 +0000)]
* parse.y (java_complete_lhs): Only allow compound assignment of
reference type if type is String.

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

23 years agoFix typo
mrs [Wed, 13 Dec 2000 22:25:21 +0000 (22:25 +0000)]
Fix typo

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

23 years ago * Makefile.in (local-distclean): Also remove fastjar.
mrs [Wed, 13 Dec 2000 22:01:46 +0000 (22:01 +0000)]
    * Makefile.in (local-distclean): Also remove fastjar.

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

23 years ago* function.c (assign_parms): Optimize incoming PARALLELs into
aoliva [Wed, 13 Dec 2000 21:24:03 +0000 (21:24 +0000)]
* function.c (assign_parms): Optimize incoming PARALLELs into
REGs if possible.

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

23 years ago 2000-12-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
sirl [Wed, 13 Dec 2000 20:16:33 +0000 (20:16 +0000)]
2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

* gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
* gcc.dg/pack-test-2.c: Likewise.

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

23 years agoUse one makefile for fixinc
korbb [Wed, 13 Dec 2000 20:07:46 +0000 (20:07 +0000)]
Use one makefile for fixinc

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

23 years ago * tradcpp.c (special_symbol): Improve test for definedness,
neil [Wed, 13 Dec 2000 19:47:11 +0000 (19:47 +0000)]
   * tradcpp.c (special_symbol): Improve test for definedness,
        though it is still not perfect.
        (do_define): Don't define illegal macro names.

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

23 years ago Tests by Zack Weinberg <zackw@stanford.edu>.
neil [Wed, 13 Dec 2000 19:47:04 +0000 (19:47 +0000)]
Tests by Zack Weinberg <zackw@stanford.edu>.

* gcc.dg/cpp/defined.c: Update.
* gcc.dg/cpp/defined_trad.c: New tests.

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

23 years ago(ASM_OUTPUT_SECTION_NAME): emit @nobits
aldyh [Wed, 13 Dec 2000 19:36:48 +0000 (19:36 +0000)]
(ASM_OUTPUT_SECTION_NAME): emit @nobits

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

23 years ago * cppfiles.c (read_name_map): Return null if open () fails.
neil [Wed, 13 Dec 2000 19:20:14 +0000 (19:20 +0000)]
    * cppfiles.c (read_name_map): Return null if open () fails.
        (remap_filename): Simplify logic.  Add ICE if it doesn't work
        as expected. Perform secondary lookup attempt on base filename
        only.

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

23 years ago * flow.c (notice_stack_pointer_modification_1): Notice midifications
hubicka [Wed, 13 Dec 2000 18:52:49 +0000 (18:52 +0000)]
* flow.c (notice_stack_pointer_modification_1): Notice midifications
using PRE_MODIFY and POST_MODIFY.

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

23 years ago * jartool.c (extract_jar): Use strchr, not index.
tromey [Wed, 13 Dec 2000 18:11:57 +0000 (18:11 +0000)]
* jartool.c (extract_jar): Use strchr, not index.

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

23 years ago* safe-ctype.c: #include "ansidecl.h".
dj [Wed, 13 Dec 2000 18:11:45 +0000 (18:11 +0000)]
* safe-ctype.c: #include "ansidecl.h".
* strtod.c: Likewise.

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

23 years agofix date
dj [Wed, 13 Dec 2000 17:51:56 +0000 (17:51 +0000)]
fix date

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

23 years ago* typeck.c (build_binary_op): Do signed/unsigned warnings for >?
dj [Wed, 13 Dec 2000 17:49:56 +0000 (17:49 +0000)]
* typeck.c (build_binary_op): Do signed/unsigned warnings for >?
and <? operators.

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

23 years ago* strtoul.c: Include safe-ctype.h, not ctype.h.
dj [Wed, 13 Dec 2000 17:44:01 +0000 (17:44 +0000)]
* strtoul.c: Include safe-ctype.h, not ctype.h.

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

23 years ago * genoutput.c (process_template): Add sanity checking for '@' templates.
hubicka [Wed, 13 Dec 2000 16:26:45 +0000 (16:26 +0000)]
* genoutput.c (process_template): Add sanity checking for '@' templates.

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