This is the mail archive of the gcc-patches@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]

Re: [PATCH][libstdc++-v3 parallel mode] PR 33893 work correctly even if omp_get_dynamic()


Hi Johannes,
> Please comment and/or approve.
>   
I don't want to bother you with something which may certainly appear as
nitpicking compared to substance of your important work, but wanted to
remind only once that in in principle in GCC we have got some rather
strict coding conventions + some additional variants for the C++ runtime
library. That means, among other things, that in principle you should
always format to 80 columns and also that all the symbols should be
"uglifyied", that is should begin with single or double underscore. Just
browse a bit the other library sources...

Thanks,
Paolo.


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