1. 03 May, 2003 19 commits
  2. 02 May, 2003 21 commits
    • contrib.texi (Contributors): Add Zdenek Dvorak, Aldy Hernandez, and Kazu Hirata. · d9e95c63
      	* doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy
      	Hernandez, and Kazu Hirata.  Update Richard Henderson.
      
      Co-Authored-By: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
      
      From-SVN: r66405
      Falk Hueffner committed
    • Makefile.am (CLEANFILES): Remove PCH files in target directory. · 53c2acdf
      
      2003-05-02  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/Makefile.am (CLEANFILES): Remove PCH files in target
      	directory.
      	* include/Makefile.in: Regenerate.
      
      From-SVN: r66403
      Benjamin Kosnik committed
    • std_sstream.h (str()): Tidy. · 4571fbb1
      2003-05-02  Paolo Carlini  <pcarlini@unitus.it>
      
      	* include/std/std_sstream.h (str()): Tidy.
      
      From-SVN: r66402
      Paolo Carlini committed
    • Remove myself as ARC maintainer. · 07a0a044
      From-SVN: r66397
      Richard Kenner committed
    • rs6000.c (rs6000_attribute_table): Add 'extern' to tentative declaration. · b86fe7b4
      	* config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
      	to tentative declaration.
      
      From-SVN: r66396
      Geoffrey Keating committed
    • streambuf.tcc (__copy_streambufs): Rewrote. · 0992fb51
      2003-05-02  Nathan Myers  <ncm@cantrip.org>
      	    Paolo Carlini  <pcarlini@unitus.it>
      
      	* include/bits/streambuf.tcc (__copy_streambufs): Rewrote.
      
      Co-Authored-By: Paolo Carlini <pcarlini@unitus.it>
      
      From-SVN: r66395
      Nathan Myers committed
    • sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete. · 20bfcd69
      	* config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
      	(SYMBOL_FLAG_SMALL_V4): Delete.
      	* config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
      	(rs6000_elf_encode_section_info): Don't set SYMBOL_FLAG_SMALL_V4.
      	(rs6000_elf_in_small_data_p): Add extra section names.  Add
      	comment about TREE_PUBLIC test.
      
      From-SVN: r66393
      Geoffrey Keating committed
    • c-semantics.c (genrtl_switch_stmt, [...]): Call expand_stmt on result of expand_unreachable_stmt. · 7454096f
      	* c-semantics.c (genrtl_switch_stmt, genrtl_if_stmt): Call
      	expand_stmt on result of expand_unreachable_stmt.
      
      From-SVN: r66392
      Geoffrey Keating committed
    • MAINTAINERS (GNATS only): Add Falk Hueffner. · 96c4a002
      2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
              * MAINTAINERS (GNATS only): Add Falk Hueffner.
      
      From-SVN: r66390
      Wolfgang Bangerth committed
    • basic_string.h (swap): Remove redundant template parameters from declaration of… · 8515a600
      basic_string.h (swap): Remove redundant template parameters from declaration of non-template member...
      
      2003-05-02  Jonathan Wakely  <redi@gcc.gnu.org>
      
      	* include/bits/basic_string.h (swap): Remove redundant template
      	parameters from declaration of non-template member function.
      
      From-SVN: r66389
      Jonathan Wakely committed
    • * doc/contrib.texi (Contributors): Add Daniel Berlin. · 3f4a3170
      From-SVN: r66388
      Gerald Pfeifer committed
    • {603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease number of automata. · 473f51b6
              * config/rs6000/{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease
              number of automata.
      
              * config/rs6000/rs6000.c (symbol_ref_operand): Check
              SYMBOL_REF_FUNCTION_P on AIX.
              (current_file_function_operand): Same.
              * config/rs6000/rs6000.md (call,call_value): Force non-function
              symbol_ref into register on AIX.
      
      From-SVN: r66385
      David Edelsohn committed
    • 2003-05-02 Michael Koch <konqueror@gmx.de> · 13a564b3
      	* java/net/URI.java
      	(create): Doesnt throws any exceptions.
      	* java/net/URLConnection.java
      	(URLConnection): Commend added.
      	(getExpiration): The header field is called "expires" not
      	"expiration".
      	(getHeaderField): Merged documentation with classpath.
      	(getHeaderFieldInt): Likewise.
      	(getHeaderFieldDate): Likewise.
      	(getHeaderFieldKey): Likewise.
      	(getPermission): Likewise.
      	(setDefaultUseCaches): Likewise.
      	(setRequestProperty): Likewise.
      	(addRequestProperty): Likewise.
      	(getRequestProperty): Likewise.
      	(getRequestProperties): Likewise.
      	(setDefaultRequestProperty): Likewise.
      	(getDefaultRequestProperty): Likewise.
      	(guessContentTypeFromStream): Likewise.
      	(getFileNameMap): Likewise.
      	(setFileNameMap): Likewise.
      	(setDoInput): Merged implementation and documentation with classpath.
      	(setDoOutput): Likewise.
      	(setAllowUserInteraction): Likewise.
      	(setDefaultAllowUserInteraction): Likewise.
      	(setContentHandlerFactory): Made it synchronized, merged documentation
      	with classpath.
      	(guessContentTypeFromName): Renamed argument fname to filename to
      	match classpath, merged documentation with classpath.
      
      From-SVN: r66384
      Michael Koch committed
    • calls.c (struct arg_data): Move offset, slot_offset, size and alignment_pad to… · e7949876
      calls.c (struct arg_data): Move offset, slot_offset, size and alignment_pad to struct locate_and_pad_arg_data.
      
      	* calls.c (struct arg_data): Move offset, slot_offset, size and
      	alignment_pad to struct locate_and_pad_arg_data.  Update all refs.
      	(initialize_argument_information): Adjust call to locate_and_pad_parm.
      	Delete alignment_pad var.  Don't calculate slot_offset here.
      	(emit_library_call_value_1): Delete alignment_pad, offset and size
      	vars.  Use struct locate_and_pad_arg_data instead.  Adjust refs.
      	Adjust call to locate_and_pad_parm.  Don't tweak arg size for
      	partial in-regs here.  Formatting fixes.
      	* expr.h (struct locate_and_pad_arg_data): New struct.
      	(locate_and_pad_parm): Adjust declaration.
      	* function.c (assign_parms): Localize vars.  Use "locate" instead of
      	other arg location vars.  Don't invoke FUNCTION_ARG or
      	FUNCTION_INCOMING_ARG unless pretend_named is different from
      	named_arg.  Heed MUST_PASS_IN_STACK and set up "partial" before
      	calling locate_and_pad_parm.  Adjust locate_and_pad_parm call.
      	Use slot_offset for stack home of reg parms.  Correct test for
      	parm passed in memory.  Formatting fixes.
      	(locate_and_pad_parm): Add "partial" to params.  Replace offset_ptr
      	arg_size_ptr and alignment pad with "locate".  Set slot_offset here.
      	Correct initial_offset_ptr handling.  Localize vars.  Always pad
      	locate->offset even when in_regs.
      
      From-SVN: r66383
      Alan Modra committed
    • * g++.dg/lookup/using5.C: Fix testcase error. · f2ba7ecb
      From-SVN: r66380
      Kriang Lerdsuwanakij committed
    • 2003-05-02 Michael Koch <konqueror@gmx.de> · e23c953a
      	* java/net/JarURLConnection.java
      	(JarURLConnection): Class documentation merged with classpath.
      	(getJarFileURL): Moved and documentation merged with classpath.
      	(getEntryName): Likewise.
      	(JarURLConnection): Documentation merged with classpath.
      	(getJarEntry): Likewise.
      	(getJarFile): Likewise.
      	* java/net/PlainDatagramSocketImpl.java:
      	Class documentation moved.
      	* java/net/URLConnection.java
      	(fileNameMap): Moved and documentation merged with classpath.
      	(factory): Likewise.
      	(defaultAllowUserInteraction): Likewis.
      	(defaultUseCaches): Likewise.
      	(allowUserInteraction): Likewise.
      	(connected): Likewise.
      	(url): Likewise.
      	(connect): Documentation merged with classpath.
      	(getURL): Likewise.
      	(getContentLength): Likewise.
      	(getContentType): Likewise.
      	(getContentEncoding): Likewise.
      	(getExpiration): Likewise.
      	(getDate): Likewise.
      	(getLastModified): Likewise.
      	(getHeaderField): Likewise.
      	(getContent): Likewise.
      	(getPermission): Likewise.
      	(getInputStream): Likewise.
      	(getOutputStream): Likewise.
      	(toString): Likewise.
      	(getDoInput): Likewise.
      	(getDoOutput): Likewise.
      	(setAllowUserInteraction): Likewise.
      	(getAllowUserInteraction): Likewise.
      	(setDefaultAllowUserInteraction): Likewise.
      	(getDefaultAllowUserInteraction): Likewise.
      	(setUseCaches): Likewise.
      	(getUseCaches): Likewise.
      	(setIfModifiedSince): Likewise.
      	(getIfModifiedSince): Likewise.
      	(setDefaultRequestProperty): Likewise.
      	(getDefaultRequestProperty): Likewise.
      	(setContentHandlerFactory): Likewise.
      	(setFileNameMap): Likewise.
      
      From-SVN: r66379
      Michael Koch committed
    • Makefile.in (TREE_H): Replace location.h with input.h. · 6060edcb
      	* Makefile.in (TREE_H): Replace location.h with input.h.
      	(GTFILES) Remove location.h
      	(gt-lists.h): Replace gt-location.h with gt-input.h
      	* input.h (input_filename, input_line): Remove variables.
      	(location_s, location_t): Move from location.h.
      	(input_location): New.
      	(input_filename, input_line): New #defines.
      	* location.h: Remove.
      	* tree.h: Replace location.h with input.h.
      	(input_filename, input_line): Remove.
      	* diagnostic.h: Replace location.h with input.h.
      	* gcc.h (input_filename, input_filename_length): Remove declarations.
      	* toplev.c (input_filename, input_line): Remove.
      	(input_location): Define.
      	(push_srcloc, pop_srcloc): Adjust.
      	* diagnostic.c (diagnostic_report_current_module): Adjust.
      f:
      	* lex.c (ffelex_file_pop_): Adjust file_stack member use.
      	(ffelex_file_push_): Likewise.
      	(ffelex_hash_): Likewise.
      java:
      	* lex.h (input_lineno): Remove declaration.
      	* parse-scan.y: #include input.h.
      	(input_filename): Remove declaration.
      	(input_location): Add definition.
      	(input_line): Remove definition.
      
      From-SVN: r66378
      Nathan Sidwell committed
    • update_version (IGNORE_BRANCHES): Add. · ce61bf7b
      	* update_version (IGNORE_BRANCHES): Add.
      	(BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
      
      From-SVN: r66377
      Gerald Pfeifer committed
    • InetAddress.java: Merged class documentation with classpath. · 143f596a
      2003-05-02  Michael Koch  <konqueror@gmx.de>
      
      	* java/net/InetAddress.java:
      	Merged class documentation with classpath.
      	* java/net/JarURLConnection.java:
      	Explicitely import all used classes.
      	* java/net/URL.java:
      	Reformatting.
      	* java/net/ServerSocket.java,
      	java/net/Socket.java:
      	New versions from classpath.
      
      From-SVN: r66376
      Michael Koch committed
    • update_version: Add a trace of which branch we are currently working on. · 9ab94a93
      	* update_version: Add a trace of which branch we are currently
      	working on.
      
      From-SVN: r66375
      Gerald Pfeifer committed