> If it is possible, I would like to begin with a small project to get > familiar with GCC code. I have been through the "Simple GCC projects" > web page and I would be interested in project such as "Convert > reorg.c to use the flow graph".
You could also pick an open PR in Bugzilla (http://gcc.gnu.org/bugzilla) and try to fix the problem. We have dozens of these. :-) Some of them have been pre-analyzed. An ICE (internal compiler error) is probably easier to start with than a wrong-code bug. -- Eric Botcazou