- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The following minimum example code (example.f):
program example
write (*,*) 'Hello world'
end
When compiled with:
ifx -c example.f -gen-dep=example.d
generates a correct dependency file:
example.o : \
example.f
But, when compiled with -fpp:
ifx -fpp -c example.f -gen-dep=example.d
Then, the dependency file is incorrect:
example.o : \
/tmp/ifx00788182170K24b3/ifxOJO6SA.i
The version used:
$ ifx --version
ifx (IFX) 2025.1.0 20250317
Copyright (C) 1985-2025 Intel Corporation. All rights reserved.
This error was not present with ifort.
Thanks in advance.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Bug ID is CMPLRLLVM-68142. thank you for sending this to us.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page