summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2005-02-16 Mark Wielaard <mark@klomp.org>mark2005-02-1625-302/+400
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am (gnu_xml_source_files): Removed gnu/xml/dom/DomCDATA.java, gnu/xml/dom/DomEx.java, gnu/xml/dom/DomFragment.java, gnu/xml/dom/DomPI.java and gnu/xml/dom/ls/DomLSEx.java. Replaced by adding gnu/xml/dom/DomCDATASection.java, gnu/xml/dom/DomDOMException.java, gnu/xml/dom/DomDocumentFragment.java, gnu/xml/dom/DomProcessingInstruction.java and gnu/xml/dom/ls/DomLSException.java. * Makefile.in: Regenerated. 2005-02-16 Tom Tromey <tromey@redhat.com> * gnu/xml/aelfred2/SAXDriver.java: Ensure that null is returned when attribute index is out of bounds. 2005-02-16 Chris Burdess <dog@gnu.org> * gnu/xml/aelfred2/SAXDriver.java: Corrected implementation of isDeclared methods. Improved performance of isSpecified methods. 2005-02-16 Chris Burdess <dog@gnu.org> Fixes bug libgcj/19864 * gnu/xml/dom/DomAttr.java, gnu/xml/dom/DomCDATA.java, gnu/xml/dom/DomCDATASection.java, gnu/xml/dom/DomCharacterData.java, gnu/xml/dom/DomDOMException.java, gnu/xml/dom/DomDoctype.java, gnu/xml/dom/DomDocument.java, gnu/xml/dom/DomDocumentConfiguration.java, gnu/xml/dom/DomDocumentFragment.java, gnu/xml/dom/DomElement.java, gnu/xml/dom/DomEx.java, gnu/xml/dom/DomFragment.java, gnu/xml/dom/DomImpl.java, gnu/xml/dom/DomIterator.java, gnu/xml/dom/DomNamedNodeMap.java, gnu/xml/dom/DomNode.java, gnu/xml/dom/DomNsNode.java, gnu/xml/dom/DomPI.java, gnu/xml/dom/DomProcessingInstruction.java, gnu/xml/dom/DomText.java, gnu/xml/dom/DomLSEx.java, gnu/xml/dom/DomLSException.java, gnu/xml/dom/DomLSParser.java, gnu/xml/dom/DomLSSerializer.java: Refactoring of exception and DOM implementation class names to conform to Classpath guidelines. Make DomLSException use JDK 1.4+ exception chaining. * gnu/xml/util/SAXNullTransformerFactory.java, gnu/xml/xpath/Predicate.java: Use constants relative to declaring class or interface. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95114 138bc75d-0d04-0410-961f-82ee72b054a4
* PR tree-optimization/19865dnovillo2005-02-162-0/+10
| | | | | | | | * tree-optimize.c (init_tree_optimization_passes): Run pass_may_alias after pass_sra. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95113 138bc75d-0d04-0410-961f-82ee72b054a4
* PR debug/19521rth2005-02-162-12/+27
| | | | | | | | | | * dbxout.c (dbxout_function_end): Take decl parameter; update callers. Do nothing if debug info suppressed for this function. (dbxout_begin_function): Early exit if debug info suppressed for this function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95112 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-02-08 Andrew Haley <aph@redhat.com>aph2005-02-1610-30/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * javax/security/auth/Subject.java (doAsPrivileged): If acc is null, create a new AccessControlContext. * java/security/SecureClassLoader.java (protectionDomainCache): new field. (defineClass): Create a new protection domain and add it to our cache. * java/rmi/server/UnicastRemoteObject.java (exportObject): Call addStub() to keep track of the stub we've exported. (unexportObject): Call deleteStub(). * java/rmi/server/RemoteObject.java (stubs): New field. (addStub): New method. (deleteStub): New method. (toStub): Rewrite. * java/lang/VMCompiler.java (loadSharedLibrary): Pass true to findHelper (tryParents). * gnu/gcj/runtime/SharedLibLoader.java (SharedLibLoader): Likewise. * java/net/URLClassLoader.java (SoURLLoader): Likewise. * gnu/gcj/runtime/SharedLibHelper.java (SharedLibHelper): Pass ProtectionDomain. If tryParents is false, don't scan parent class loaders. * java/security/Permissions.java (PermissionsHash.implies): Iterate over the collection and invoke implies() on each element. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95111 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-02-16 Andrew Haley <aph@redhat.com>aph2005-02-163-59/+332
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/gcj/runtime/PersistentByteMap.java (name, values, fc): new fields. (PersistentByteMap): Set name Magic number changed to 0x67636a64 ("gcjd"). (init): Force the map to be prime. (emptyPersistentByteMap): File name was a string, now a File. (addBytes): Share srings between entries. (stringTableSize): New method. (capacity): Scale by load factor. (force): New method. (getFile): New method. (close): New method. (putAll): New method. (ByteWrapper): New class. * gnu/gcj/tools/gcj_dbtool/Main.java (verbose): New field. (main): Guess the average string size as 32, not 64. Copy a database before modifying it, so that we can update a database in a running system. If a database isn't big enough, resize it. "-m": new option: merges databases. "-a": Create a new detabase if it doesn't exist. (usage): Correct, add new option. (addJar): Copy a database before modifying it. (resizeMap): New method. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95110 138bc75d-0d04-0410-961f-82ee72b054a4
* PR tree-optimization/19967kazu2005-02-164-36/+85
| | | | | | | | | | | | | | | | * builtins.c (expand_builtin_strstr, expand_builtin_strpbrk, expand_builtin_strchr, expand_builtin_strrchr): Take a new argument TYPE. Adjust calls to fold_builtin_XXX. (expand_builtin, fold_builtin_1): Adjust calls to expand_builtin_XXX. (fold_builtin_strchr, fold_builtin_strpbrk, fold_builtin_strstr, fold_builtin_strrchr): Convert the folded result to a requested type TYPE. * testsuite/gcc.dg/pr19967.c: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95109 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/20007kazu2005-02-163-12/+19
| | | | | | | | | * config/ip2k/ip2k.c (ip2k_reorg): Adjust calls to find_basic_blocks. * config/sh/sh.c (sh_output_mi_thunk): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95108 138bc75d-0d04-0410-961f-82ee72b054a4
* PR middle-end/19857jakub2005-02-166-4/+62
| | | | | | | | | | | | | * fold-const.c (fold): Don't optimize (T)(x & cst) to (T)x & (T)cst if (T)cst overflows. * convert.c (convert_to_integer) <case POINTER_TYPE>: Pass TYPE_UNSIGNED (type) as type_for_size's UNSIGNEDP argument. * gcc.dg/tree-ssa/20050215-1.c: New test. * gcc.c-torture/execute/20050215-1.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95106 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-02-16 Paolo Carlini <pcarlini@suse.de>paolo2005-02-162-2/+6
| | | | | | | | * testsuite/23_containers/set/modifiers/16728.cc: Remove redundant include <testsuite_performance.h>. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95105 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-02-16 Paolo Carlini <pcarlini@suse.de>paolo2005-02-163-4/+11
| | | | | | | | | | PR libstdc++/19829 * testsuite/21_strings/basic_string/find/char/3.cc: Fix the test at line #66 to not access str_lit01 beyond its end. * testsuite/21_strings/basic_string/find/wchar_t/3.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95103 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcse.c (blocks_with_calls): New bitmap.law2005-02-162-31/+61
| | | | | | | | | | | | | | (alloc_gcse_mem): Allocate it. (free_gcse_mem): Free it. (clear_modifY_mem_tables): Clear it. (record_last_mem_set_info): Set the proper bit in BLOCK_WITH_CALLS when we encounter CALL_INSNs. (compute_transp, case MEM): Handle blocks with calls separate from blocks without calls. Use bitmap iterators rather than FOR_EACH_BB. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95097 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-02-15 Peter O'Gorman <peter@pogma.com>pinskia2005-02-162-1/+11
| | | | | | | | | PR bootstrap/18810 * mklibgcc.in (vis_hide): Use a temporary object file, not -o /dev/null. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95096 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-02-15 David Daney <ddaney@avtrex.com>bryce2005-02-163-11/+26
| | | | | | | | | | | | | Bryce McKinlay <mckinlay@redhat.com> * prims.cc (_Jv_CreateJavaVM): Add comment about initialization order. * posix-threads.cc (_Jv_InitThreads): Call block_sigchld() here to ensure that GC threads inherit the new signal mask. (block_sigchld): Call JvFail rather than throwing exception if pthread_sigmask() fails. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95095 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-02-15 Bryce McKinlay <mckinlay@redhat.com>bryce2005-02-166-0/+36
| | | | | | | | | | | PR libgcj/19823 * configure.host: Set gc_use_mmap on *-linux*. * configure.ac: Define USE_MMAP if gc_use_mmap is set. * include/private/gc_priv.h: Include gc_config.h. * configure, include/gc_config.h.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95094 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-02-15 Andy Hutchinson <HutchinsonAndy@netscape.net>sayle2005-02-162-1/+7
| | | | | | | | | PR target/19924 * config/avr/avr.h (MODES_TIEABLE_P): Define to 1 to allow subreg access optimization. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95092 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2005-02-162-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95086 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-02-15 Paolo Carlini <pcarlini@suse.de>paolo2005-02-153-29/+143
| | | | | | | | | | | | | | | | | Jon Grimm <jgrimm2@us.ibm.com> PR libstdc++/19955 * include/bits/locale_facets.h (ctype<char>::_M_narrow_init()): Fix the logic setting _M_narrow_ok: first check whether the transformation is trivial with a dflt == 0, then deal with the special case of zero. * testsuite/22_locale/ctype/narrow/char/19955.cc: New. * include/bits/locale_facets.h (ctype<char>::_M_widen_init()): Tweak consistently to use memcmp; minor formatting fixes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95082 138bc75d-0d04-0410-961f-82ee72b054a4
* Add Alan Modra to last ChangeLog entry.dje2005-02-151-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95081 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-02-15 Eric Christopher <echristo@redhat.com>echristo2005-02-154-4/+29
| | | | | | | | | | | | | | PR preprocessor/19077 * macro.c (cpp_macro_definition): Move handling of whitespace to PREV_WHITE conditional. Remove overloading of len variable. 2005-02-15 Eric Christopher <echristo@redhat.com> * gcc.dg/cpp/20050215-1.c: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95080 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/19019dje2005-02-157-26/+66
| | | | | | | | | | | | | | | | * config/rs6000/darwin-ldouble.c (_xlqadd): Rename to __gcc_qadd. (_xlqsub): Rename to __gcc_qsub. (_xlqmul): Rename to __gcc_qmul. (_xlqdiv): Rename to __gcc_qdiv. Provide versioned symbol aliases with old names. * config/rs6000/libgcc-ppc64.ver: Rename symbols. * config/rs6000/rs6000.c (rs6000_init_libfuncs): Rename symbols. * config/rs6000/t-aix43 (LIB2FUNCS_EXTRA): New. * config/rs6000/t-aix52 (LIB2FUNCS_EXTRA): New. * config/rs6000/t-newas (LIB2FUNCS_EXTRA): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95079 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-02-15 Mark Wielaard <mark@klomp.org>mark2005-02-152-24/+43
| | | | | | | | | | | | | | | | | | * java/util/jar/Attributes.java (Name.CLASS_PATH): Document that file path elements are separated by spaces. 2005-02-15 Mark Wielaard <mark@klomp.org> * java/util/jar/Attributes.java (Attributes.Name): Add documentation to describe attributes without a constant field value in this class. 2005-02-15 Michael Koch <konqueror@gmx.de> * java/util/jar/Attributes.java (CREATED_BY, JAVA_BEAN, MAGIC): Removed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95078 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/net/URLClassLoader.java (JarURLLoader.JarURLLoader): Just usemark2005-02-152-5/+6
| | | | | | | space for parsing CLASS_PATH attribute. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95077 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/net/URLClassLoader.java (JarURLLoader.JarURLLoader): Don't lookmark2005-02-152-74/+41
| | | | | | | | | | aside for "GCJLIBS" in directory where jarfiles are loaded. (JarURLLoader.getClass): Removed method. (JarURLLoader.toString): Removed method. (FileResource.toString): Removed method. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95076 138bc75d-0d04-0410-961f-82ee72b054a4
* * javax/net/ssl/SSLContext.java (getInstance): Add exception messagemark2005-02-152-5/+10
| | | | | | | and/or cause before throwing. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95075 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-02-15 James A. Morrison <phython@gcc.gnu.org>phython2005-02-154-0/+67
| | | | | | | | * fold-const.c (fold): Fold -(~A) to A + 1. Fold ~(-A) to A - 1. Fold ~(A - 1) and ~(A + -1) to -A. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95074 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-02-15 James A. Morrison <phython@gcc.gnu.org>phython2005-02-152-0/+73
| | | | | | | | | | PR pch/14940 PR target/19300 * config/host-linux.c (linux_gt_pch_use_address): Copy from config/pa/pa-host.c:pa_gt_pch_use_address. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95073 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-02-15 Daniel Berlin <dberlin@dberlin.org>dberlin2005-02-152-5/+12
| | | | | | | | * tree-vn.c (get_value_handle): Make sure that given an is_gimple_min_invariant expression, we always return it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95072 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/cp/ChangeLog:aoliva2005-02-155-55/+57
| | | | | | | | | | | | | | PR c++/17788 * class.c (add_implicitly_declared_members, check_field_decl) (check_field_decls, check_bases): Remove arguments, tests and assignments of cant_have_default_ctor-related variables. gcc/testsuite/ChangeLog: PR c++/17788 * g++.dg/init/ctor4.C: New. * g++.old-deja/g++.bugs/900205_04.C: Adjust. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95071 138bc75d-0d04-0410-961f-82ee72b054a4
* * decl2.c (mark_used): Set the source location of the used decl toaoliva2005-02-153-8/+25
| | | | | | | | | the current input location here... * method.c (synthesize_method): ... not here. Set input_location from the decl instead. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95070 138bc75d-0d04-0410-961f-82ee72b054a4
* * passes.c (rest_of_handle_gcse): Fix a comment.kazu2005-02-152-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95069 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.dg/overflow-warn-1.c, gcc.dg/overflow-warn-2.c,jsm282005-02-155-0/+514
| | | | | | | gcc.dg/overflow-warn-3.c, gcc.dg/overflow-warn-4.c: New tests. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95068 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcse.c (canon_modify_mem_set_list_set): Kill unnecessarylaw2005-02-152-12/+10
| | | | | | | | | | bitmap. (alloc_gcse_mem, free_gcse_mem): Corresponding changes. (canon_list_insert, record_last_mem_set_info): Similarly. (clear_modify_mem_tables): Similarly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95067 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.am (libgcj_la_SOURCES): Move all sources ...rth2005-02-153-35/+76
| | | | | | | | | | (libgcj0_convenience_la_SOURCES): ... here. (libgcj_la_LIBADD): Add libgcj0_convenience.la. (libgcj_la_DEPENDENCIES): Include libgcj_la_LIBADD. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95066 138bc75d-0d04-0410-961f-82ee72b054a4
* * ada/acats/tests/cxb/cxb30131.c: Include <stdlib.h> to properlyschwab2005-02-152-1/+7
| | | | | | | declare malloc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95065 138bc75d-0d04-0410-961f-82ee72b054a4
* * bitmap.c, bitmap.h, lambda-code.c, tree-dfa.c, tree-dump.c,kazu2005-02-1513-12/+22
| | | | | | | | | tree-dump.h, tree-ssa-loop-manip.c, value-prof.c, config/mips/mips.md, config/rs6000/aix.h, config/rs6000/beos.h, config/rs6000/sysv4.h: Update copyright. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95064 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-02-15 Andreas Krebbel <krebbel1@de.ibm.com>uweigand2005-02-152-1/+8
| | | | | | | * gcc.misc-tests/linkage.exp (s390): Check for 64bit added. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95063 138bc75d-0d04-0410-961f-82ee72b054a4
* * bb-reorder.c (find_traces_1_round): Force fallthru edge from arth2005-02-152-0/+21
| | | | | | | call to be best_edge. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95062 138bc75d-0d04-0410-961f-82ee72b054a4
* * flow.c (recompute_reg_usage): Remove all arguments.kazu2005-02-154-9/+8
| | | | | | | | | * passes.c (rest_of_compilation): Adjust the call to recompute_reg_usage. * rtl.h: Adjust the prototype for recompute_reg_usage. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95058 138bc75d-0d04-0410-961f-82ee72b054a4
* * basic-block.h: Adjust the prototype for find_basic_blocks.kazu2005-02-154-6/+11
| | | | | | | | | * cfgbuild.c (find_basic_blocks): Remove unused arguments. * passes.c (rest_of_handle_loop_optimize): Adjust the call to find_basic_blocks. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95057 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2005-02-152-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95055 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libstdc++/19946jakub2005-02-153-4/+15
| | | | | | | | | * testsuite/demangle/abi_examples/01.cc (main): Adjust for 2005-02-13 demangler change. * testsuite/demangle/abi_examples/02.cc (main): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95050 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-02-14 Daniel Berlin <dberlin@dberlin.org>dberlin2005-02-145-60/+92
| | | | | | | | | | | | | | | | | * tree-dump.c (dump_files): Update to reflect new member of dump_file_info. (dump_register): Add new argument. Set glob name. (dump_switch_p_1): Check against glob name if doglob was passed. (dump_switch_p): Check against regular first, then glob if we didn't have any hits on the dump name. * tree-optimize.c (register_one_dump_file): Pass in glob name as well. * tree-pass.h (struct dump_file_info): Add glob member. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95048 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-02-14 Thomas Fitzsimmons <fitzsim@redhat.com>fitzsim2005-02-1410-18/+600
| | | | | | | | | | | | | | | | * jawt.c: New file. * include/jawt.h: Likewise. * include/jawt_md.h: Likewise. * include/Makefile.am (tool_include__HEADERS): Add jawt.h and jawt_md.h files. * include/Makefile.in: Regenerate. * jni/classpath/classpath_jawt.h: Likewise. * jni/gtk-peer/gtk_jawt.c: Likewise. * Makefile.am: Build libjawt.so. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95047 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite/libjava.lang/PR19921.java: Use correct class name.tromey2005-02-142-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95046 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite/libjava.lang/PR19921.out: Renamed from PR19929.out.tromey2005-02-143-0/+5
| | | | | | | * testsuite/libjava.lang/PR19921.java: Renamed from PR19929.java. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95045 138bc75d-0d04-0410-961f-82ee72b054a4
* PR preprocessor/16323jsm282005-02-142-3/+9
| | | | | | | * doc/invoke.texi: Document that -Wendif-labels is on by default. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95044 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix typo.dje2005-02-141-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95043 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/19019dje2005-02-142-3/+32
| | | | | | | | | * config/rs6000/rs6000.md (trunctfdf2): Change to define_expand. (trunctfdf2_internal1): New. (trunctfdf2_internal2): Renamed from trunctfdf2. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95042 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/java:tromey2005-02-145-0/+24
| | | | | | | | | | | | | | PR java/19921: * jcf-write.c (generate_bytecode_insns) <CALL_EXPR>: Note the stack effect of multianewarray. libjava: For PR java/19929: * testsuite/libjava.lang/PR19929.out: New file. * testsuite/libjava.lang/PR19929.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95041 138bc75d-0d04-0410-961f-82ee72b054a4
* PR tree-optimization/19853dnovillo2005-02-144-6/+35
| | | | | | | | | | | | | * tree-dfa.c (add_referenced_var): Always examine DECL_INITIAL. testsuite/ChangeLog PR tree-optimization/19853 * gcc.c-torture/compile/pr19853.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95040 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud