This is the mail archive of the gcc-patches@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]

Re: [tree-ssa] Don't consider const pointer dereferences clobbered[patch]


Diego Novillo <dnovillo at redhat dot com> writes:

> [...]
> This is enough to paper over the problem because now *T.3 will be
> the alias leader instead of *str.  This patch fixes the problem
> and it should also fix the treelang bootstrap problem that
> Andreas reported (I haven't tried it yet).
>

Now I get a tiny bit further:
/cvs/gcc-tree-ssa-20020619-branch/gcc/treelang/treetree.c: In function `tree_code_create_function_prototype':
/cvs/gcc-tree-ssa-20020619-branch/gcc/treelang/treetree.c:255: warning: pointer targets in passing arg 2 of `annotate_with_file_line' differ in signedness
/cvs/gcc-tree-ssa-20020619-branch/gcc/treelang/treetree.c: In function `tree_code_create_function_initial':
/cvs/gcc-tree-ssa-20020619-branch/gcc/treelang/treetree.c:329: warning: implicit declaration of function `annotate_with_file_line_column'

Does treelang neet some extra patches to sync the parser interfaces?

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj at suse dot de
   private aj at arthur dot inka dot de
    http://www.suse.de/~aj


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