- 29 Dec, 2003 4 commits
-
-
PR c++/13081 * decl.c (duplicate_decls): Preserve inline-ness when redeclaring a function template. PR c++/12613 * decl.c (reshape_init): Reject GNU colon-style designated initializers in arrays. PR c++/13081 * g++.dg/opt/inline6.C: New test. PR c++/12613 * g++.dg/parse/error9.C: New test. From-SVN: r75192
Mark Mitchell committed -
From-SVN: r75191
Mark Mitchell committed -
PR c++/13009 * call.c (build_special_member_call): Do not assume that we have a pointer to the complete object in an assignment operator. PR c++/13009 * g++.dg/init/assign1.C: New test. From-SVN: r75189
Mark Mitchell committed -
From-SVN: r75187
GCC Administrator committed
-
- 28 Dec, 2003 6 commits
-
-
PR c++/13070 * decl.c (duplicate_decls): When setting the type of an anticipated declaration, merge the existing type attributes. * g++.dg/warn/format3.C: New test case. From-SVN: r75185
Roger Sayle committed -
* gnu/java/net/protocol/http/Connection.java (inputStream): Made it a DataInputStream. (requestProperties): Removed. (hdrHash): Removed. (hdrVec): Removed. (headers): New field to store headers. (connect): Initialize inputStream. (receiveReply): Merged from classpath. The new algorithm is line based instead of character based. (getHeaderField): Use headers. (getHeaderFields): Use headers. (getKey): Removed. (getField): Removed. * gnu/java/net/HeaderFieldHelper.java: New file. * Makefile.am (ordinary_java_source_files): Added gnu/java/net/HeaderFieldHelper.java. * Makefile.in: Regenerated. From-SVN: r75183
Michael Koch committed -
2003-12-28 Mostafa Hagog <mustafa@il.ibm.com> * sbitmap.c (sbitmap_union_of_diff_cg, sbitmap_a_and_b_cg, sbitmap_a_xor_b_cg): Accumulate "changed" properly. (sbitmap_not): Zero all bits past n_bit. From-SVN: r75182
Mostafa Hagog committed -
2003-12-28 Paolo Carlini <pcarlini@suse.de> * include/ext/pool_allocator.h (class __pool_alloc): Use operator new and operator delete. From-SVN: r75181
Paolo Carlini committed -
* java/io/LineNumberReader.java (mark): Improved error checking. (read): Likewise. (skip): Likewise. Skip is now really eating the specified number of characters. * java/io/CharArrayReader.java (read): It should throw IndexOutOfBoundsException and not ArrayIndexOutOfBoundsException (see mauve). * java/io/BufferedReader.java (readLine): Make readLine() really block until either EOF is reached or a true error happens. From-SVN: r75180
Guilhem Lavaux committed -
From-SVN: r75177
GCC Administrator committed
-
- 27 Dec, 2003 7 commits
-
-
* gnu/java/net/protocol/http/Connection.java (getRequestProperty): Removed. (setRequestProperty): Removed. From-SVN: r75175
Michael Koch committed -
PR opt/13159 * cfgloopanal.c (mark_irreducible_loops): Fix the strongly connected components detection. * loop-unswitch.c (unswitch_loop): Preserve simple preheaders. * gcc.c-torture/compile/20031227-1.c: New test. From-SVN: r75174
Zdenek Dvorak committed -
uclinux.h (LIB_SPEC): Add elf2flt magic required for correct linking of executables using id-based... * config/m68k/uclinux.h (LIB_SPEC): Add elf2flt magic required for correct linking of executables using id-based shared libraries. From-SVN: r75173
Bernardo Innocenti committed -
* gnu/java/net/protocol/http/Connection.java (connect): Call receiveReply(). (receiveReply): Renamed from getHttpHeaders(). (getOutputStream): Moved check on doOutput before check for connection state. From-SVN: r75172
Michael Koch committed -
2003-12-27 Michael Koch <konqueror@gmx.de> * javax/print/attribute/ResolutionSyntax.java, javax/print/attribute/SetOfIntegerSyntax.java, javax/print/attribute/Size2DSyntax.java, javax/print/attribute/standard/Copies.java, javax/print/attribute/standard/JobImpressions.java, javax/print/attribute/standard/JobMediaSheets.java, javax/print/attribute/standard/NumberOfDocuments.java, javax/print/attribute/standard/NumberOfInterveningJobs.java, javax/print/attribute/standard/PagesPerMinute.java, javax/print/attribute/standard/PagesPerMinuteColor.java, javax/print/attribute/standard/QueuedJobCount.java: Fixed typo (s/then/than/). From-SVN: r75171
Michael Koch committed -
* config/i386/i386-interix.h: Remove uses of "register" specifier in declarations of arguments and local variables. * config/i386/i386.c: Likewise. * config/i386/i386elf.h: Likewise. * config/i386/ptx4-i.h: Likewise. * config/i386/sysv4.h: Likewise. From-SVN: r75170
Kazu Hirata committed -
From-SVN: r75047
GCC Administrator committed
-
- 26 Dec, 2003 10 commits
-
-
Naming.java (lookup): Check if the first character of the filename returned by URL.getFile() is a '/'... 2003-12-27 Guilhem Lavaux <guilhem@kaffe.org> * java/rmi/Naming.java (lookup): Check if the first character of the filename returned by URL.getFile() is a '/', only if it is the case we cut this first character and call the registry with the good name. (bind): Likewise. (rebind): Likewise. From-SVN: r75044
Guilhem Lavaux committed -
2003-12-26 Guilhem Lavaux <guilhem@kaffe.org> Mark Wielaard <mark@klomp.org> * java/io/BufferedReader.java (BufferedReader): Throw IllegalArgumentException when size <= 0. (mark): Document and better exception message for negative readLimit IllegalArgumentException. (read(char[],int,int)): Throw IndexOutOfBoundsException if offset and count are not valid regarding buf. (skip): Throw IllegalArgumentException when count is negative. Co-Authored-By: Mark Wielaard <mark@klomp.org> From-SVN: r75041
Guilhem Lavaux committed -
2003-12-26 Fariborz Jahanian <fjahanian@apple.com> Geoffrey Keating <geoffk@apple.com> David Edelsohn <edelsohn@gnu.org> * config/rs6000/rs6000.c (legitimate_offset_address_p): Do not restrict DFmode and TFmode to word alignment. * config/rs6000/rs6000.md (movdf_hardfloat64): Use 'o' constraint for ld/std and order before mr. Co-Authored-By: David Edelsohn <edelsohn@gnu.org> Co-Authored-By: Geoffrey Keating <geoffk@apple.com> From-SVN: r75040
Fariborz Jahanian committed -
* java/io/FileInputStream.java (FileInputStream(String)): Call FileInputStream(File). (FileInputStream(File)): Check whether the argument is a directory. From-SVN: r75039
Guilhem Lavaux committed -
2003-12-25 Andrew Pinski <pinskia@physics.uc.edu> * config/darwin.h (LINK_COMMAND_SPEC): Arrange -fprofile-generate to imply -lgcov. From-SVN: r75038
Andrew Pinski committed -
2003-12-26 Michael Koch <konqueror@gmx.de> * Makefile.am (rmi_java_source_files): Added gnu/java/rmi/server/RMIVoidValue.java. * Makefile.in: Regenerated. From-SVN: r75037
Michael Koch committed -
* config/h8300/h8300.md (ldm_h8300s_2_normal): Use HImode for addresses. From-SVN: r75036
Kazu Hirata committed -
Mark Wielaard <mark@klomp.org> * gnu/java/rmi/server/UnicastConnectionManager.java (startScavenger): Set the client connection manager to daemon state because it may block clients until TIMEOUT is reached when they are exiting. * gnu/java/rmi/RMIVoidValue.java: New file for a class representing a void return. * gnu/java/rmi/server/UnicastRemoteCall.java (DummyOutputStream): Add a boolean before each written field to know whether it is a primitive. (releaseOutputStream): Flush parameters at write time. * gnu/java/rmi/server/UnicastServerRef.java (incomingMessageCall): Return a RMIVoidValue if no value is to be returned. * gnu/java/rmi/server/UnicastServer.java (incomingMessageCall): Do not write a returned object if it is a RMIVoidValue. Co-Authored-By: Mark Wielaard <mark@klomp.org> From-SVN: r75033
Guilhem Lavaux committed -
From-SVN: r75030
Kaveh R. Ghazi committed -
From-SVN: r75028
GCC Administrator committed
-
- 25 Dec, 2003 12 commits
-
-
From-SVN: r75026
Kazu Hirata committed -
2003-12-25 Andrew Pinski <pinskia@physics.uc.edu> * parse.y (catch_clause_parameter): Fix typo. From-SVN: r75025
Andrew Pinski committed -
2003-12-25 Andreas Tobler <a.tobler@schweiz.ch> * libltdl/ltdl.c (HAVE_DYLD): Remove ifdef conditional for darwin. Fixed by fixinclude now. From-SVN: r75024
Andreas Tobler committed -
ServerSocket.java bind (): If InetSocketAddress.getAddress() returns "null" use "0.0.0.0" as address to... 2003-12-25 Michael Koch <konqueror@gmx.de> * java/net/ServerSocket.java bind(): If InetSocketAddress.getAddress() returns "null" use "0.0.0.0" as address to bind to. From-SVN: r75023
Michael Koch committed -
PR c++/13268, c++/13339 * class.c (add_method): Return early when method is error_mark_node. * pt.c (tsubst_friend_function): Return early when new_friend is error_mark_node. From-SVN: r75022
Andrew Pinski committed -
2003-12-25 Andrew Pinski <pinskia@physics.uc.edu> PR C++/13429, C/11944 * c-common.c (c_build_qualified_type): Return early when type is error_mark_node. (c_apply_type_quals_to_decl): Likewise. From-SVN: r75021
Andrew Pinski committed -
2003-12-25 Andrew Pinski <pinskia@physics.uc.edu> PR java/13404 * parse.y: (catch_clause_parameter): Return early if $3, aka formal_parameter, is null. From-SVN: r75020
Andrew Pinski committed -
* config/alpha/alpha-modes.def: Fix comment formatting. * config/alpha/alpha.c: Likewise. * config/alpha/alpha.h: Likewise. * config/alpha/elf.h: Likewise. * config/alpha/lib1funcs.asm: Likewise. * config/alpha/openbsd.h: Likewise. * config/alpha/vms-cc.c: Likewise. * config/alpha/vms-crt0-64.c: Likewise. * config/alpha/vms-crt0.c: Likewise. * config/alpha/vms-ld.c: Likewise. * config/alpha/vms-psxcrt0-64.c: Likewise. * config/alpha/vms-psxcrt0.c: Likewise. * config/alpha/vms.h: Likewise. * config/arc/arc.c: Likewise. * config/arm/aof.h: Likewise. * config/arm/arm-modes.def: Likewise. * config/arm/arm.c: Likewise. * config/arm/arm.h: Likewise. * config/arm/arm.md: Likewise. * config/arm/linux-elf.h: Likewise. * config/arm/vxworks.h: Likewise. * config/avr/avr.c: Likewise. * config/avr/avr.h: Likewise. From-SVN: r75019
Kazu Hirata committed -
* config/xtensa/elf.h: Fix comment formatting. * config/xtensa/xtensa-protos.h: Likewise. * config/xtensa/xtensa.c: Likewise. * config/xtensa/xtensa.h: Likewise. From-SVN: r75018
Kazu Hirata committed -
* config/cpu/i386/atomicity.h (__exchange_and_add): Fix output constraint. From-SVN: r75017
Andrew Pinski committed -
re PR libstdc++/13480 (bits/atomicity.h:56: warning: read-write constraint does not allow a register) 2003-12-24 Andrew Pinski <pinskia@physics.uc.edu> PR libstdc++/13480 * config/cpu/i486/atomicity.h: Split up read-write memory operand. From-SVN: r75016
Andrew Pinski committed -
From-SVN: r75014
GCC Administrator committed
-
- 24 Dec, 2003 1 commit
-
-
* config/avr/avr.c: Fix comment formatting. * config/avr/avr.md: Likewise. From-SVN: r75011
Kazu Hirata committed
-