]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tree-optimization/106293 - fix testcase
authorRichard Biener <rguenther@suse.de>
Wed, 11 Jan 2023 07:02:52 +0000 (08:02 +0100)
committerRichard Biener <rguenther@suse.de>
Wed, 11 Jan 2023 07:04:26 +0000 (08:04 +0100)
The following removes a problematic initializer which causes
excess diagnostics with -m32 and isn't actually required.

PR tree-optimization/106293
* gcc.dg/tree-ssa/ssa-dse-46.c: Remove long initializer.

gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-46.c

index 68b36433ffcf43946fb4883965e5036b39d647dd..c98038a4d2d58cb78116b6da885f4a785f5063a5 100644 (file)
@@ -2,7 +2,7 @@
 /* { dg-options "-O2 -fdump-tree-dse1" } */
 
 int a;
-static long b = 4073709551612, d;
+static long b, d;
 short c;
 void foo();
 char e(int **f) {