Snapshot gcc-4.7-20140426 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/4.7-20140426/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 4.7 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/branches
On April 26, 2014 12:31:34 PM CEST, Swati Rathi
wrote:
>
>On Friday 25 April 2014 11:11 PM, Richard Biener wrote:
>> On April 25, 2014 5:54:09 PM CEST, Swati Rathi
> wrote:
>>> Hello,
>>>
>>> I am trying to print points-to information for SSA variables as
>below.
>>>
>>>for (i = 1; i < num_ss
On 04/25/2014 07:48 PM, Jakub Jelinek wrote:
> On Fri, Apr 25, 2014 at 08:23:22PM +0200, Jan Hubicka wrote:
>>> On 04/25/2014 03:14 PM, Volker Simonis wrote:
Could you therefore please re-categorize this as devirt bug.
>>>
>>> It is an IPA bug. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6096
On Friday 25 April 2014 11:11 PM, Richard Biener wrote:
On April 25, 2014 5:54:09 PM CEST, Swati Rathi
wrote:
Hello,
I am trying to print points-to information for SSA variables as below.
for (i = 1; i < num_ssa_names; i++)
{
tree ptr = ssa_name (i);
struct ptr_info_de
Hi all,
I'm a graduating Physics student from Italy. I'm actually working on
accelerators devices like GPU and Intel MIC, with a focus on OpenACC
api.
I'm very interested to OpenACC support in GCC, I know that there is a
branch that contains a basic implementation for it.
How can I build gcc with