Add one entry to ChangeLog:
Index: gcc/ChangeLog
===
--- gcc/ChangeLog (revision 206236)
+++ gcc/ChangeLog (working copy)
@@ -1,3 +1,8 @@
+2013-12-30 Felix Yang
+
+ * gcc/ira-costs.c (cost_classes_hasher::equal):
Ping.
Attached please find patch is for trunk (gcc-4.9):
Index: gcc/ira-costs.c
===
--- gcc/ira-costs.c (revision 206236)
+++ gcc/ira-costs.c (working copy)
@@ -155,7 +155,7 @@ inline bool
cost_classes_hasher::equal (const v
Hi There,
This patch intends to check value of --with-arch against the arm-arches.def,
rather than current solution that use hard coded things in config.gcc.
Tested with various values of --with-arch and it works. Is it ok to trunk?
BR,
Terry
2013-12-30 Terry Guo
* config.gcc (arm*-*-*)
On 26.12.13 23:48, Andrew Haley wrote:
> On 12/26/2013 12:11 AM, Andreas Tobler wrote:
>> On 21.12.13 18:27, Andrew Haley wrote:
>>> On 12/20/2013 10:15 PM, Andreas Tobler wrote:
Ok for gcc trunk?
>>>
>>> OK, thanks.
>>>
>>
>> May I get this one down to 4.8 too? Not really needed, but for
>> c
On 27 December 2013 12:28:29 "H.J. Lu" wrote:
Hi,
This patch adds Intel microarchitecture changes to GCC 4.9 changes.html.
OK to install?
Thanks.
--
H.J.
--
Index: changes.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/change
Hi all,
I have just committed an obvious patch for a segfault with
-fdump-fortran-original (plus a small documentation fix):
http://gcc.gnu.org/viewcvs/gcc?view=revision&revision=206237
Cheers,
Janus
On Sun, Dec 22, 2013 at 8:05 PM, Xinliang David Li wrote:
> This is the updated patch which incorporated Jakub's cleanup changes.
Ok.
Thanks,
Richard.
> thanks
>
> David
>
> On Sat, Dec 21, 2013 at 9:39 PM, Xinliang David Li wrote:
>> Hi, the following patch fixes the problem reported in PR/59