This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bug
- To: s1062020 at u-aizu dot ac dot jp (NOBUHIRO OKAMOTO)
- Subject: Re: bug
- From: Toshi Morita <tm2 at best dot com>
- Date: Mon, 2 Jul 2001 17:58:18 -0700 (PDT)
- Cc: gcc-bugs at gcc dot gnu dot org
>
> /* Source */
>
> #include <limits.h>
> #define DATA_N LONG_MAX
>
> main(){
> unsigned long data[DATA_N];
> ...
> }
>
> /* Compile */
>
> gcc test.c -o test
> test.c: In function `main':
> test.c:9: size of array `data' is too large
> test.c:9: Internal compiler error in `assign_stack_temp_for_type', at
> function. c:937
> Please submit a full bug report.
> See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
> instructions.
<ENGLISH>
It is a good idea to provide some pieces of information when submitting bug reports:
1) Your host operating system, since GCC currently supports about 50 OSes or so, and
2) The version of the compiler you are using, and
3) The processor for which you are generating code.
Without these three pieces of information, it is unlikely that your bug report
will be reviewed much less fixed.
</ENGLISH>
<JAPANESE>
Kono bug report wa information tarinai desu.
Saishoni, anatano host operating system ga wakarimasen. Soshita, compiler no version to
target processor no koto mo nanimo kaitenaidesu.
Kono information ga nakereba daremo mondai oh debug dekinai desu.
Hetana nihongo oh gomenkudsai...
</JAPANESE>
Toshi