[Bug c++/67991] Pointer to function with internal linkage not being allowed, when it should be

2019-01-27 Thread nacitar at ubercpp dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67991 Jacob McIntosh changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/67991] Pointer to function with internal linkage not being allowed, when it should be

2019-01-27 Thread nacitar at ubercpp dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67991 --- Comment #9 from Jacob McIntosh --- This is fixed in gcc 8.1.0+

[Bug c++/67991] Pointer to function with internal linkage not being allowed, when it should be

2019-01-27 Thread nacitar at ubercpp dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67991 Jacob McIntosh changed: What|Removed |Added Version|5.2.0 |7.3.0 --- Comment #8 from Jacob McIntos

[Bug c++/67991] Pointer to function with internal linkage not being allowed, when it should be

2015-10-21 Thread nacitar at ubercpp dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67991 --- Comment #7 from Jacob McIntosh --- Per a thread on the isocpp group(linked in the OP), N4268's wording was incorporated shortly before C++14's ratification, so it's unclear to me why this is a C++1z feature and not a C++14 feature.

[Bug c++/67991] Pointer to function with internal linkage not being allowed, when it should be

2015-10-16 Thread nacitar at ubercpp dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67991 --- Comment #4 from Jacob McIntosh --- It looks like this is supposed to be a c++1y/1z feature (post c++-14 anyway)... and it looks like it's not implemented yet in gcc. Same errors for me with -std=c++1y and also with -std=c++1z

[Bug c++/67991] Pointer to function with internal linkage not being allowed, when it should be

2015-10-16 Thread nacitar at ubercpp dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67991 --- Comment #1 from Jacob McIntosh --- http://open-std.org/JTC1/SC22/WG21/docs/papers/2014/n4268.html This is the relevant standard change (as mentioned in the isocpp thread i linked)

[Bug c++/67991] New: Pointer to function with internal linkage not being allowed, when it should be

2015-10-16 Thread nacitar at ubercpp dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: nacitar at ubercpp dot com Target Milestone: --- Created attachment 36528 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36528&action=edit test driver Retu

[Bug c++/67980] left shift count is negative [-Wshift-count-negative] generated for unreachable code

2015-10-15 Thread nacitar at ubercpp dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67980 --- Comment #3 from Jacob McIntosh --- (In reply to Andrew Pinski from comment #2) > There is another bug about this specific issue. Which?

[Bug c++/67980] left shift count is negative [-Wshift-count-negative] generated for unreachable code

2015-10-15 Thread nacitar at ubercpp dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67980 --- Comment #1 from Jacob McIntosh --- > but certainly this error shouldn't happen By error, I meant "warning".

[Bug c++/67980] New: left shift count is negative [-Wshift-count-negative] generated for unreachable code

2015-10-15 Thread nacitar at ubercpp dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: nacitar at ubercpp dot com Target Milestone: --- Created attachment 36519 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36519&action=edit test drive

[Bug c++/58059] gcc-4.7.2-r1 - g++: internal compiler error: Segmentation fault (program cc1plus)

2013-08-02 Thread nacitar at ubercpp dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58059 --- Comment #2 from Jacob McIntosh --- Oh, and of course, compilation yields nothing more than this: $ g++ -std=c++11 gcc_crash.cc g++: internal compiler error: Segmentation fault (program cc1plus) Please submit a full bug report, with preproces

[Bug c++/58059] gcc-4.7.2-r1 - g++: internal compiler error: Segmentation fault (program cc1plus)

2013-08-02 Thread nacitar at ubercpp dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58059 --- Comment #1 from Jacob McIntosh --- Created attachment 30590 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30590&action=edit preprocessed output Generating this file crashed too: $ gcc -v -save-temps -std=c++11 gcc_crash.cc

[Bug c++/58059] New: gcc-4.7.2-r1 - g++: internal compiler error: Segmentation fault (program cc1plus)

2013-08-02 Thread nacitar at ubercpp dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: nacitar at ubercpp dot com Created attachment 30589 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30589&action=edit source file When building a c++11 progra