public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/51318] New: [4.7 Regression] segfault on Eigen3
@ 2011-11-26 21:03 marc.glisse at normalesup dot org
  2011-11-29 22:41 ` [Bug c++/51318] " reichelt at gcc dot gnu.org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: marc.glisse at normalesup dot org @ 2011-11-26 21:03 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51318

             Bug #: 51318
           Summary: [4.7 Regression] segfault on Eigen3
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: marc.glisse@normalesup.org


enum { ColMajor = 0, RowMajor = 0x1, AutoAlign = 0, DontAlign = 0x2 };
template<typename _Scalar, int _Rows, int _Cols, int _Options =  (_Rows==1) ?
RowMajor : ColMajor > class Matrix;
template<typename T> class MatrixBase {
        typedef Matrix<double,T::X,0> type;
};

$ g++ -fsyntax-only a.ii
a.ii:4:30: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


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

end of thread, other threads:[~2011-12-08 22:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-26 21:03 [Bug c++/51318] New: [4.7 Regression] segfault on Eigen3 marc.glisse at normalesup dot org
2011-11-29 22:41 ` [Bug c++/51318] " reichelt at gcc dot gnu.org
2011-12-01 21:32 ` paolo.carlini at oracle dot com
2011-12-01 21:43 ` marc.glisse at normalesup dot org
2011-12-01 22:11 ` paolo.carlini at oracle dot com
2011-12-01 22:15 ` paolo.carlini at oracle dot com
2011-12-04 16:33 ` paolo.carlini at oracle dot com
2011-12-06 14:20 ` rguenth at gcc dot gnu.org
2011-12-06 14:22 ` rguenth at gcc dot gnu.org
2011-12-07  9:30 ` jakub at gcc dot gnu.org
2011-12-08 20:54 ` jason at gcc dot gnu.org
2011-12-08 22:30 ` jason at gcc dot gnu.org
2011-12-08 22:32 ` jason 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).