Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17060 Discussions

Re: Warning: This directive is not standard F95

Steven_L_Intel1
Employee
302 Views
Directives are extensions that change the behavior of the program. They look like comments so that other compilers won't try to interpret them (though some might anyway). As behavior-changing statements, it is appropriate (though I had to be convinced of this at first) for the compiler to consider them extensions when you ask for standards checking, as a standard-conforming program wouldn't need such extensions.

Steve
0 Kudos
0 Replies
Reply