This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r111183 - in /trunk/gcc/ada: bindgen.adb decl.c...


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  <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.


Modified:
    trunk/gcc/ada/bindgen.adb
    trunk/gcc/ada/decl.c
    trunk/gcc/ada/misc.c
    trunk/gcc/ada/utils2.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]