updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / gcc43 / buildfix_new_bison.patch
blobbd2eadf2924855aa6b6b27fa64b9d711c7b28fa8
5 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
6 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
7 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1-strict.dtd ">
8 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
9 <head>
10 <title>Arch Linux Repositories [packages] View of /gcc/repos/core-i686/buildfix_new_bison.patch</title>
11 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
12 <link rel="stylesheet" href="http://archlinux.org/media/arch.css" />
13 <link rel="stylesheet" href="/static/styles.css" type="text/css" />
15 <link rel="icon" href="http://archlinux.org/media/favicon.ico" type="image/x-icon" />
16 <link rel="shortcut icon" href="http://archlinux.org/media/favicon.ico" type="image/x-icon" />
17 <style type="text/css">
18 div.searchbar {
19 font-size: 13px;
20 font-weight: bold;
21 position: absolute;
22 right: 0.2em;
23 top: 152px;
25 </style>
26 </head>
27 <body>
28 <div id="head_container">
29 <div id="title">
30 <div id="logo"><h1 id="archtitle"><a href="/" title="Arch Linux (Home)">Arch Linux</a></h1></div>
31 </div>
32 <div id="main_nav">
33 <ul>
34 <li><a href="http://archlinux.org/download/">Get Arch</a></li>
35 <li><a href="http://aur.archlinux.org">AUR</a></li>
36 <li><a href="http://bugs.archlinux.org">Bugs</a></li>
37 <li><a href="http://wiki.archlinux.org">Wiki</a></li>
38 <li><a href="http://bbs.archlinux.org">Forums</a></li>
39 <li><a href="http://archlinux.org">Home</a></li>
40 </ul>
41 </div>
42 <div id="ads">
43 <script type="text/javascript"><!--
44 google_ad_client = "pub-3170555743375154";
45 google_ad_width = 468;
46 google_ad_height = 60;
47 google_ad_format = "468x60_as";
48 google_color_border = "ffffff";
49 google_color_bg = "ffffff";
50 google_color_link = "0771A6";
51 google_color_url = "99AACC";
52 google_color_text = "000000";
53 //--></script>
54 <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
55 </div>
56 </div>
57 <div id="content">
58 <div class="vc_navheader">
60 <form method="get" action="/viewvc.cgi/">
62 <div>
63 <strong>
65 <a href="/viewvc.cgi/">
67 [packages]</a>
70 <a href="/viewvc.cgi/gcc/">
72 gcc</a>
75 <a href="/viewvc.cgi/gcc/repos/">
77 repos</a>
80 <a href="/viewvc.cgi/gcc/repos/core-i686/">
82 core-i686</a>
85 <a href="/viewvc.cgi/gcc/repos/core-i686/buildfix_new_bison.patch?view=log">
87 buildfix_new_bison.patch</a>
90 </strong>
92 </div>
93 <div class="searchbar">
96 <strong>Repository:</strong>
97 <select name="root" onchange="submit()">
100 <option value="*viewroots*">Repository Listing</option>
145 <optgroup label="CVS Repositories"><option>community</option><option>core</option><option>extra</option><option>unstable</option></optgroup>
148 <optgroup label="Subversion Repositories"><option selected="selected">packages</option></optgroup>
150 </select>
151 <input type="submit" value="Go" />
153 </div>
155 </form>
157 </div>
158 <h1>View of /gcc/repos/core-i686/buildfix_new_bison.patch</h1>
160 <p style="margin:0;">
162 <a href="/viewvc.cgi/gcc/repos/core-i686/"><img src="/static/images/back_small.png" width="16" height="16" alt="Parent Directory" /> Parent Directory</a>
164 | <a href="/viewvc.cgi/gcc/repos/core-i686/buildfix_new_bison.patch?view=log#rev19322"><img src="/static/images/log.png" width="16" height="16" alt="Revision Log" /> Revision Log</a>
169 </p>
171 <hr />
172 <div class="vc_summary">
173 Revision <a href="/viewvc.cgi?view=rev&amp;revision=19322"><strong>19322</strong></a> -
174 (<a href="/viewvc.cgi/gcc/repos/core-i686/buildfix_new_bison.patch?revision=19322"><strong>download</strong></a>)
176 (<a href="/viewvc.cgi/gcc/repos/core-i686/buildfix_new_bison.patch?annotate=19322"><strong>annotate</strong></a>)
178 <br /><em>Thu Nov 20 11:36:53 2008 UTC</em>
179 (6 months ago)
180 by <em>andyrtr</em>
182 <br />Original Path: <a href="/viewvc.cgi/gcc/trunk/buildfix_new_bison.patch?view=log&amp;pathrev=19322"><em>gcc/trunk/buildfix_new_bison.patch</em></a>
189 <br />File size: 423 byte(s)
193 <pre class="vc_log">upgpkg: gcc 4.3.2-2
194 rebuild for new binutils/glibc</pre>
196 </div>
197 <div id="vc_markup"><pre><PRE>
198 --- gcc/treelang/parse.y 2007-07-18 08:19:29.000000000 +0000
199 +++ gcc/treelang/parse.y.new 2008-11-20 06:40:00.013275486 +0000
200 @@ -369,7 +369,6 @@
201 current_function = NULL;
205 variable_defs_opt:
206 /* Nil. */ {
207 $$ = 0;
208 @@ -685,9 +684,9 @@
210 expressions_with_commas_opt:
211 /* Nil. */ {
212 -$$ = 0
213 +$$ = 0;
215 -|expressions_with_commas { $$ = $1 }
216 +|expressions_with_commas { $$ = $1; }
219 expressions_with_commas:
220 </PRE>
221 </pre></div>
223 <hr />
224 <div class="foot">
225 Copyright &copy; 2002-2008
226 <a href="mailto:jvinet@zeroflux.org" title="contact Judd Vinet">Judd Vinet</a> and
227 <a href="mailto:aaron@archlinux.org" title="contact Aaron Griffin">Aaron Griffin</a>.
228 <br />
229 The Arch Linux name and logo are recognized trademarks. Some rights reserved.
230 </div>
231 <script type="text/javascript">
232 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
233 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
234 </script>
235 <script type="text/javascript">
236 var pageTracker = _gat._getTracker("UA-3589020-1");
237 pageTracker._setDomainName("archlinux.org");
238 pageTracker._initData();
239 pageTracker._trackPageview();
240 </script>
241 </body>
242 </html>