[Bug gcov-profile/81080] target libgcov not built with large file support

2017-07-26 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81080

Eric Gallager  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 CC||egallager at gcc dot gnu.org
 Resolution|--- |FIXED

--- Comment #4 from Eric Gallager  ---
I think this is fixed by comment #2 and comment #3

[Bug gcov-profile/81080] target libgcov not built with large file support

2017-06-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81080

--- Comment #3 from Richard Biener  ---
Author: rguenth
Date: Wed Jun 28 13:25:33 2017
New Revision: 249738

URL: https://gcc.gnu.org/viewcvs?rev=249738=gcc=rev
Log:
2017-06-28  Richard Biener  

Backport from mainline
2017-06-09  Richard Biener  

PR middle-end/81007
* ipa-polymorphic-call.c
(ipa_polymorphic_call_context::restrict_to_inner_class):
Skip FIELD_DECLs with error_mark_node type.
* passes.def (all_lowering_passes): Run pass_build_cgraph_edges
last again.

* g++.dg/pr81007.C: New testcase.

2017-06-14  Richard Biener  

PR tree-optimization/81083
* tree-ssa-sccvn.c (vn_reference_lookup_3): Do not use abnormals
as values.

* gcc.dg/torture/pr81083.c: New testcase.

2017-06-21  Richard Biener  

PR gcov-profile/81080
* configure.ac: Add AC_SYS_LARGEFILE.
* libgcov.h: Include auto-target.h before tsystem.h to pick
up _FILE_OFFSET_BITS which might differ for multilibs.
* config.in: Regenerate.
* configure: Likewise.

Added:
branches/gcc-7-branch/gcc/testsuite/g++.dg/pr81007.C
branches/gcc-7-branch/gcc/testsuite/gcc.dg/torture/pr81083.c
Modified:
branches/gcc-7-branch/gcc/ChangeLog
branches/gcc-7-branch/gcc/ipa-polymorphic-call.c
branches/gcc-7-branch/gcc/passes.def
branches/gcc-7-branch/gcc/testsuite/ChangeLog
branches/gcc-7-branch/gcc/tree-ssa-sccvn.c
branches/gcc-7-branch/libgcc/ChangeLog
branches/gcc-7-branch/libgcc/config.in
branches/gcc-7-branch/libgcc/configure
branches/gcc-7-branch/libgcc/configure.ac
branches/gcc-7-branch/libgcc/libgcov.h

[Bug gcov-profile/81080] target libgcov not built with large file support

2017-06-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81080

--- Comment #2 from Richard Biener  ---
Author: rguenth
Date: Wed Jun 21 07:01:34 2017
New Revision: 249435

URL: https://gcc.gnu.org/viewcvs?rev=249435=gcc=rev
Log:
2017-06-21  Richard Biener  

PR gcov-profile/81080
* configure.ac: Add AC_SYS_LARGEFILE.
* libgcov.h: Include auto-target.h before tsystem.h to pick
up _FILE_OFFSET_BITS which might differ for multilibs.
* config.in: Regenerate.
* configure: Likewise.

Modified:
trunk/libgcc/ChangeLog
trunk/libgcc/config.in
trunk/libgcc/configure
trunk/libgcc/configure.ac
trunk/libgcc/libgcov.h

[Bug gcov-profile/81080] target libgcov not built with large file support

2017-06-13 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81080

--- Comment #1 from joseph at codesourcery dot com  ---
The usual rule applies that large-file defines *must* come before any 
direct or indirect system header includes (with glibc if they come late 
they simply won't be effective, for some OSes the build may break if they 
come too late).  This patch seems the right approach in general.

[Bug gcov-profile/81080] target libgcov not built with large file support

2017-06-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81080

Richard Biener  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Last reconfirmed||2017-06-13
   Assignee|unassigned at gcc dot gnu.org  |rguenth at gcc dot 
gnu.org
 Ever confirmed|0   |1