Bug 23176 - Warning messages incorrectly being displayed
Summary: Warning messages incorrectly being displayed
Status: RESOLVED DUPLICATE of bug 18452
Alias: None
Product: gcc
Classification: Unclassified
Component: fortran (show other bugs)
Version: 4.0.0
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-01 13:12 UTC by Dale Ranta
Modified: 2005-08-01 13:15 UTC (History)
1 user (show)

See Also:
Host: powerpc-apple-darwin7.9.0
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dale Ranta 2005-08-01 13:12:33 UTC
I think that the warning messages should not be displayed -

[dranta:~/tests/gfortran-D] dir% gfortran -g -c -fdefault-real-8
-fdefault-integer-8 -fdefault-double-8 arg.F
cc1: warning: command line option "-fdefault-real-8" is valid for F95 but not for C
cc1: warning: command line option "-fdefault-integer-8" is valid for F95 but not
for C
cc1: warning: command line option "-fdefault-double-8" is valid for F95 but not
for C
[dranta:~/tests/gfortran-D] dir% cat arg.F
      program main
      stop
      end
Comment 1 Andrew Pinski 2005-08-01 13:15:53 UTC

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