------- Comment #3 from charlet at gcc dot gnu dot org 2006-02-17 16:05 ------- Subject: Bug 26315
Author: charlet Date: Fri Feb 17 16:05:46 2006 New Revision: 111183 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111183 Log: 2006-02-17 Eric Botcazou <[EMAIL PROTECTED]> 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. Modified: trunk/gcc/ada/bindgen.adb trunk/gcc/ada/decl.c trunk/gcc/ada/misc.c trunk/gcc/ada/utils2.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26315