[Bug c++/50028] Ternary operator and static const member variable

2011-08-09 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50028 --- Comment #5 from Jonathan Wakely 2011-08-09 14:39:44 UTC --- that last link should be http://gcc.gnu.org/wiki/VerboseDiagnostics#undefined_reference_to_.60S::a.27 (I'm not sure why the "Permalink" doesn't work)

[Bug c++/50028] Ternary operator and static const member variable

2011-08-09 Thread protocolocon at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50028 --- Comment #4 from protocolocon 2011-08-09 14:32:04 UTC --- (In reply to comment #3) > and PR 42101 > > and finally, > http://gcc.gnu.org/wiki/VerboseDiagnostics#missing_static_const_definition Thanks for the fast replay and sorry for submitti

[Bug c++/50028] Ternary operator and static const member variable

2011-08-09 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50028 --- Comment #3 from Jonathan Wakely 2011-08-09 14:16:03 UTC --- and PR 42101 and finally, http://gcc.gnu.org/wiki/VerboseDiagnostics#missing_static_const_definition

[Bug c++/50028] Ternary operator and static const member variable

2011-08-09 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50028 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/50028] Ternary operator and static const member variable

2011-08-09 Thread protocolocon at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50028 --- Comment #1 from protocolocon 2011-08-09 13:55:05 UTC --- Created attachment 24961 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24961 Intermediate assembly code