Index: src/SymTab/Validate.cc
===================================================================
--- src/SymTab/Validate.cc	(revision 4934ea346862de29c799c6cf0d5cba87561e39ea)
+++ src/SymTab/Validate.cc	(revision 5cbacf10c007573bb52e9dbace6bc7d304c98b78)
@@ -73,4 +73,5 @@
 #include "SynTree/TypeSubstitution.h"  // for TypeSubstitution
 #include "SynTree/Visitor.h"           // for Visitor
+#include "Validate/HandleAttributes.h" // for handleAttributes
 
 class CompoundStmt;
@@ -314,4 +315,5 @@
 		acceptAll( translationUnit, finder ); // xxx - remove this pass soon
 		mutateAll( translationUnit, labelAddrFixer );
+		Validate::handleAttributes( translationUnit );
 	}
 
