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

Side by Side Diff: gcc/testsuite/g++.dg/pph/x1struct2.cc

Issue 4572042: [pph] Clean up PPH tests (Closed) Base URL: svn+ssh://gcc.gnu.org/svn/gcc/branches/pph/
Patch Set: Created 13 years, 10 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/g++.dg/pph/x1struct1.cc ('k') | gcc/testsuite/g++.dg/pph/x1template.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // pph asm xdiff
2
1 #include "x1struct2.h" 3 #include "x1struct2.h"
4
2 type D::method() 5 type D::method()
3 { static int x = 2; 6 { static int x = 2;
4 return fld + mbr + gbl; } 7 return fld + mbr + gbl; }
8
5 type D::mbr = 4; 9 type D::mbr = 4;
6 typedef D D2; 10 typedef D D2;
7 D2 var1; 11 D2 var1;
8 D2 var2 = var1; 12 D2 var2 = var1;
OLDNEW
« no previous file with comments | « gcc/testsuite/g++.dg/pph/x1struct1.cc ('k') | gcc/testsuite/g++.dg/pph/x1template.cc » ('j') | no next file with comments »

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