Re: -Wparentheses lumps too much together
D comes before OR in logic courses. So it is a sort of a standard mathematical convention just like + and *. In fact, OR is even represented as a + in some notations. However it might not be practical to assume all programmers have a background in logic. -Rehno Lindeque
Basic frontend framework: Segfault on append_to_statement_list
/* Process trees */ gimplify_function_tree(main_function_decl); cgraph_finalize_function(main_function_decl, false); cgraph_finalize_compilation_unit(); cgraph_optimize(); } / END OF CODE ///// Kind regards, Rehno Lindeque