[Bug middle-end/37357] [4.4 Regression] Revision 139772 breaks C++
hjl dot tools at gmail dot com
gcc-bugzilla@gcc.gnu.org
Wed Sep 3 17:34:00 GMT 2008
------- Comment #1 from hjl dot tools at gmail dot com 2008-09-03 17:32 -------
Created an attachment (id=16212)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16212&action=view)
A testcase
[hjl@gnu-27 874]$ make
../139771/usr/bin/gcc -S -O2 case.cc -o old.s
../139772/usr/bin/gcc -S -O2 case.cc -o new.s
grep -q EPKNS_10DOMElementEPKtiS5_S5_S5_S5_ old.s
grep -q EPKNS_10DOMElementEPKtiS5_S5_S5_S5_ new.s
make: *** [all] Error 1
[hjl@gnu-27 874]$
We no longer emit
xercesc_2_5::TraverseSchema::reportSchemaError(xercesc_2_5::DOMElement const*,
unsigned short const*, int, unsigned short const*, unsigned short const*,
unsigned short const*, unsigned short const*)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37357
More information about the Gcc-bugs
mailing list