public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/58028] New: [4.9 Regression] Several failures in libgomp.graphite after revision 200946
@ 2013-07-30 13:20 dominiq at lps dot ens.fr
  2013-08-09 13:02 ` [Bug tree-optimization/58028] " ro at gcc dot gnu.org
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-07-30 13:20 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 58028
           Summary: [4.9 Regression] Several failures in libgomp.graphite
                    after revision 200946
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dominiq at lps dot ens.fr
                CC: grosser at gcc dot gnu.org

At revision 200946 the following failures (not seen in r200874) appeared (see
also http://gcc.gnu.org/ml/gcc-testresults/2013-07/msg02544.html ):

FAIL: libgomp.graphite/bounds.c scan-tree-dump-times graphite "0 loops carried
no dependency" 1
FAIL: libgomp.graphite/force-parallel-4.c execution test
FAIL: libgomp.graphite/force-parallel-4.c scan-tree-dump-times graphite "2
loops carried no dependency" 1
FAIL: libgomp.graphite/force-parallel-6.c scan-tree-dump-times graphite "1
loops carried no dependency" 1
FAIL: libgomp.graphite/pr41118.c scan-tree-dump-times optimized "loopfn" 0

with -m32 and -m64 (for r201008, the libgomp.graphite/force-parallel-4.c
execution test failed only with -m32, for r201274 and newer it fails with both
-m32/-m64).


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

* [Bug tree-optimization/58028] [4.9 Regression] Several failures in libgomp.graphite after revision 200946
  2013-07-30 13:20 [Bug tree-optimization/58028] New: [4.9 Regression] Several failures in libgomp.graphite after revision 200946 dominiq at lps dot ens.fr
@ 2013-08-09 13:02 ` ro at gcc dot gnu.org
  2013-10-30 13:18 ` rguenth at gcc dot gnu.org
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ro at gcc dot gnu.org @ 2013-08-09 13:02 UTC (permalink / raw)
  To: gcc-bugs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-08-09
                 CC|                            |ro at gcc dot gnu.org
   Target Milestone|---                         |4.9.0
     Ever confirmed|0                           |1

--- Comment #1 from Rainer Orth <ro at gcc dot gnu.org> ---
Confirmed: also seen on Solaris/SPARC and x86.

  Rainer


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

* [Bug tree-optimization/58028] [4.9 Regression] Several failures in libgomp.graphite after revision 200946
  2013-07-30 13:20 [Bug tree-optimization/58028] New: [4.9 Regression] Several failures in libgomp.graphite after revision 200946 dominiq at lps dot ens.fr
  2013-08-09 13:02 ` [Bug tree-optimization/58028] " ro at gcc dot gnu.org
@ 2013-10-30 13:18 ` rguenth at gcc dot gnu.org
  2013-11-10 20:42 ` dominiq at lps dot ens.fr
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-10-30 13:18 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


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

* [Bug tree-optimization/58028] [4.9 Regression] Several failures in libgomp.graphite after revision 200946
  2013-07-30 13:20 [Bug tree-optimization/58028] New: [4.9 Regression] Several failures in libgomp.graphite after revision 200946 dominiq at lps dot ens.fr
  2013-08-09 13:02 ` [Bug tree-optimization/58028] " ro at gcc dot gnu.org
  2013-10-30 13:18 ` rguenth at gcc dot gnu.org
@ 2013-11-10 20:42 ` dominiq at lps dot ens.fr
  2013-11-11  9:15 ` rguenth at gcc dot gnu.org
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-11-10 20:42 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenther at suse dot de

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
What is the "fix or revert" policy?


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

* [Bug tree-optimization/58028] [4.9 Regression] Several failures in libgomp.graphite after revision 200946
  2013-07-30 13:20 [Bug tree-optimization/58028] New: [4.9 Regression] Several failures in libgomp.graphite after revision 200946 dominiq at lps dot ens.fr
                   ` (2 preceding siblings ...)
  2013-11-10 20:42 ` dominiq at lps dot ens.fr
@ 2013-11-11  9:15 ` rguenth at gcc dot gnu.org
  2013-11-20 11:58 ` graham at opengamma dot com
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-11-11  9:15 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|rguenther at suse dot de           |rguenth at gcc dot gnu.org
             Blocks|                            |54094

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
First identify the revision that caused this.  I would guess it's

2013-07-13  Tobias Grosser  <tobias@grosser.es>

       PR tree-optimization/54094
       * graphite-clast-to-gimple.c (translate_clast_for_loop): Derive the
         scheduling dimension for the parallelism check from the polyhedral
         information in the AST.
       * graphite-dependences.c (carries_deps): Do not assume the schedule is
         in 2D + 1 form.

?


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

* [Bug tree-optimization/58028] [4.9 Regression] Several failures in libgomp.graphite after revision 200946
  2013-07-30 13:20 [Bug tree-optimization/58028] New: [4.9 Regression] Several failures in libgomp.graphite after revision 200946 dominiq at lps dot ens.fr
                   ` (3 preceding siblings ...)
  2013-11-11  9:15 ` rguenth at gcc dot gnu.org
@ 2013-11-20 11:58 ` graham at opengamma dot com
  2014-01-29 11:59 ` jakub at gcc dot gnu.org
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: graham at opengamma dot com @ 2013-11-20 11:58 UTC (permalink / raw)
  To: gcc-bugs

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

Graham Markall <graham at opengamma dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |graham at opengamma dot com

--- Comment #4 from Graham Markall <graham at opengamma dot com> ---
I also came across this on x86_64. Reverting the commit suggested by Richard
Biener seems to fix these failures on my system (however, the minimal testcase
from PR 54094 causes an ICE again, as may be expected). This was with version:

$ gcc --version
gcc (GCC) 4.9.0 20131119 (experimental)

That I built from:

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205019
138bc75d-0d04-0410-961f-82ee72b054a4

Unfortunately I am not knowledgeable enough to provide a proper fix - however,
I would be happy to assist in testing such a fix.


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

* [Bug tree-optimization/58028] [4.9 Regression] Several failures in libgomp.graphite after revision 200946
  2013-07-30 13:20 [Bug tree-optimization/58028] New: [4.9 Regression] Several failures in libgomp.graphite after revision 200946 dominiq at lps dot ens.fr
                   ` (4 preceding siblings ...)
  2013-11-20 11:58 ` graham at opengamma dot com
@ 2014-01-29 11:59 ` jakub at gcc dot gnu.org
  2014-01-29 12:03 ` rguenth at gcc dot gnu.org
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-01-29 11:59 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Is graphite, given its lack of active maintainance, worth the P1 importance?


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

* [Bug tree-optimization/58028] [4.9 Regression] Several failures in libgomp.graphite after revision 200946
  2013-07-30 13:20 [Bug tree-optimization/58028] New: [4.9 Regression] Several failures in libgomp.graphite after revision 200946 dominiq at lps dot ens.fr
                   ` (5 preceding siblings ...)
  2014-01-29 11:59 ` jakub at gcc dot gnu.org
@ 2014-01-29 12:03 ` rguenth at gcc dot gnu.org
  2014-01-29 12:09 ` dominiq at lps dot ens.fr
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-01-29 12:03 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
The testsuite failures are.  We have to do sth about them.


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

* [Bug tree-optimization/58028] [4.9 Regression] Several failures in libgomp.graphite after revision 200946
  2013-07-30 13:20 [Bug tree-optimization/58028] New: [4.9 Regression] Several failures in libgomp.graphite after revision 200946 dominiq at lps dot ens.fr
                   ` (6 preceding siblings ...)
  2014-01-29 12:03 ` rguenth at gcc dot gnu.org
@ 2014-01-29 12:09 ` dominiq at lps dot ens.fr
  2014-01-29 12:40 ` rguenther at suse dot de
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dominiq at lps dot ens.fr @ 2014-01-29 12:09 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> The testsuite failures are.  We have to do sth about them.

Revert r200946?


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

* [Bug tree-optimization/58028] [4.9 Regression] Several failures in libgomp.graphite after revision 200946
  2013-07-30 13:20 [Bug tree-optimization/58028] New: [4.9 Regression] Several failures in libgomp.graphite after revision 200946 dominiq at lps dot ens.fr
                   ` (7 preceding siblings ...)
  2014-01-29 12:09 ` dominiq at lps dot ens.fr
@ 2014-01-29 12:40 ` rguenther at suse dot de
  2014-01-29 12:52 ` grosser at gcc dot gnu.org
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rguenther at suse dot de @ 2014-01-29 12:40 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from rguenther at suse dot de <rguenther at suse dot de> ---
On Wed, 29 Jan 2014, dominiq at lps dot ens.fr wrote:

> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58028
> 
> --- Comment #7 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> > The testsuite failures are.  We have to do sth about them.
> 
> Revert r200946?

Probably - the

+       * graphite-dependences.c (carries_deps): Do not assume the 
schedule is
+         in 2D + 1 form.

part looks wrong.

-  idx = 2 * depth + 1;
-  for (i = 0; i < idx; i++)
+  for (i = 0; i < depth - 1; i++)

we now iterate over less dimensions than before.

I'd say we should simply check whether the loop _is_ in 2D + 1 form
at

+  isl_set *domain = isl_set_from_cloog_domain (stmt->domain);
+  int scheduling_dim = isl_set_n_dim (domain);
+
   if (flag_loop_parallelize_all
-      && loop_is_parallel_p (loop, bb_pbb_mapping, level))
+      && loop_is_parallel_p (loop, bb_pbb_mapping, scheduling_dim))
     loop->can_be_parallel = true;

thus

   if (flag_loop_parallelize_all
       && scheduling_dim == 2 * level + 1
       && loop_is_parallel_p (loop, bb_pbb_mapping, level)
     loop->can_be_parallel = true;

no time to check whether reverting the other hunk plus this will
resolve the bug the revision fixed and restores the testcases.


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

* [Bug tree-optimization/58028] [4.9 Regression] Several failures in libgomp.graphite after revision 200946
  2013-07-30 13:20 [Bug tree-optimization/58028] New: [4.9 Regression] Several failures in libgomp.graphite after revision 200946 dominiq at lps dot ens.fr
                   ` (8 preceding siblings ...)
  2014-01-29 12:40 ` rguenther at suse dot de
@ 2014-01-29 12:52 ` grosser at gcc dot gnu.org
  2014-01-29 14:03 ` rguenther at suse dot de
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: grosser at gcc dot gnu.org @ 2014-01-29 12:52 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from Tobias Grosser <grosser at gcc dot gnu.org> ---
(In reply to rguenther@suse.de from comment #8)
> On Wed, 29 Jan 2014, dominiq at lps dot ens.fr wrote:
> 
> > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58028
> > 
> > --- Comment #7 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> > > The testsuite failures are.  We have to do sth about them.
> > 
> > Revert r200946?
> 
> Probably - the
> 
> +       * graphite-dependences.c (carries_deps): Do not assume the 
> schedule is
> +         in 2D + 1 form.
> 
> part looks wrong.
> 
> -  idx = 2 * depth + 1;
> -  for (i = 0; i < idx; i++)
> +  for (i = 0; i < depth - 1; i++)
> 
> we now iterate over less dimensions than before.

Only in cases where the schedule is not in 2D + 1 form. In case the schedule
is in 2D + 1 form 

int scheduling_dim = isl_set_n_dim (domain);

will be equal to 2 * depth + 1.

> I'd say we should simply check whether the loop _is_ in 2D + 1 form
> at
> 
> +  isl_set *domain = isl_set_from_cloog_domain (stmt->domain);
> +  int scheduling_dim = isl_set_n_dim (domain);
> +
>    if (flag_loop_parallelize_all
> -      && loop_is_parallel_p (loop, bb_pbb_mapping, level))
> +      && loop_is_parallel_p (loop, bb_pbb_mapping, scheduling_dim))
>      loop->can_be_parallel = true;
>  
> thus
> 
>    if (flag_loop_parallelize_all
>        && scheduling_dim == 2 * level + 1
>        && loop_is_parallel_p (loop, bb_pbb_mapping, level)
>      loop->can_be_parallel = true;

The change you propose seems conservatively correct, as in that loops that
are not in 2D + 1 form are not detected to be parallel. This change may hide
the bug, but I don't see any bug it solves.

> no time to check whether reverting the other hunk plus this will
> resolve the bug the revision fixed and restores the testcases.

I assume it will fix the crash, but it will not detect parallellism in none
2D+1 loops, something the isl scheduler happily creates.


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

* [Bug tree-optimization/58028] [4.9 Regression] Several failures in libgomp.graphite after revision 200946
  2013-07-30 13:20 [Bug tree-optimization/58028] New: [4.9 Regression] Several failures in libgomp.graphite after revision 200946 dominiq at lps dot ens.fr
                   ` (9 preceding siblings ...)
  2014-01-29 12:52 ` grosser at gcc dot gnu.org
@ 2014-01-29 14:03 ` rguenther at suse dot de
  2014-02-03 15:33 ` grosser at gcc dot gnu.org
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rguenther at suse dot de @ 2014-01-29 14:03 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from rguenther at suse dot de <rguenther at suse dot de> ---
On Wed, 29 Jan 2014, grosser at gcc dot gnu.org wrote:

> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58028
> 
> --- Comment #9 from Tobias Grosser <grosser at gcc dot gnu.org> ---
> (In reply to rguenther@suse.de from comment #8)
> > On Wed, 29 Jan 2014, dominiq at lps dot ens.fr wrote:
> > 
> > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58028
> > > 
> > > --- Comment #7 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> > > > The testsuite failures are.  We have to do sth about them.
> > > 
> > > Revert r200946?
> > 
> > Probably - the
> > 
> > +       * graphite-dependences.c (carries_deps): Do not assume the 
> > schedule is
> > +         in 2D + 1 form.
> > 
> > part looks wrong.
> > 
> > -  idx = 2 * depth + 1;
> > -  for (i = 0; i < idx; i++)
> > +  for (i = 0; i < depth - 1; i++)
> > 
> > we now iterate over less dimensions than before.
> 
> Only in cases where the schedule is not in 2D + 1 form. In case the schedule
> is in 2D + 1 form 
> 
> int scheduling_dim = isl_set_n_dim (domain);
> 
> will be equal to 2 * depth + 1.
> 
> > I'd say we should simply check whether the loop _is_ in 2D + 1 form
> > at
> > 
> > +  isl_set *domain = isl_set_from_cloog_domain (stmt->domain);
> > +  int scheduling_dim = isl_set_n_dim (domain);
> > +
> >    if (flag_loop_parallelize_all
> > -      && loop_is_parallel_p (loop, bb_pbb_mapping, level))
> > +      && loop_is_parallel_p (loop, bb_pbb_mapping, scheduling_dim))
> >      loop->can_be_parallel = true;
> >  
> > thus
> > 
> >    if (flag_loop_parallelize_all
> >        && scheduling_dim == 2 * level + 1
> >        && loop_is_parallel_p (loop, bb_pbb_mapping, level)
> >      loop->can_be_parallel = true;
> 
> The change you propose seems conservatively correct, as in that loops that
> are not in 2D + 1 form are not detected to be parallel. This change may hide
> the bug, but I don't see any bug it solves.

It may solve the fallout from your change - I don't have enough
graphite knowledge to fix a real bug there ;)

> > no time to check whether reverting the other hunk plus this will
> > resolve the bug the revision fixed and restores the testcases.
> 
> I assume it will fix the crash, but it will not detect parallellism in none
> 2D+1 loops, something the isl scheduler happily creates.

Sure.  We'd be much happier if the real bug was fixed, maybe you can
give it a try?  The

FAIL: libgomp.graphite/force-parallel-4.c execution test
FAIL: libgomp.graphite/force-parallel-4.c scan-tree-dump-times graphite "2 
loops
 carried no dependency" 1

FAIL suggests that we miss some dependency now.


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

* [Bug tree-optimization/58028] [4.9 Regression] Several failures in libgomp.graphite after revision 200946
  2013-07-30 13:20 [Bug tree-optimization/58028] New: [4.9 Regression] Several failures in libgomp.graphite after revision 200946 dominiq at lps dot ens.fr
                   ` (10 preceding siblings ...)
  2014-01-29 14:03 ` rguenther at suse dot de
@ 2014-02-03 15:33 ` grosser at gcc dot gnu.org
  2014-02-04  9:49 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: grosser at gcc dot gnu.org @ 2014-02-03 15:33 UTC (permalink / raw)
  To: gcc-bugs

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

Tobias Grosser <grosser at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #11 from Tobias Grosser <grosser at gcc dot gnu.org> ---
Thanks Richi for starting to look into this. As posted in the other bug report
Mircea, will be taking over the maintenance work with graphite, looking into
this bug report with priority. I will be helping him to come to speed with
graphite.


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

* [Bug tree-optimization/58028] [4.9 Regression] Several failures in libgomp.graphite after revision 200946
  2013-07-30 13:20 [Bug tree-optimization/58028] New: [4.9 Regression] Several failures in libgomp.graphite after revision 200946 dominiq at lps dot ens.fr
                   ` (11 preceding siblings ...)
  2014-02-03 15:33 ` grosser at gcc dot gnu.org
@ 2014-02-04  9:49 ` rguenth at gcc dot gnu.org
  2014-03-03 11:40 ` rguenth at gcc dot gnu.org
  2014-03-03 11:40 ` rguenth at gcc dot gnu.org
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-02-04  9:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #12 from Richard Biener <rguenth at gcc dot gnu.org> ---
That's good news!


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

* [Bug tree-optimization/58028] [4.9 Regression] Several failures in libgomp.graphite after revision 200946
  2013-07-30 13:20 [Bug tree-optimization/58028] New: [4.9 Regression] Several failures in libgomp.graphite after revision 200946 dominiq at lps dot ens.fr
                   ` (12 preceding siblings ...)
  2014-02-04  9:49 ` rguenth at gcc dot gnu.org
@ 2014-03-03 11:40 ` rguenth at gcc dot gnu.org
  2014-03-03 11:40 ` rguenth at gcc dot gnu.org
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-03-03 11:40 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #13 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed.


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

* [Bug tree-optimization/58028] [4.9 Regression] Several failures in libgomp.graphite after revision 200946
  2013-07-30 13:20 [Bug tree-optimization/58028] New: [4.9 Regression] Several failures in libgomp.graphite after revision 200946 dominiq at lps dot ens.fr
                   ` (13 preceding siblings ...)
  2014-03-03 11:40 ` rguenth at gcc dot gnu.org
@ 2014-03-03 11:40 ` rguenth at gcc dot gnu.org
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-03-03 11:40 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #13 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed.

--- Comment #14 from Richard Biener <rguenth at gcc dot gnu.org> ---
Author: rguenth
Date: Mon Mar  3 11:39:22 2014
New Revision: 208273

URL: http://gcc.gnu.org/viewcvs?rev=208273&root=gcc&view=rev
Log:
2014-03-03  Tobias Grosser  <tobias@grosser.es>
    Mircea Namolaru  <mircea.namolaru@inria.fr>

    PR tree-optimization/58028
    * graphite-clast-to-gimple.c (set_cloog_options): Don't remove
    scalar dimensions.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/graphite-clast-to-gimple.c


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

end of thread, other threads:[~2014-03-03 11:40 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-30 13:20 [Bug tree-optimization/58028] New: [4.9 Regression] Several failures in libgomp.graphite after revision 200946 dominiq at lps dot ens.fr
2013-08-09 13:02 ` [Bug tree-optimization/58028] " ro at gcc dot gnu.org
2013-10-30 13:18 ` rguenth at gcc dot gnu.org
2013-11-10 20:42 ` dominiq at lps dot ens.fr
2013-11-11  9:15 ` rguenth at gcc dot gnu.org
2013-11-20 11:58 ` graham at opengamma dot com
2014-01-29 11:59 ` jakub at gcc dot gnu.org
2014-01-29 12:03 ` rguenth at gcc dot gnu.org
2014-01-29 12:09 ` dominiq at lps dot ens.fr
2014-01-29 12:40 ` rguenther at suse dot de
2014-01-29 12:52 ` grosser at gcc dot gnu.org
2014-01-29 14:03 ` rguenther at suse dot de
2014-02-03 15:33 ` grosser at gcc dot gnu.org
2014-02-04  9:49 ` rguenth at gcc dot gnu.org
2014-03-03 11:40 ` rguenth at gcc dot gnu.org
2014-03-03 11:40 ` 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).