[Patch] Treelang misc fixes including ppc build failure

Tim Josling tej@melbpc.org.au
Fri May 9 11:48:00 GMT 2003


Various treelang fixes.

Includes a fix for PPC build failure (and probably several other 
architectures as well).

I will apply in the morning assuming my bootstrap on i686-pc-linux-gnu 
and treelang.check go OK again.

The PPC problem was a symptom of the 'using C/Objc/C++ language code' 
issue. I am looking at tree-ssa which may provide solution to this.

Tim Josling

Matthias,
Could you let me know if this does indeed fix the ppc build failure.
Tim


+ 2003-05-09  Tim Josling  <tej@melbpc.org.au>
+
+ 	* Make-lang.in (TREE_BE_LIBS): Add C_TARGET_OBJS to object files
+ 	to link (needed by some front ends such as PPC).
+
+ 	* treetree.c (tree_code_create_function_initial): Fix long line.
+ 	Initialize tree_code_int_size and tree_code_char_size to
+ 	meaningful values.
+ 	(tree_code_get_numeric_type): Add check that size1 parameter is
+ 	valid.
+
+ 	* parse.y: Fix extra long lines in prototypes.
+
+ 	* treelang.h: Fix extra long lines in macro definitions.
+
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: temp.diff.treelang.fixes.20030509
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20030509/1ab43ad0/attachment.ksh>


More information about the Gcc-patches mailing list