[Bug c++/91585] New: segfault when calling a non void function without a return statement

2019-08-28 Thread lucien.gentis at waika9 dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: lucien.gentis at waika9 dot com Target Milestone: --- Created attachment 46773 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46773&action=edit file generated whe

[Bug c++/91585] segfault when calling a non void function without a return statement

2019-08-29 Thread lucien.gentis at waika9 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91585 --- Comment #2 from lucien.gentis at waika9 dot com --- (In reply to Marek Polacek from comment #1) > You can use -Werror if you want errors. Not a bug. Effectively, if it is the expected behaviour, it's not a bug. About -Werror, I