This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Recent fixinc cabs addition breaks sunos4 + fix
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Subject: Re: Recent fixinc cabs addition breaks sunos4 + fix
- From: Bruce Korb <bkorb at sco dot COM>
- Date: Thu, 18 May 2000 15:31:23 -0700
- CC: bkorb at gnu dot org, egcs-bugs at egcs dot cygnus dot com, egcs-patches at egcs dot cygnus dot com
- Organization: Santa Cruz Operations
- References: <200005182049.QAA23136@caip.rutgers.edu>
"Kaveh R. Ghazi" wrote:
>
> Okay thanks. To make your cleanup easier, I'll hold off installing my
> latest set of test_text additions you recently approved, until you let
> me know everything passes again. Then I should be able to install a
> new check.diff myself.
Go ahead and install both. I'll sort it out later. Thanks!
(I think I'll make the machine test as in:
test_text = "#if /* MACH_TEST: */ "
"defined( i386 ) "
" || defined( sparc ) /*\n"
" end_of_mach_testing */";
then use sed to remove these two lines, much like I use
sed to remove the mod times from the diff. That way,
the test will only fail when we don't have a defined entry
for some platform....
Cheers,
Bruce