If you want to use it yourself from the command line by default, you should put /usr/local/bin in your path ahead of /usr/bin and /bin. Because Apple sucks, I had to add the following line to my ~/.bash_profile:
export PATH=/usr/local/bin:$PATH
(This is assuming you installed gcc-4.3.2 to /usr/local/bin which you should have done.)