Auslaender bevorzugt

2005-05-15 Thread friedman
Lese selbst: http://www.npd.de/npd_info/deutschland/2005/d0305-14.html Jetzt weiss man auch, wie es dazu kommt, dass Drogen, Waffen & Handy's in die Haende der Knacki's gelangen!

[Bug c++/30248] regression: friend no longer declares classes

2006-12-18 Thread friedman at splode dot com
--- Comment #3 from friedman at splode dot com 2006-12-18 20:14 --- I think the -ffriend-injection option should be the default as it conforms to the ISO standard. Please reopen. C++ standard §11.4 (Friends) ¶7: "A name nominated by a friend declaration shall be accessible i

[Bug c++/26148] New: g++ bug, possibly introduced around gcc 3.4.0

2006-02-06 Thread gcc_bugzilla at friedman dot to
u I cannot migrate my system over to the latest compiler. Please help! Sincerely, Joseph Friedman, Ph.D. Millennium Partners, L.P. 666 Fifth Avenue, 8th Floor New York, NY 10103 (212) 841-4160 % /usr/local/gcc-3.3.2/bin/g+

[Bug c++/26148] g++ bug, possibly introduced around gcc 3.4.0

2006-02-08 Thread gcc_bugzilla at friedman dot to
--- Comment #2 from gcc_bugzilla at friedman dot to 2006-02-08 17:41 --- If this conforms with the Committee's decision, then the Committee's decision is buggy. In my opinion this is clearly a bug because it is inconsistent between using namespaces and not using namespace

[Bug c/44848] New: Bogus "array subscript is below array bounds" with loops

2010-07-06 Thread eli dot friedman at gmail dot com
dTo: unassigned at gcc dot gnu dot org ReportedBy: eli dot friedman at gmail dot com GCC host triplet: x86-64-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44848

[Bug c/44848] Bogus "array subscript is below array bounds" with loops

2010-07-07 Thread eli dot friedman at gmail dot com
--- Comment #2 from eli dot friedman at gmail dot com 2010-07-08 03:08 --- I'm afraid I mis-reduced the issue; try the following (which reproduces on both trunk r161941 and 4.5.0): typedef struct LLSModel{ double variance[32]; int indep_count; }LLSModel; void av_solv

[Bug c/35210] New: gcc incorrectly allows calling function returning "const void"

2008-02-15 Thread eli dot friedman at gmail dot com
D Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: eli dot friedman at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35210

[Bug c/35210] gcc incorrectly allows calling function returning "const void"

2008-02-15 Thread eli dot friedman at gmail dot com
--- Comment #2 from eli dot friedman at gmail dot com 2008-02-15 18:01 --- Yes, but "const void" is still a distinct type from "void". -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35210