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/37357] [4.4 Regression] Revision 139772 breaks C++



------- 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


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