Thanks, Jonathan. I've created DEV-PHASE and now it works
От: Jonathan Wakely [jwakely@gmail.com]
Отправлено: 9 июня 2011 г. 20:32
Кому: Vlad Krylov
Копия: gcc@gcc.gnu.org
Тема: Re: How to set revision_string in version.c?
On 9 June 2011 17:12, Vlad Kry
Ian Lance Taylor schrieb:
> Georg-Johann Lay writes:
>
>> Ian Lance Taylor schrieb:
>>> Georg-Johann Lay writes:
>>>
>> Wondering why there is now just another t-target, both t-targets
>> containing snips of libgcc.
>
> There is a very slowly moving incomplete transition to move all the
> libgc
Georg-Johann Lay writes:
>> If you are creating new files you can help that transition by creating
>> them in libgcc rather than gcc.
>
> May I say that I like the "classical" setup more because all target
> dependent code resides in
>./gcc/config/$target
> (besides some lines for adding a ta
Hello,
I have written a new page on the wiki
(http://gcc.gnu.org/wiki/MELTPerformanceTest) about the performance of
GCC using a MELT plugin. This can be usefull to see what take too much
time in MELT (it looks like we spend a lot of time in the garbage
collector, this might be highly improved
Hi,
Is there an interface provided in GCC to clone the current function?
I searched in the source code but failed, just in case I'm going wrong.
Thanks,
Feng
On Tue, Jun 14, 2011 at 8:27 PM, Joern Rennecke wrote:
> Quoting "H.J. Lu" :
>
>> Do you have a testcase for i386?
>
> struct args { int i0, i1; };
>
> union args_u { struct args *a; } __attribute__((transparent_union));
>
> union args_u
> f (union args_u in)
> {
> union args_u out;
>
> out.a =
Hi,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49408
struct S {
void m (int x) {}
};
template
struct K {
void f () { S s; (s.*F) (5); }
};
int main () {
K<&S::m> k;
k.f ();
}
<1><64>: Abbrev Number: 8 (DW_TAG_structure_type)
<65> DW_AT_name: K<&S::m>
Quoting "H.J. Lu" :
On Tue, Jun 14, 2011 at 8:27 PM, Joern Rennecke wrote:
Quoting "H.J. Lu" :
Do you have a testcase for i386?
struct args { int i0, i1; };
union args_u { struct args *a; } __attribute__((transparent_union));
union args_u
f (union args_u in)
{
union args_u out;
out.a
On Wed, Jun 15, 2011 at 2:47 PM, Joern Rennecke wrote:
> Quoting "H.J. Lu" :
>
>> On Tue, Jun 14, 2011 at 8:27 PM, Joern Rennecke
>> wrote:
>>>
>>> Quoting "H.J. Lu" :
>>>
Do you have a testcase for i386?
>>>
>>> struct args { int i0, i1; };
>>>
>>> union args_u { struct args *a; } __attribu