Re: SPARC Ada compilation hangs

2007-10-19 Thread Eric Botcazou
> The two files in question do compile at -O0 so you wouldn't > trip it. You misunderstood, only the compiler is built at -O0 -g, the runtime is built normally at -O2 -g. -- Eric Botcazou

Re: SPARC Ada compilation hangs

2007-10-19 Thread Joel Sherrill
Eric Botcazou wrote: I would appreciate it is one of the SPARC/Solaris users would see if they can duplicate this. I cannot duplicate on SPARC/Solaris, but my tree is not pristine. This is for a --disable--bootstrap compiler built at -O0 -g. The two files in question do compile at -O0

Re: SPARC Ada compilation hangs

2007-10-19 Thread Eric Botcazou
> I would appreciate it is one of the SPARC/Solaris > users would see if they can duplicate this. I cannot duplicate on SPARC/Solaris, but my tree is not pristine. This is for a --disable--bootstrap compiler built at -O0 -g. -- Eric Botcazou

SPARC Ada compilation hangs

2007-10-19 Thread Joel Sherrill
Hi, When compiling GNAT/RTEMS to SPARC on the SVN trunk, the compilation of g-catiio.adb and g-spipat.adb hang when using -O2. I kill the compilation and do them by hand with -O0 and the build continues. I would appreciate it is one of the SPARC/Solaris users would see if they can duplicate thi