This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Adding new rule into compiler
- From: 李宗霖 <fight1995go at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 6 Jun 2018 02:02:09 +0800
- Subject: Adding new rule into compiler
Hello,
I'm a gcc beginner from Taiwan.
Nice to meet you.
I would like to add some new rule into compiler so that it can detect the
extra error/warning.
But I don't know which file is the one do the action.
Can you give some advice about the relationship of gcc files?
Thank you.