public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/56778] New: ICE on several benchmarks after r196775.
@ 2013-03-29 12:54 ysrumyan at gmail dot com
  2013-04-02  9:04 ` [Bug tree-optimization/56778] " rguenth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ysrumyan at gmail dot com @ 2013-03-29 12:54 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56778

             Bug #: 56778
           Summary: ICE on several benchmarks after r196775.
    Classification: Unclassified
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ysrumyan@gmail.com


We got ICE on several benchmarks that can be reproduced on the simple
test-case:
typedef struct {
  float a,b,c;
} S;

S * arr[100];

void bar (float *in[], int n)
{
  int i;
  for (i=0; i<n; i++)
    (*in)[i] = -arr[i]->b;
}

and compile on x86 with following options:

-march=core-avx2 -O3


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-04-02 13:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-29 12:54 [Bug tree-optimization/56778] New: ICE on several benchmarks after r196775 ysrumyan at gmail dot com
2013-04-02  9:04 ` [Bug tree-optimization/56778] " rguenth at gcc dot gnu.org
2013-04-02  9:04 ` [Bug tree-optimization/56778] [4.9 Regression] " rguenth at gcc dot gnu.org
2013-04-02 11:19 ` rguenth at gcc dot gnu.org
2013-04-02 11:27 ` rguenth at gcc dot gnu.org
2013-04-02 13:31 ` rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).