This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Internal Compiler Error


On 26 Jul 2000 at 10:01 (-0400), emcgrat@us.ibm.com wrote:
| I am trying to compile this C-code and I get this error using gcc and g++:
| 
| dclsn22> gcc prog.c
| prog.c: In function `main':
| prog.c:102: 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.
| dclsn22>
| 
| 
| Here is the source code that I ftped to this workstation:
| 
| (See attached file: PROG.C)

I know this isn't a solution, but try 

#define MAX 812

instead of

#define MAX 1000

that let it compile for me. I know squat about the internals
of the compiler, but I suspect the problem has to do with
the size of the data structure your'e using... 

FWIW, this breaks with 2.95.2 as well as gcc-20000725

hth.
  brent

-- 
Damon Brent Verner                        o      _     _         _
Cracker Jack? Surprise Certified  _o     /\_   _ \\o  (_)\__/o  (_)
brent@rcfile.org                _< \_   _>(_) (_)/<_    \_| \   _|/' \/
brent@linux1.org               (_)>(_) (_)        (_)   (_)    (_)'  _\o_

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]