This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: Where to find documentation on pre-defined macros
- From: "John (Eljay) Love-Jensen" <eljay at adobe dot com>
- To: "Lee Rhodes" <lee at rhoba dot com>, <gcc-help at gcc dot gnu dot org>
- Date: Thu, 26 Jul 2007 05:27:39 -0700
- Subject: RE: Where to find documentation on pre-defined macros
- References: <004401c7cefe$2900c5c0$0701a8c0@lee8075b>
Hi Lee,
> So where is the list/documentation of all predefined macros the GCC provides?
echo "" | gcc -E -dM -x c - | sort
HTH,
--Eljay