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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
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
--- 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
--- 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
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
--- 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
--- 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
--- 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_
--- 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
--- 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
--- 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
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
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
--- 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
--- 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
--- 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
22 matches
Mail list logo