public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: Updated^2: RFA: Fix middle-end/46500 (void * encapsulated)
       [not found]       ` <Pine.LNX.4.64.1105071559200.24964@digraph.polyomino.org.uk>
@ 2011-05-07 19:12         ` Joern Rennecke
  2011-05-14 14:35           ` Ping: " Joern Rennecke
  0 siblings, 1 reply; 7+ messages in thread
From: Joern Rennecke @ 2011-05-07 19:12 UTC (permalink / raw)
  To: Joseph S. Myers; +Cc: gcc-patches, java-patches, fortran

[-- Attachment #1: Type: text/plain, Size: 1169 bytes --]

Quoting "Joseph S. Myers" <joseph@codesourcery.com>:

> The c-opts.c change to include tm.h seems independent of the rest of the
> patch, and is incorrect since the file already has an explicit tm.h
> include with a comment saying why it's included.

Yes, I've left this bit out now.  It used to be necessary, but it has been
obsoleted by your c-opts.c patch last month.

> I think it would be a
> good idea for the java/expr.c include (which I can't approve, Java patches
> should best be CC:ed to java-patches) to have a comment saying what target
> macros are used

Added.

> Similar comments also apply to the fortran/trans-types.c change: send to
> the fortran list as well as gcc-patches, include a comment listing the
> target macros involved (BOOL_TYPE_SIZE CHAR_TYPE_SIZE DOUBLE_TYPE_SIZE
> FLOAT_TYPE_SIZE INT_TYPE_SIZE LIBGCC2_HAS_TF_MODE LONG_DOUBLE_TYPE_SIZE
> LONG_LONG_TYPE_SIZE LONG_TYPE_SIZE POINTER_SIZE SHORT_TYPE_SIZE
> SIZE_TYPE).

Instead of including SIZE_TYPE in this list, I've removed the #if 0 code
that did (not) use it.
I've also added 2011 to the Copyright years in touched files that  
didn't already
have it.

[-- Attachment #2: pr46500-patch-20110507-2.gz --]
[-- Type: application/x-gzip, Size: 29333 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Ping: Re: Updated^2: RFA: Fix middle-end/46500 (void * encapsulated)
  2011-05-07 19:12         ` Updated^2: RFA: Fix middle-end/46500 (void * encapsulated) Joern Rennecke
@ 2011-05-14 14:35           ` Joern Rennecke
  2011-05-14 14:43             ` Tobias Burnus
  2011-05-21 19:29             ` Ping^2: " Joern Rennecke
  0 siblings, 2 replies; 7+ messages in thread
From: Joern Rennecke @ 2011-05-14 14:35 UTC (permalink / raw)
  To: gcc-patches; +Cc: Joseph S. Myers, java-patches, fortran

This patch hasn't been reviewed for a week:
http://gcc.gnu.org/ml/gcc-patches/2011-05/msg00582.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Ping: Re: Updated^2: RFA: Fix middle-end/46500 (void * encapsulated)
  2011-05-14 14:35           ` Ping: " Joern Rennecke
@ 2011-05-14 14:43             ` Tobias Burnus
  2011-05-16  9:08               ` Andrew Haley
  2011-05-21 19:29             ` Ping^2: " Joern Rennecke
  1 sibling, 1 reply; 7+ messages in thread
From: Tobias Burnus @ 2011-05-14 14:43 UTC (permalink / raw)
  To: Joern Rennecke; +Cc: gcc-patches, Joseph S. Myers, java-patches, fortran

Joern Rennecke wrote:
> This patch hasn't been reviewed for a week:
> http://gcc.gnu.org/ml/gcc-patches/2011-05/msg00582.html
>

The Fortran bits are OK.

Tobias

PS: For those, who have not looked at the patch, the Fortran-relevant 
part is '#include "tm.h"' and the removal of "#if 0" code.


2010-05-07  Joern Rennecke <joern.rennecke@embecosm.com>

         PR middle-end/46500
gcc:
         * target.h: Don't include "tm.h" .
[...]
gcc/fortran:
         * trans-types.c: Include "tm.h" .
         [0] (c_size_t_size): Remove.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Ping: Re: Updated^2: RFA: Fix middle-end/46500 (void * encapsulated)
  2011-05-14 14:43             ` Tobias Burnus
@ 2011-05-16  9:08               ` Andrew Haley
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Haley @ 2011-05-16  9:08 UTC (permalink / raw)
  To: java-patches

On 14/05/11 15:43, Tobias Burnus wrote:
> Joern Rennecke wrote:
>> This patch hasn't been reviewed for a week:
>> http://gcc.gnu.org/ml/gcc-patches/2011-05/msg00582.html
>>
> 
> The Fortran bits are OK.

As is the Java bit.

Andrew.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Ping^2: Re: Updated^2: RFA: Fix middle-end/46500 (void * encapsulated)
  2011-05-14 14:35           ` Ping: " Joern Rennecke
  2011-05-14 14:43             ` Tobias Burnus
@ 2011-05-21 19:29             ` Joern Rennecke
  2011-05-30  3:27               ` Ping^3: " Joern Rennecke
  1 sibling, 1 reply; 7+ messages in thread
From: Joern Rennecke @ 2011-05-21 19:29 UTC (permalink / raw)
  To: gcc-patches; +Cc: java-patches

Except or the fortran bits (committed), this patch hasn't been reviewed for
two weeks:
http://gcc.gnu.org/ml/gcc-patches/2011-05/msg00582.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Ping^3: Re: Updated^2: RFA: Fix middle-end/46500 (void * encapsulated)
  2011-05-21 19:29             ` Ping^2: " Joern Rennecke
@ 2011-05-30  3:27               ` Joern Rennecke
  2011-05-30  8:28                 ` Andrew Haley
  0 siblings, 1 reply; 7+ messages in thread
From: Joern Rennecke @ 2011-05-30  3:27 UTC (permalink / raw)
  To: gcc-patches; +Cc: java-patches

Except or the fortran bits (committed), this patch hasn't been reviewed for
three weeks:
http://gcc.gnu.org/ml/gcc-patches/2011-05/msg00582.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Ping^3: Re: Updated^2: RFA: Fix middle-end/46500 (void * encapsulated)
  2011-05-30  3:27               ` Ping^3: " Joern Rennecke
@ 2011-05-30  8:28                 ` Andrew Haley
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Haley @ 2011-05-30  8:28 UTC (permalink / raw)
  To: Joern Rennecke; +Cc: gcc-patches, java-patches

On 30/05/11 04:26, Joern Rennecke wrote:
> Except or the fortran bits (committed), this patch hasn't been reviewed for
> three weeks:
> http://gcc.gnu.org/ml/gcc-patches/2011-05/msg00582.html

This is OK.  I said so already.

Andrew.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-05-30  8:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20101116234626.u7kpzzukn34kogkk-nzlynne@webmail.spamcop.net>
     [not found] ` <20101118223203.muhg2uba8gww48co-nzlynne@webmail.spamcop.net>
     [not found]   ` <20110507114245.8rcb4f6n0gggwggk-nzlynne@webmail.spamcop.net>
     [not found]     ` <Pine.LNX.4.64.1105071546350.24964@digraph.polyomino.org.uk>
     [not found]       ` <Pine.LNX.4.64.1105071559200.24964@digraph.polyomino.org.uk>
2011-05-07 19:12         ` Updated^2: RFA: Fix middle-end/46500 (void * encapsulated) Joern Rennecke
2011-05-14 14:35           ` Ping: " Joern Rennecke
2011-05-14 14:43             ` Tobias Burnus
2011-05-16  9:08               ` Andrew Haley
2011-05-21 19:29             ` Ping^2: " Joern Rennecke
2011-05-30  3:27               ` Ping^3: " Joern Rennecke
2011-05-30  8:28                 ` Andrew Haley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).