https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83754

Wendell Baker <wendellcraigbaker at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wendellcraigbaker at gmail dot 
com

--- Comment #2 from Wendell Baker <wendellcraigbaker at gmail dot com> ---
Created attachment 44582
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44582&action=edit
test case using gcc compilation output

$ tar -avxf example.tar.gz 
libstdc++_std_regex_executor/
libstdc++_std_regex_executor/.gitignore
libstdc++_std_regex_executor/Makefile
libstdc++_std_regex_executor/exhibit_grep
libstdc++_std_regex_executor/exhibit_perl
libstdc++_std_regex_executor/exhibit_sed
libstdc++_std_regex_executor/main.cpp

$ cd libstdc++_std_regex_executor/

$ make check
g++ -c -o main.o -std=c++1z  main.cpp
g++ -o driver main.o  
./driver
make: *** [Makefile:14: check] Segmentation fault (core dumped)

Reply via email to