[Bug c++/62255] Introducing an unrelated template parameter causes compilation to fail

2014-08-26 Thread m at maxgerlach dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62255 Max Gerlach changed: What|Removed |Added Known to work||4.7.3 --- Comment #5 from Max Gerlach ---

[Bug c++/62255] Introducing an unrelated template parameter causes compilation to fail

2014-08-26 Thread m at maxgerlach dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62255 --- Comment #4 from Max Gerlach --- The bug is still present on g++ 4.9.1. $ g++-4.9 --version g++-4.9 (Ubuntu 4.9.1-3ubuntu2~14.04.1) 4.9.1 Copyright (C) 2014 Free Software Foundation, Inc. This is free software; see the source for copying con

[Bug c++/62255] Introducing an unrelated template parameter causes compilation to fail

2014-08-26 Thread m at maxgerlach dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62255 --- Comment #3 from Max Gerlach --- Created attachment 33397 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33397&action=edit Compiler error messages from g++ 4.9.1

[Bug c++/62255] Introducing an unrelated template parameter causes compilation to fail

2014-08-25 Thread conradsand.arma at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62255 --- Comment #2 from Conrad --- When the irrelevant template parameter is used (arma_template_test.ii), g++ thinks that "value" in the following code can't be determined at compile time: template struct is_Col_fixed_only { typedef char yes[1]

[Bug c++/62255] Introducing an unrelated template parameter causes compilation to fail

2014-08-25 Thread conradsand.arma at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62255 Conrad changed: What|Removed |Added CC||conradsand.arma at gmail dot com --- Comment #