public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/63356] New: Compilation failure where clang does not have problems
@ 2014-09-24  9:06 fiesh at zefix dot tv
  2014-09-24  9:18 ` [Bug c++/63356] " trippels at gcc dot gnu.org
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: fiesh at zefix dot tv @ 2014-09-24  9:06 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 63356
           Summary: Compilation failure where clang does not have problems
           Product: gcc
           Version: 4.9.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: fiesh at zefix dot tv

I originally filed this as a boost bug:
https://svn.boost.org/trac/boost/ticket/10531

However, given that clang 3.4.2 has no problems compiling it, I suspect it
might be a gcc issue.

In short, the following code, as of boost 1.56.0, fails to compile with wild
error messages, using 4.9.1 as well as 4.8.3:

#include <vector>
#include <boost/polygon/polygon.hpp>
int main()
{
    typedef boost::polygon::polygon_data<int> Polygon;
    typedef boost::polygon::polygon_set_data<int> PolygonSet;
    PolygonSet ps;
    std::vector<Polygon> output;
    ps.get(output);
}

(It does work with boost <= 1.55.0 however!)


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2015-09-23 17:52 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-24  9:06 [Bug c++/63356] New: Compilation failure where clang does not have problems fiesh at zefix dot tv
2014-09-24  9:18 ` [Bug c++/63356] " trippels at gcc dot gnu.org
2014-09-24  9:34 ` redi at gcc dot gnu.org
2014-09-24  9:41 ` fiesh at zefix dot tv
2014-09-24  9:48 ` trippels at gcc dot gnu.org
2014-09-24 14:04 ` trippels at gcc dot gnu.org
2014-09-24 14:25 ` trippels at gcc dot gnu.org
2014-09-24 14:44 ` trippels at gcc dot gnu.org
2014-09-24 15:31 ` fiesh at zefix dot tv
2014-09-24 15:36 ` [Bug c++/63356] [4.8/4.9/5 Regression] " trippels at gcc dot gnu.org
2014-09-25 14:18 ` rguenth at gcc dot gnu.org
2014-09-25 14:30 ` [Bug c++/63356] " trippels at gcc dot gnu.org
2014-12-19 13:34 ` jakub at gcc dot gnu.org
2015-01-11 11:28 ` fiesh at zefix dot tv
2015-01-30 16:44 ` fiesh at zefix dot tv
2015-03-17  9:04 ` fiesh at zefix dot tv
2015-03-19 15:14 ` jason at gcc dot gnu.org
2015-06-23  8:58 ` rguenth at gcc dot gnu.org
2015-09-23 17:52 ` manu at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).