This is the mail archive of the gcc-patches@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]

Re: [Ada] Fix for bootstrap comparison failures


	* 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!


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