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,commited] Patch for bug 33524 (SSE5 breakage)


Hello!

Here is the final patch that I committed for bug 33524, svn version 128768.


PR c/33524

This is not a "c" PR, but "target" PR, so it should be marked "PR target/33524".


+ /* { dg-do compile { target x86_64-*-*} } */

A space is needed between "x86_64-*-*" and "}". The selector above won't work. I suggest you use "dg-require-effective-target lp64" for now (this will be changed to !ilp32 in the near future to accomodate llp64 model of Win-64).


Also, it would be better to name testcases, originating from various PR, as prXXXX.c - IMO filenames that start with "sseN-" should be used for basic functionality tests.

Thanks,
Uros.


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