OSDN Git Service

2009-10-14 Tobias Grosser <grosser@fim.uni-passau.de>
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Nov 2009 05:03:27 +0000 (05:03 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Nov 2009 05:03:27 +0000 (05:03 +0000)
* testsuite/gcc.dg/graphite/id-15.c: (8 * 8) replaced with
sizeof(unsigned long) to make it run on 32bit systems.

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

gcc/ChangeLog.graphite

index 1a71d65..5d53275 100644 (file)
@@ -1,11 +1,22 @@
+2009-10-14  Tobias Grosser  <grosser@fim.uni-passau.de>
+
+       * testsuite/gcc.dg/graphite/id-15.c: (8 * 8) replaced with
+       sizeof(unsigned long) to make it run on 32bit systems.
+
+2009-10-14  Tobias Grosser  <grosser@fim.uni-passau.de>
+
+       * testsuite/gcc.dg/graphite/run-id-1.c: Use smaller matrix to not
+       SEGFAULT on 32bit.
+
 2009-10-14  Ramakrishna Upadrasta <Ramakrishna.Upadrasta@inria.fr>
 
-       * graphite-sese-to-poly.c (write_alias_graph_to_ascii_dimacs): Fix Comment.
+       * graphite-sese-to-poly.c (write_alias_graph_to_ascii_dimacs): Fix
+       Comment.
        (write_alias_graph_to_ascii_dot): New.
        (write_alias_graph_to_ascii_ecc): Ditto.
-       (partition_drs_to_sets): Add testing of optimality of current method which
-       assigns alias numbers according to DFS Comopnent number.
-       used as heuristic for the upcoming ECC algorithm.
+       (partition_drs_to_sets): Add testing of optimality of current method
+       which assigns alias numbers according to DFS Comopnent number.  used
+       as heuristic for the upcoming ECC algorithm.
        (build_scop_drs): Write to file also with the ecc and dot format.
 
 2009-10-13  Sebastian Pop  <sebastian.pop@amd.com>