This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc-4.0-20051124-4.0-20051201.diff.bz2 is TERRIBLE!!!
- From: "J.C." <jc-nospam at jr-pizarro dot jazztel dot es>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 03 Dec 2005 09:16:21 +0100
- Subject: gcc-4.0-20051124-4.0-20051201.diff.bz2 is TERRIBLE!!!
*** gcc-4.0-20051124/gcc/config/i386/i386.c Mon Nov 7 18:55:03 2005
--- gcc-4.0-20051201/gcc/config/i386/i386.c Thu Dec 1 01:53:01 2005
! #if defined(HAVE_GAS_HIDDEN) && defined(SUPPORTS_ONE_ONLY)
! #if defined(HAVE_GAS_HIDDEN) && (SUPPORTS_ONE_ONLY - 0)
Why did he remove the 'defined' and put the unreadable '0'?