Re: bug report

2006-06-08 Thread Hayashi Eisuke
DEAR Sir : GNU I am writing to you regarding bug report It resulted based on the last point when having experimented ..the following... #include #include void subroutine(int n) { int buf[n]; fprintf(stderr, "%d (%d)\n", (int)sizeof(buf), (unsigned long)buf); } int main( int argc, cha

Re: bug report

2006-06-08 Thread Jim Wilson
Hayashi Eisuke wrote: > 100: 400 (-1077752048) > 2092728: Segmentatioin error (core dumped) The process is dying because you are exceeding unix process stack space limits. You probably have an 8MB per process limit, and the number you are using is a tad less than 2MB. If you are using ba

Re: bug report

2006-06-07 Thread Andrew Pinski
Hi Hayashi-san, I am writing to you regarding bug report about under this code aaa(int bbb) {   char *ccc[bbb]     } gcc response no error.  but memory error occured. GCC accepts this as an extension to the ISO C 90 and ISO C++ languages by default. The extension is called Variable Lengt

Re: bug report for gfortran

2005-04-28 Thread Andrew Pinski
On Apr 28, 2005, at 2:41 PM, Dutta, Kalyan wrote: I am submitting a bug report for GNU's Fortran95 compiler, gfortran. I realize the compiler is experimental. Any help you might be able to provide will be appreciated. I am Emailing this report because I couldn't successfully attach the requested p