domain types as equal if they are both PLACEHOLDER_EXPRs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159185
138bc75d-0d04-0410-961f-
82ee72b054a4
+2010-05-08 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
+ domain types as equal if they are both PLACEHOLDER_EXPRs.
+
2010-05-08 Richard Guenther <rguenther@suse.de>
* lto-wrapper.c (run_gcc): Remove linker output from
2010-05-08 Eric Botcazou <ebotcazou@adacore.com>
+ * gnat.dg/lto6.adb: New test.
+ * gnat.dg/lto6_pkg.ads: New helper.
+
+2010-05-08 Eric Botcazou <ebotcazou@adacore.com>
+
* gnat.dg/lto5.adb: New test.
* gnat.dg/lto5_pkg.ad[sb]: New helper.
-- { dg-do run }
--- { dg-options "-O2 -flto" { target lto } }
+-- { dg-options "-gnat05 -O2 -flto" }
with Lto6_Pkg; use Lto6_Pkg;