This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

preprocessor/7357: -M option omits system headers files (making it the same as -MM)


>Number:         7357
>Category:       preprocessor
>Synopsis:       -M option omits system headers files (making it the same as -MM)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jul 19 03:26:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Pickin
>Release:        3.1.0
>Organization:
>Environment:
Solaris 8
>Description:
There is no distinction between -M & -MM option from 
version 3.1.0

This means the the system headers are omitted from dependencies.
>How-To-Repeat:
gcc -M helloworld.c
compare with 
gcc -MM helloworld.c
should not stdio be listed somewhere?
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]