10

I need a link to a webpage that lists all the error messages and warnings GCC can show; the actual messages, not descriptions.

It would be preferable if the list is in the order of most frequently encountered diagnostics.

einpoklum
  • 118,144
  • 57
  • 340
  • 684
handsomehermit
  • 101
  • 1
  • 3
  • i tried .po file also it made no sense, quite unusable. -handsomehermit – handsomehermit Jun 03 '10 at 17:43
  • Did you found something new? Btw. for what do you need that? please send me an e-mail (noisy.pl@gmail.com), I think we can help each other – noisy Oct 08 '10 at 16:45
  • 2
    @noisy: You can mark this question as a [favorite](http://meta.stackexchange.com/q/53585) to find out about new answers, or use the [feed](http://stackoverflow.com/feeds/question/2968374) linked at the bottom right of the page. –  Oct 27 '10 at 05:57

2 Answers2

1

I don't think you are going to find a page that describes all of them, but here's a page that has at least some of the most common: http://www.network-theory.co.uk/docs/gccintro/gccintro_94.html

Mark Loeser
  • 17,657
  • 2
  • 26
  • 34
0

most frequently encountered diagnostics.

I am certain that "most frequently encountered" will vary depending on user.

Andy Lester
  • 91,102
  • 13
  • 100
  • 152