diff options
Diffstat (limited to 'gcc/cppinit.c')
-rw-r--r-- | gcc/cppinit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cppinit.c b/gcc/cppinit.c index 2715fba..580ef35 100644 --- a/gcc/cppinit.c +++ b/gcc/cppinit.c @@ -1770,6 +1770,8 @@ cpp_post_options (pfile) if (CPP_OPTION (pfile, cplusplus)) CPP_OPTION (pfile, warn_traditional) = 0; + /* The compiler front ends override this, but I think this is the + appropriate setting for the library. */ CPP_OPTION (pfile, warn_long_long) = (CPP_OPTION (pfile, pedantic) && !CPP_OPTION (pfile, c99)); |