Re: pre-compiled versions of GCC for hp-ux

2013-01-02 Thread Gerald Pfeifer
On Tue, 17 Apr 2012, Jonathan Wakely wrote: >> I belong to HP-UX Itanium/PA-RISC GCC compiler team. I noticed that the >> GCC page (http://gcc.gnu.org/install/binaries.html) that lists out the >> pre-compiled versions of GCC (for different platforms) does not contain >> the web link of "GCC for

POWER architecture transaction memory documentation

2013-01-02 Thread David Edelsohn
Future implementations of the IBM POWER architecture will include hardware support for transaction memory. IBM is beginning to release more information about the design and implementation. The documentation of the POWER architecture transaction memory ISA has been placed on the power.org website.

Re: Fwd: Updating copyright dates automatically

2013-01-02 Thread Robert Dewar
On 1/2/2013 12:26 PM, Jeff Law wrote: Any thoughts on doing something similar? I've always found lazily updating the copyright years to be error prone. If we could just update all of them now, which is OK according to the FSF guidelines we could avoid one class of problems. For GNAT at Ada

Re: Graphite TODO tasks

2013-01-02 Thread Richard Biener
On Wed, Jan 2, 2013 at 4:14 PM, Jack Howarth wrote: > On Tue, Jan 01, 2013 at 03:23:06PM +0530, Shakthi Kannan wrote: >> Greetings! >> >> I would like to know if there are any TODO tasks that I can work on to >> get started with Graphite/GCC. I came across Tobias Grosser's post >> regarding Graphi

Re: Query for Empty Structure Extension.

2013-01-02 Thread Jonathan Wakely
On 2 January 2013 14:32, NAVEEN CHANDRAKAR wrote: > > My question is what is the definition/grammer of empty structure. As i > couldn't find it covered in C/Cxx standard document. The page you linked to defines a GCC extension to the C language, so if course it's not in the C standard. As the pag

Re: Graphite TODO tasks

2013-01-02 Thread Jack Howarth
On Tue, Jan 01, 2013 at 03:23:06PM +0530, Shakthi Kannan wrote: > Greetings! > > I would like to know if there are any TODO tasks that I can work on to > get started with Graphite/GCC. I came across Tobias Grosser's post > regarding Graphite development at: > > http://gcc.gnu.org/wiki/Graphite-

Re: [patch][RFC] bail out after front-end errors

2013-01-02 Thread Richard Biener
On Fri, Dec 28, 2012 at 6:35 PM, Steven Bosscher wrote: > On Tue, Mar 27, 2012 at 10:59 AM, Richard Guenther wrote: >> On Tue, Mar 27, 2012 at 10:32 AM, Steven Bosscher wrote: >>> On Tue, Mar 27, 2012 at 9:17 AM, Richard Guenther wrote: It would be nice to finally move the call to cgrap

Query for Empty Structure Extension.

2013-01-02 Thread NAVEEN CHANDRAKAR
Hello There, Empty Structures :- http://gcc.gnu.org/onlinedocs/gcc/Empty-Structures.html I came across this extension and understood why empty-structures were introduced as an extension in gcc and g++. But i couldn't find any relevant text as to what is considered as empty structure. Eg: T2 and