RE: Instruction scheduler with respect to prefetch instructions.

2014-12-19 Thread Ajit Kumar Agarwal
-Original Message- From: paul_kon...@dell.com [mailto:paul_kon...@dell.com] Sent: Saturday, December 13, 2014 9:46 PM To: Ajit Kumar Agarwal Cc: vmaka...@redhat.com; l...@redhat.com; richard.guent...@gmail.com; gcc@gcc.gnu.org; Vinod Kathail; Shail Aditya Gupta; Vidhumouli Hunsigida; N

GCC document link broken and some document questions

2014-12-19 Thread Qun-Ying
Hi, I found that links for the "GNAT User's Guide" are broken for version 4.8.4 and 4.9.2. The links are https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gnat_ugn_unw/ and https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gnat_ugn_unw/ There are links to the guide at https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gn

Re: Missing git tags for released GCC

2014-12-19 Thread H.J. Lu
On Tue, Nov 25, 2014 at 3:12 AM, Jonathan Wakely wrote: > On 16 November 2014 at 15:51, H.J. Lu wrote: >> Hi, >> >> Git tags are missing for GCC 4.9.1, 4.9.2, 4.8.3 and 4.7.4. > > I can't create the tags but these are the release commits: > > git tag gcc-4_9_2-release c1283af40b65f1ad862cf5b27e2d9

GCC 4.8.5 Status Report (2014-12-19)

2014-12-19 Thread Jakub Jelinek
Status == GCC 4.8.4 has been released, the branch is again open for regression bugfixes and documentation fixes. GCC 4.8.5 could be tentatively released in April next year. Quality Data Priority # Change from Last Report --- ---

GCC 4.8.4 Released

2014-12-19 Thread Jakub Jelinek
The GNU Compiler Collection version 4.8.4 has been released. GCC 4.8.4 is the fourth bug-fix release containing important fixes for regressions and serious bugs in GCC 4.8.3 with over 80 bugs fixed since the previous release. This release is available from the FTP servers listed at: http://www

Re: Issue with __int128 in powerpc64le

2014-12-19 Thread Roger Ferrer Ibáñez
Done, it is PR64358. Kind regards, 2014-12-19 12:21 GMT+01:00 Richard Biener : > On Fri, Dec 19, 2014 at 10:13 AM, Roger Ferrer Ibáñez > wrote: >> Hi, >> >> I'm observing a weird behaviour in PowerPC64 Little Endian that does >> not seem to occur on other architectures supporting __int128. The >

Re: Issue with __int128 in powerpc64le

2014-12-19 Thread Richard Biener
On Fri, Dec 19, 2014 at 10:13 AM, Roger Ferrer Ibáñez wrote: > Hi, > > I'm observing a weird behaviour in PowerPC64 Little Endian that does > not seem to occur on other architectures supporting __int128. The > following code, when compiled with -O1 generates wrong output. > > -- test.c > #include

Issue with __int128 in powerpc64le

2014-12-19 Thread Roger Ferrer Ibáñez
Hi, I'm observing a weird behaviour in PowerPC64 Little Endian that does not seem to occur on other architectures supporting __int128. The following code, when compiled with -O1 generates wrong output. -- test.c #include typedef unsigned __int128 uint128_t; #define PRINT(value) \ { union u