[Bug c++/71197] for range loop causes an error with inline function references

2017-10-19 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71197

Paolo Carlini  changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution|--- |INVALID

--- Comment #4 from Paolo Carlini  ---
Feedback not forthcoming.

[Bug c++/71197] for range loop causes an error with inline function references

2016-07-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71197

Andrew Pinski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2016-07-10
 Ever confirmed|0   |1

--- Comment #3 from Andrew Pinski  ---
The preprocessed source was not fully uploaded to n00bunlimited.  Please
compress it using gzip or bzip2 and attach it to the bug report.

[Bug c++/71197] for range loop causes an error with inline function references

2016-05-19 Thread heirecka at exherbo dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71197

Heiko Becker  changed:

   What|Removed |Added

 CC||heirecka at exherbo dot org

--- Comment #2 from Heiko Becker  ---
I think I'm seeing the same with this code:

https://git.exherbo.org/paludis/paludis.git/tree/paludis/resolver/collect_depped_upon.cc#n242

collect_depped_upon.cc: In function 'const std::shared_ptr >
paludis::resolver::dependent_upon(const paludis::Environment*, const
std::shared_ptr&, const std::shared_ptr >&, const
std::shared_ptr
>&, const std::shared_ptr > >&)':
collect_depped_upon.cc:243:131: internal compiler error: in add_expr, at
tree.c:7870
 for (auto& fn : { ::build_dependencies_key,
::run_dependencies_key, ::post_dependencies_key })

[Bug c++/71197] for range loop causes an error with inline function references

2016-05-19 Thread jaked122 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71197

--- Comment #1 from jaked122 at gmail dot com ---
Created attachment 38526
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38526=edit
File required to replicate crash