[Bug c++/36631] New: [4.3 Regression] attribute always_inline -> sorry, unimplemented: recursive inlining

2008-06-25 Thread josep dot m dot perez at bsc dot es
Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: josep dot m dot perez at bsc dot es GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_

[Bug middle-end/32492] [4.3 Regression] attribute always_inline -> sorry, unimplemented: recursive inlining

2008-06-16 Thread josep dot m dot perez at bsc dot es
--- Comment #17 from josep dot m dot perez at bsc dot es 2008-06-16 09:23 --- I've reproduced the same problem with official GCC 4.3.1 on Linux amd64. template struct B { struct C { __attribute__((always_inline)) C(C con

[Bug middle-end/32492] [4.3 Regression] attribute always_inline -> sorry, unimplemented: recursive inlining

2008-06-11 Thread josep dot m dot perez at bsc dot es
--- Comment #16 from josep dot m dot perez at bsc dot es 2008-06-11 10:06 --- The following code still triggers this bug in 4.3 but not in 4.2: template class B { public: class C { public: __attribute__