[Bug c++/80856] New: ICE from template local overload resolution

2017-05-22 Thread joshkel at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: joshkel at gmail dot com Target Milestone: --- Created attachment 41402 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41402=edit Test case Compiling the attached source file with no flags ("g++-7 EngineReportWr

[Bug target/67032] [4.9/5/6 Regression] Geode optimizations incorrectly return -NaN

2016-02-02 Thread joshkel at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67032 --- Comment #18 from Josh Kelley --- Thank you.

[Bug target/67032] Geode optimizations incorrectly return -NaN

2015-07-28 Thread joshkel at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67032 --- Comment #8 from Josh Kelley joshkel at gmail dot com --- Adding -mno-mmx prevents the error. Thank you very much for your help.

[Bug c++/67032] New: Geode optimizations incorrectly return -NaN

2015-07-27 Thread joshkel at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: joshkel at gmail dot com Target Milestone: --- When optimizing for the Geode architecture (-O2 -march=geode), functions may incorrectly return -NaN instead of the expected result. Here's a test case. (I apologize for its length

[Bug target/67032] Geode optimizations incorrectly return -NaN

2015-07-27 Thread joshkel at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67032 --- Comment #1 from Josh Kelley joshkel at gmail dot com --- I forgot to mention that the buggy behavior can be observed by running the resulting Geode-optimized executable on a standard PC as well as on a Geode.

[Bug target/67032] Geode optimizations incorrectly return -NaN

2015-07-27 Thread joshkel at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67032 --- Comment #4 from Josh Kelley joshkel at gmail dot com --- Created attachment 36074 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=36074action=edit Preprocessed Statistic.cpp from test case

[Bug target/67032] Geode optimizations incorrectly return -NaN

2015-07-27 Thread joshkel at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67032 --- Comment #3 from Josh Kelley joshkel at gmail dot com --- Created attachment 36073 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=36073action=edit Preprocessed main.cpp from test case

[Bug target/67032] Geode optimizations incorrectly return -NaN

2015-07-27 Thread joshkel at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67032 --- Comment #5 from Josh Kelley joshkel at gmail dot com --- Additional information requested in https://gcc.gnu.org/bugs/: Using built-in specs. COLLECT_GCC=g++-5 COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/5/lto-wrapper Target: i686-linux