Re: problems with writing a new pass

2005-10-04 Thread worm book
- Original Message - Sent: Monday, October 03, 2005 3:02 AM Subject: Re: problems with writing a new pass In file included from /usr/include/stdio.h:831, from ../../gcc/gcc/tsystem.h:90, from ../../gcc/gcc/crtstuff.c:62: /usr/include/bits/stdio.h

problems with writing a new pass

2005-10-03 Thread worm book
Hi, I wrote a new pass following the examples listed in the wiki pages. However, when I ../gcc/configure; make bootstrap, I got error messages like: /xgcc -B./ -B/usr/local/i686-pc-linux-gnu/bin/ -isystem /usr/local/i686-pc-linux-gnu/include -isystem

Re: problems with writing a new pass

2005-10-03 Thread Paolo Bonzini
In file included from /usr/include/stdio.h:831, from ../../gcc/gcc/tsystem.h:90, from ../../gcc/gcc/crtstuff.c:62: /usr/include/bits/stdio.h: In function 'vprintf': /usr/include/bits/stdio.h:37: internal compiler error: Segmentation fault You are getting an