[Bug 502024] Review Request: xsd - W3C XML schema to C++ data binding compiler

bugzilla at redhat.com bugzilla at redhat.com
Tue Jul 7 23:33:46 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=502024





--- Comment #35 from Boris Kolpackov <boris at codesynthesis.com>  2009-07-07 19:33:45 EDT ---
> The compiler bug shows up when -g switch is added to GCC command line.

Yes, this a known problem with some earlier g++ 4.x versions. It is triggered
when both optimization and debug information are requested (e.g., -O2 -g).
Removing -g from the compilation flags should be harmless since it only affects
the XSD compiler itself (i.e., there won't be any debug information in the
compiler binary). Since the runtime library is header-only, the user
applications that use the generated code won't be affected.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list