aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-11-19This commit was manufactured by cvs2svn to create tagitanium_sched_branch_before_merge_251102(no author)
'itanium_sched_branch_before_merge_251102'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/tags/itanium_sched_branch_before_merge_251102@59273 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-12 * calls.c (store_one_arg): Use size_in_bytes to determine thejason
amount of space to push. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57064 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-12 * config/sparc/linux64.h (STARTFILE_SPEC32): Fix a typo.jakub
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57061 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-12 * config/s390/s390-modes.def (CCAPmode, CCANmode): New CC modes.uweigand
* config/s390/s390.c (s390_match_ccmode_set): Support new CC modes. (s390_select_ccmode): Likewise. (s390_branch_condition_mask): Likewise. (optimization_options): Do not set flag_branch_on_count. (s390_split_branches): Handle doloop branches. (s390_chunkify_pool): Likewise. * config/s390/s390.md ("*adddi3_imm_cc", "*addsi3_imm_cc"): New insns. ("doloop_end"): New expander. ("doolop_si", "*doloop_si_long", "doloop_di", "*doloop_di_long", associated splitters): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57060 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-12Daily bump.gccadmin
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57056 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-12 * fold-const.c (make_range): Only narrow to signed range ifrth
the signed range is smaller than the unsigned range. * gcc.c-torture/execute/20020911-1.c: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57050 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-122002-09-12 Michael Koch <konqueror@gmx.de>mkoch
* java/net/DatagramSocketImpl.jav (peekData): New method. * java/net/PlainDatagramSocketImpl.java (peekData): New method. * java/net/natPlainDatagramSocketImpl.cc (peekData): New method. * java/net/URLConnection (getPermission): New method. (addRequestProperty): New method. (getRequestProperties): New method. (guessContentTypeFromStream): New method, not really implemented. (URLConnection): Added/updated documentation. (connect): Added/updated documentation. (getURL): Added/updated documentation. (getContentLength): Added/updated documentation. (getContentType: Added/updated documentation. (getContentEncoding): Added/updated documentation. (getExpiration): Added/updated documentation. (getDate): Added/updated documentation. (getLastModified): Added/updated documentation. (getHeaderField): Added/updated documentation. (getHeaderFields): Added/updated documentation. (getHeaderFieldInt): Added/updated documentation. (getHeaderFieldDate): Added/updated documentation. (getHeaderFieldKey): Added/updated documentation. (getContent): Added/updated documentation. (getInputStream): Added/updated documentation. (getOutputStream): Added/updated documentation. (toString): Added/updated documentation. (setDoInput): Added/updated documentation. (getDoInput): Added/updated documentation. (setDoOutput): Added/updated documentation. (getDoOutput): Added/updated documentation. (setAllowUserInteraction): Added/updated documentation. (getAllowUserInteraction): Added/updated documentation. (setDefaultAllowUserInteraction): Added/updated documentation. (getDefaultAllowUserInteraction): Added/updated documentation. (setUseCaches): Added/updated documentation. (getUseCaches): Added/updated documentation. (setIfModifiedSince): Added/updated documentation. (getIfModifiedSince): Added/updated documentation. (getDefaultUseCaches): Added/updated documentation. (setDefaultUseCaches): Added/updated documentation. (setRequestProperty): Added/updated documentation. (getRequestProperty): Added/updated documentation. (setDefaultRequestProperty): Added/updated documentation. (getDefaultRequestProperty): Added/updated documentation. (setContentHandlerFactory): Added/updated documentation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57049 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-12 * emit-rtl.c (set_mem_size): New function.amodra
* expr.h (set_mem_size): Declare. * config/rs6000/rs6000.c (expand_block_move_mem): Exterminate. (expand_block_move): Instead, use adjust_address and replace_equiv_address to generate proper aliasing info. Move common code out of conditionals. Localize vars. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57047 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-12 * optabs.c (expand_binop): Minor cleanup.rth
(expand_twoval_binop): Convert CONST_INTs like in expand_binop. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57046 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-12 * print-tree.c (print_node): Print the restrict qualifier.rth
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57045 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-12 * splay-tree.c (splay_tree_successor): Fix comments.mrs
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57044 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-12 * Makefile.in: Rebuilt.tromey
* Makefile.am (TEXINFO_TEX): New macro. (info_TEXINFOS): Likewise. (fastjar_TEXINFOS): Likewise. (man_MANS): Likewise. (EXTRA_DIST): Likewise. (my_makei_flags): Likewise. (fastjar.info): New rule. (fastjar_TEXINFOS): Don't mention `$(srcdir)'. (TEXINFO_TEX): Likewise. (AUTOMAKE_OPTIONS): Added `cygnus'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57043 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-112002-09-11 Janis Johnson <janis187@us.ibm.com>janis
* doc/install.texi: Fix typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57041 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-11Fix typo in last commitzack
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57038 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-11gcc:zack
* Makefile.in: Remove all references to s-under and underscore.c. * collect2.c, tlink.c: Change all uses of prepends_underscore to look directly at USER_LABEL_PREFIX. gcc/cp: * Make-lang.in: Build cp/cxxfilt.o from $(srcdir)/cp/cxxfilt.c, and c++filt from cxxfilt.o + version.o + $(LIBDEPS). * cxxfilt.c: New file: split from libiberty/cplus-dem.c, with minor adjustments (use version_string, eliminate yet another duplicate of xmalloc) libiberty: * cplus-dem.c: Code code under #ifdef MAIN moved to gcc/cp/cxxfilt.c. * testsuite/Makefile.in: Adjust for test-demangle. * testsuite/regress-demangle: Deleted. * testsuite/test-demangle.c: New file. * testsuite/demangle-expected: Change \$ to $ throughout, now that this file is not being read by a shell script. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57037 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-112002-09-11 Per Bothner <per@bothner.com>tromey
* parse.y (fold_constant_for_init): If a VAR_DECL, convert numerical constant to the type of the field. (java_complete_tree): Remove now-redundant code. * parse.y (fold_constant_for_init): 'null' is not a constant expr. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57036 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-112002-09-03 Jesse Rosenstock <jmr@ugcs.caltech.edu>tromey
For PR java/5794: * verify.c (verify_jvm_instructions) [OPCODE_jsr]: Only push the return label if a ret instruction for the jsr has been reached. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57035 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-11 * config/rs6000/rs6000.c (rs6000_xcoff_asm_named_section): Appenddje
alignment to csect. (rs6000_xcoff_unique_section): Only set section name for public data. (rs6000_xcoff_section_type_flags): Store log2 alignment in flags. * config/rs6000/xcoff.h (TARGET_ASM_SELECT_SECTION): Remove duplicate definition. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57034 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-112002-09-11 Michael Koch <konqueror@gmx.de>mkoch
* java/net/Socket.java (Socket): protected to public (since JDK 1.4). Added @specnote. (bind): New method. (connect): Two new methods. (getKeepalive): Get correct socket option. (setKeepalive): Set correct socket option. (getOOBInline): New method. (setOOBInline): New method. * java/net/ServerSocket.java (bind): Two new methods. (getInetAddress): Reimplemented, catch exception. (getLocalSocketAddress): New method. (setReuseAddress): New method. (getReuseAdress): New method. (setReceiveBufferSize): New method. (getReceiveBufferSize): New method. (toString): Made string JDK 1.4 compliant. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57032 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-11Daily bump.gccadmin
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57028 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-112002-09-11 Matthias Klose <doko@debian.org>doko
* Makefile.am: Revert the previous patch. * Makefile.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57022 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-112002-09-11 Benjamin Kosnik <bkoz@redhat.com>bkoz
* include/bits/locale_facets.tcc (__convert_from_v): Remove. * config/locale/gnu/c_locale.h (__convert_from_v): Add. * config/locale/generic/c_locale.h (__convert_from_v): Add. 2002-09-11 Paolo Carlini <pcarlini@unitus.it> * include/bits/locale_facets.tcc (__convert_from_v): Use __uselocale instead of setlocale for glibc 2.3+. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57021 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-112002-09-10 Benjamin Kosnik <bkoz@redhat.com>bkoz
* src/Makefile.am (sources): Edit. (target_sources): New. (target_sources_extra): New. * src/Makefile.in: Regenerate. * acinclude.m4: Set CCODECVT_CC. * aclocal.m4: Regenerate. * configure: Regenerate. * src/locale.cc: Move ctype definitions... * src/ctype.cc: ...here. New file. * src/locale.cc: Move codecvt definitions... * src/codecvt.cc: ...here. * config/generic/codecvt_members.cc: ...and here. * config/gnu/codecvt_members.cc: ...and here. * include/bits/codecvt.h: Tweak. * include/bits/locale_facets: Tweak. * src/bitset.cc: Correct license text. * src/concept-inst.cc: Same. * src/strstream.cc: Same. * src/vterminate.cc: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57020 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-11 * pa.md (extzv): Check predicates before emitting extzv_32.danglin
(insv): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57018 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-102002-09-10 Gabriel Dos Reis <gdr@soliton.integrable-solutions.net>gdr
* include/bits/stl_vector.h (vector<>): Don't use a name with different meanings before and after re-evaluation in the completed scope. * include/bits/basic_string.h (basic_string<>): Likewise. * include/bits/stl_bvector.h (vector<bool>): Likewise. * include/bits/stl_deque.h (std): Likewise. * include/bits/stl_list.h (list<>): Likewise. * include/bits/stl_tree.h (_Rb_tree<>): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57014 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-102002-09-10 Matthias Klose <doko@debian.org>doko
* fastjar.texi: New. * Makefile.am: Support building info docs and manpages. * Makefile.in: Regenerated. * configure.in: Set gcc_version. * configure: Regenerated. * jargrep.c: Update usage and help strings. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57013 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-10 * gcc.dg/struct-ret-1.c: Add prototype for exit function and correctdanglin
usage. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57012 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-102002-09-10 Paolo Carlini <pcarlini@unitus.it>paolo
* include/bits/codecvt.h (class __codecvt_abstract_base): Add __c_locale type _M_c_locale_codecvt member. (class codecvt<char, char, mbstate_t>, class codecvt<wchar_t, char, mbstate_t>): Add new codecvt(__c_locale, size_t) constructor. (codecvt_byname::codecvt_byname): Update. * src/codecvt.cc (class codecvt<char, char, mbstate_t>, class codecvt<wchar_t, char, mbstate_t>): Update codecvt(size_t) constructor and ~codecvt() destructor; define codecvt(__c_locale, size_t) constructor. (codecvt::do_out): Switch to _M_c_locale_codecvt around wcsrtombs call. (codecvt::do_in): Ditto for mbsrtowcs call. * src/localename.cc (locale::_Impl::_Impl(const char*, size_t)): Tweak construction of codecvt facets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57011 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-10 * config/s390/s390.h (MOVE_MAX): Define to correct value.uweigand
(MAX_MOVE_MAX): Define. (MOVE_BY_PIECES_P): Define. (CLEAR_BY_PIECES_P): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57010 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-102002-09-10 Michael Koch <konqueror@gmx.de>mkoch
* java/net/SocketImpl.java (connect): New method. (supportsUrgentData): New method. (sendUrgentData): New method. * java/net/PlainSocketImpl.java (connect): One new method and two new implementation. (sendUrgentData): New method. * java/natPlainSocketImpl.cc (connect): Arguments changed, added support for timeouts. (getOption): Another __java_boolean to jboolean. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57009 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-10 * config/avr/avr.md (movstrhi): Use right operands for conversion.denisc
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57008 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-10* gcc.c-torture/compile/20020910-1.c: New test.rearnsha
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57007 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-10PR c/7873rearnsha
* arm.md (insv): Use reg_or_int_operand for operand[3]. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57006 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-10 * rs6000.c (rs6000_assemble_visibility): Protect declarationdje
inside macro. Correct function definition typo. (rs6000_xcoff_section_type_flags): New function. (TARGET_SECTION_TYPE_FLAGS): Remove definition. (rs6000_elf_section_type_flags): Call default_section_type_flags_1 with appropriate PIC test. (rs6000_xcoff_select_section): Use decl_readonly_section_1 to determine readonly. (rs6000_binds_local_p): Combine PIC flags. * sysv4.h (TARGET_SECTION_TYPE_FLAGS): Define. * xcoff.h (TARGET_SECTION_TYPE_FLAGS): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57005 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-10Fix entry.aj
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57004 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-102002-09-10 Frank Ch. Eigler <fche@redhat.com>fche
* gcc.c-torture/execute/20010915-1.c: Correct typo in abort call. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57003 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-10* approved by rthfche
2002-09-10 Frank Ch. Eigler <fche@redhat.com> * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57002 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-102002-09-10 Jan Hubicka <jh@suse.cz>aj
* nil_method.c (nil_method): No longer varardic. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57001 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-10Daily bump.gccadmin
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57000 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-10Daily bump.gccadmin
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56999 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-10 * print-tree.c (print_node): In a STRING_CST, escape non-asciibothner
characters, and only print TREE_STRING_LENGTH chars. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56994 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-10 * gcc.dg/20020312-2.c: Adjust for x86-64.aj
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56993 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-10 * include/bits/locale_facets.tcc (__convert_from_v):dannysmith
Replace strdup with ISO malloc and strcpy. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56991 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-09 * config/ia64/hpux.h (TARGET_HPUX_LD): New, define true.sje
(ASM_FILE_END) New. * config/ia64/ia64.h (TARGET_HPUX_LD): New, define false. * config/ia64/ia64-protos.h (ia64_hpux_asm_file_end): New. * config/ia64/ia64.c (ia64_asm_output_external): Create list of external functions if TARGET_HPUX_LD is true. (ia64_hpux_add_extern_decl): New, routine to put names on list of external functions. (ia64_hpux_asm_file_end): Put out declarations for external functions if and only if they are used. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56986 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-09 * pa.md (exception_receiver, builtin_setjmp_receiver): Add blockagedanglin
on TARGET_64BIT before pic register restore. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56985 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-09 * jartool.c (mkdir): Define.tromey
* config.h.in: Rebuilt. * aclocal.m4, configure: Rebuilt. * acinclude.m4: New file. Copied gcc_AC_COMPILE_CHECK_SIZEOF, gcc_AC_EXAMINE_OBJECT, and fastjar_AC_COMPILE_C_BIGENDIAN from aclocal.m4. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56983 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-09Fix for recent treelang build failure due to changes to C.timjosling
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56981 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-09 Fix PR web/7596:gerald
* ffe.texi (Front End): Fix broken links. * bugs.texi (Known Bugs): Refer to gcc.gnu.org instead of www.gnu.org for onlinedocs. * news.texi (News): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56980 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-092002-09-09 Benjamin Kosnik <bkoz@redhat.com>bkoz
* docs/html/configopts.html: Change grouping. Note ABI impacts. Update information for locale model defaults. * docs/html/install.html: Update include directory information. Update testing information. Update linux issues for named locales. * docs/html/abi.txt: Fix typos. Add more info. * src/misc-inst.cc: Add missing instantiations. * testsuite/abi_check.cc: Make output results more verbose. * config/os/gnu-linux/ctype_base.h: Remove shadow headers injections. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56979 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-09 * doc/tm.texi (TARGET_HAVE_SRODATA_SECTION): New description.dje
(TARGET_HAVE_TLS): New description. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56978 138bc75d-0d04-0410-961f-82ee72b054a4