ConchuOD added a comment.

Perhaps redundant now that Palmer has commented, an opinion was solicited from 
me so here I am, pretty much copy-pasting from elsewhere:

IMO, alignment with gcc is helpful, permissiveness is better.
Given "canonical order" can, and has, change(d) in the past I think it's good 
to insulate against it happening again.
Conjuring up march is bad enough as things stand w/ availability with given 
toolchain versions, especially in situations where different toolchain 
components are mixed between various versions llvm and gnu stuff. 
Having to do special handing of different versions of gcc/clang whenever we do 
actually need to add Sfoo or Xfoo sounds like another layer of misery I would 
love to avoid.
Although it looks like we'll probably have to do some Makefile dance around 
older gcc/clang versions but at least going forward it'd be the same.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149246/new/

https://reviews.llvm.org/D149246

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to