[Bug target/38085] gcc -m64 -pg generates invalid assembler code on Solaris 10/x86

2009-09-24 Thread hailijuan at gmail dot com
--- Comment #4 from hailijuan at gmail dot com 2009-09-24 09:50 --- There is another problem with gcc -m64 -pg since 4.4.0, seen from below: # file /import/dr3/i386/gcc-4.4.0/lib/gcc/i386-pc-solaris2.11/4.4.0/amd64/gmon.o /import/dr3/i386/gcc-4.4.0/lib/gcc/i386-pc-solaris2.11/4.4.0

[Bug regression/40483] New: gcc 4.x needs to utilize better COMDAT mechanism under Solaris

2009-06-18 Thread hailijuan at gmail dot com
Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: regression AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: hailijuan at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug c/40471] New: __sync_fetch_and_add seems not working well for -march=i686

2009-06-17 Thread hailijuan at gmail dot com
Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: hailijuan at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug c/40471] __sync_fetch_and_add seems not working well for -march=i686

2009-06-17 Thread hailijuan at gmail dot com
--- Comment #2 from hailijuan at gmail dot com 2009-06-17 10:07 --- Subject: Re: __sync_fetch_and_add seems not working well for -march=i686 Yes, I have seen the difference. Thanks muchly. I will close it. 2009/6/17 jakub at gcc dot gnu dot org gcc-bugzi...@gcc.gnu.org

[Bug c++/40183] New: g++.dg/tls/static-1.C, execution abort

2009-05-18 Thread hailijuan at gmail dot com
Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: hailijuan at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40183

[Bug c++/40183] g++.dg/tls/static-1.C, execution abort

2009-05-18 Thread hailijuan at gmail dot com
--- Comment #1 from hailijuan at gmail dot com 2009-05-18 10:07 --- Created an attachment (id=17885) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17885action=view) static-1.C and static-1a.cc -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40183

[Bug libstdc++/39775] New: ext/throw_allocator/check_delete.cc execution abort with mt_allocator

2009-04-15 Thread hailijuan at gmail dot com
at gcc dot gnu dot org ReportedBy: hailijuan at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39775

[Bug libstdc++/39775] ext/throw_allocator/check_delete.cc execution abort with mt_allocator

2009-04-15 Thread hailijuan at gmail dot com
--- Comment #1 from hailijuan at gmail dot com 2009-04-15 07:43 --- Created an attachment (id=17642) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17642action=view) check_delete.cc and its header files. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39775

[Bug c/36351] New: gcc handled OpenMP programs with uplevel reference wrongly

2008-05-28 Thread hailijuan at gmail dot com
Status: UNCONFIRMED Severity: major Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: hailijuan at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36351

[Bug c/36354] New: gcc handled OpenMP programs with uplevel reference wrongly

2008-05-28 Thread hailijuan at gmail dot com
Status: UNCONFIRMED Severity: major Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: hailijuan at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36354

[Bug middle-end/36288] OpenMP-C++: segmentation fault in basic string constructors

2008-05-28 Thread hailijuan at gmail dot com
--- Comment #4 from hailijuan at gmail dot com 2008-05-28 08:54 --- Subject: Re: OpenMP-C++: segmentation fault in basic string constructors no. thanks for your comments. i have correct the testcase. the error is gone with gcc-4.2. thanks again. 2008/5/28 pinskia at gcc dot gnu dot

[Bug c++/36288] New: OpenMP-C++: segmentation fault in basic string constructors

2008-05-21 Thread hailijuan at gmail dot com
Version: 4.2.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: hailijuan at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36288

[Bug c++/36288] OpenMP-C++: segmentation fault in basic string constructors

2008-05-21 Thread hailijuan at gmail dot com
--- Comment #1 from hailijuan at gmail dot com 2008-05-21 08:41 --- Created an attachment (id=15660) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15660action=view) C++ OpenMP program. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36288

[Bug c++/35246] declaration of threadprivate variable considered first use

2008-02-17 Thread hailijuan at gmail dot com
--- Comment #1 from hailijuan at gmail dot com 2008-02-18 04:37 --- the error message was raised in finish_omp_threadprivate (cp/semantics.c). It was the field TREE_USED set to 1 that trigered the error. build_aggr_init set TREE_USED of variable a. the call frame looks like: =[1

[Bug c++/35246] New: declaration of threadprivate variable considered first use

2008-02-17 Thread hailijuan at gmail dot com
considered first use Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: hailijuan at gmail dot com http

[Bug preprocessor/35055] New: missing path to finclude directory when compiling .F90 files

2008-02-02 Thread hailijuan at gmail dot com
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: hailijuan at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35055

[Bug c++/34513] static variable not found for C++ OpenMP

2007-12-19 Thread hailijuan at gmail dot com
--- Comment #7 from hailijuan at gmail dot com 2007-12-20 02:21 --- fixed in revision 131059 -- hailijuan at gmail dot com changed: What|Removed |Added

[Bug c++/34513] New: static variable not found for C++ OpenMP

2007-12-17 Thread hailijuan at gmail dot com
Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: hailijuan at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34513

[Bug c++/34513] static variable not found for C++ OpenMP

2007-12-17 Thread hailijuan at gmail dot com
--- Comment #1 from hailijuan at gmail dot com 2007-12-17 17:37 --- Created an attachment (id=14785) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14785action=view) openmp testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34513

[Bug c++/34513] static variable not found for C++ OpenMP

2007-12-17 Thread hailijuan at gmail dot com
--- Comment #3 from hailijuan at gmail dot com 2007-12-18 03:24 --- Subject: Re: static variable not found for C++ OpenMP no, failed even when compiling with -O2 -g. could you show me your compiler version and options? thanks. 17 Dec 2007 18:13:37 -, pinskia at gcc dot gnu dot

[Bug c++/34517] New: INCOROUT: C++ OpenMP lastprivate

2007-12-17 Thread hailijuan at gmail dot com
dot gnu dot org ReportedBy: hailijuan at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34517

[Bug c++/34517] INCOROUT: C++ OpenMP lastprivate

2007-12-17 Thread hailijuan at gmail dot com
--- Comment #1 from hailijuan at gmail dot com 2007-12-18 06:07 --- Created an attachment (id=14789) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14789action=view) C++ OpenMP testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34517

[Bug c++/34258] New: g++ inlined destructors incorrectly throw exception out of clean-up handler

2007-11-28 Thread hailijuan at gmail dot com
ReportedBy: hailijuan at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34258

[Bug c++/34258] g++ inlined destructors incorrectly throw exception out of clean-up handler

2007-11-28 Thread hailijuan at gmail dot com
--- Comment #1 from hailijuan at gmail dot com 2007-11-28 09:17 --- Created an attachment (id=14652) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14652action=view) to address the bug in g++ exception handler -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34258

[Bug fortran/33954] gfortran: incorrect output for array of dynamic bounds

2007-10-31 Thread hailijuan at gmail dot com
--- Comment #8 from hailijuan at gmail dot com 2007-10-31 07:18 --- Subject: Re: gfortran: incorrect output for array of dynamic bounds running a.out compiled with -fbounds-check and then get following message: micro# ./a.out Fortran runtime error: Array reference out of bounds

[Bug fortran/33954] gfortran: incorrect output for array of dynamic bounds

2007-10-31 Thread hailijuan at gmail dot com
--- Comment #9 from hailijuan at gmail dot com 2007-10-31 07:20 --- invalid testcase. -- hailijuan at gmail dot com changed: What|Removed |Added Status

[Bug fortran/33954] New: gfortran: incorrect output for array of dynamic bounds

2007-10-30 Thread hailijuan at gmail dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: hailijuan at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33954

[Bug fortran/33954] gfortran: incorrect output for array of dynamic bounds

2007-10-30 Thread hailijuan at gmail dot com
--- Comment #3 from hailijuan at gmail dot com 2007-10-31 05:46 --- Subject: Re: gfortran: incorrect output for array of dynamic bounds exactly! but why gfortran does that? is that permitted by fortran standards? thanks a lot. 31 Oct 2007 04:01:08 -, jvdelisle at gcc dot gnu dot

[Bug fortran/33954] gfortran: incorrect output for array of dynamic bounds

2007-10-30 Thread hailijuan at gmail dot com
--- Comment #6 from hailijuan at gmail dot com 2007-10-31 06:17 --- Subject: Re: gfortran: incorrect output for array of dynamic bounds not like that. it's right to use a(j,i) which has j as lower dimension. memory layout of array(0:2, 0:1) is like: a(0,0), a(1,0), a(2,0), a(0,1