X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fc-aux-info.c;h=ddc3e376e92241b3004d09d1b2a0d71953198de5;hb=75fa4f8228a5394cf18cbe0a924fddd5415287c0;hp=8d457836c756dd70a6ca0fe657bfb455f5daf173;hpb=2ed8b5d0fb02aeec25a8ff7cd1e48f2fafbf45f3;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/c-aux-info.c b/gcc/c-aux-info.c index 8d457836c75..ddc3e376e92 100644 --- a/gcc/c-aux-info.c +++ b/gcc/c-aux-info.c @@ -447,7 +447,7 @@ gen_type (const char *ret_val, tree t, formals_style style) break; default: - abort (); + gcc_unreachable (); } } if (TYPE_READONLY (t)) @@ -559,7 +559,7 @@ gen_aux_info_record (tree fndecl, int is_definition, int is_implicit, /* Each output .X file must have a header line. Write one now if we have not yet done so. */ - if (! compiled_from_record++) + if (!compiled_from_record++) { /* The first line tells which directory file names are relative to. Currently, -aux-info works only for files in the working