This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Ada] Fix for bootstrap comparison failures
- To: guerby at acm dot org
- Subject: Re: [Ada] Fix for bootstrap comparison failures
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Sat, 27 Oct 01 07:35:32 EDT
- Cc: gcc-patches at gcc dot gnu dot org
* trans.c (gigi): Fix non determinism leading to bootstrap
comparison failures for debugging information.
Interesting ...
+ gnu_standard_long_long_float =
+ gnat_to_gnu_entity (Base_Type (standard_long_long_float), NULL_TREE, 0);
+ gnu_standard_exception_type =
+ gnat_to_gnu_entity (Base_Type (standard_exception_type), NULL_TREE, 0);
The equal sign needs to be on the second line, not the first.
Thanks for tracking this down!