bugGNU Octave - Bugs: bug #41178, clang: ov-classdef.h: constructing...

 
 

bug #41178: clang: ov-classdef.h: constructing a map of an incomplete type

Submitter:  Michael C. Grant <mcgrant>
Submitted:  Thu 09 Jan 2014 09:00:10 PM UTC
   
 
Category:  Interpreter Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Fixed Assigned to:  None
Originator Name:  Michael C. Grant Open/Closed:  Closed
Release:  dev Operating System:  Any
Fixed Release:  None Planned Release:  None

Discussion locked!

Jump to the original submission

  Spam posted by shania
  Spam posted by magalie
Fri 11 Dec 2015 04:36:08 PM UTC, comment #30: 

This change was so trivial that I decided to graft it to stable for the 4.0.1 release.

John W. Eaton <jwe>
Group administrator
Sat 12 Sep 2015 09:35:44 PM UTC, comment #29: 

Ok, finally pushed to the default branch:

http://hg.savannah.gnu.org/hgweb/octave/rev/a142b62527ef

Thanks for everyone's work and patience in resolving this one.

Mike Miller <mtmiller>
Group Member
Fri 21 Aug 2015 11:47:15 PM UTC, comment #28: 

Mike M, the patch works for me on Mac OS X.


Ben Abbott <bpabbott>
Group Member
Fri 21 Aug 2015 10:01:30 PM UTC, comment #27: 

My reading of the C++ standard is that (as I said in my very first post) "C++ requires that all template parameters in the standard library containers be complete types, so this is non-compliant."

The behavior when this condition is not met is undefined. Clang is choosing to be more strict than GCC, but the standard mandates neither approach.

Michael C. Grant <mcgrant>
Fri 21 Aug 2015 08:55:27 PM UTC, comment #26: 

Otherwise, I have no problem with the patch, so I'd say go ahead and add a comment and push it.

John W. Eaton <jwe>
Group administrator
Fri 21 Aug 2015 08:54:30 PM UTC, comment #25: 

Is this a bug in clang or something that is not guaranteed to work but that GCC just happens to allow?  In any case, it might be a good idea to put a comment above the function definition explaining why it is not defined in the header file even though it is apparently a trivial function.  Otherwise, someone might have the urge to move it back there.

John W. Eaton <jwe>
Group administrator
Fri 21 Aug 2015 05:27:24 PM UTC, comment #24: 

Attached, ready to push. Works for me with clang 3.5 on Debian. Almost identical to the previously attached patch, but please test anyway replacing the earlier ov-classdef.patch.

(file #34691)

Mike Miller <mtmiller>
Group Member
Mon 17 Aug 2015 07:38:51 PM UTC, comment #23: 

Mike,

When you have a changeset ready, I'll be quick to test it on Mac OS 10.10.

Ben Abbott <bpabbott>
Group Member
Mon 17 Aug 2015 04:03:49 PM UTC, comment #22: 

I think the ov-classdef patch should definitely be applied, I planned to do this weeks ago but have been overworked. I will try to take care of it soon.

I've reopened bug #43298, waiting for the patch to be refined to apply properly only when needed for broken versions of llvm libc++.

Mike Miller <mtmiller>
Group Member
Mon 27 Jul 2015 12:43:25 PM UTC, comment #21: 

I think that the clang3.5-fix patch originates from https://savannah.gnu.org/bugs/?43298. Sadly the decision there was to not apply it because it's considered as a clang 3.5 bug.

I guess the ov-patch should not be applied for Mac OS only but rather whenever somebody uses clang (or better: always).

Sebastian <sschoeps>
Mon 27 Jul 2015 12:45:37 AM UTC, comment #20: 

Who should get credit for the clang3.5-fix.patch and include-fix.patch?

Mike (Miller) do you see any reason these two can't be applied to default?

Also, since we can't build Octave 4.0 on Mac OS X without the ov-classdef changes, can some pre-processor magic be used to only apply that patch to Mac OS X systems? Would that avoid breaking Octave's API on other OSs?

Ben Abbott <bpabbott>
Group Member
Thu 23 Jul 2015 08:45:42 PM UTC, comment #19: 


>akira noda, do you want to be credited for this fix?


Yes,please.
Here is my full name and e-mail address "akira noda<you.akira.noda@gmail.com>"
Thank you.

Anonymous
Thu 23 Jul 2015 05:24:14 AM UTC, comment #18: 

Dear Ben,

I use a modified homebrew script based on the work of Michael Grant (link posted already). I compile without MESA (see below).

I suggest to move the GUI discussion to the mailing list. However, before I like to mention that I tweaked my compile settings and I can run [https://www.dropbox.com/s/c61z7b11bb229q3/octave4_yosemite.png?dl=0 Octave 4.0.0 with GUI on Yosemite. Honestly, I don't know why it works since I did not fix the main thread issue...

 

checking osmesa.h presence... no
checking for osmesa.h... no
checking GL/osmesa.h usability... no
checking GL/osmesa.h presence... no
checking for GL/osmesa.h... no
configure: WARNING: OSMesa library not found.  Offscreen rendering with OpenGL will be disabled.


Sebastian <sschoeps>
Thu 23 Jul 2015 03:23:25 AM UTC, comment #17: 

The one change to ov-classdef.* fixes the build for me with clang 3.6, the equivalent of the attached ov-classdef.patch. I tested building with clang 3.6 on Debian both with gcc's libstdc++ and with llvm's libc++, both build successfully.

So I think this is suitable for applying to default, probably not the stable branch since it changes the ov-classdef.h header file.

akira noda, do you want to be credited for this fix? We typically give attribution to any contributor who provides a patch for Octave with full name and email address.

Mike Miller <mtmiller>
Group Member
Thu 23 Jul 2015 12:43:17 AM UTC, comment #16: 

Sebastian,

I tried the three patches you attached. Below is the result. Perhaps my configure process is different?


In file included from dldfcn/__osmesa_print__.cc:35:
corefcn/gl2ps-renderer.h:43:8: warning: 'glps_renderer::draw' hides overloaded virtual functions [-Woverloaded-virtual]
  void draw (const graphics_object& go, const std::string& print_cmd);
       ^
corefcn/gl-render.h:70:16: note: hidden overloaded virtual function 'opengl_renderer::draw' declared here: type mismatch at 2nd parameter ('bool' vs 'const std::string &' (aka
      'const basic_string<char, char_traits<char>, allocator<char> > &'))
  virtual void draw (const graphics_object& go, bool toplevel = true);
               ^
corefcn/gl-render.h:72:16: note: hidden overloaded virtual function 'opengl_renderer::draw' declared here: type mismatch at 1st parameter
      ('const Matrix &' vs 'const graphics_object &')
  virtual void draw (const Matrix& hlist, bool toplevel = false)
               ^
In file included from dldfcn/__osmesa_print__.cc:42:
/usr/X11/include/GL/osmesa.h:119:1: error: unknown type name 'GLAPI'
GLAPI OSMesaContext GLAPIENTRY
^
/usr/X11/include/GL/osmesa.h:119:20: error: expected ';' after top level declarator
GLAPI OSMesaContext GLAPIENTRY
                   ^
                   ;
/usr/X11/include/GL/osmesa.h:132:1: error: unknown type name 'GLAPI'
GLAPI OSMesaContext GLAPIENTRY
^
/usr/X11/include/GL/osmesa.h:132:20: error: expected ';' after top level declarator
GLAPI OSMesaContext GLAPIENTRY
                   ^
                   ;
/usr/X11/include/GL/osmesa.h:142:1: error: unknown type name 'GLAPI'
GLAPI void GLAPIENTRY
^
/usr/X11/include/GL/osmesa.h:142:7: error: expected unqualified-id
GLAPI void GLAPIENTRY
      ^
/usr/X11/include/GL/osmesa.h:174:1: error: unknown type name 'GLAPI'
GLAPI GLboolean GLAPIENTRY
^
/usr/X11/include/GL/osmesa.h:174:16: error: expected ';' after top level declarator
GLAPI GLboolean GLAPIENTRY
               ^
               ;
/usr/X11/include/GL/osmesa.h:184:1: error: unknown type name 'GLAPI'
GLAPI OSMesaContext GLAPIENTRY
^
/usr/X11/include/GL/osmesa.h:184:20: error: expected ';' after top level declarator
GLAPI OSMesaContext GLAPIENTRY
                   ^
                   ;
/usr/X11/include/GL/osmesa.h:202:1: error: unknown type name 'GLAPI'
GLAPI void GLAPIENTRY
^
/usr/X11/include/GL/osmesa.h:202:7: error: expected unqualified-id
GLAPI void GLAPIENTRY
      ^
/usr/X11/include/GL/osmesa.h:218:1: error: unknown type name 'GLAPI'
GLAPI void GLAPIENTRY
^
/usr/X11/include/GL/osmesa.h:218:7: error: expected unqualified-id
GLAPI void GLAPIENTRY
      ^
/usr/X11/include/GL/osmesa.h:233:1: error: unknown type name 'GLAPI'
GLAPI GLboolean GLAPIENTRY
^
/usr/X11/include/GL/osmesa.h:233:16: error: expected ';' after top level declarator
GLAPI GLboolean GLAPIENTRY
               ^
               ;
/usr/X11/include/GL/osmesa.h:249:1: error: unknown type name 'GLAPI'
GLAPI GLboolean GLAPIENTRY
^
/usr/X11/include/GL/osmesa.h:249:16: error: expected ';' after top level declarator
GLAPI GLboolean GLAPIENTRY
               ^
               ;
/usr/X11/include/GL/osmesa.h:266:1: error: unknown type name 'GLAPI'
GLAPI OSMESAproc GLAPIENTRY
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
78 warnings and 20 errors generated.
Makefile:6251: recipe for target 'dldfcn/dldfcn___osmesa_print___la-__osmesa_print__.lo' failed
make[3]: *** [dldfcn/dldfcn___osmesa_print___la-__osmesa_print__.lo] Error 1
make[3]: Leaving directory '/Users/bpabbott/Development/mercurial/default/sources/libinterp'
Makefile:3703: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/Users/bpabbott/Development/mercurial/default/sources/libinterp'
Makefile:2123: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/Users/bpabbott/Development/mercurial/default/sources'
Makefile:1986: recipe for target 'all' failed
make: *** [all] Error 2


My configure process ended with the below


Octave is now configured for x86_64-apple-darwin

  Source directory:            .
  Installation prefix:         /sw
  C compiler:                  /sw/var/lib/fink/path-prefix-clang/cc  -D_THREAD_SAFE -pthread  -Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -O3 -MD -D_THREAD_SAFE -pthread
  C++ compiler:                /sw/var/lib/fink/path-prefix-libcxx/c++  -D_THREAD_SAFE -pthread  -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -O3 -MD -D_THREAD_SAFE -pthread
  Fortran compiler:            /sw/bin/gfortran-fsf-4.9 -O3
  Fortran libraries:           -L/sw/lib/gcc4.9/lib -lgfortran
  Lex libraries:
  LIBS:                        -lm  -lm -lgl2ps

  AMD CPPFLAGS:
  AMD LDFLAGS:
  AMD libraries:               -lamd
  ARPACK CPPFLAGS:
  ARPACK LDFLAGS:
  ARPACK libraries:            -larpack
  BLAS libraries:              -ltatlas
  CAMD CPPFLAGS:
  CAMD LDFLAGS:
  CAMD libraries:              -lcamd
  CARBON libraries:            -Wl,-framework -Wl,Carbon
  CCOLAMD CPPFLAGS:
  CCOLAMD LDFLAGS:
  CCOLAMD libraries:           -lccolamd
  CHOLMOD CPPFLAGS:
  CHOLMOD LDFLAGS:
  CHOLMOD libraries:           -lcholmod
  COLAMD CPPFLAGS:
  COLAMD LDFLAGS:
  COLAMD libraries:            -lcolamd
  CURL CPPFLAGS:
  CURL LDFLAGS:
  CURL libraries:              -lcurl
  CXSPARSE CPPFLAGS:
  CXSPARSE LDFLAGS:
  CXSPARSE libraries:          -lcxsparse
  DL libraries:                -ldl
  FFTW3 CPPFLAGS:
  FFTW3 LDFLAGS:
  FFTW3 libraries:             -lfftw3_threads -lfftw3
  FFTW3F CPPFLAGS:
  FFTW3F LDFLAGS:
  FFTW3F libraries:            -lfftw3f_threads -lfftw3f
  FLTK CPPFLAGS:               -I/sw/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT
  FLTK LDFLAGS:                -L/sw/lib/fltk13-aqua/lib -L/sw/lib -lfltk_gl -framework AGL -framework OpenGL -framework ApplicationServices -lfltk -lpthread -framework Cocoa
  FLTK libraries:
  fontconfig CPPFLAGS:         -I/sw/include
  fontconfig libraries:        -L/sw/lib -lfontconfig
  FreeType2 CPPFLAGS:          -I/sw/include/freetype2
  FreeType2 libraries:         -L/sw/lib -lfreetype
  GLPK CPPFLAGS:
  GLPK LDFLAGS:
  GLPK libraries:              -lglpk
  HDF5 CPPFLAGS:
  HDF5 LDFLAGS:
  HDF5 libraries:              -lhdf5
  Java home:                   /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
  Java JVM path:               /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries
  Java CPPFLAGS:               -I/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/include -I/System/Library/Frameworks/JavaVM.framework/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Headers -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers
  Java libraries:              -framework JavaVM
  LAPACK libraries:            -ltatlas
  LLVM CPPFLAGS:
  LLVM LDFLAGS:
  LLVM libraries:
  Magick++ CPPFLAGS:           -I/sw/include/GraphicsMagick
  Magick++ LDFLAGS:            -L/sw/lib
  Magick++ libraries:          -lGraphicsMagick++ -lGraphicsMagick
  OPENGL libraries:            -L/sw/lib -lfontconfig -Wl,-framework -Wl,OpenGL
  OSMesa CPPFLAGS:
  OSMesa LDFLAGS:
  OSMesa libraries:
  PCRE CPPFLAGS:               -I/sw/include
  PCRE libraries:              -L/sw/lib/libpcre1 -lpcre
  PortAudio CPPFLAGS:
  PortAudio LDFLAGS:
  PortAudio libraries:
  PTHREAD flags:               -D_THREAD_SAFE -pthread
  PTHREAD libraries:
  QHULL CPPFLAGS:              -I/sw/include/libqhull
  QHULL LDFLAGS:
  QHULL libraries:             -lqhull
  QRUPDATE CPPFLAGS:
  QRUPDATE LDFLAGS:
  QRUPDATE libraries:          -lqrupdate
  Qt CPPFLAGS:                 -I/sw/lib/qt4-mac/include/QtCore -I/sw/lib/qt4-mac/include/QtGui -I/sw/lib/qt4-mac/include/QtNetwork -I/sw/lib/qt4-mac/include -I/sw/lib/qt4-mac/include/QtOpenGL
  Qt LDFLAGS:                  -F/sw/lib/qt4-mac/lib
  Qt libraries:                -Wl,-framework,QtCore -Wl,-framework,QtGui -Wl,-framework,QtNetwork -Wl,-framework,QtOpenGL  -lqscintilla2
  READLINE libraries:          -lreadline
  Sndfile CPPFLAGS:
  Sndfile LDFLAGS:
  Sndfile libraries:
  TERM libraries:              -lncurses
  UMFPACK CPPFLAGS:
  UMFPACK LDFLAGS:
  UMFPACK libraries:           -lumfpack
  X11 include flags:
  X11 libraries:
  Z CPPFLAGS:
  Z LDFLAGS:
  Z libraries:                 -lz

  Default pager:               less
  gnuplot:                     gnuplot

  Build Octave GUI:                   yes
  JIT compiler for loops:             no
  Build Java interface:               yes
  Do internal array bounds checking:  no
  Build static libraries:             no
  Build shared libraries:             yes
  Dynamic Linking:                    yes (dlopen)
  Include support for GNU readline:   yes
  64-bit array dims and indexing:     no
  OpenMP SMP multithreading:          no
  Build cross tools:                  no

configure:77509: WARNING:

I didn't find icotool, but it's only a problem if you need to
reconstruct octave-logo.ico, which is the case if you're building from
VCS sources.

configure:77624: WARNING: OSMesa library not found.  Offscreen rendering with OpenGL will be disabled.
configure:77819:
configure:77821: NOTE: Libraries or auxiliary programs may be skipped if they are
configure:77823: NOTE: not found OR if they are missing required features on your
configure:77825: NOTE: system.


Ben Abbott <bpabbott>
Group Member
Wed 22 Jul 2015 10:24:19 PM UTC, comment #15: 

Hi, I'm the anonymoous.(akira noda )

I don't know much about other OS.
But I can run octave 4.0.0 (GUI and CLI) with fllowing ports
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=159040

This zip file contains all patches for FreeBSD.
(Please see "files" directory.)

Anonymous
Wed 22 Jul 2015 01:35:51 PM UTC, comment #14: 

I am also able to test this on Debian with clang 3.6 (which had the same error as seen on OSX).

Can the anonymous who submitted the diff in comment #11 provide a name and email for attribution assuming this patch is suitable and fixes the error for everyone?

Mike Miller <mtmiller>
Group Member
Wed 22 Jul 2015 01:12:39 PM UTC, comment #13: 

If someone can attach a complete patch (or set of patches), I can handle the initial testing and push the result to the default branch (assuming I'm successful with building on Yosemite).

The GUI problem is due to another problem. On Mac OS X it is necessary that the gui thread is the main thread. When running the gui, the fltk and qt toolkits are not part of the main thread. This problem cannot be addressed until building on Yosemite works.

Ben Abbott <bpabbott>
Group Member
Wed 22 Jul 2015 09:41:50 AM UTC, comment #12: 

Thanks for sharing. I can confirm that this patch allows to compile octave 4.0 also on Yosemite with clang. Homebrew users may find a first formula at https://raw.githubusercontent.com/schoeps/homebrew-science/octave/octave.rb.

However, the GUI does not start but I think that this is a known problem (does it work on free FreeeBSD).

Sebastian <sschoeps>
Wed 22 Jul 2015 01:48:31 AM UTC, comment #11: 

I can build with FreeBSD/clang3.4.1 with fllowing patch
 (ofcause with other patch from ports)
Just move mark_as_constructed function to .cc file.



--- libinterp/octave-value/ov-classdef.h.orig   2015-05-23 23:21:53.000000000 +0900
+++ libinterp/octave-value/ov-classdef.h        2015-07-22 10:39:22.000000000 +0900
@@ -438,7 +438,7 @@
 
   void mark_as_constructed (void) { ctor_list.clear (); }
 
-  void mark_as_constructed (const cdef_class& cls) { ctor_list.erase (cls); }
+  void mark_as_constructed (const cdef_class& cls);
 
   bool is_constructed (void) const { return ctor_list.empty (); }
 

--- libinterp/octave-value/ov-classdef.cc.orig  2015-05-23 23:21:53.000000000 +0900
+++ libinterp/octave-value/ov-classdef.cc       2015-07-22 10:39:22.000000000 +0900
@@ -1937,6 +1937,11 @@
   return true;
 }
 
+void cdef_object_scalar::mark_as_constructed (const cdef_class& cls)
+{
+  ctor_list.erase (cls);
+}
+
 handle_cdef_object::~handle_cdef_object (void)
 {
 #if DEBUG_TRACE





Anonymous
Sat 06 Jun 2015 11:57:33 PM UTC, comment #10: 

I still see this same error under MacPorts with octave 4.0.0 release vs. Apple clang (Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)) and MacPorts clang-3.6 (clang version 3.6.0 (tags/RELEASE_360/final)).

This is a show stopper for the Mac platform, as no version of gcc can be used to build a stable gui port due to the C11++ library mismatch.

Marius Schamschula <mschamschula>
Sun 12 Apr 2015 04:11:07 AM UTC, comment #9: 

I can confirm this bug is still present with clang 3.6 on Debian.

Mike Miller <mtmiller>
Group Member
Tue 03 Feb 2015 11:42:13 PM UTC, comment #8: 

As octave 4.0 is coming near, I am in the process of building a octave-devel Portfile under MacPorts. As the current Portfile for octave 3.8.2 blacklists clang-3.5 and -3.6, I left this unchanged. So I tried building tip under OS X 10.9.5, with Xcode 6.1.1 using clang-3.4 and ran into the same issue.

Marius Schamschula <mschamschula>
Mon 19 Jan 2015 08:44:18 AM UTC, comment #7: 

I tried to compile octave on OSX 10.10 with clang 3.5 yesterday. The bug seems to be still present. Has anyone looked at it in the mean time? Is there a fix?

Sebastian <sschoeps>
Sat 25 Jan 2014 04:39:58 AM UTC, comment #6: 

Confirmed on Debian GNU/Linux with clang 3.3 and libc++, roughly the same error messages.

Mike Miller <mtmiller>
Group Member
Sat 11 Jan 2014 05:28:28 PM UTC, comment #5: 

By the way I realized why I thought this was auto generated: because it's a new file not present in all the branches! Anyway, I'm focused on gui-release now, so this is not urgent from my perspective. Only those who need to compile the tip using clang will be affected by this.

Michael C. Grant <mcgrant>
Fri 10 Jan 2014 03:55:38 AM UTC, comment #4: 

I'm sorry for the mistake. Thank you for looking at this!

Some references:
- StackOverflow: "Why C++ containers don't allow incomplete types?" (http://stackoverflow.com/questions/18672135/why-c-containers-dont-allow-incomplete-types)
- Standard Librarian: Containers of incomplete Types (http://stackoverflow.com/questions/18672135/why-c-containers-dont-allow-incomplete-types)
- Clang: incomplete types in templates (http://clang.llvm.org/compatibility.html#undep_incomplete)

Michael C. Grant <mcgrant>
Fri 10 Jan 2014 12:33:44 AM UTC, comment #3: 

For the record, ov-classdef.h is not generated, it's manually hand-written.

If the construct is not supported by clang++ (although it works ok with g++ and MSVC), some code re-organization will be required. I'll try to look into it in the coming days.

Michael Goffioul <goffioul>
Thu 09 Jan 2014 09:15:32 PM UTC, comment #2: 

I should add that line 743 is also non-compliant, because it's declared within cdef_class itself. I know it sucks...


    std::list<cdef_class> implicit_ctor_list;


Michael C. Grant <mcgrant>
Thu 09 Jan 2014 09:06:16 PM UTC, comment #1: 

FYI, here's the clang++ output for one example compile:


In file included from parse-tree/pt-classdef.cc:27:
In file included from ./octave-value/ov-classdef.h:26:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/map:371:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__tree:16:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:594:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/utility:220:9: error:
      field has incomplete type 'cdef_class'
    _T1 first;
        ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__tree:602:16: note:
      in instantiation of template class 'std::__1::pair<cdef_class,
      std::__1::list<cdef_class, std::__1::allocator<cdef_class> > >' requested
      here
    value_type __value_;
               ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__tree:688:28: note:
      in instantiation of template class
      'std::__1::__tree_node<std::__1::pair<cdef_class,
      std::__1::list<cdef_class, std::__1::allocator<cdef_class> > >, void *>'
      requested here
    typedef const typename __node::base                           __node_base;
                           ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/map:606:19: note:
      in instantiation of template class
      'std::__1::__tree_const_iterator<std::__1::pair<cdef_class,
      std::__1::list<cdef_class, std::__1::allocator<cdef_class> > >, const
      std::__1::__tree_node<std::__1::pair<cdef_class,
      std::__1::list<cdef_class, std::__1::allocator<cdef_class> > >, void *> *,
      long>' requested here
    _TreeIterator __i_;
                  ^
./octave-value/ov-classdef.h:439:71: note: in instantiation of template class
      'std::__1::__map_const_iterator<std::__1::__tree_const_iterator<std::__1::pair<cdef_class,
      std::__1::list<cdef_class, std::__1::allocator<cdef_class> > >, const
      std::__1::__tree_node<std::__1::pair<cdef_class,
      std::__1::list<cdef_class, std::__1::allocator<cdef_class> > >, void *> *,
      long> >' requested here
  void mark_as_constructed (const cdef_class& cls) { ctor_list.erase (cls); }
                                                                      ^
./octave-value/ov-classdef.h:36:7: note: forward declaration of 'cdef_class'
class cdef_class;
      ^
In file included from parse-tree/pt-classdef.cc:27:
In file included from ./octave-value/ov-classdef.h:26:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/map:371:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__tree:1968:19: error:
      static_cast from '__node_pointer' (aka
      'std::__1::__tree_node<std::__1::pair<cdef_class,
      std::__1::list<cdef_class, std::__1::allocator<cdef_class> > >, void *>
      *') to '__node_base_pointer' (aka 'std::__1::__tree_node_base<void *> *')
      is not allowed
                  static_cast<__node_base_pointer>(__np));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__tree:1990:5: note:
      in instantiation of member function
      'std::__1::__tree<std::__1::pair<cdef_class, std::__1::list<cdef_class,
      std::__1::allocator<cdef_class> > >,
      std::__1::__map_value_compare<cdef_class, std::__1::list<cdef_class,
      std::__1::allocator<cdef_class> >, std::__1::less<cdef_class>, true>,
      std::__1::allocator<std::__1::pair<cdef_class, std::__1::list<cdef_class,
      std::__1::allocator<cdef_class> > > > >::erase' requested here
    erase(__i);
    ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/map:937:25: note:
      in instantiation of function template specialization
      'std::__1::__tree<std::__1::pair<cdef_class, std::__1::list<cdef_class,
      std::__1::allocator<cdef_class> > >,
      std::__1::__map_value_compare<cdef_class, std::__1::list<cdef_class,
      std::__1::allocator<cdef_class> >, std::__1::less<cdef_class>, true>,
      std::__1::allocator<std::__1::pair<cdef_class, std::__1::list<cdef_class,
      std::__1::allocator<cdef_class> > > > >::__erase_unique<cdef_class>'
      requested here
        {return __tree_.__erase_unique(__k);}
                        ^
./octave-value/ov-classdef.h:439:64: note: in instantiation of member function
      'std::__1::map<cdef_class, std::__1::list<cdef_class,
      std::__1::allocator<cdef_class> >, std::__1::less<cdef_class>,
      std::__1::allocator<std::__1::pair<const cdef_class,
      std::__1::list<cdef_class, std::__1::allocator<cdef_class> > > > >::erase'
      requested here
  void mark_as_constructed (const cdef_class& cls) { ctor_list.erase (cls); }
                                                               ^
In file included from parse-tree/pt-classdef.cc:27:
In file included from ./octave-value/ov-classdef.h:26:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/map:371:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__tree:650:59: error:
      static_cast from '__node_pointer' (aka
      'std::__1::__tree_node<std::__1::pair<cdef_class,
      std::__1::list<cdef_class, std::__1::allocator<cdef_class> > >, void *>
      *') to '__node_base_pointer' (aka 'std::__1::__tree_node_base<void *> *')
      is not allowed
  ...static_cast<__node_base_pointer>(__ptr_)));
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__tree:1961:5: note:
      in instantiation of member function
      'std::__1::__tree_iterator<std::__1::pair<cdef_class,
      std::__1::list<cdef_class, std::__1::allocator<cdef_class> > >,
      std::__1::__tree_node<std::__1::pair<cdef_class,
      std::__1::list<cdef_class, std::__1::allocator<cdef_class> > >, void *> *,
      long>::operator++' requested here
    ++__r;
    ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__tree:1990:5: note:
      in instantiation of member function
      'std::__1::__tree<std::__1::pair<cdef_class, std::__1::list<cdef_class,
      std::__1::allocator<cdef_class> > >,
      std::__1::__map_value_compare<cdef_class, std::__1::list<cdef_class,
      std::__1::allocator<cdef_class> >, std::__1::less<cdef_class>, true>,
      std::__1::allocator<std::__1::pair<cdef_class, std::__1::list<cdef_class,
      std::__1::allocator<cdef_class> > > > >::erase' requested here
    erase(__i);
    ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/map:937:25: note:
      in instantiation of function template specialization
      'std::__1::__tree<std::__1::pair<cdef_class, std::__1::list<cdef_class,
      std::__1::allocator<cdef_class> > >,
      std::__1::__map_value_compare<cdef_class, std::__1::list<cdef_class,
      std::__1::allocator<cdef_class> >, std::__1::less<cdef_class>, true>,
      std::__1::allocator<std::__1::pair<cdef_class, std::__1::list<cdef_class,
      std::__1::allocator<cdef_class> > > > >::__erase_unique<cdef_class>'
      requested here
        {return __tree_.__erase_unique(__k);}
                        ^
./octave-value/ov-classdef.h:439:64: note: in instantiation of member function
      'std::__1::map<cdef_class, std::__1::list<cdef_class,
      std::__1::allocator<cdef_class> >, std::__1::less<cdef_class>,
      std::__1::allocator<std::__1::pair<const cdef_class,
      std::__1::list<cdef_class, std::__1::allocator<cdef_class> > > > >::erase'
      requested here
  void mark_as_constructed (const cdef_class& cls) { ctor_list.erase (cls); }


Michael C. Grant <mcgrant>
Thu 09 Jan 2014 09:00:10 PM UTC, original submission:  

I've been struggling to compile the dev sources on Mac OSX with the latest Xcode, and it has proven quite frustrating. But I think I've figured out why: you've got some code in there that technically is not standards compliant, and clang++ is deciding to be particularly strict about it.

Specifically: on line 448 of libinterp/octave-value/ov-classdef.h, which looks to be autogenerated, you have this:


  std::map< cdef_class, std::list<cdef_class> > ctor_list;


cdef_class is declared on line 611. But C++ requires that all template parameters in the standard library containers be complete types, so this is non-compliant.

The standard says that compiler behavior is undefined in this case: compilers are allowed to reject it completely, or they can compile it, their choice. Apparently clang is not making the choice I'd like here. Why it is more permissive other times I am frankly not sure.

Michael C. Grant <mcgrant>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #34489:  clang3.5-fix.patch added by sschoeps (4KiB - application/octet-stream - patches (as applied in the homebrew formula))
file #34490:  ov-classdef.patch added by sschoeps (997B - application/octet-stream - patches (as applied in the homebrew formula))
file #34491:  include-fix.patch added by sschoeps (777B - application/octet-stream - patches (as applied in the homebrew formula))

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by shania (Posted a comment)
  • -email is unavailable- added by magalie (Posted a comment)
  • -email is unavailable- added by jwe (Posted a comment)
  • -email is unavailable- added by bpabbott (Posted a comment)
  • -email is unavailable- added by joetastic
  • -email is unavailable- added by bpabbott
  • -email is unavailable- added by mschamschula (Posted a comment)
  • -email is unavailable- added by sschoeps (Posted a comment)
  • -email is unavailable- added by mtmiller (Posted a comment)
  • -email is unavailable- added by mcgrant (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 12 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-02-13 mtmiller Discussion LockNone Locked
    2015-09-12 mtmiller StatusPatch Submitted Fixed
        Open/ClosedOpen Closed
    2015-08-21 mtmiller Attached File- Added octave-clang-classdef.patch, #34691
    2015-07-23 mtmiller StatusConfirmed Patch Submitted
    2015-07-22 sschoeps Attached File- Added clang3.5-fix.patch, #34489
        Attached File- Added ov-classdef.patch, #34490
        Attached File- Added include-fix.patch, #34491
    2015-06-18 joetastic Carbon-Copy- Added joetastic
    2015-04-12 mtmiller Summaryov-classdef.h: constructing a map of an incomplete type clang: ov-classdef.h: constructing a map of an incomplete type
    2015-02-09 bpabbott Carbon-Copy- Added -email is unavailable-
    2014-01-25 mtmiller StatusNone Confirmed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code