[Bug c++/63728] New: Memory exhaustion using constexpr constructors for classes with large array members

2014-11-03 Thread gcc-bugzilla at bmevers dot de
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gcc-bugzilla at bmevers dot de Having a constexpr constructor on a class with a large array member will result in excessive memory usage. For example, I wasn't ab

[Bug c++/63904] New: ICE when acessing array member of constexpr struct

2014-11-16 Thread gcc-bugzilla at bmevers dot de
: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gcc-bugzilla at bmevers dot de Created attachment 33994 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33994&action=edit Preprocessed source The following code causes an internal compiler error: template str