alpha.c (alpha_start_function): Declare frame_size as unsigned to avoid signed/unsign...
authorRoger Sayle <roger@eyesopen.com>
Sat, 10 May 2003 02:05:36 +0000 (02:05 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sat, 10 May 2003 02:05:36 +0000 (02:05 +0000)
commit3ee106652ed3cac10bb1de67fb1dcb3b49d310b7
tree56d7d2b7480b78f2d6b2ee5bc8011ff6a9a30c8f
parenteddfe8258a8d5524e35ddb2c9c2e27daffc21ee5
alpha.c (alpha_start_function): Declare frame_size as unsigned to avoid signed/unsigned comparison warnings.

* config/alpha/alpha.c (alpha_start_function): Declare frame_size
as unsigned to avoid signed/unsigned comparison warnings.

From-SVN: r66654
gcc/ChangeLog
gcc/config/alpha/alpha.c