This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: ICE with 4.3.2 and Snapshot 4.4-20081226
On Sun, Dec 28, 2008 at 8:22 AM, Daniel Franke <franke.daniel@gmail.com> wrote:
> On Sunday 28 December 2008 15:07:16 Tom Browder wrote:
>> When I changed to using "-cpp" (instead of "-x f77-cpp-input"), I get
>> new warnings such as:
...
> Just a guess, the file is included with the INCLUDE statement, not via
> #include? If so, use #include instead.
No, it's a macro in a top-level source file (and I tried putting a
space after each "define" but that didn't help).
> As for the ICE, we would either need the full sources or a reduced, self-
> contained testcase. The latter being preferable, of course :)
I'll try to reduce it first.
-Tom