You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ llvm-g++ -c -g test.ii
test.ii:13: warning: inline function 'QVarLengthArray<T,
Prealloc>::QVarLengthArray(int) [with T = char, int Prealloc = 4096]' used but
never defined
test.ii: In member function 'void
QInotifyFileSystemWatcherEngine::readFromInotify()':
test.ii:20: internal compiler error: in tree_low_cst, at tree.c:3890
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://llvm.org/bugs for instructions.
Everything is ok without "-g".
The text was updated successfully, but these errors were encountered:
Extended Description
$ llvm-g++ -c -g test.ii
test.ii:13: warning: inline function 'QVarLengthArray<T,
Prealloc>::QVarLengthArray(int) [with T = char, int Prealloc = 4096]' used but
never defined
test.ii: In member function 'void
QInotifyFileSystemWatcherEngine::readFromInotify()':
test.ii:20: internal compiler error: in tree_low_cst, at tree.c:3890
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://llvm.org/bugs for instructions.
Everything is ok without "-g".
The text was updated successfully, but these errors were encountered: