davem [Mon, 29 Apr 2002 05:48:05 +0000 (05:48 +0000)]
2002-04-28 David S. Miller <davem@redhat.com>
* configure.in, configure: Fix SPARC test in previous change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52878
138bc75d-0d04-0410-961f-
82ee72b054a4
davem [Mon, 29 Apr 2002 05:33:00 +0000 (05:33 +0000)]
2002-04-28 David S. Miller <davem@redhat.com>
PR target/6500
* config/sparc/sparc.md (prefetch): Emit properly for 32-bit vs.
64-bit TARGET_V9. Do not use prefetch page, use prefetch for
several {reads,writes} instead.
* config/sparc/sparc.h (PREFETCH_BLOCK, SIMULTANEOUS_PREFETCHES):
Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52876
138bc75d-0d04-0410-961f-
82ee72b054a4
bryce [Mon, 29 Apr 2002 04:15:57 +0000 (04:15 +0000)]
2002-04-29 Gerhard Tonn <GerhardTonn@swol.de>
* java/lang/ieeefp.h: Define __IEEE_BIG_ENDIAN for S/390.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52874
138bc75d-0d04-0410-961f-
82ee72b054a4
bryce [Mon, 29 Apr 2002 04:14:44 +0000 (04:14 +0000)]
2002-04-29 Gerhard Tonn <GerhardTonn@swol.de>
* Makefile.am: Add Linux for S/390 support.
* Makefile.in: Regenerate.
* configure.in: Add Linux for S/390 support.
* configure: Regenerate.
* include/ffi.h.in: Add Linux for S/390 support.
* src/s390/ffi.c: New file from libffi CVS tree.
* src/s390/sysv.S: New file from libffi CVS tree.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52873
138bc75d-0d04-0410-961f-
82ee72b054a4
davem [Mon, 29 Apr 2002 04:12:02 +0000 (04:12 +0000)]
2002-04-27 David S. Miller <davem@redhat.com>
PR target/6494
* config/sparc/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Be mindful
of the stack bias.
* config/sparc/linux.h, config/sparc/linux64.h: Don't bother
including signal.h and sys/ucontext.h, not needed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52872
138bc75d-0d04-0410-961f-
82ee72b054a4
hp [Mon, 29 Apr 2002 03:57:30 +0000 (03:57 +0000)]
* varasm.c (output_constant_def): Correct test for not calling
ENCODE_SECTION_INFO for INTEGER_CST.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52870
138bc75d-0d04-0410-961f-
82ee72b054a4
bryce [Mon, 29 Apr 2002 03:54:50 +0000 (03:54 +0000)]
2002-04-29 Adam King <aking@dreammechanics.com>
* java/io/natFileDescriptorWin32.cc (open): Move file pointer to end
of file in APPEND mode.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52869
138bc75d-0d04-0410-961f-
82ee72b054a4
neil [Sun, 28 Apr 2002 23:14:56 +0000 (23:14 +0000)]
* cppexp.c (lex): Move some code to _cpp_parse_expr, but
keep most cases as function eval_token.
(eval_token): New function.
(_cpp_parse_expr): Read token here for improved diagnostics.
Don't use op_as_text. Detect bad ':' here.
(reduce): Don't detect bad ':' here.
(op_as_text): Remove.
* cpphash.h (_cpp_test_assertion): Change prototype.
* cpplib.c (_cpp_test_assertion): Change prototype.
testsuite:
* gcc.dg/cpp/if-cexp.c: Add a test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52866
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Sun, 28 Apr 2002 20:40:39 +0000 (20:40 +0000)]
* ggc-common.c (ggc_mark_rtx_children_1): Rename from...
(ggc_mark_rtx_children): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52864
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Sun, 28 Apr 2002 20:37:05 +0000 (20:37 +0000)]
PR target/6496
* config/sparc/sparc.md (call + jump 32-bit peepholes): Disable jump
after call peepholes for UltraSPARC.
(call + jump 64-bit peepholes): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52863
138bc75d-0d04-0410-961f-
82ee72b054a4
sirl [Sun, 28 Apr 2002 20:26:57 +0000 (20:26 +0000)]
2002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
PR c/6497
* config/rs6000/rs6000.md (sCC patterns): Remove clobber and use
result as temporary value.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52860
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Sun, 28 Apr 2002 19:57:42 +0000 (19:57 +0000)]
* configure.in (HAVE_AS_SPARC_UA_PCREL): Check for working
%r_disp32().
* src/sparc/v8.S: Use it.
* src/sparc/v9.S: Likewise.
* fficonfig.h.in: Rebuilt.
* configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52858
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Sun, 28 Apr 2002 19:52:33 +0000 (19:52 +0000)]
PR c++/6396
* toplev.c (rest_of_compilation): Only run regrename and copy
propagation if optimizing.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52857
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Sun, 28 Apr 2002 19:48:10 +0000 (19:48 +0000)]
Argh, lost closing brace.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52856
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Sun, 28 Apr 2002 19:47:12 +0000 (19:47 +0000)]
PR optimization/6475
* reload1.c (alter_reg): Only call set_mem_expr if I is home pseudo
register of REGNO_DECL (i).
* Makefile.in (reload1.o): Add $(TREE_H).
* gcc.dg/
20020426-2.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52855
138bc75d-0d04-0410-961f-
82ee72b054a4
neil [Sun, 28 Apr 2002 19:42:54 +0000 (19:42 +0000)]
* cppexp.c (lex): Update to use state.skip_eval.
(struct op): Remove prio and flags members.
(FLAG_BITS, FLAG_MASK, PRIO_SHIFT, EXTRACT_PRIO, EXTRACT_FLAGS,
SHORT_CIRCUIT, RIGHT_ASSOC, ..._PRIO, op_to_prio): Remove.
(LEFT_ASSOC): New macro.
(optab): New table of operator priorities and flags.
(SHIFT): Update.
(_cpp_parse_expr): Clean up logic. Return bool. Use a
malloc-ed parser stack.
(reduce): New; reduce the operator stack.
(_cpp_expand_op_stack): Expand the operator stack as necessary.
* cpphash.h (struct op): Predeclare.
(struct cpp_reader): New members op_stack, op_limit.
(struct lexer_state): New member skip_eval.
(_cpp_parse_expr): Update.
(_cpp_expand_op_stack): New.
* cpplib.c (do_if): Update.
* cppinit.c (cpp_create_reader): Create op stack.
(cpp_destroy): And destroy it.
* cpplib.h (CPP_LAST_CPP_OP): Correct.
(TTYPE_TABLE): Correct.
testsuite:
* gcc.dg/cpp/if-mop.c: Update.
* gcc.dg/cpp/if-mpar.c: Add test.
* gcc.dg/cpp/if-oppr.c: Update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52853
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Sun, 28 Apr 2002 18:41:51 +0000 (18:41 +0000)]
* .cvsignore: Remove files that are present in CVS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52845
138bc75d-0d04-0410-961f-
82ee72b054a4
sirl [Sun, 28 Apr 2002 18:31:34 +0000 (18:31 +0000)]
2002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
PR c/6343
* c-decl.c (duplicate_decls): Call merge_weak.
* c-pragma.c (apply_pragma_weak): Warn about misuse.
* output.h (merge_weak): Prototype merge_weak.
* varasm.c (merge_weak): New function.
(declare_weak): Make sure we don't give an error on VAR_DECLs.
Mark RTL with SYMBOL_REF_WEAK.
cp:
* decl.c (duplicate_decls): Call merge_weak.
testsuite:
* gcc.dg/weak-[2-7].c: New tests.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52844
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Sun, 28 Apr 2002 16:21:32 +0000 (16:21 +0000)]
2002-04-28 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
* include/ext/stl_hashtable.h: Import __iterator_category
2002-04-28 Paolo Carlini <pcarlini@unitus.it>
Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
* testsuite/ext/hash_set.cc: New testfile.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52843
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Sun, 28 Apr 2002 07:17:18 +0000 (07:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52842
138bc75d-0d04-0410-961f-
82ee72b054a4
bkoz [Sun, 28 Apr 2002 00:42:12 +0000 (00:42 +0000)]
2002-04-27 Benjamin Kosnik <bkoz@redhat.com>
* config/os/solaris/solaris2.5/bits/os_defines.h: Remove
_G_USING_THUNKS.
* config/os/solaris/solaris2.6/bits/os_defines.h: Same.
* config/os/solaris/solaris2.7/bits/os_defines.h: Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52838
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Sat, 27 Apr 2002 20:31:42 +0000 (20:31 +0000)]
For PR java/6382:
* parse.y (string_convert_int_cst): New function.
(merge_string_cste): Use it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52835
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Sat, 27 Apr 2002 18:59:40 +0000 (18:59 +0000)]
* tree-inline.c (inlinable_function_p): Improve heuristics
by using a smoother function to cut down allowable inlinable size.
* param.def: Add parameters max-inline-insns-single,
max-inline-slope, min-inline-insns that determine the exact
shape of the above function.
* param.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52832
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Sat, 27 Apr 2002 07:17:23 +0000 (07:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52831
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Sat, 27 Apr 2002 06:53:07 +0000 (06:53 +0000)]
* c-parse.in (malloced_yyss, malloced_yyvs): New.
(yyoverflow): Re-add. Set them.
(free_parser_stacks): New.
* c-common.h: Declare it.
* c-lex.c (c_common_parse_file): Call it.
* parse.y (malloced_yyss, malloced_yyvs): New.
(yyoverflow): Re-add. Set them.
(free_parser_stacks): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52827
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Sat, 27 Apr 2002 06:41:38 +0000 (06:41 +0000)]
* cfgrtl.c (tidy_fallthru_edge): Don't use next_real_insn
for fallthru search.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52826
138bc75d-0d04-0410-961f-
82ee72b054a4
echristo [Sat, 27 Apr 2002 02:33:37 +0000 (02:33 +0000)]
2002-04-26 Eric Christopher <echristo@redhat.com>
PR optimization/3700
* config/mips/mips.c (mips_issue_rate): Define. New function.
(TARGET_SCHED_ISSUE_RATE): Use.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52825
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Sat, 27 Apr 2002 00:26:36 +0000 (00:26 +0000)]
PR bootstrap/6445
* config/i386/i386.md (untyped_call): Return the value in a float
register if TARGET_FLOAT_RETURNS_IN_80387, not just if
TARGET_80387.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52824
138bc75d-0d04-0410-961f-
82ee72b054a4
davem [Sat, 27 Apr 2002 00:07:16 +0000 (00:07 +0000)]
2002-04-25 David S. Miller <davem@redhat.com>
PR target/6422
* reorg.c (optimize_skip): Do not allow exception causing
instructions to be considered for delay slots.
(fill_simply_delay_slots, fill_slots_from_thread): Likewise.
(relax_delay_slots): Do not try to consider exception causing
instructions as redundant.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52822
138bc75d-0d04-0410-961f-
82ee72b054a4
davem [Sat, 27 Apr 2002 00:04:14 +0000 (00:04 +0000)]
2002-04-25 David S. Miller <davem@redhat.com>
PR target/6422
* include/dwarf2-signal.h (MAKE_THROW_FRAME for sparc*): Set
program counter to next program counter minus 8. Update
comments in this macro to explain why.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52820
138bc75d-0d04-0410-961f-
82ee72b054a4
aoliva [Fri, 26 Apr 2002 23:44:46 +0000 (23:44 +0000)]
* gcc.dg/enum1.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52815
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Fri, 26 Apr 2002 22:39:29 +0000 (22:39 +0000)]
* verify.cc (construct_primitive_array_type) [void_type]: New
case.
(branch_prepass): Added dummy entries for unused instruction
values.
(verify_instructions_0): Likewise.
* interpret.cc (continue1): Comment fix.
* include/java-insns.h (op_xxxunusedxxx1): Removed.
* Makefile.in: Rebuilt.
* Makefile.am: Added -Wswitch-enum.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52814
138bc75d-0d04-0410-961f-
82ee72b054a4
joel [Fri, 26 Apr 2002 22:30:19 +0000 (22:30 +0000)]
2002-04-26 Joel Sherrill <joel@OARcorp.com>
* configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
(sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52813
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Fri, 26 Apr 2002 21:56:55 +0000 (21:56 +0000)]
* c-typeck.c (build_unary_op) [CONVERT_EXPR]: Invoke non_lvalue.
* gcc.dg/lvalue1.c: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52812
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Fri, 26 Apr 2002 21:28:47 +0000 (21:28 +0000)]
PR bootstrap/6445
* config/i386/i386.md (untyped_call): Return the value in a float
register if TARGET_FLOAT_RETURNS_IN_80387, not just if
TARGET_80387.
PR c++/6497
* method.c (do_build_assign_ref): Pass a derivation to
build_method_call when calling base class assignment operators.
PR c++/6497
* g++.dg/inherit/access2.C: New test.
PR bootstrap/6445
* gcc.dg/
20020426-1.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52809
138bc75d-0d04-0410-961f-
82ee72b054a4
aoliva [Fri, 26 Apr 2002 20:09:56 +0000 (20:09 +0000)]
* g++.dg/abi/enum1.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52804
138bc75d-0d04-0410-961f-
82ee72b054a4
aoliva [Fri, 26 Apr 2002 19:35:33 +0000 (19:35 +0000)]
* tree.c (tree_int_cst_lt): Compare constants whose types differ
in unsigned-ness correctly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52802
138bc75d-0d04-0410-961f-
82ee72b054a4
danglin [Fri, 26 Apr 2002 18:58:16 +0000 (18:58 +0000)]
* pa.h (FUNCTION_OK_FOR_SIBCALL): Don't do sibcalls when using the
portable runtime model.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52800
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Fri, 26 Apr 2002 18:21:32 +0000 (18:21 +0000)]
2002-04-26 Paolo Carlini <pcarlini@unitus.it>
* include/bits/basic_string.h (replace(__pos, __n1, __s, __n2):
Fix and tighten __throw_length_error check.
* testsuite/21_strings/replace.cc (test05): New.
* testsuite/21_strings/replace.cc (test02, test03, test04): Tweak.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52797
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Fri, 26 Apr 2002 17:04:37 +0000 (17:04 +0000)]
* c-parse.in (yyoverflow): Revert.
* parse.y (yyoverflow): Revert.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52794
138bc75d-0d04-0410-961f-
82ee72b054a4
dje [Fri, 26 Apr 2002 15:23:26 +0000 (15:23 +0000)]
* config/rs6000/rs6000.md (sCC pattern): Remove clobber and use
result as temporary value.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52793
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Fri, 26 Apr 2002 07:40:12 +0000 (07:40 +0000)]
* c-common.c (fix_string_type): Split out of ...
(combine_strings): ... here. Take a varray, not a tree list.
(c_expand_builtin_printf): Use fix_string_type.
* c-common.h: Update decls.
* c-parse.in (string): Remove. Update all uses to use STRING
instead, and not call combine_strings.
(yylexstring): New.
(_yylex): Use it.
* c-typeck.c (simple_asm_stmt): Don't call combine_strings.
(build_asm_stmt): Likewise.
* objc/objc-act.c (my_build_string): Use fix_string_type.
(build_objc_string_object): Build varray for combine_strings.
* parse.y (string): Remove. Update all uses to use STRING
instead, and not call combine_strings.
* rtti.c (tinfo_name): Use fix_string_type.
* semantics.c (finish_asm_stmt): Don't call combine_strings.
* spew.c (yylexstring): New.
(read_token): Use it.
* g++.dg/parse/concat1.C: New.
* gcc.dg/concat2.c: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52790
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Fri, 26 Apr 2002 07:24:39 +0000 (07:24 +0000)]
* gcc.dg/c99-bool-1.c: Expect always true warning.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52787
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Fri, 26 Apr 2002 07:17:49 +0000 (07:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52786
138bc75d-0d04-0410-961f-
82ee72b054a4
bo [Fri, 26 Apr 2002 07:05:56 +0000 (07:05 +0000)]
2002-04-26 Bo Thorsen <bo@suse.co.uk>
* config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Define for
x86-64.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52781
138bc75d-0d04-0410-961f-
82ee72b054a4
neil [Fri, 26 Apr 2002 06:32:50 +0000 (06:32 +0000)]
* cppexp.c (CPP_UMINUS, CPP_UPLUS): New.
(HAVE_NO_R_OPERAND): Remove.
(HAVE_VALUE): Remove.
(op_to_prio): Update.
(UNARY): Don't alter flags.
(_cpp_parse_expr): want_value used to indicate whether
a number or unary operator is expected next. Distinguish
unary and binary +/-.
(op_as_text): Update for unary operators.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52780
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Fri, 26 Apr 2002 05:35:13 +0000 (05:35 +0000)]
* c-parse.in (yyoverflow): New.
* cp/parse.y (yyoverflow): New.
* g++.dg/parse/stack1.C: New.
* gcc.dg/
20020425-1.c: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52779
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Fri, 26 Apr 2002 02:15:52 +0000 (02:15 +0000)]
PR c/2098
* c-common.c (shorten_compare): Simplfy conditions leading to
the generation of a warning.
* gcc.dg/compare6.c: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52778
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Fri, 26 Apr 2002 02:09:21 +0000 (02:09 +0000)]
PR c/2035
* expmed.c (extract_bit_field): Fall through to generic code rather
than aborting on subreg special case.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52777
138bc75d-0d04-0410-961f-
82ee72b054a4
davem [Fri, 26 Apr 2002 02:05:08 +0000 (02:05 +0000)]
2002-04-25 David S. Miller <davem@redhat.com>
* config/sparc/sparc.h (FUNCTION_OK_FOR_SIBCALL): Add back check
for DECL being NULL.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52776
138bc75d-0d04-0410-961f-
82ee72b054a4
wilson [Fri, 26 Apr 2002 00:24:41 +0000 (00:24 +0000)]
2002-04-25 Steve Christiansen <smc@us.ibm.com>
* doc/md.texi (Machine Constraints): Add IA-64 constraints.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52774
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Fri, 26 Apr 2002 00:22:23 +0000 (00:22 +0000)]
* c-decl.c (grokdeclarator): Remove outdated ??? note
on invalid declaration of flexible array members.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52772
138bc75d-0d04-0410-961f-
82ee72b054a4
hp [Fri, 26 Apr 2002 00:09:43 +0000 (00:09 +0000)]
* gcc.dg/i386-memset-1.c: New test case for PR target/6456.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52771
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Thu, 25 Apr 2002 22:31:31 +0000 (22:31 +0000)]
* doc/invoke.texi: Document -gdwarf{,-2} vs debug level.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52769
138bc75d-0d04-0410-961f-
82ee72b054a4
uweigand [Thu, 25 Apr 2002 21:26:04 +0000 (21:26 +0000)]
* config/s390/s390.c (s390_emit_epilogue): Always restore registers
needed by the compiler, even if they are used as global regs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52768
138bc75d-0d04-0410-961f-
82ee72b054a4
hiller [Thu, 25 Apr 2002 19:31:45 +0000 (19:31 +0000)]
2002-04-24 Matt Hiller <hiller@redhat.com>
* mips.c (mips_class_max_nregs, mips_register_move_cost): New
functions.
* mips.h (CLASS_MAX_NREGS, REGISTER_MOVE_COST): Redefine as calls
of the corresponding functions.
* mips-protos.h (mips_class_max_nregs, mips_register_move_cost):
New prototypes.
2002-04-24 Matt Hiller <hiller@redhat.com>
* config/mips/mips.h (mips_sw_reg_names): Declare as extern.
(ALL_COP_ADDITIONAL_REGISTER_NAMES): New macro.
(FIRST_PSEUDO_REGISTER): Redefine considering coprocessor
registers, adjust comment accordingly.
(FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS,
reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGISTER_NAMES,
DEBUG_REGISTER_NAMES, REG_ALLOC_ORDER): Adjust to include entries
for coprocessor registers.
(ADDITIONAL_REGISTER_NAMES): Include
ALL_COP_ADDITIONAL_REGISTER_NAMES.
(COP0_REG_FIRST, COP0_REG_LAST, COP0_REG_NUM,
COP2_REG_FIRST, COP2_REG_LAST, COP2_REG_NUM,
COP3_REG_FIRST, COP3_REG_LAST, COP3_REG_NUM,
COP0_REG_P, COP2_REG_P, COP3_REG_P, ALL_COP_REG_P,
COPNUM_AS_CHAR_FROM_REGNUM, COP_REG_CLASS_P): New macros.
(mips_char_to_class): Adjust comment to include coprocessor
constraint letters.
* config/mips/mips.c (coprocessor_operand, coprocessor2_operand):
New functions.
(mips_reg_names, mips_regno_to_class): Include coprocessor
information.
(mips_sw_reg_names): Ditto, make non-static.
(mips_move_1word): Handle moves to and from coprocessor registers.
(mips_move_2words): Handle moves to and from coprocessor
registers.
(mips_class_max_nregs, mips_register_move_cost): Handle
coprocessor register classes.
(override_options): Initialize mips_char_to_class and
mips_hard_regno_mode_ok properly for coprocessor registers.
* config/mips/mips.md (movdi_internal, movdi_internal2,
movsi_internal1, movsi_internal2): Add constraint-sets for
coprocessor registers.
* testsuite/gcc.c-torture/mipscop-1.c: New testcase.
* testsuite/gcc.c-torture/mipscop-1.x: Disable above if target
isn't mips.
* testsuite/gcc.c-torture/mipscop-2.c: New testcase.
* testsuite/gcc.c-torture/mipscop-2.x: Disable above if target
isn't mips.
* testsuite/gcc.c-torture/mipscop-3.c: New testcase.
* testsuite/gcc.c-torture/mipscop-3.x: Disable above if target
isn't mips.
* testsuite/gcc.c-torture/mipscop-4.c: New testcase.
* testsuite/gcc.c-torture/mipscop-4.x: Disable above if target
isn't mips.
* doc/tm.texi: Document feature.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52765
138bc75d-0d04-0410-961f-
82ee72b054a4
neil [Thu, 25 Apr 2002 18:55:48 +0000 (18:55 +0000)]
* integrate.c (function_attribute_inlinable_p): Simplify.
Check the table pointer is not NULL.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52763
138bc75d-0d04-0410-961f-
82ee72b054a4
ghazi [Thu, 25 Apr 2002 18:49:02 +0000 (18:49 +0000)]
* gcc.c-torture/execute/
20020227-1.x: New file, xfail on 64-bit
targets.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52762
138bc75d-0d04-0410-961f-
82ee72b054a4
jason [Thu, 25 Apr 2002 18:04:50 +0000 (18:04 +0000)]
PR c++/5607
* search.c (check_final_overrider): No longer static.
* class.c (update_vtable_entry_for_fn): Call it.
* cp-tree.h: Adjust.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52760
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Thu, 25 Apr 2002 09:30:11 +0000 (09:30 +0000)]
* doc/c-tree.texi: Fix typo in introduction.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52758
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Thu, 25 Apr 2002 07:17:29 +0000 (07:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52757
138bc75d-0d04-0410-961f-
82ee72b054a4
neil [Thu, 25 Apr 2002 06:24:41 +0000 (06:24 +0000)]
* c-common.h (c_common_parse_file): Update.
* c-lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
* c-lex.c (YYDEBUG): Get from c-lex.h.
(c_common_parse_file): Update.
* c-lex.h (YYDEBUG, yydebug): New.
* c-parse.in (YYDEBUG): Get from c-lex.h.
(c_set_yydebug): Remove.
* c-tree.h (c_set_yydebug): Remove.
* langhooks-def.h (lhd_do_nothing_i): New.
(lhd_set_yydebug, LANG_HOOKS_SET_YYDEBUG): Remove.
(LANG_HOOKS_PARSE_FILE, LANG_HOOKS_INITIALIZER): Update.
* langhooks.c (lhd_do_nothing_i): New.
(lhd_set_yydebug): Remove.
* langhooks.h (struct lang_hooks): Update.
* toplev.c (set_yydebug): New.
(compile_file): Update call to parse_file hook.
(decode_d_option): Update.
ada:
* misc.c (gnat_parse_file): Update.
cp:
* cp-lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
* cp-tree.h (cxx_set_yydebug): Die.
* lex.c (YYDEBUG): Get from c-lex.h.
(cxx_set_yydebug): Remove.
* parse.y: Include c-lex.h.
(YYDEBUG): Get from c-lex.h.
f:
* com.h (ffe_parse_file): Update.
* lex.c (ffe_parse_file): Update.
java:
* java-tree.h (java_parse_file): Update.
(java_set_yydebug): Remove.
* jcf-parse.c (yydebug): Remove.
(java_set_yydebug): Die.
(java_parse_file): Update.
* lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
objc:
* objc-lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52753
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Thu, 25 Apr 2002 01:09:47 +0000 (01:09 +0000)]
For PR java/6425:
* parse.y (qualify_ambiguous_name) [case CALL_EXPR]: Always choose
EXPR_WFL_QUALIFICATION of qual_wfl.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52751
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Thu, 25 Apr 2002 01:05:25 +0000 (01:05 +0000)]
* mangle.c (write_type): Don't use TYPE_MAIN_VARIANT when writing
out an array type.
(write_CV_qualifiers_for_type): Use TYPE_QUALS, not cp_type_quals,
to determine qualifiers.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52749
138bc75d-0d04-0410-961f-
82ee72b054a4
jason [Thu, 25 Apr 2002 00:13:45 +0000 (00:13 +0000)]
* typeck.c (build_modify_expr): The pedwarn for array assignment is
now unconditional.
* tree.c (build_cplus_array_type_1): Still process simple array types
normally in templates.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52746
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Wed, 24 Apr 2002 23:52:16 +0000 (23:52 +0000)]
* loop.c (load_mems): Don't change the interface of called functions.
* calls.c (expand_call): Take current_function_pretend_args_size
into account when setting argblock for sibcalls.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52745
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Wed, 24 Apr 2002 23:05:17 +0000 (23:05 +0000)]
* gnu/gcj/natCore.cc (create): Use __builtin_alloca, and compute
correct length of UTF-8 encoded name. Strip leading `/'.
(_Jv_RegisterResource): Use _Jv_Malloc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52744
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Wed, 24 Apr 2002 22:46:40 +0000 (22:46 +0000)]
* cvt.c (convert_to_void): Don't unconditionally make COND_EXPRs
void.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52742
138bc75d-0d04-0410-961f-
82ee72b054a4
hiller [Wed, 24 Apr 2002 22:27:37 +0000 (22:27 +0000)]
2002-04-24 Matt Hiller <hiller@redhat.com>
* cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.
* c-lex.c: Ditto.
* cpplex.c (skip_line_comment): Process comment one multibyte
character at a time rather than one char at a time, if
appropriate.
(parse_string): Process string one multibyte character at a time
rather than one char at a time, if appropriate.
* c-lex.c (lex_string): Lex and copy multibyte strings
appropriately.
* cpplib.h (cppchar_t): Change to unsigned.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52740
138bc75d-0d04-0410-961f-
82ee72b054a4
hiller [Wed, 24 Apr 2002 22:27:19 +0000 (22:27 +0000)]
2002-04-24 Matt Hiller <hiller@redhat.com>
* cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.
* c-lex.c: Ditto.
* cpplex.c (skip_line_comment): Process comment one multibyte
character at a time rather than one char at a time, if
appropriate.
(parse_string): Process string one multibyte character at a time
rather than one char at a time, if appropriate.
* c-lex.c (lex_string): Lex and copy multibyte strings
appropriately.
* cpplib.h (cppchar_t): Change to unsigned.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52739
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Wed, 24 Apr 2002 22:26:10 +0000 (22:26 +0000)]
* c-decl.c (grokdeclarator): Don't pedwarn variable sized arrays
for c99.
* gcc.dg/c90-vla-1.c, gcc.dg/c99-vla-1.c: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52738
138bc75d-0d04-0410-961f-
82ee72b054a4
hiller [Wed, 24 Apr 2002 22:18:25 +0000 (22:18 +0000)]
2002-04-24 Matt Hiller <hiller@redhat.com>
* cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.
* c-lex.c: Ditto.
* cpplex.c (skip_line_comment): Process comment one multibyte
character at a time rather than one char at a time, if
appropriate.
(parse_string): Process string one multibyte character at a time
rather than one char at a time, if appropriate.
* c-lex.c (lex_string): Lex and copy multibyte strings
appropriately.
* cpplib.h (cppchar_t): Change to unsigned.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52737
138bc75d-0d04-0410-961f-
82ee72b054a4
bothner [Wed, 24 Apr 2002 22:14:59 +0000 (22:14 +0000)]
* expr.c (PRE_JSR): Call NOTE_LABEL for return address.
* java-tree.h (BCODE_RETURN_TARGET): Removed - never set.
(BCODE_TARGET): Remove BCODE_RETURN_TARGET.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52735
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Wed, 24 Apr 2002 22:12:32 +0000 (22:12 +0000)]
* sh.c (sh_va_arg): If argument was passed by reference,
dereference the pointer.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52734
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Wed, 24 Apr 2002 21:47:44 +0000 (21:47 +0000)]
* sh.h (PIC_OFFSET_TABLE_REGNUM): Conditionalize on flag_pic.
testsuite:
* gcc.dg/
20020312-2.c: Add SH target.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52733
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Wed, 24 Apr 2002 21:35:43 +0000 (21:35 +0000)]
* sh.md (divsi3_i4_media): Use match_operand for input values
rather than hard registers.
(divsi3 - TARGET_SHMEDIA_FPU case): Don't ferry values
unnecessarily through hard registers. Keep copies of pseudo
registers outside of the libcall sequence.
* sh.md (casesi_shift_media): Add modes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52732
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Wed, 24 Apr 2002 21:26:17 +0000 (21:26 +0000)]
* sh.h (RETURN_IN_MEMORY): Return variable size BLKmode
values in memory.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52731
138bc75d-0d04-0410-961f-
82ee72b054a4
neil [Wed, 24 Apr 2002 20:41:04 +0000 (20:41 +0000)]
* attribs.c (c_common_attribute_table): Move table and handlers
to c-common.c.
(format_attribute_table, lang_attribute_table,
lang_attribute_common): Remove.
(init_attributes): Replace NULL pointers with pointers to the
empty table.
(handle_packed_attribute, handle_nocommon_attribute,
handle_common_attribute, handle_noreturn_attribute,
handle_noinline_attribute, handle_always_inline_attribute,
handle_used_attribute, handle_unused_attribute,
handle_const_attribute, handle_transparent_union_attribute,
handle_constructor_attribute, handle_destructor_attribute,
handle_mode_attribute, handle_section_attribute,
handle_aligned_attribute, handle_weak_attribute,
handle_alias_attribute, handle_visibility_attribute,
handle_no_instrument_function_attribute, handle_malloc_attribute,
handle_no_limit_stack_attribute, handle_pure_attribute,
handle_deprecated_attribute, handle_vector_size_attribute,
vector_size_helper): Move to c-common.c.
* c-common.c (c_common_attribute_table,
handle_packed_attribute, handle_nocommon_attribute,
handle_common_attribute, handle_noreturn_attribute,
handle_noinline_attribute, handle_always_inline_attribute,
handle_used_attribute, handle_unused_attribute,
handle_const_attribute, handle_transparent_union_attribute,
handle_constructor_attribute, handle_destructor_attribute,
handle_mode_attribute, handle_section_attribute,
handle_aligned_attribute, handle_weak_attribute,
handle_alias_attribute, handle_visibility_attribute,
handle_no_instrument_function_attribute, handle_malloc_attribute,
handle_no_limit_stack_attribute, handle_pure_attribute,
handle_deprecated_attribute, handle_vector_size_attribute,
vector_size_helper): Move from attribs.c.
* c-common.h (c_common_attribute_table,
c_common_format_attribute_table): New.
* c-lang.c (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE,
LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE): Redefine.
* langhooks-def.h (LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE,
LANG_HOOKS_COMMON_ATTRIBUTE_TABLE, LANG_HOOKS_ATTRIBUTE_TABLE): New.
(LANG_HOOKS_INITIALIZER): Update.
* langhooks.h (struct lang_hooks): 3 new attribute hooks.
* target-def.h (TARGET_ATTRIBUTE_TABLE): Default to NULL.
* target.h: Update comment.
* tree.c (default_target_attribute_table): Remove.
* tree.h (default_target_attribute_table, format_attribute_table,
lang_attribute_table, lang_attribute_common): Remove.
ada:
* misc.c (gnat_init): Don't set lang_attribute_common.
cp:
* cp-lang.c (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE,
LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE, LANG_HOOKS_ATTRIBUTE_TABLE):
Redefine.
* cp-tree.h (cp_attribute_table): Rename.
* decl.c (lang_attribute_table): Remove declaration.
(cxx_init_decl_processing): Don't set it.
* tree.c (cp_attribute_table): Rename.
objc:
* objc-lang.c (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE,
LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE): Redefine.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52730
138bc75d-0d04-0410-961f-
82ee72b054a4
ghazi [Wed, 24 Apr 2002 19:04:23 +0000 (19:04 +0000)]
* gcc.c-torture/compile/labels-3.x: New file, don't assemble the
compiler output on mips*-*-irix*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52726
138bc75d-0d04-0410-961f-
82ee72b054a4
jason [Wed, 24 Apr 2002 18:49:51 +0000 (18:49 +0000)]
* dwarf2.h (enum dwarf_attribute): Add DW_AT_GNU_vector.
* dwarf2out.c (dwarf_attr_name): Support it.
(gen_array_type_die): Emit it.
(lookup_type_die): No special handling for VECTOR_TYPE.
(gen_type_die): Hand VECTOR_TYPE off to gen_array_type_die.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52724
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Wed, 24 Apr 2002 17:44:39 +0000 (17:44 +0000)]
* config/mips/mips.md (movdi_usd): Renumber.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52723
138bc75d-0d04-0410-961f-
82ee72b054a4
davem [Wed, 24 Apr 2002 16:58:12 +0000 (16:58 +0000)]
2002-04-24 David S. Miller <davem@redhat.com>
PR target/6420
* config/sparc/sparc.h (FUNCTION_OK_FOR_SIBCALL): Return false if
32-bit Sparc and current_function_returns_struct is true.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52720
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Wed, 24 Apr 2002 14:24:55 +0000 (14:24 +0000)]
* loop.c (canonicalize_condition): Use gen_int_mode.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52715
138bc75d-0d04-0410-961f-
82ee72b054a4
aldyh [Wed, 24 Apr 2002 10:57:33 +0000 (10:57 +0000)]
2002-04-24 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/altivec.h: Cleanup file. Add non individual
variants.
(vec_vaddubm): New.
(vec_vadduhm): New.
(vec_vadduwm): New.
(vec_vaddfp): New.
(vec_vaddcuw): New.
(vec_vaddubs): New.
(vec_vaddsbs): New.
(vec_vadduhs): New.
(vec_vadduws): New.
(vec_vaddsws): New.
(vec_vand): New.
(vec_vandc): New.
(vec_vavgub): New.
(vec_vavgsb): New.
(vec_vavguh): New.
(vec_vavgsh): New.
(vec_vavguw): New.
(vec_vavgsw): New.
(vec_vrfip): New.
(vec_vcmpbfp): New.
(vec_vcmpequb): New.
(vec_vcmpequh): New.
(vec_vcmpequw): New.
(vec_vcmpeqfp): New.
(vec_vcmpgefp): New.
(vec_vcmpgtub): New.
(vec_vcmpgtsb): New.
(vec_vcmpgtuh): New.
(vec_vcmpgtsh): New.
(vec_vcmpgtuw): New.
(vec_vcmpgtsw): New.
(vec_vcmpgtfp): New.
(vec_vcmpgefp): New.
(vec_vcfux): New.
(vec_vcfsx): New.
(vec_vctsxs): New.
(vec_vctuxs): New.
(vec_vexptefp): New.
(vec_vrfim): New.
(vec_lvx): New.
(vec_lvebx): New.
(vec_lvehx): New.
(vec_lde): Add vector float variant.
(vec_lvewx): New.
(vec_lvxl): New.
(vec_vlogefp): New.
(vec_vmaddfp): New.
(vec_vmhaddshs): New.
(vec_vmaxub): New.
(vec_vmaxsb): New.
(vec_vmaxuh): New.
(vec_vmaxsh): New.
(vec_vmaxuw): New.
(vec_vmaxsw): New.
(vec_vmaxsw): New.
(vec_vmaxfp): New.
(vec_vmrghb): New.
(vec_vmrghh): New.
(vec_vmrghw): New.
(vec_vmrglb): New.
(vec_vmrglh): New.
(vec_vmrglw): New.
(vec_vminub): New.
(vec_vminsb): New.
(vec_vminuh): New.
(vec_vminsh): New.
(vec_vminuw): New.
(vec_vminsw): New.
(vec_vminfp): New.
(vec_vmladduhm): New.
(vec_vmhraddshs): New.
(vec_msumubm): New.
(vec_vmsummbm): New.
(vec_vmsumuhm): New.
(vec_vmsumshm): New.
(vec_vmsumuhs): New.
(vec_vmsumshs): New.
(vec_vmuleub): New.
(vec_vmulesb): New.
(vec_vmuleuh): New.
(vec_vmulesh): New.
(vec_vmuloub): New.
(vec_mulosb): New.
(vec_vmulouh): New.
(vec_vmulosh): New.
(vec_vnmsubfp): New.
(vec_vnor): New.
(vec_vor): New.
(vec_vpkuhum): New.
(vec_vpkuwum): New.
(vec_vpkpx): New.
(vec_vpkuhus): New.
(vec_vpkshss): New.
(vec_vpkuwus): New.
(vec_vpkswss): New.
(vec_vpkshus): New.
(vec_vpkswus): New.
(vec_vperm): New.
(vec_vrefp): New.
(vec_vrlb): New.
(vec_vrlh): New.
(vec_vrlw): New.
(vec_vrfin): New.
(vec_vrsqrtefp): New.
(vec_vsel): New.
(vec_vslb): New.
(vec_vslh): New.
(vec_vslw): New.
(vec_vsldoi): New.
(vec_vsl): New.
(vec_vslo): New.
(vec_vspltb): New.
(vec_vsplth): New.
(vec_vspltw): New.
(vec_vspltisb): New.
(vec_vspltish): New.
(vec_vspltisw): New.
(vec_vsrb): New.
(vec_vsrh): New.
(vec_vsrw): New.
(vec_vsrab): New.
(vec_vsrah): New.
(vec_vsraw): New.
(vec_vsr): New.
(vec_vsro): New.
(vec_stvx): New.
(vec_stvebx): New.
(vec_stvehx): New.
(vec_stvewx): New.
(vec_stvxl): New.
(vec_vsububm): New.
(vec_vsubuhm): New.
(vec_vsubuwm): New.
(vec_vsubfp): New.
(vec_vsubcuw): New.
(vec_vsububs): New.
(vec_vsubsbs): New.
(vec_vsubuhs): New.
(vec_vsubshs): New.
(vec_vsubuws): New.
(vec_vsubsws): New.
(vec_vsum4ubs): New.
(vec_vsum4sbs): New.
(vec_vsum4shs): New.
(vec_vsum2sws): New.
(vec_vsumsws): New.
(vec_vrfiz): New.
(vec_vupkhsb): New.
(vec_vupkhpx): New.
(vec_vupkhsh): New.
(vec_vupklsb): New.
(vec_vupklpx): New.
(vec_vupklsh): New.
(vec_vxor): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52711
138bc75d-0d04-0410-961f-
82ee72b054a4
jason [Wed, 24 Apr 2002 10:48:44 +0000 (10:48 +0000)]
PR c++/6331
* method.c (do_build_copy_constructor): Use cp_build_qualified_type.
* typeck.c (build_modify_expr): Allow arrays to differ in cv-quals.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52709
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Wed, 24 Apr 2002 07:19:36 +0000 (07:19 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52708
138bc75d-0d04-0410-961f-
82ee72b054a4
bothner [Wed, 24 Apr 2002 05:11:31 +0000 (05:11 +0000)]
Fix typos for 2002-03-08 entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52703
138bc75d-0d04-0410-961f-
82ee72b054a4
megacz [Wed, 24 Apr 2002 01:33:19 +0000 (01:33 +0000)]
2002-04-23 Adam Megacz <adam@xwt.org>
* win32.cc, include/win32.cc (backtrace): Added this function
because Win32 does not supply it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52701
138bc75d-0d04-0410-961f-
82ee72b054a4
ljrittle [Wed, 24 Apr 2002 00:33:28 +0000 (00:33 +0000)]
* include/std/std_fstream.h (basic_filebuf::sync): Hoist
unconditional flush on lower-layer handle to here...
* include/bits/fstream.tcc (basic_filebuf::_M_really_overflow):
...from here. Optimize remaining _M_file.sync() call pattern.
* testsuite/27_io/narrow_stream_objects.cc (test04): New test.
(test05): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52699
138bc75d-0d04-0410-961f-
82ee72b054a4
jason [Tue, 23 Apr 2002 23:51:30 +0000 (23:51 +0000)]
PR c++/6395
* decl.c (make_rtl_for_nonlocal_decl): Don't mess with #pragma i/i
stuff for comdats.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52696
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Tue, 23 Apr 2002 23:31:07 +0000 (23:31 +0000)]
* fold-const.c (split_tree): Add MINUS_LITP parameter; separate
added literals from substracted literals.
(associate_trees): Don't convert MINUS_EXPR into PLUS_EXPR.
(fold) [associate]: Preserve MINUS_EXPR if needed.
* gcc.c-torture/execute/
20020423-1.c: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52695
138bc75d-0d04-0410-961f-
82ee72b054a4
zack [Tue, 23 Apr 2002 23:12:44 +0000 (23:12 +0000)]
* doc/install.texi: Clarify which versions of alpha*-dec-osf*
are obsoleted.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52691
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Tue, 23 Apr 2002 22:58:09 +0000 (22:58 +0000)]
For PR java/6314:
* jvspec.c (lang_specific_driver): Use --resource, not -R. Also
recognize `-fcompile-resource='.
* gcj.texi (Invoking gcj): Use --resource, not -R. Expanded text
a bit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52690
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Tue, 23 Apr 2002 22:57:16 +0000 (22:57 +0000)]
* gcc.c: Added --resource. For PR java/6314.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52689
138bc75d-0d04-0410-961f-
82ee72b054a4
jason [Tue, 23 Apr 2002 21:56:10 +0000 (21:56 +0000)]
* include/bits/fstream.tcc (basic_filebuf::seekoff): Fix for
output-only filebufs.
* include/std/std_fstream.h (basic_filebuf::_M_set_indeterminate):
Likewise.
(basic_filebuf::_M_set_determinate): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52685
138bc75d-0d04-0410-961f-
82ee72b054a4
jason [Tue, 23 Apr 2002 21:01:22 +0000 (21:01 +0000)]
PR libstdc++/6414
* include/bits/fstream.tcc (basic_filebuf::seekoff): Adjust return
value properly in the trivial case.
* testsuite/27_io/istream_seeks.cc (test04): Make sure that
tellg() returns the right value after a read.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52679
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Tue, 23 Apr 2002 20:59:05 +0000 (20:59 +0000)]
* parse.y (check_class_key): Allow KEY to be union/enum/struct/class
node with attributes.
* g++.dg/parse/attr1.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52678
138bc75d-0d04-0410-961f-
82ee72b054a4
hp [Tue, 23 Apr 2002 17:46:24 +0000 (17:46 +0000)]
* config/cpu/mmix/bits/cpu_limits.h: New file.
* configure.target (CPULIMITSH): Use it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52674
138bc75d-0d04-0410-961f-
82ee72b054a4
obrien [Tue, 23 Apr 2002 16:39:34 +0000 (16:39 +0000)]
Tweak my last entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52672
138bc75d-0d04-0410-961f-
82ee72b054a4
obrien [Tue, 23 Apr 2002 16:39:03 +0000 (16:39 +0000)]
2002-04-23 David O'Brien <obrien@FreeBSD.org>
* cp/g++spec.c: Use profiled libstdc++ and libm with -p/-pg.
* config/freebsd.h (MATH_LIBRARY_PROFILE): Use the _p verions of
these libraries.
Approved by: Richard Henderson <rth@redhat.com>
Message-ID: <
20020422223253.A32678@redhat.com>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52671
138bc75d-0d04-0410-961f-
82ee72b054a4