Can you file this as a bug report in GCC Bugzilla?
I assume that the target is Alpha?
Thanks, David
On Mon, Apr 17, 2017 at 9:11 AM, comp wrote:
>
> Hi all,
> I recently have a problem with LRA.
> 1 The Bug use case
> int a=10;
> float c=2.0,d;
> main()
> {
> float b;
> *(int*)&
Hi all,
I recently have a problem with LRA.
1 The Bug use case
int a=10;
float c=2.0,d;
main()
{
float b;
*(int*)&b=a;
d=b+c;
}
2 The problem description
In the pass LRA, curr_insn_transform () deal with the addition statement d = b
+ c, the corresponding rtx expression
Sorry, but my code have two bugs. I correct it in this mail.
Sławomir Lach.
W dniu 17.04.2017, pon o godzinie 10∶20 +0200, użytkownik Sławomir Lach
napisał:
> Hi.
>
> I am Lach Sławomir from Poland, Bytom. I am beginner developer in
> C/C++, Python, TypeScript, EcmaScript, etc.
>
> I'm wonder h
Hi.
I am Lach Sławomir from Poland, Bytom. I am beginner developer in
C/C++, Python, TypeScript, EcmaScript, etc.
I'm wonder how wonderful stuff can be done if GNU Compilers Collection
allow developers to use JavaScript inside other language code as
preprocessor.
- Developer could use arrays
- D