Description of Problem: Being both a PAscal and C++ programmer I tend to get confused in the syntax. If by mistake one enters x:= 1; ( a la Pascal ) instead of x = 1; then G++ gets a segmentation fault How Reproducible: Every time Steps to Reproduce: 1. Enter statement int x := 1; in any program 2. 3. Actual Results: Expected Results: Additional Information: