This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/29272] [4.2 Regression] memcpy optimization causes wrong-code



------- Comment #17 from cvs-commit at developer dot classpath dot org  2006-12-08 10:32 -------
Subject: Bug 29272

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         classpath-0_93-branch
Changes by:     Mark Wielaard <mark>    06/12/08 10:31:50

Modified files:
        .              : ChangeLog 
        gnu/xml/dom    : DomAttr.java DomNode.java 
        gnu/xml/stream : SAXParser.java XMLStreamWriterImpl.java 
        javax/xml/parsers: DocumentBuilderFactory.java 
        javax/xml/validation: SchemaFactory.java 

Log message:
        2006-12-06  Ben Konrath  <bkonrath@redhat.com>

               Fixes PR 29853.
               * gnu/xml/dom/DomAttr.java: Don't report mutation if oldValue
and
               newValue are the same.
               * gnu/xml/dom/DomNode.java: Set parent if null during mutation.

        2006-12-06  Chris Burdess  <dog@gnu.org>

               Fixes PR 29272.
               * javax/xml/parsers/DocumentBuilderFactory.java: Fix broken
Javadoc.
               * gnu/xml/stream/SAXParser.java: Fix file descriptor leak.

        2006-12-06  Chris Burdess  <dog@gnu.org>

               Fixes PR 29264.
               * gnu/xml/stream/XMLStreamWriterImpl.java: Allow arbitrary text
in
               writeDTD method.

        2006-12-056  Chris Burdess  <dog@gnu.org>

               Fixes PR 28816.
               * javax/xml/validation/SchemaFactory.java: Use correct algorithm
to
               discover schema factory implementation class.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=classpath-0_93-branch&r1=1.8897.2.14&r2=1.8897.2.15
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/xml/dom/DomAttr.java?cvsroot=classpath&only_with_tag=classpath-0_93-branch&r1=1.3&r2=1.3.12.1
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/xml/dom/DomNode.java?cvsroot=classpath&only_with_tag=classpath-0_93-branch&r1=1.16&r2=1.16.2.1
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/xml/stream/SAXParser.java?cvsroot=classpath&only_with_tag=classpath-0_93-branch&r1=1.21&r2=1.21.4.1
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/xml/stream/XMLStreamWriterImpl.java?cvsroot=classpath&only_with_tag=classpath-0_93-branch&r1=1.5&r2=1.5.12.1
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/xml/parsers/DocumentBuilderFactory.java?cvsroot=classpath&only_with_tag=classpath-0_93-branch&r1=1.5&r2=1.5.10.1
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/xml/validation/SchemaFactory.java?cvsroot=classpath&only_with_tag=classpath-0_93-branch&r1=1.5&r2=1.5.6.1


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29272


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]