> 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
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
> 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
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