> 2) Bug is in os delivered gcc but not in port gcc.
>    a) port has more or less patches / os gcc has been modified
>       --> Didn't someone told they are the same?
GCC from ports uses DWARF2 exception unwinding while GCC in src tree
uses sjlj exceptions. The exception handling code generated by these two
compilers is very different as a result.

>    b) other options were set at compile time
>       --> Why dont change to the same in the port?
>           Leads it to a broken world?
>           If the only difference is the lost of binary compatibility,
>           i would say, ok... do it now and we'll need to compile
>           or ports...
Pretty much each and every C++ binary and shared library will have to be
recompiled. Massive binary compatibility breakage is not an option for
-STABLE, one can hope.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to