This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
GCC Porting problem
- From: "Petar Penchev" <ptr at sd-bul dot bg>
- To: <gcc at gcc dot gnu dot org>
- Date: Wed, 20 Aug 2003 14:34:10 +0300
- Subject: GCC Porting problem
Hello All,
I started porting GCC to a new target. I used m68hc11 configuration as a
base.
Finally I succeeded to compile gcc. I did not change tm.md file much.
I tried to compile following program :
void main()
{
int i=0;
for (;i!=10;i++);
}
with option -S .e.g I wanted to generate .s file, but when I tried this I've
got following message :
t.c:5: internal compiler error: in instantiate_virtual_regs_lossage, at
function
.c:3706
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
Can somebody tell me what's going on ?
Regards Petar
----------------------------------------------
Petar Penchev
Software engineer
Melexis Bulgaria