On Tue, Nov 11, 2008 at 9:13 PM, Ian Lance Taylor <iant@xxxxxxxxxx> wrote: > "kamaraju kusumanchi" <raju.mailinglists@xxxxxxxxx> writes: > >> "../../../unZipped/gcc-4.4-20081107/gcc/mcf.c", line 215: undefined >> symbol: __LONG_LONG_MAX__ > > Gah, that code is horribly broken. It will fail with any compiler > which is not gcc. Can you file a bug report about it? > > The bug is this line: > > #define CAP_INFINITY __LONG_LONG_MAX__ > > Ian > Thanks for the reply. I tried going to http://gcc.gnu.org/bugzilla/enter_bug.cgi to enter the bug report. When I click on the link titled "new", nothing happens. There are no fields for me to enter the bug. Is it the case with others as well? Looks like the bugzilla website is broken. raju