Bug#949024: g++: internal compiler error on beignet

2020-01-17 Thread Rebecca N. Palmer
creduce output (and yes, this isn't a valid program, but it still shouldn't ICE): template struct a { enum { b }; }; class c; template class __attribute__((aligned((a::b d {}; class : d<0> {

Bug#949024: g++: internal compiler error on beignet

2020-01-16 Thread Matthias Klose
Control: tags -1 + moreinfo On 16.01.20 23:34, Rebecca N. Palmer wrote: > Control: retitle -1 g++: ICE at cp/pt.c:15779 on beignet in -std=gnu++14 or > higher > > This also happens with LLVM 9 (which makes sense given that the error message > points to code in beignet itself): > >  

Processed: Re: Bug#949024: g++: internal compiler error on beignet

2020-01-16 Thread Debian Bug Tracking System
Processing control commands: > tags -1 + moreinfo Bug #949024 [g++-9] g++: ICE at cp/pt.c:15779 on beignet in -std=gnu++14 Added tag(s) moreinfo. -- 949024: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949024 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems

Bug#949024: g++: internal compiler error on beignet

2020-01-16 Thread Rebecca N. Palmer
Control: retitle -1 g++: ICE at cp/pt.c:15779 on beignet in -std=gnu++14 or higher This also happens with LLVM 9 (which makes sense given that the error message points to code in beignet itself): LLVM 9LLVM 10 -std=c++0x successstd::index_sequence fail

Bug#949024: g++: internal compiler error on beignet + llvm10

2020-01-16 Thread Rebecca N. Palmer
Package: g++-9 Version: 9.2.1-23 Control: affects -1 src:beignet Trying to build beignet with llvm 10 and the default -std fails with this internal compiler error. (See attached for exact changes; it previously used -std=c++0x, but that fails with LLVM 10 because it can't find