This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Delivery Status Notification (Failure)


Tobias' address doesn't accept my mails. Tobias, I hope you get those I send to the list.

FX

Le 28 aoÃt 2010 Ã 11:58, Mail Delivery Subsystem <mailer-daemon@googlemail.com> a Ãcrit :

> Delivery to the following recipient failed permanently:
> 
>     burnus@net-b.de
> 
> Technical details of permanent failure: 
> Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550-Message rejected because mail-ww0-f45.google.com [74.125.82.45] is
> 550-blacklisted at safe.dnsbl.sorbs.net see Currently Sending Spam See:
> 550 http://www.sorbs.net/lookup.shtml?74.125.82.45 (state 14).
> 
> ----- Original message -----
> 
> Received: by 10.227.136.69 with SMTP id q5mr1807220wbt.202.1282989502477;
>        Sat, 28 Aug 2010 02:58:22 -0700 (PDT)
> Return-Path: <fxcoudert@gmail.com>
> Received: from [192.168.1.8] (85-170-0-58.rev.numericable.fr [85.170.0.58])
>        by mx.google.com with ESMTPS id w29sm3068376weq.42.2010.08.28.02.58.19
>        (version=TLSv1/SSLv3 cipher=RC4-MD5);
>        Sat, 28 Aug 2010 02:58:21 -0700 (PDT)
> Subject: Re: __float128 FE patch
> References: <4C78C849.8040001@net-b.de>
> From: FX <fxcoudert@gmail.com>
> Content-Type: text/plain; charset=utf-8
> In-Reply-To: <4C78C849.8040001@net-b.de>
> Date: Sat, 28 Aug 2010 11:34:58 +0200
> Message-Id: <3F3FE742-30AA-4550-A157-4256906C3673@gmail.com>
> To: Tobias Burnus <burnus@net-b.de>
> Content-Transfer-Encoding: quoted-printable
> Mime-Version: 1.0 (iPod Mail 8A400)
> X-Mailer: iPod Mail (8A400)
> 
> Will do tomorrow. For now I have reverted this line of the patch
> 
> FX
> 
> Le 28 aoÃt 2010 Ã 10:26, Tobias Burnus <burnus@net-b.de> a Ãcrit :
> 
>> Hi FX,
>> 
>> First question: Will you look at Andrew's patch - or should I do it? I fear we are going to duplicate work.
>> 
>> Some observerations:
>> 
>> a) Andrew's patch also needs:
>> add:
>>  #undef LANG_HOOKS_REGISTER_BUILTIN_TYPE
>> after:
>>  #undef LANG_HOOKS_GET_ARRAY_DESCR_INFO
>> in f95-lang.c
>> 
>> b) gfc_register_builtin_type
>> -     TREE_TYPE (complex_float128_type_node) = scalar_type;
>> +      TREE_TYPE (complex_float128_type_node) = type;
>> 
>> c) trans-types.c still mentions -fsoft-float.
>> 
>> d) It then compiles but segfault in float128_1.f90:
>> 
>> ==27126== Invalid read of size 8
>> ==27126==    at 0x5CEE82: build_call_expr_loc_array (builtins.c:10731)
>> ==27126==    by 0x5CF3DA: build_call_expr_loc (builtins.c:10764)
>> ==27126==    by 0x58EA74: gfc_conv_intrinsic_function (trans-intrinsic.c:1098)
>> ==27126==    by 0x582882: gfc_conv_function_expr (trans-expr.c:3872)
>> ==27126==    by 0x57C359: gfc_trans_assignment_1 (trans-expr.c:5592)
>> ==27126==    by 0x583089: gfc_trans_assignment (trans-expr.c:5766)
>> ==27126==    by 0x55A495: trans_code (trans.c:1098)
>> ==27126==    by 0x576211: gfc_generate_function_code (trans-decl.c:4641)
>> ==27126==    by 0x51EF07: gfc_parse_file (parse.c:4229)
>> ==27126==    by 0x5559F7: gfc_be_parse_file (f95-lang.c:243)
>> ==27126==    by 0x849528: toplev_main (toplev.c:971)
>> ==27126==    by 0x5FF7B7C: (below main) (in /lib64/libc-2.11.2.so)
>> 
>> Tobias


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]