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: [3.4] Backport from mainline of patch to treelang/20604


On 8/11/05, James A. Morrison <ja2morri@csclub.uwaterloo.ca> wrote:
> 
> Christian Joensson <christian.joensson@gmail.com> writes:
> 
> > Backport from mainline to the 3.4 branch of patch to treelang/20604.
> > Since I don't have any write permissions, I need help, after
> > approval... if it happens, to commit...
> >
> > Patch is a translation of pinskia's patch to mainline, patch available here:
> > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20604#c10
> >
> > --
> > Cheers,
> 
>  Please post patches to the mailing list instead of pointing to bugzilla.

sure, just new to this :)

-- 
Cheers,

/ChJ
--- gcc.3.4/gcc/treelang/lang-specs.h.orig	2002-05-05 06:24:18.000000000 +0200
+++ gcc.3.4/gcc/treelang/lang-specs.h	2005-08-10 13:58:48.000000000 +0200
@@ -34,30 +34,6 @@
 {".tre", "@treelang", NULL},
 {".TRE", "@treelang", NULL},
 {"@treelang",
-    "tree1\
-       %{!Q:-quiet}\
-       %{d*}\
-       %{m*}\
-       %{a}\
-       %{g*}\
-       %{O*}\
-       %{W*}\
-       %{w}\
-       %{ansi}\
-       %{v}\
-       %{--help:--help}\
-       %{pg:-p}\
-       %{p}\
-       %{f*}\
-       %{pg|p:%{fomit-frame-pointer:%e-pg or -p and -fomit-frame-pointer are incompatible}}\
-       %{S:%W{o*}%{!o*:-o %b.s}}\
-       %{!S:-o %g.s}\
-       %i\n\
-       %{!S:as %a\
-       %Y\
-       %{c:%W{o*}%{!o*:-o %w%b%O}}\
-       %{!c:-o %d%w%u%O}\
-       %g.s\
-       %A\n}\
-       ", NULL
+   "%{!E:tree1 %i %(cc1_options) %{J*} %{I*}\
+         %{!fsyntax-only:%(invoke_as)}}", NULL
 },

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