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 c++/36944] New: [4.4 Regression]: Revision 138123 C++ is broken


Revision 138123:

http://gcc.gnu.org/ml/gcc-cvs/2008-07/msg00834.html

may break C++:

[hjl@gnu-32 rrs]$ ./138127/usr/bin/gcc -m32 -S bar.ii
bar.ii: In constructor âxalanc_1_8::SelectionEvent::SelectionEvent(xalanc_1_8
tylesheetExecutionContext&, const xalanc_1_8::XalanNode*, const xalanc_1_8::E
TemplateElement&, const xalanc_1_8::XalanDOMString&, const xalanc_1_8::XPath&
ool)â:
bar.ii:25100: error: uninitialized member âxalanc_1_8::SelectionEvent::m_sele
onâ with âconstâ type âconst xalanc_1_8::XObjectPtrâ
bar.ii: In constructor âxalanc_1_8::SelectionEvent::SelectionEvent(xalanc_1_8
tylesheetExecutionContext&, const xalanc_1_8::XalanNode*, const xalanc_1_8::E
TemplateElement&, const xalanc_1_8::XalanDOMString&, const xalanc_1_8::XPath&
onst xalanc_1_8::NodeRefListBase&)â:
bar.ii:25121: error: uninitialized member âxalanc_1_8::SelectionEvent::m_sele
onâ with âconstâ type âconst xalanc_1_8::XObjectPtrâ
[hjl@gnu-32 rrs]$


-- 
           Summary: [4.4 Regression]: Revision 138123  C++ is broken
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


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


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