> On 09/18/2017 11:08 AM, Evgeny Kudryashov wrote:
> > Hello,
> >
> > The code below causes an internal compiler error in cc1plus (trunk on
> > x86-64) if it is compiled with -fdump-ipa-cgraph.
> >
> > int foo () __attribute__ ((target ("default")));
> > int foo () __attribute__ ((target ("sse4.
On 09/18/2017 11:08 AM, Evgeny Kudryashov wrote:
> Hello,
>
> The code below causes an internal compiler error in cc1plus (trunk on x86-64)
> if it is compiled with -fdump-ipa-cgraph.
>
> int foo () __attribute__ ((target ("default")));
> int foo () __attribute__ ((target ("sse4.2")));
>
> __at
Hello,
The code below causes an internal compiler error in cc1plus (trunk on
x86-64) if it is compiled with -fdump-ipa-cgraph.
int foo () __attribute__ ((target ("default")));
int foo () __attribute__ ((target ("sse4.2")));
__attribute__ ((target ("sse4.2")))
int foo ()
{
return 1;
}
The e