On 10/18/2016 02:25 AM, Richard Biener wrote:
I wonder if we ought to just have them all available in libgcc. If they're one-function-per-file in the .a, then we're not going to get significant codesize bloat in the resulting executables.I don't even think we have a way of knowing in the compiler if the target has enabled divmod support in libgcc.Yeah, that's what bothers me with the current optab libfunc query setup -- it isn't reliable.
jeff