This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/21687] [4.0/4.1 Regression] ICE on valid code


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-22 23:06 -------
Here is a reduced testcase with "--param ggc-min-expand=0 --param ggc-min-heapsize=0"
template <class Union>
class Test_Union
{
  void perform_test_trivial() {
    struct check_union {  void perform_test_trivial() {} };
  }
};


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|powerpc-apple-darwin7.8.0   |
   GCC host triplet|powerpc-apple-darwin7.8.0   |
 GCC target triplet|powerpc-apple-darwin7.8.0   |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]