I found on latest nighties kind of distortion of the compiler options tree (see attach.)
I wander is it issue of the nighties or my global config is somehow corrupted?
Can you be more exact? What is the problem?
I can't answer for the original author, but you can see that options -O1, -O2 ... are displayed two times : one without any comment, one with a comment. This is not new. I have seen that for a long time (and live with that without problems, but ...)
These are passed to the linker I think, when doing LTO.
Generally someone should add a capability to show comboboxes here and probably specify a way to specify options which are compiler and linker or even if they depend on other options.
Quote from: oBFusCATed on December 28, 2020, 09:33:02 AM
Can you be more exact? What is the problem?
A lot of "march" options disappeared, all after "nocona" for Intel, for example.
Quote from: oBFusCATed on December 28, 2020, 12:28:50 PM
These are passed to the linker I think, when doing LTO.
Generally someone should add a capability to show comboboxes here and probably specify a way to specify options which are compiler and linker or even if they depend on other options.
Concerning compler-linker options I found a strange glitch, but cannot describe it clearly now. Problem is that -Wl,warp=symbol does not emitted properly by C::B. However looks like it not works properly under Win by any way.
Quote from: nenin on December 29, 2020, 10:35:18 AM
Problem is that -Wl,warp=symbol does not emitted properly by C::B.
What does this mean? Where have you added it? Example project?
Looks like "--wrap=symbol" not working under windows/mingw gcc by any way. I tried few examples from command line, and all were erratic.
Is this related to C::B in any way?
I cannot check it under Linux.
Under Win implementation of the option in ld does not work. It looked like that during compilation from CB gcc considered this option as erratic or ignored it (depending of some altrerations), and from command line this option was accepted, but compilation ended with errors.
I suggest to drop this topic.
https://stackoverflow.com/questions/13961774/gnu-gcc-ld-wrapping-a-call-to-symbol-with-caller-and-callee-defined-in-the-sam