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]

gcc -M bug.


Now with gcc -M,

# /work/build/gnu/bin/gcc-3.0-libstdc++v3/gcc/xgcc -B/work/build/gnu/bin/gcc-3.0-libstdc++v3/gcc/  -M -I.  -ansi -pedantic-errors t.cc
# 1 "t.cc"
#pragma weak foo
# 1 "t.cc"


# 3 "t.h" 1 3
# 33 "/work/build/gnu/bin/gcc-3.0-libstdc++v3/gcc/include/exception" 1 3
#pragma interface "exception"
# 33 "/work/build/gnu/bin/gcc-3.0-libstdc++v3/gcc/include/exception" 3
t.o: t.cc t.h \
  /work/build/gnu/bin/gcc-3.0-libstdc++v3/gcc/include/exception

Has the meaning of -M been changed? Why those extra stuff?


H.J.

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