This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [3.4] Backport from mainline of patch to treelang/20604
- From: Christian Joensson <christian dot joensson at gmail dot com>
- To: "James A. Morrison" <ja2morri at csclub dot uwaterloo dot ca>
- Cc: gcc-patches at gcc dot gnu dot org, Andrew Pinski <pinskia at physics dot uc dot edu>, Gabriel Dos Reis <gdr at integrable-solutions dot net>
- Date: Thu, 11 Aug 2005 07:22:47 +0200
- Subject: Re: [3.4] Backport from mainline of patch to treelang/20604
- References: <5460e33305081022032b5234c4@mail.gmail.com> <kfh64udrrdc.fsf@csclub.uwaterloo.ca>
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
},