Bug 64273 - Add support for "#pragma warning" or "!GCC$ warning directive"
Summary: Add support for "#pragma warning" or "!GCC$ warning directive"
Status: RESOLVED DUPLICATE of bug 68289
Alias: None
Product: gcc
Classification: Unclassified
Component: fortran (show other bugs)
Version: 5.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: diagnostic
Depends on: 28662 53934 62226
Blocks:
  Show dependency treegraph
 
Reported: 2014-12-11 16:29 UTC by Tobias Burnus
Modified: 2018-02-25 19:32 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2014-12-11 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Burnus 2014-12-11 16:29:56 UTC
Follow up to PR44054 and PR53552. See also related bugs PR28662, PR62226, PR53934.

There are two possibilities, either to use a real
  #pragma warning
or to make it more Fortran-like and use
  !GCC$ warning directive

See PR44054 and PR53552.
Comment 1 Dominique d'Humieres 2014-12-11 16:40:45 UTC
> There are two possibilities, either to use a real
>   #pragma warning
> or to make it more Fortran-like and use
>   !GCC$ warning directive

Yuck!-(I think there are a lot of really more important things to do. In any case choose the latter).
Comment 2 Dominique d'Humieres 2018-02-25 19:32:11 UTC
Mark as duplicate of pr68289.

*** This bug has been marked as a duplicate of bug 68289 ***