[Bug c++/49855] internal compiler error: in fold_convert_const_int_from_real

2011-09-27 Thread navin.kumar at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49855 Navin Kumar changed: What|Removed |Added CC||navin.kumar at gmail dot

[Bug c++/45221] missed optimization with multiple bases and casting

2011-05-17 Thread navin.kumar at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45221 Navin Kumar changed: What|Removed |Added Version|4.5.0 |4.6.0 --- Comment #11 from Navin Kumar 201

[Bug c++/47429] -Wfatal-errors hiding line number of offending caller

2011-01-24 Thread navin.kumar at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47429 --- Comment #5 from Navin Kumar 2011-01-24 18:07:45 UTC --- Hmm. I only need -Wfatal-errors because otherwise a small typo can cause heavily templated code to go berserk and output 10,000 lines of errors. Perhaps a compromise is to have the abi

[Bug c++/47429] -Wfatal-errors hiding line number of offending caller

2011-01-24 Thread navin.kumar at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47429 --- Comment #3 from Navin Kumar 2011-01-24 17:42:03 UTC --- Wouldn't the simple fix be to make it a note() that 'int Blah::test' is private and the error() be the caller's attempt to use it?

[Bug c++/47429] -Wfatal-errors hiding line number of offending caller

2011-01-23 Thread navin.kumar at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47429 --- Comment #1 from Navin Kumar 2011-01-24 04:50:18 UTC --- (re-pasted error output): When compiling with g++ -c -Wall -Werror, the output is: test.cc: In member function ‘int Evil::test()’: test.cc:2:6: error: ‘int Blah::test’ is private test.c

[Bug c++/47429] New: -Wfatal-errors hiding line number of offending caller

2011-01-23 Thread navin.kumar at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47429 Summary: -Wfatal-errors hiding line number of offending caller Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo