This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174

--- Comment #20 from charlet at adacore dot com <charlet at adacore dot com> ---
> Same result (system.ads and rep*.adb were in gcc/, but even moving them
> to $builddir and using -I. doesn't work).  Same result == testcase passes.
> 
> Maybe I have to rebuild gnat1 using that modified system.ads?  Even

No, you don't need to do that, gnat1 reads system.ads at run time.

Assuming you have done a make install, then under the directory
where you've done the gnatchop and copy of system.ads, it should really
be a trivial matter of:

gcc -c <test case.adb>

Nothing more nothing less. (You can then of course debug using gnat1
once you can reproduce with the above).

Arno


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