Re: [patch testsuite g++]: Fixes for mingw-targets

2014-11-28 Thread Kai Tietz
2014-11-28 12:17 GMT+01:00 Rainer Orth : > Hi Kai, > >> 2014-11-28 Kai Tietz >> >> * g++.dg/abi/mangle13.C: Disable >> ms-extensions for mingw-targets. > > just a nit: why break this line way before 72/80 charackters? Several > more of those useless linebreaks below. And no dash in min

Re: [patch testsuite g++]: Fixes for mingw-targets

2014-11-28 Thread Rainer Orth
Hi Kai, > 2014-11-28 Kai Tietz > > * g++.dg/abi/mangle13.C: Disable > ms-extensions for mingw-targets. just a nit: why break this line way before 72/80 charackters? Several more of those useless linebreaks below. And no dash in mingw targets; better yet use *-*-mingw* instead of para

[patch testsuite g++]: Fixes for mingw-targets

2014-11-28 Thread Kai Tietz
Hi, this patch fixes for mingw-targets some LP assumptions, adjusts for some testcases that ms-extensions is turned off for diagnostics, and turns on pedantic for some testcase to match expected diagnostics. Ok for apply? Kai ChangeLog 2014-11-28 Kai Tietz * g++.dg/abi/mangle13.C: Disa