Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Side by Side Diff: gcc/gcc/testsuite/gcc.dg/vect/vect-align-2.c

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/vect/vect-95.c ('k') | gcc/gcc/testsuite/gcc.dg/vect/vect-complex-4.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* { dg-require-effective-target vect_int } */ 1 /* { dg-require-effective-target vect_int } */
2 2
3 #include <stdlib.h> 3 #include <stdlib.h>
4 #include <stdarg.h> 4 #include <stdarg.h>
5 #include "tree-vect.h" 5 #include "tree-vect.h"
6 6
7 /* Compile time unknown misalignment. Cannot use loop peeling to align 7 /* Compile time unknown misalignment. Cannot use loop peeling to align
8 the store. */ 8 the store. */
9 9
10 #define N 17 10 #define N 17
(...skipping 25 matching lines...) Expand all
36 struct foo *fp = (struct foo *) malloc (2*sizeof (struct foo)); 36 struct foo *fp = (struct foo *) malloc (2*sizeof (struct foo));
37 37
38 check_vect (); 38 check_vect ();
39 39
40 fbar(fp); 40 fbar(fp);
41 return 0; 41 return 0;
42 } 42 }
43 43
44 44
45 /* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 0 "vect" } } */ 45 /* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 0 "vect" } } */
46 /* { dg-final { scan-tree-dump-times "Alignment of access forced using versionin g" 1 "vect" } } */ 46 /* { dg-final { scan-tree-dump-times "Alignment of access forced using versionin g" 1 "vect" { xfail vect_hw_misalign} } } */
47 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */ 47 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
48 /* { dg-final { cleanup-tree-dump "vect" } } */ 48 /* { dg-final { cleanup-tree-dump "vect" } } */
OLDNEW
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/vect/vect-95.c ('k') | gcc/gcc/testsuite/gcc.dg/vect/vect-complex-4.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698