This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: I want to get all of compile error message list of gcc about C language.


On 16 May 2016 at 07:31, ìíì wrote:
> Dear GCC.
>
> Hello. I'm student of Dankook University in South Korea.
> I'm studying about C compiler for increasing software quality.
> So I want to get all of compile error message list of gcc about C language.
> I was trying to find it. But I can't find it anywhere.
> Only I can get part of it.
>
> How can I find it?
> Please advise me.
> Thank you.

There is no list, you'll have to examine the source code to find
everywhere that an error, warning, or pedwarn can be produced.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]