Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(899)

Side by Side Diff: gcc/testsuite/gcc.dg/tsan-ignore.h

Issue 5483046: Fix compiler warnings in ThreadSanitizer tests (Closed) Base URL: svn+ssh://gcc.gnu.org/svn/gcc/branches/google/main/
Patch Set: Fix compiler warnings in ThreadSanitizer tests Created 13 years, 3 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gcc/testsuite/gcc.dg/tsan.h ('k') | gcc/testsuite/gcc.dg/tsan-ignore.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 int 1 void
2 in_tsan_ignore_header (int *p) 2 in_tsan_ignore_header (int *p)
3 { 3 {
4 p [0] = 1; 4 p [0] = 1;
5 } 5 }
OLDNEW
« no previous file with comments | « gcc/testsuite/gcc.dg/tsan.h ('k') | gcc/testsuite/gcc.dg/tsan-ignore.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b