[Bug target/26015] ICE during bootstrap for vax architecture

2006-02-15 Thread wilson at gcc dot gnu dot org
--- Comment #5 from wilson at gcc dot gnu dot org 2006-02-16 02:26 --- This is failing in code that Richard Henderson added. It is trying to compute the frame pointer to CFA offset by running register elimination on the arg pointer. The vax however has a hardware arg pointer,

[Bug target/26015] ICE during bootstrap for vax architecture

2006-02-15 Thread wilson at gcc dot gnu dot org
--- Comment #6 from wilson at gcc dot gnu dot org 2006-02-16 02:29 --- Created an attachment (id=10859) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10859action=view) untested patch for vax dwarf2 failure This patch allows the testcase to compile, but is otherwise untested. This

[Bug target/26015] ICE during bootstrap for vax architecture

2006-02-02 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-02-02 17:08 --- Can you attach the preprocessed source? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26015

[Bug target/26015] ICE during bootstrap for vax architecture

2006-02-02 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-02-02 17:48 --- Confirmed, reduced testcase: void __muldi3 (long long u,long long v){} -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/26015] ICE during bootstrap for vax architecture

2006-01-28 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-29 04:38 --- First you cannot do a bootstrap with a cross, it will not work. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/26015] ICE during bootstrap for vax architecture

2006-01-28 Thread hbent at cs dot oberlin dot edu
--- Comment #2 from hbent at cs dot oberlin dot edu 2006-01-29 07:06 --- My mistake, I was doing two builds at once and got mixed up. This error was produced with configure as so: ../configure --target=vax--netbsdelf --disable-nls --enable-languages=c --disable-shared and then just