re PR ada/26315 (ACATS failures c43208b c85006a c85006d cd92001)
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 17 Feb 2006 16:05:46 +0000 (17:05 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 17 Feb 2006 16:05:46 +0000 (17:05 +0100)
commitaea625ddaee76c08abeb3d1eccd7bcd63dc455de
tree04e5ca2a80a1640835e53e495bd47c66b25f210d
parent69e6a03e46224219467e99564de4f370656931a5
re PR ada/26315 (ACATS failures c43208b c85006a c85006d cd92001)

2006-02-17  Eric Botcazou  <botcazou@adacore.com>

PR ada/26315

* utils2.c (find_common_type): If both input types are BLKmode and
have the same constant size, keep using the first one.

* bindgen.adb: (Gen_Versions_Ada): Revert previous workaround.

* decl.c (gnat_to_gnu_entity): Only check TREE_OVERFLOW for a constant.

* misc.c (gnat_handle_option): New case for -Woverlength-strings.

From-SVN: r111183
gcc/ada/bindgen.adb
gcc/ada/decl.c
gcc/ada/misc.c
gcc/ada/utils2.c