No. In fact, if whatever programs you're using is released under the
GPL, they are not allowed to make you release your software under the
GPL. GCC and Dev-CPP are both released under the GPL, so you can create
anything with them and be good. (You might want to be careful with
GCC's runtime libraries; I don't know what the situation is there.)
Perhaps I could be a little more clear.
The GPL doesn't cover the *products* producted by merely using
software. In fact, you do not need to agree to the GPL in order to just
use the software. The only time the GPL comes into play is if you wish
to distribute a derivative work based off of the GPL.
As far as Dev-CPP and GCC are concerned, you are not producing a
derivative work as you are not incorporating any part of them into your
project. The only thing that you have to be aware of is tha GCC by
default uses glibc, which is LGPL. The LGPL is not viral* like the GPL,
so you may still release your code under whatever license you please.
You just have to offer the source for glibc to anyone who requests it.
(Read the LGPL for what you have to do.)
*I know a lot of GPL advocates don't like this term, but I'm gonna
stick with it now since I can't think of anything better. I don't mean
"viral" in a bad sense however; just try to keep the normal reaction of
"virus, bad!" down.