[Bug preprocessor/44837] [4.5 regression?] strange #define behavior

2010-07-06 Thread l dot jirkovsky at gmail dot com
--- Comment #8 from l dot jirkovsky at gmail dot com 2010-07-06 13:12 --- BTW: thank you for enlightening me. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44837

[Bug preprocessor/44837] [4.5 regression?] strange #define behavior

2010-07-06 Thread l dot jirkovsky at gmail dot com
--- Comment #7 from l dot jirkovsky at gmail dot com 2010-07-06 13:11 --- Oh, sorry. It was a part of source from rawstudio which used to work correctly but since update to gcc 4.5.0 compilation fails. It took me some time to find where the problem is and I found this. -- http

[Bug preprocessor/44837] [4.5 regression?] strange #define behavior

2010-07-06 Thread l dot jirkovsky at gmail dot com
--- Comment #4 from l dot jirkovsky at gmail dot com 2010-07-06 12:55 --- The strange thing is that when I copy the problematic part (even with __USE_GNU) to a different file it works. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44837

[Bug preprocessor/44837] [4.5 regression?] strange #define behavior

2010-07-06 Thread l dot jirkovsky at gmail dot com
--- Comment #3 from l dot jirkovsky at gmail dot com 2010-07-06 12:53 --- Created an attachment (id=21105) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21105&action=view) preprocessed file missing __USE_GNU parts from ucontext.h -- http://gcc.gnu.org/bugzilla/show_

[Bug preprocessor/44837] [4.5 regression?] strange #define behavior

2010-07-06 Thread l dot jirkovsky at gmail dot com
--- Comment #2 from l dot jirkovsky at gmail dot com 2010-07-06 12:52 --- Created an attachment (id=21104) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21104&action=view) ucontext.h from my system -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44837

[Bug preprocessor/44837] [4.5 regression?] strange #define behavior

2010-07-06 Thread l dot jirkovsky at gmail dot com
--- Comment #1 from l dot jirkovsky at gmail dot com 2010-07-06 12:51 --- Created an attachment (id=21103) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21103&action=view) test file using definitions from the -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44837

[Bug preprocessor/44837] New: [4.5 regression?] strange #define behavior

2010-07-06 Thread l dot jirkovsky at gmail dot com
essor AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: l dot jirkovsky at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44837

[Bug middle-end/42803] [4.4/4.5 Regression] c++ compilation hang

2010-01-19 Thread l dot jirkovsky at gmail dot com
--- Comment #6 from l dot jirkovsky at gmail dot com 2010-01-19 19:56 --- I've recompiled gcc 4.5 snapshot with the patch included. The file bilateral2.ii compiles perfectly. Thank you, you're doing a great job. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42803

[Bug c++/42803] [(probably) regression gcc 4.4 on 32bit] c++ compilation hang

2010-01-19 Thread l dot jirkovsky at gmail dot com
--- Comment #1 from l dot jirkovsky at gmail dot com 2010-01-19 13:45 --- Created an attachment (id=19654) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19654&action=view) Compilation hangs on this file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42803

[Bug c++/42803] New: [(probably) regression gcc 4.4 on 32bit] c++ compilation hang

2010-01-19 Thread l dot jirkovsky at gmail dot com
ompilation hang Product: gcc Version: 4.4.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: l dot jirkovsky at gmail dot

[Bug c++/38625] Segmentation fault when dereferencing valid pointer, probably REGRESSION

2009-01-29 Thread l dot jirkovsky at gmail dot com
--- Comment #11 from l dot jirkovsky at gmail dot com 2009-01-29 11:19 --- First, I'd like to thank you for doing this hard work and for finding out which patch causes this problem. Anyway I've done more investigation to the problematic code. The problem actually

[Bug c++/38625] Segmentation fault when dereferencing valid pointer, probably REGRESSION

2009-01-10 Thread l dot jirkovsky at gmail dot com
--- Comment #7 from l dot jirkovsky at gmail dot com 2009-01-10 16:47 --- I've forgot to post info about gcc 4.2.4: $ gcc -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.2.4/configure --prefix=/home/lukas/gcc --enable-shared --enable-language

[Bug c++/38625] Segmentation fault when dereferencing valid pointer, probably REGRESSION

2009-01-10 Thread l dot jirkovsky at gmail dot com
--- Comment #6 from l dot jirkovsky at gmail dot com 2009-01-10 16:42 --- I've tried it with gcc 4.2.4 and it works perfectly, so it have to be caused by some change between 4.2.4 and 4.3.2. I'll try to use svn to find out which commit causes this. -- http://gcc.gnu.or

[Bug c++/38625] Segmentation fault when dereferencing valid pointer, probably REGRESSION

2008-12-25 Thread l dot jirkovsky at gmail dot com
--- Comment #5 from l dot jirkovsky at gmail dot com 2008-12-25 18:51 --- -O2 -fno-strict-overflow also segfaults -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38625

[Bug c++/38625] Segmentation fault when dereferencing valid pointer, probably REGRESSION

2008-12-25 Thread l dot jirkovsky at gmail dot com
--- Comment #3 from l dot jirkovsky at gmail dot com 2008-12-25 18:07 --- with -O0 no segfault -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38625

[Bug c++/38625] Segmentation fault when dereferencing valid pointer, probably REGRESSION

2008-12-25 Thread l dot jirkovsky at gmail dot com
--- Comment #2 from l dot jirkovsky at gmail dot com 2008-12-25 17:25 --- I've already tested it with -O2 -fno-strict-aliasing without success. I'll test it with -O0. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38625

[Bug c++/38625] New: Segmentation fault when dereferencing valid pointer, probably REGRESSION

2008-12-25 Thread l dot jirkovsky at gmail dot com
ion: 4.3.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: l dot jirkovsky at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38625

[Bug c/36026] optimized code returns different results

2008-04-23 Thread l dot jirkovsky at gmail dot com
--- Comment #8 from l dot jirkovsky at gmail dot com 2008-04-23 15:18 --- Thanks a lot. Actually I'm a very beginner in C++ and I don't understand this code a lot. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36026

[Bug c/36026] optimized code returns different results

2008-04-23 Thread l dot jirkovsky at gmail dot com
--- Comment #2 from l dot jirkovsky at gmail dot com 2008-04-23 11:37 --- thanks to Ketling (one guy who helps me with identifying the bug) there is more progress: high = (uv & 0x8000) != 0; is always zero. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36026

[Bug c/36026] optimized code returns different results

2008-04-23 Thread l dot jirkovsky at gmail dot com
--- Comment #1 from l dot jirkovsky at gmail dot com 2008-04-23 11:28 --- Created an attachment (id=15516) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15516&action=view) test code from verse -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36026

[Bug c/36026] New: optimized code returns different results

2008-04-23 Thread l dot jirkovsky at gmail dot com
Summary: optimized code returns different results Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: l dot jirkovsky at gma

[Bug c++/35914] New: missing int std::abs(int)

2008-04-12 Thread l dot jirkovsky at gmail dot com
rmal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: l dot jirkovsky at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35914