This is the mail archive of the gcc@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] |
Hi! On Mon, 30 Mar 2015 22:28:41 +0000, Aditya K <hiraditya@msn.com> wrote: > So I have modified the patch to use hash_map instead of std::map. The patch is attached. > > However, I got one regression after that. > > # Comparing directories > ## Dir1=../build-pristine/: 11 sum files > ## Dir2=../build-test/: 11 sum files > > # Comparing 11 common sum files > ## /bin/sh ../contrib/compare_tests Â/tmp/gxx-sum1.29214 /tmp/gxx-sum2.29214 > Tests that now fail, but worked before: > > c-c++-common/goacc/loop-private-1.c Â-std=c++98 Âscan-tree-dump-times gimple "#pragma acc loop collapse\\(2\\) private\\(j\\) private\\(i\\)" 1 > c-c++-common/goacc/loop-private-1.c scan-tree-dump-times gimple "#pragma acc loop collapse\\(2\\) private\\(j\\) private\\(i\\)" 1 > > ## Differences found:Â > # 1 differences in 11 common sum files found > > > The error is due to mis-comparison because of reordering of private(i) private(j). > > I wanted to know if the order of the private flags matter. It doesn't matter. (I have not reviewed the proposed changes/patches themselves.) GrÃÃe, Thomas
Attachment:
signature.asc
Description: PGP signature
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |