- 03 Aug, 2003 12 commits
-
-
gdr authored
* pretty-print.c (pp_newline): Rename to pp_base_newline. (pp_character): Rename to pp_base_character. (pp_string): Rename to pp_base_string. * c-pretty-print.c (pp_buffer): Move to pretty-print.h (pp_newline): Likewise. Adjust. (pp_c_char): Adjust. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70128 138bc75d-0d04-0410-961f-82ee72b054a4
-
mmitchel authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70122 138bc75d-0d04-0410-961f-82ee72b054a4
-
ghazi authored
BUILT_IN_LLABS): Move to miscellaneous section. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70120 138bc75d-0d04-0410-961f-82ee72b054a4
-
nathan authored
PR c++/11704 * pt.c (type_dependent_expression_p): Cope with COMPONENT_REF with unknown type. testsuite: PR c++/11704 * g++.dg/template/dependent-expr2.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70119 138bc75d-0d04-0410-961f-82ee72b054a4
-
nathan authored
PR c++/11766 * typeck.c (comp_ptr_ttypes_real): Don't loop on pointers to member functions. testsuite: PR c++/11766 * g++.dg/expr/ptrmem1.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70118 138bc75d-0d04-0410-961f-82ee72b054a4
-
neil authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70117 138bc75d-0d04-0410-961f-82ee72b054a4
-
neil authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70116 138bc75d-0d04-0410-961f-82ee72b054a4
-
lerdsuwa authored
* g++.dg/template/friend15.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70115 138bc75d-0d04-0410-961f-82ee72b054a4
-
neil authored
testsuite: * lib/dg-pch.exp: Work round PCH bug. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70114 138bc75d-0d04-0410-961f-82ee72b054a4
-
sayle authored
* builtin-types.def (BT_SSIZE): New primitive type. (BT_FN_INT_PTR_CONST_STRING_VALIST_ARG, BT_FN_STRING_CONST_STRING_CONST_STRING_INT, BT_FN_SIZE_STRING_SIZE_CONST_STRING_CONST_PTR, BT_FN_SSIZE_STRING_SIZE_CONST_STRING_VAR): New function types. * builtins.def (BUILT_IN_DCGETTEXT, BUILT_IN_DGETTEXT, BUILT_IN_FSCANF, BUILT_IN_GETTEXT, BUILT_IN_STRFMON, BUILT_IN_STRFTIME, BUILT_IN_VFPRINTF, BUILT_IN_VFSCANF): New builtins. * builtin-attrs.def: Remove DEF_FN_ATTR construct and the last few functions that define default attributes using it. * c-common.c (c_common_insert_default_attributes): Do nothing. * doc/extend.texi: Document these "new" builtins. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70113 138bc75d-0d04-0410-961f-82ee72b054a4
-
kkojima authored
(LIB_SPEC): Set -lpthread always when -pthread set. Set -lieee when -mieee-fp set and -shared not set. (SH_FALLBACK_FRAME_FLOAT_STATE): Don't define for SH5. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70112 138bc75d-0d04-0410-961f-82ee72b054a4
-
gccadmin authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70110 138bc75d-0d04-0410-961f-82ee72b054a4
-
- 02 Aug, 2003 16 commits
-
-
ghazi authored
builtins. Move cases from builtins-4.c here. * gcc.dg/torture/builtin-math-1.c: New test taken from bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some additional cases. * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c: Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70108 138bc75d-0d04-0410-961f-82ee72b054a4
-
nathan authored
PR c++/9447 * cp-tree.def (USING_DECL): Document its type. * class.c (pushclass): If we're entering a template, push any dependent using decls it has. * decl2.c (do_class_using_decl): Refactor. Type is NULL iff it is a dependent scope. * pt.c (tsubst_decl) <USING_DECL case>: Set type. (tsubst): Remove USING_DECL checks. (type_dependent_expression_p): Remove USING_DECL case. * semantics.c (finish_member_declaration): A USING_DECL's type indicates whether it is dependent. testsuite: PR c++/9447 * g++.dg/template/using7.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70107 138bc75d-0d04-0410-961f-82ee72b054a4
-
neil authored
next_file. Remove import and pragma_once, add once_only. (find_file): Add new file structures to the all_files list. (should_stack_file): Mark #import-ed files once-only, and don't stack them if the file has already been stacked. (_cp_mark_file_once_only): Simplify. * cpphash.h (struct cpp_reader): Rename once_only_files to all_files. Rename saw_pragma_once to seen_once_only. (_cpp_mark_file_once_only): Update prototype. * cpplib.c (do_pragma_once): Update. testsuite: * import1.c, import2.c: New tests. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70106 138bc75d-0d04-0410-961f-82ee72b054a4
-
neil authored
(open_file_in_dir): Rename find_file_in_dir. Handle errors other than ENOENT here. (once_only_file_p): Rename should_stack_file. (find_file, open_file_failed, read_file_guts): Report errors with full path name. (read_file): Move pch handling to should_stack_file. (should_stack_file): Handle PCH and once-only issues, and reading the file. (stack_file): Don't do file reads. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70104 138bc75d-0d04-0410-961f-82ee72b054a4
-
mkoch authored
* java/nio/ByteBufferImpl.java (getChar): Check remaining bytes, fixed comment about endianess. (putChar): Likewise. (getShort): Likewise. (putShort): Likewise. (getInt): Check remaining bytes, fixed conversion, fixed comment about endianess. (putInt): Likewise. (getLong): Likewise. (putLong): Likewise. (getFloat): Likewise. (putFloat): Likewise. (getDouble): Likewise. (putDouble): Likewise. * java/nio/DirectByteBufferImpl.java (getChar): Wrapped code, fixed comment about endianess. (putchar): Likewise. (getShort): Likewise. (putShort): Likewise. (getInt): Fixed conversion, fixed comment about endianess. (putInt): Likewise. (getLong): Likewise. (putLong): Likewise. (getFloat): Likewise. (putFloat): Likewise. (getDouble): Likewise. (putDouble): Likewise. * java/nio/MappedByteBufferImpl.java (compact): Implemented. (getChar): Implemented. (putChar): Implemented. (getDouble): Implemented. (putdouble): Implemented. (getFloat): Impl...
-
nathan authored
* cp-tree.h (pushclass): Remove unneeded parameter. * class.c (pushclass): Remove unneeded MODIFY parm. Adjust. (push_nested_class): Adjust pushclass call. * pt.c (instantiate_class_template): Likewise. * semantics.c (begin_class_definition): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70101 138bc75d-0d04-0410-961f-82ee72b054a4
-
rakdver authored
* profile.c (compute_value_histograms): Don't try to read profiles that are not present. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70100 138bc75d-0d04-0410-961f-82ee72b054a4
-
mkoch authored
* gnu/java/lang/ArrayHelper.java (equalsArray): Reformated, added method documentation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70099 138bc75d-0d04-0410-961f-82ee72b054a4
-
mkoch authored
* java/net/URL.java (URL): Added paragraph about the gnu.java.net.nocache_protocol_handlers property. (ph_cache): Renamed from handlers to match classpath's implementation. Reordered it with factory and serialVersionUID member variables. (cache_handlers): New member variable. (static): New static initializer to initialize cache_handlers from gnu.java.net.nocache_protocol_handlers property. (URL): Use ph_cache instead of handlers, reformatted some code to match classpath's implementation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70098 138bc75d-0d04-0410-961f-82ee72b054a4
-
ghazi authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70097 138bc75d-0d04-0410-961f-82ee72b054a4
-
ghazi authored
Mind fp rounding. (BUILT_IN_FFSL): Use DEF_EXT_LIB_BUILTIN. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70096 138bc75d-0d04-0410-961f-82ee72b054a4
-
andreast authored
* config.gcc: Enable posix threads by default on darwin. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70095 138bc75d-0d04-0410-961f-82ee72b054a4
-
neroden authored
* typeck2.c (add_exception_specifier): Use 'bool' where appropriate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70094 138bc75d-0d04-0410-961f-82ee72b054a4
-
neroden authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70093 138bc75d-0d04-0410-961f-82ee72b054a4
-
kraai authored
dependencies rather than commands. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70092 138bc75d-0d04-0410-961f-82ee72b054a4
-
gccadmin authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70089 138bc75d-0d04-0410-961f-82ee72b054a4
-
- 01 Aug, 2003 12 commits
-
-
jakub authored
even if nehedges1 is 0. * g++.dg/eh/crossjump1.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70080 138bc75d-0d04-0410-961f-82ee72b054a4
-
neroden authored
fixinc/fixtests.c, fixinc/procopen.c, fixinc/server.c, fixinc/server.h, fixinc/fixincl.c: ANSIfy function prototypes and defintions. Add missed (?!) ChangeLog entry from previous commit earlier today: * fixinc/inclhack.def (broken_cabs): Make matching more generous. * fixinc/fixincl.x: Regenerate. * fixinc/tests/base/math.h: Regenerate to match test_text change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70078 138bc75d-0d04-0410-961f-82ee72b054a4
-
ro authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70077 138bc75d-0d04-0410-961f-82ee72b054a4
-
neroden authored
* fixinc/fixincl.x: Regenerate. * fixinc/tests/base/math.h: Regenerate to match test_text change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70076 138bc75d-0d04-0410-961f-82ee72b054a4
-
kenner authored
for accesses to exc_ptr. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70075 138bc75d-0d04-0410-961f-82ee72b054a4
-
geoffk authored
to libsubdir, it's not part of the interface to frontends. * doc/install.texi (Configuration): Help users read faster by saying that GCC's configure options are the standard autoconf ones. Mention --libdir. Update the default rules for finding the assembler. Don't use libsubdir since we haven't said what it means. (Specific): In the Solaris 7 notes, update the place to put the assembler. * doc/invoke.texi: Update lib/gcc-lib to lib/gcc. * doc/cpp.texi (Search Path): Actually, the search path depends on libdir, which can relocate with cpp. * doc/tm.texi (Driver): Don't document STANDARD_EXEC_PREFIX, it's now a private interface between the Makefile and the driver. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70073 138bc75d-0d04-0410-961f-82ee72b054a4
-
rth authored
* varasm.c (lookup_constant_def): New function. * rtl.h (lookup_constant_def): Declare it. * dwarf2out.c (loc_descriptor_from_tree): Use it. Use targetm.delegitimize_address, not ASM_SIMPLIFY_DWARF_ADDR. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70072 138bc75d-0d04-0410-961f-82ee72b054a4
-
cagney authored
* configure.in (noconfigdirs): Do not add GDB when m32r-*-*. * configure: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70071 138bc75d-0d04-0410-961f-82ee72b054a4
-
tromey authored
* java/util/WeakHashMap.java (WeakHashMap(int,float)): If initialCapacity is 0, set it to 1. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70070 138bc75d-0d04-0410-961f-82ee72b054a4
-
mkoch authored
* java/net/SocketImpl.java (toString): Display the remote address of an unconnected server socket as "0.0.0.0/0.0.0.0". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70069 138bc75d-0d04-0410-961f-82ee72b054a4
-
mkoch authored
* javax/swing/border/BevelBorder.java, javax/swing/border/EtchedBorder.java, javax/swing/border/LineBorder.java, javax/swing/border/MatteBorder.java, javax/swing/border/SoftBevelBorder.java, javax/swing/plaf/BorderUIResource.java, javax/swing/plaf/ComponentUI.java, javax/swing/plaf/TreeUI.java, javax/swing/plaf/basic/BasicBorders.java, javax/swing/plaf/basic/BasicGraphicsUtils.java, javax/swing/plaf/basic/BasicTreeUI.java: Prepend "doc-files" to all paths to embedded Javadoc images, so that the generated documentation contains the correct URL. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70063 138bc75d-0d04-0410-961f-82ee72b054a4
-
mmitchel authored
* decl.c (decls_match): Don't ignore the types of template classes. PR c++/11744 * pt.c (tsubst_copy_and_build): Refine Koenig lookup logic. PR c++/11697 * g++.dg/template/using6.C: New test. PR c++/11744 * g++.dg/template/koenig2.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70062 138bc75d-0d04-0410-961f-82ee72b054a4
-