This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Ada bootstrap status


> Arno: can you see where it's blowing up and if it's an obvious miscompilation?

AFAICS, it's *not* a miscompilation: it is failing using the stage1 compiler,
which is the first compiler using tree-ssa for Ada, so it's clearly related to
ssa, but to me, it's not a miscompilation (since it would mean the
base compiler is broken, which is not hte case):

stage1/xgcc -Bstage1/ -B/home/charlet/gcc/install/i686-pc-linux-gnu/bin/ -c -g -O2      -gnatpg -gnata -I- -I. -Iada -I../../src/gcc/ada ../../src/gcc/ada/g-os_lib.adb -o ada/g-os_lib.o
../../src/gcc/ada/g-os_lib.adb: In function `GNAT.OS_LIB.NORMALIZE_PATHNAME':
../../src/gcc/ada/g-os_lib.adb:1437: error: Invalid array index.
R264b<D4198>

+===========================GNAT BUG DETECTED==============================+
| 3.5.0 20040720 (experimental) (i686-pc-linux-gnu) verify_stmts failed.   |
| Error detected at g-os_lib.adb:2271:1                                    |

Arno


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]