[Bug c++/83739] New: error: range-based 'for' expression of type 'auto' has incomplete type

2018-01-08 Thread bugzilla at cpockrandt dot de
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: bugzilla at cpockrandt dot de Target Milestone: --- Compiler/OS information: g++8 (FreeBSD Ports Collection) 8.0.0 20171224 (experimental) Error-Message (se

[Bug c++/83739] error: range-based 'for' expression of type 'auto' has incomplete type

2018-01-08 Thread bugzilla at cpockrandt dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83739 --- Comment #1 from Chris --- Sorry, the ii-file is too large to post it here, I uploaded it instead somewhere else (7.7 MB): www.inf.fu-berlin.de/users/cpockrandt/test_find2_index_approx.ii

[Bug c++/83739] [8 Regression] error: range-based 'for' expression of type 'auto' has incomplete type

2018-01-08 Thread bugzilla at cpockrandt dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83739 --- Comment #4 from Chris --- This is the intermediate file of the most simplified code that I came up with that reproduces the error (1.9 MB) http://www.inf.fu-berlin.de/users/cpockrandt/test_find2_index_approx2.ii

[Bug c++/83739] [8 Regression] error: range-based 'for' expression of type 'auto' has incomplete type

2018-01-08 Thread bugzilla at cpockrandt dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83739 --- Comment #5 from Chris --- (In reply to Chris from comment #4) > This is the intermediate file of the most simplified code that I came up > with that reproduces the error (1.9 MB) > > http://www.inf.fu-berlin.de/users/cpockrandt/test_find2_in

[Bug c++/84299] New: warning: '' may be used uninitialized in this function

2018-02-08 Thread bugzilla at cpockrandt dot de
ty: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: bugzilla at cpockrandt dot de Target Milestone: --- The warnings appeared between versions 8.0.1.s20180121 and 8.0.1.s20180128. The attached *.ii file was produced by g++8 (Fre