Index: src/Tuples/TupleExpansion.cc
===================================================================
--- src/Tuples/TupleExpansion.cc	(revision bdad6eb77faef046f27537f159a1459dd36cd4ad)
+++ src/Tuples/TupleExpansion.cc	(revision c470ada0207d9011922938be7cbc87f706da5ed5)
@@ -202,4 +202,5 @@
 			// generate struct type to replace tuple type based on the number of components in the tuple
 			StructDecl * decl = new StructDecl( toString( "_tuple", tupleSize, "_" ) );
+			decl->location = tupleType->location;
 			decl->set_body( true );
 			for ( size_t i = 0; i < tupleSize; ++i ) {
