[Bug c++/61501] New: spurious conversion warning with -Wconversion when calling isnan(double x)

2014-06-13 Thread niemayer at isg dot de
: minor Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: niemayer at isg dot de When compiling: -- #include int test(double x) { return isnan(x); } -- with gcc-4.9.0 -Wconversion

[Bug c++/47987] ICE on legal code (when attempting to inline non-implicitly instantiated template member function)

2011-03-04 Thread niemayer at isg dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47987 --- Comment #1 from niemayer at isg dot de 2011-03-04 11:43:25 UTC --- The line that gcc reports to cause the ICE contains: if (offset_a2->preallocate(text_1.length())) { "offset_a2" is an instance of class Array, unsigned long>

[Bug c++/47987] New: ICE on legal code (when attempting to inline non-implicitly instantiated template member function)

2011-03-04 Thread niemayer at isg dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47987 Summary: ICE on legal code (when attempting to inline non-implicitly instantiated template member function) Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: critica

[Bug c++/35593] New: spurious warning "array subscript is below array bounds" with void* function argument plus -O2

2008-03-14 Thread niemayer at isg dot de
3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: niemayer at isg dot de GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35593

[Bug c/12245] [4.0/4.1/4.2/4.3 regression] Uses lots of memory when compiling large initialized arrays

2008-01-17 Thread niemayer at isg dot de
--- Comment #34 from niemayer at isg dot de 2008-01-17 17:02 --- Can you suggest any kind of work-around? Any alternative to represent constant arrays in C/C++? The problem with leaving this bug open indefinitely is that there are existing programs (as the Unicode-test-case I mentioned

[Bug c++/33911] attribute deprecated vs. templates

2007-12-20 Thread niemayer at isg dot de
--- Comment #2 from niemayer at isg dot de 2007-12-20 14:32 --- I can second that problem for template member functions - in contrast to non-template member functions, where the attribute works. This gives a warning about deprecation as expected

[Bug c/12245] [4.0/4.1/4.2/4.3 regression] Uses lots of memory when compiling large initialized arrays

2007-05-15 Thread niemayer at isg dot de
--- Comment #29 from niemayer at isg dot de 2007-05-15 16:54 --- That's sad - while memory gets cheaper, it has still not become cheap enough to cope with that huge increase in memory usage imposed by gcc 4.2. Seems I have to stick with 4.1 until that problem is fixed... --

[Bug c/12245] [4.0/4.1/4.2/4.3 regression] Uses lots of memory when compiling large initialized arrays

2006-12-13 Thread niemayer at isg dot de
--- Comment #27 from niemayer at isg dot de 2006-12-13 11:37 --- I would like to mention that this problem seems to have worsened a lot for the current snapshots of gcc-4.2 (currently testing with 4.2.0 20061205 (prerelease)) when compiling with at least -O1 - maybe due to the static