GCC7

Differences between revisions 30 and 33 (spanning 3 versions)
Revision 30 as of 2017-06-11 19:14:11
Size: 337
Editor: ginggs
Comment:
Revision 33 as of 2017-07-25 08:07:42
Size: 497
Editor: ginggs
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was copied from GCC5
Line 6: Line 5:
As of June 2017, some packages fail autopkgtests on armhf only due to warnings output to stderr similar to the following: As of June 2017 with GCC 6, some packages fail autopkgtests on armhf only, due to warnings output to stderr, similar to the following:
{{{note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator<const double*, std::vector<double> >’ will change in GCC 7.1}}}
Line 8: Line 8:
See:
Line 15: Line 16:
 * .
 * ,
 * shark
 * viennacl
 * mathicgb

arm gcc 7 abi transition

As of June 2017 with GCC 6, some packages fail autopkgtests on armhf only, due to warnings output to stderr, similar to the following: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator<const double*, std::vector<double> >’ will change in GCC 7.1

See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728

Affected packages:

  • glbinding
  • ciftilib
  • fast5
  • shark
  • viennacl
  • mathicgb

GCC7 (last edited 2018-07-15 07:31:20 by ginggs)