[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

gcc-5 version against upstream



Hi all,

I have a question about gcc-5 versioning.

According to changelog for gcc-5 package version is:
"Update to SVN 20150911 (r227671, 5.2.1) from the gcc-5-branch.
    - Fix PR c++/67369, ICE on valid code. LP: #1489173."

But if I will diff debian gcc-5 version with version from svn I have a lot of
changes:
  $ git show
  commit 9d0a386c82aa4e10541ef666289c0c1cb930602c
  Author: gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4>
  Date:   Fri Sep 11 00:16:10 2015 +0000
  
      Daily bump.
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227671 138bc75d-0d04-0410-961f-82ee72b054a4
  
  diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
  index f4ff2bf..68e1def 100644
  --- a/gcc/DATESTAMP
  +++ b/gcc/DATESTAMP
  @@ -1 +1 @@
  -20150910
  +20150911
  
  $ diff svn/gcc debian/gcc-5-5.2.1/gcc-5.2.0/gcc/  | wc -l
  111708

I'm interesting because I have some false-positive ODR violations, that fixed
in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66180
And debian version doesn't contain patches from #66180

Am I missing something about debian versions VS upstream?

Thanks,
Azat.


Reply to: