Skip to content
Snippets Groups Projects
Select Git revision
  • passt default
  • master
  • pu
  • todo
  • next
  • maint
  • v2.8.0-rc1
  • v2.8.0-rc0
  • v2.7.2
  • v2.7.1
  • v2.7.0
  • v2.6.5
  • v2.7.0-rc3
  • v2.7.0-rc2
  • v2.7.0-rc1
  • v2.7.0-rc0
  • v2.6.4
  • v2.6.3
  • v2.6.2
  • v2.6.1
  • v2.3.10
  • v2.5.4
  • v2.4.10
  • v2.6.0
  • v2.6.0-rc3
  • v2.5.3
26 results

git-rfc3161

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Torsten Bögershausen authored
    Gcc under Mac OX 10.6 throws an internal compiler error:
    
    CC combine-diff.o
        combine-diff.c: In function ‘diff_tree_combined’:
        combine-diff.c:1391: internal compiler error: Segmentation fault
    
    while attempting to build Git at 5b442c4f (tree-diff: catch integer
    overflow in combine_diff_path allocation, 2016-02-19).
    
    As clang that ships with the version does not have the same bug,
    make Git compile under Mac OS X 10.6 by using clang instead of gcc
    to work this around, as it is unlikely that we will see fixed GCC
    on that platform.
    
    Later versions of Mac OSX/Xcode only provide clang, and gcc is a
    wrapper to it.
    
    Signed-off-by: default avatarTorsten Bögershausen <tboegi@web.de>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    2d2cf4ce
    History
    Name Last commit Last update