Re: [PATCH] PR32219, weak hidden reference segfault [PING^2]

2013-08-05 Thread Richard Sandiford
Mike Stump writes: > On Aug 4, 2013, at 8:14 AM, Chung-Lin Tang wrote: >> On 13/7/15 1:43 AM, Diego Novillo wrote: >>> Could you please repost the patch with its description? This thread >>> is sufficiently old and noisy that I'm not even sure what the patch >>> does nor why. >> >> Taking the s

Re: [PATCH] PR32219, weak hidden reference segfault [PING^2]

2013-08-05 Thread Chung-Lin Tang
On 13/8/5 下午10:24, Mike Stump wrote: > On Aug 5, 2013, at 7:15 AM, Chung-Lin Tang wrote: >> On 13/8/5 10:06 PM, Mike Stump wrote: >>> On Aug 4, 2013, at 8:14 AM, Chung-Lin Tang wrote: On 13/7/15 1:43 AM, Diego Novillo wrote: > Could you please repost the patch with its description? This

Re: [PATCH] PR32219, weak hidden reference segfault [PING^2]

2013-08-05 Thread Mike Stump
On Aug 5, 2013, at 7:15 AM, Chung-Lin Tang wrote: > On 13/8/5 10:06 PM, Mike Stump wrote: >> On Aug 4, 2013, at 8:14 AM, Chung-Lin Tang wrote: >>> On 13/7/15 1:43 AM, Diego Novillo wrote: Could you please repost the patch with its description? This thread is sufficiently old and noisy

Re: [PATCH] PR32219, weak hidden reference segfault [PING^2]

2013-08-05 Thread Chung-Lin Tang
On 13/8/5 10:06 PM, Mike Stump wrote: > On Aug 4, 2013, at 8:14 AM, Chung-Lin Tang wrote: >> On 13/7/15 1:43 AM, Diego Novillo wrote: >>> Could you please repost the patch with its description? This thread >>> is sufficiently old and noisy that I'm not even sure what the patch >>> does nor why. >

Re: [PATCH] PR32219, weak hidden reference segfault [PING^2]

2013-08-05 Thread Mike Stump
[ sorry for the dup ] On Aug 4, 2013, at 8:14 AM, Chung-Lin Tang wrote: > On 13/7/15 1:43 AM, Diego Novillo wrote: >> Could you please repost the patch with its description? This thread >> is sufficiently old and noisy that I'm not even sure what the patch >> does nor why. > > Taking the same

Re: [PATCH] PR32219, weak hidden reference segfault [PING^2]

2013-08-05 Thread Mike Stump
On Aug 4, 2013, at 8:14 AM, Chung-Lin Tang wrote: > On 13/7/15 1:43 AM, Diego Novillo wrote: >> Could you please repost the patch with its description? This thread >> is sufficiently old and noisy that I'm not even sure what the patch >> does nor why. > > Taking the same example in my first post

Re: [PATCH] PR32219, weak hidden reference segfault [PING^2]

2013-08-04 Thread Bernhard Reutner-Fischer
On 4 August 2013 17:14:36 Chung-Lin Tang wrote: On 13/7/15 1:43 AM, Diego Novillo wrote: > Could you please repost the patch with its description? This thread > is sufficiently old and noisy that I'm not even sure what the patch > does nor why. Taking the same example in my first post: extern

Re: [PATCH] PR32219, weak hidden reference segfault [PING^2]

2013-08-04 Thread Chung-Lin Tang
On 13/7/15 1:43 AM, Diego Novillo wrote: > Could you please repost the patch with its description? This thread > is sufficiently old and noisy that I'm not even sure what the patch > does nor why. Taking the same example in my first post: extern void weakfun() __attribute__((weak,visibility("hid

Re: [PATCH] PR32219, weak hidden reference segfault [PING^2]

2013-08-01 Thread Chung-Lin Tang
On 13/8/1 5:16 PM, Bernhard Reutner-Fischer wrote: > On 14 July 2013 19:43, Diego Novillo wrote: >> On Sun, Jul 14, 2013 at 2:08 AM, Chung-Lin Tang >> wrote: >>> Ping. >> >> Could you please repost the patch with its description? This thread >> is sufficiently old and noisy that I'm not even su

Re: [PATCH] PR32219, weak hidden reference segfault [PING^2]

2013-08-01 Thread Bernhard Reutner-Fischer
On 14 July 2013 19:43, Diego Novillo wrote: > On Sun, Jul 14, 2013 at 2:08 AM, Chung-Lin Tang > wrote: >> Ping. > > Could you please repost the patch with its description? This thread > is sufficiently old and noisy that I'm not even sure what the patch > does nor why. Chung-Lin Tang, can you

Re: [PATCH] PR32219, weak hidden reference segfault [PING^2]

2013-07-14 Thread Diego Novillo
On Sun, Jul 14, 2013 at 2:08 AM, Chung-Lin Tang wrote: > Ping. Could you please repost the patch with its description? This thread is sufficiently old and noisy that I'm not even sure what the patch does nor why. Thanks. Diego.

Re: [PATCH] PR32219, weak hidden reference segfault [PING^2]

2013-07-14 Thread Chung-Lin Tang
Ping. On 2013/6/20 03:01 PM, Chung-Lin Tang wrote: > Ping again? > > On 13/6/11 5:20 PM, Bernhard Reutner-Fischer wrote: >> ping, CCing middle-end maintainers for review. >> >> On 31 May 2013 10:13, Chung-Lin Tang wrote: >>> On 13/5/15 8:12 PM, Richard Sandiford wrote: Chung-Lin Tang write