Bug 4319 - fails to build with GCC 4.3
Summary: fails to build with GCC 4.3
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: translator (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-04 15:34 UTC by Eugeniy Meshcheryakov
Modified: 2007-04-04 18:41 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
patch from Debian BTS (284 bytes, patch)
2007-04-04 15:35 UTC, Eugeniy Meshcheryakov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eugeniy Meshcheryakov 2007-04-04 15:34:56 UTC
This bug was reported by Martin Michlmayr in Debian BTS. Original bug report can
be found at http://bugs.debian.org/417721

"Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  Some background of this can be found at
http://gcc.gnu.org/PR28080"
Comment 1 Eugeniy Meshcheryakov 2007-04-04 15:35:47 UTC
Created attachment 1668 [details]
patch from Debian BTS
Comment 2 Frank Ch. Eigler 2007-04-04 19:41:38 UTC
patches committed, thanks!