Dear Wiki user, You have subscribed to a wiki page or wiki category on "Stdcxx Wiki" for change notification.
The following page has been changed by MartinSebor: http://wiki.apache.org/stdcxx/Compilers The comment on the change is: Added gcc info. ------------------------------------------------------------------------------ == GCC == === Online References === + + [http://gcc.gnu.org/onlinedocs/ GCC online documentation] + === Predefined Macros === ||MACRO||GCC OPTION||VERSION||DESCRIPTION|| @@ -14, +17 @@ ||`__GNUG__`|| ||all||Defined to the same value as `__GUNC__` for C++ code.|| === Discussion Forums === + + [http://gcc.gnu.org/lists.html GCC Mailing Lists] + === Bug Reports === + + * [http://gcc.gnu.org/bugs.html How To Report Bugs] + * [http://gcc.gnu.org/bugs.html#known Known Bugs] + * [http://gcc.gnu.org/bugzilla/ GCC Bugzilla] for [http://www.fsf.org/ FSF] releases of GCC only. + * [https://bugzilla.redhat.com/ Red Hat Bugzilla] for [http://www.redhat.com/ Red Hat] releases of GCC only. + * [https://bugzilla.novell.com Novell Bugzilla] for [http://www.novell.com/ Novell] (formerly [http://www.suse.com/ SuSE]) releases of GCC only. == HP aCC ==