--- Comment #16 from jakub at gcc dot gnu dot org 2006-04-10 12:02 ---
Subject: Bug 24685
Author: jakub
Date: Mon Apr 10 12:02:55 2006
New Revision: 112819
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112819
Log:
PR libgfortran/24685
* io
--- Comment #1 from jakub at gcc dot gnu dot org 2006-04-10 13:18 ---
Subject: Bug 27057
Author: jakub
Date: Mon Apr 10 13:18:19 2006
New Revision: 112820
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112820
Log:
PR debug/27057
* dwarf2out.c (is_sy
--- Comment #2 from jakub at gcc dot gnu dot org 2006-04-10 13:21 ---
Subject: Bug 27057
Author: jakub
Date: Mon Apr 10 13:21:13 2006
New Revision: 112821
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112821
Log:
PR debug/27057
* dwarf2out.c (is_sy
miscompilation
Product: gcc
Version: 4.1.1
Status: UNCONFIRMED
Severity: critical
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jakub at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27115
--- Comment #1 from jakub at gcc dot gnu dot org 2006-04-11 09:01 ---
Well, the (void) *a; and (void) *b; certainly don't look ok, so the problem
is earlier. Sorry.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27115
: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jakub at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27129
--- Comment #6 from jakub at gcc dot gnu dot org 2006-04-12 11:46 ---
It is a GC problem, when build_over_call calls mark_used, it certainly doesn't
expect mark_used to do a gcc_collect underneath it, as it has several tree
pointers stored in local variables. I guess build_over
--- Comment #3 from jakub at gcc dot gnu dot org 2006-04-13 12:31 ---
Looking into this.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo
--- Comment #5 from jakub at gcc dot gnu dot org 2006-04-14 22:25 ---
Subject: Bug 26823
Author: jakub
Date: Fri Apr 14 22:24:59 2006
New Revision: 112959
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112959
Log:
PR middle-end/26823
*
--- Comment #6 from jakub at gcc dot gnu dot org 2006-04-14 22:27 ---
Subject: Bug 26823
Author: jakub
Date: Fri Apr 14 22:27:23 2006
New Revision: 112960
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112960
Log:
PR middle-end/26823
*
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
URL||http://gcc.gnu.org/ml/gcc
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org
|dot org
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org
|dot org
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org
|dot org
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|dnovillo at gcc dot gnu dot |jakub at gcc dot gnu dot org
|org
--- Comment #7 from jakub at gcc dot gnu dot org 2006-04-19 13:00 ---
Honza, this is caused by your patch:
http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00661.html
In -fno-unit-at-a-time mode, we used to pass the local var to dwarf2out only
when the containing function has been
--- Comment #14 from jakub at gcc dot gnu dot org 2006-04-19 13:45 ---
It is the TREE_OVERFLOW set on 0x8000.
That seems to be created by convert_to_integer.
type in that case is unsigned short and expr is (intD.0) xD.1878 & 32768.
As the expr was using signed type, convert_to_int
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org
|dot org
--- Comment #13 from jakub at gcc dot gnu dot org 2006-04-20 10:27 ---
This has been introduced in
http://gcc.gnu.org/ml/gcc-patches/2004-06/msg01594.html
Will try to revert the name-lookup.c part and see what exactly breaks and if
we couldn't tell about this to cgraph rather than
--- Comment #14 from jakub at gcc dot gnu dot org 2006-04-20 12:04 ---
The reversal of the DECL_UID (x) = DECL_UID (t); assignment in name-lookup.c
causes
FAIL: g++.dg/opt/inline2.C (test for excess errors)
as well as
// { dg-do link }
// { dg-options "-O1" }
static int
--- Comment #3 from jakub at gcc dot gnu dot org 2006-04-21 11:11 ---
Helgrind knows nothing about futex syscall and what it guarantees. There is
a reason why it has been removed in later valgrind versions.
--
jakub at gcc dot gnu dot org changed:
What|Removed
--- Comment #17 from jakub at gcc dot gnu dot org 2006-04-21 17:04 ---
Subject: Bug 24685
Author: jakub
Date: Fri Apr 21 17:04:04 2006
New Revision: 113137
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113137
Log:
PR libgfortran/24685
* io
--- Comment #18 from jakub at gcc dot gnu dot org 2006-04-21 17:22 ---
While this should now be fixed on s390{,x} (and I believe also sparc*)
with -mlong-double-128, it is still broken on powerpc{,64}.
What happens there is that gfortran returns a non-canonical number
for huge (0.0_16
--- Comment #9 from jakub at gcc dot gnu dot org 2006-04-22 07:09 ---
Subject: Bug 26769
Author: jakub
Date: Sat Apr 22 07:08:58 2006
New Revision: 113169
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113169
Log:
PR fortran/26769
* ir
--- Comment #10 from jakub at gcc dot gnu dot org 2006-04-22 07:13 ---
Subject: Bug 26769
Author: jakub
Date: Sat Apr 22 07:13:20 2006
New Revision: 113170
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113170
Log:
PR fortran/26769
* ir
y: critical
Priority: P3
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jakub at gcc dot gnu dot org
GCC target triplet: i686-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27285
--- Comment #1 from jakub at gcc dot gnu dot org 2006-04-24 15:50 ---
Caused by http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112675
--
jakub at gcc dot gnu dot org changed:
What|Removed
--- Comment #5 from jakub at gcc dot gnu dot org 2006-04-25 07:37 ---
Yes, it fixes it. Will regression test it on a bunch of arches and post to
gcc-patches. Thanks.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
UNCONFIRMED
Severity: normal
Priority: P3
Component: inline-asm
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jakub at gcc dot gnu dot org
GCC target triplet: i686-linux, x86_64-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27301
--- Comment #8 from jakub at gcc dot gnu dot org 2006-04-25 09:42 ---
Subject: Bug 26865
Author: jakub
Date: Tue Apr 25 09:42:41 2006
New Revision: 113242
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113242
Log:
PR tree-optimization/26865
* gcc.dg/p
--- Comment #9 from jakub at gcc dot gnu dot org 2006-04-25 09:45 ---
Subject: Bug 26865
Author: jakub
Date: Tue Apr 25 09:45:01 2006
New Revision: 113243
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113243
Log:
PR tree-optimization/26865
*
--- Comment #8 from jakub at gcc dot gnu dot org 2006-04-26 08:21 ---
Subject: Bug 25989
Author: jakub
Date: Wed Apr 26 08:20:57 2006
New Revision: 113268
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113268
Log:
PR middle-end/25989
* tree-flow.h
--- Comment #2 from jakub at gcc dot gnu dot org 2006-04-26 08:23 ---
Subject: Bug 25996
Author: jakub
Date: Wed Apr 26 08:23:12 2006
New Revision: 113269
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113269
Log:
PR c/25996
* c-parser.c (c_parser_omp_
--- Comment #3 from jakub at gcc dot gnu dot org 2006-04-26 08:24 ---
Subject: Bug 26913
Author: jakub
Date: Wed Apr 26 08:24:28 2006
New Revision: 113270
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113270
Log:
PR middle-end/26913
* tr
--- Comment #2 from jakub at gcc dot gnu dot org 2006-04-26 08:26 ---
Subject: Bug 26171
Author: jakub
Date: Wed Apr 26 08:26:06 2006
New Revision: 113271
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113271
Log:
PR c/26171
*
--- Comment #3 from jakub at gcc dot gnu dot org 2006-04-26 08:28 ---
Fixed in SVN.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #9 from jakub at gcc dot gnu dot org 2006-04-26 08:28 ---
Fixed in SVN.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #3 from jakub at gcc dot gnu dot org 2006-04-26 08:29 ---
Fixed in SVN.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #4 from jakub at gcc dot gnu dot org 2006-04-26 08:29 ---
Fixed in SVN.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status
Severity: major
Priority: P3
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jakub at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27335
--- Comment #2 from jakub at gcc dot gnu dot org 2006-04-27 12:22 ---
OMP gimplification and lowering needs to handle RESULT_DECLs.
Simplified testcases e.g.:
struct S
{
S ();
~S ();
double &operator* () const;
};
S
foo ()
{
int i;
S ret;
#pragma omp parallel for
fo
--- Comment #2 from jakub at gcc dot gnu dot org 2006-04-27 15:38 ---
This is not specific to goto, any OMP structured block which the initial cfg
pass proves it will never return is a problem. In that case, the corresponding
OMP_RETURN is optimized out as unreachable. The first ICE
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org
|dot org
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org
|dot org
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org
|dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2006-04-28 15:07 ---
One incremental fix for the global var case is:
--- omp-low.c.jj5 2006-04-28 13:29:49.0 +0200
+++ omp-low.c 2006-04-28 16:22:36.0 +0200
@@ -674,9 +674,6 @@ omp_copy_decl (tree var
--- Comment #2 from jakub at gcc dot gnu dot org 2006-04-28 16:38 ---
Doesn't seem to be openmp specific:
struct A
!
{
template void foo();
};
template void A::foo<0>();
ICEs the same way.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27315
--- Comment #2 from jakub at gcc dot gnu dot org 2006-04-28 16:39 ---
Doesn't seem to be openmp specific.
struct A {};
struct B : A
!
{};
struct B : A
!
{};
ICEs the same way.
--
jakub at gcc dot gnu dot org changed:
What|Removed |
--- Comment #3 from jakub at gcc dot gnu dot org 2006-04-28 16:42 ---
Neither of the testcases are openmp specific, after
s/#pragma omp parallel/!/g
they crash the same way without -fopenmp.
--
jakub at gcc dot gnu dot org changed:
What|Removed
--- Comment #5 from jakub at gcc dot gnu dot org 2006-05-01 16:07 ---
We do need a barrier (well, in some cases with extra code we can avoid
it in some cases), in order to honor 2.8.3.4:
"If a list item appears in both firstprivate and lastprivate clauses, the
update
require
--- Comment #3 from jakub at gcc dot gnu dot org 2006-05-02 10:38 ---
Subject: Bug 27310
Author: jakub
Date: Tue May 2 10:38:12 2006
New Revision: 113453
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113453
Log:
PR middle-end/27310
*
--- Comment #3 from jakub at gcc dot gnu dot org 2006-05-02 10:40 ---
Subject: Bug 27325
Author: jakub
Date: Tue May 2 10:40:21 2006
New Revision: 113454
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113454
Log:
PR middle-end/27325
* o
--- Comment #3 from jakub at gcc dot gnu dot org 2006-05-02 10:41 ---
Subject: Bug 27328
Author: jakub
Date: Tue May 2 10:41:44 2006
New Revision: 113455
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113455
Log:
PR middle-end/27328
* o
--- Comment #4 from jakub at gcc dot gnu dot org 2006-05-02 10:45 ---
Subject: Bug 27337
Author: jakub
Date: Tue May 2 10:44:55 2006
New Revision: 113456
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113456
Log:
PR middle-end/27337
* gi
--- Comment #4 from jakub at gcc dot gnu dot org 2006-05-02 10:45 ---
Fixed in SVN.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #4 from jakub at gcc dot gnu dot org 2006-05-02 10:46 ---
Fixed in SVN.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #4 from jakub at gcc dot gnu dot org 2006-05-02 10:47 ---
Fixed in SVN.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #5 from jakub at gcc dot gnu dot org 2006-05-02 10:48 ---
Fixed in SVN.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status
Priority: P3
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jakub at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27388
--- Comment #1 from jakub at gcc dot gnu dot org 2006-05-02 14:38 ---
Created an attachment (id=11360)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11360&action=view)
pr27388.patch
Something like this cures this but I'm really not sure what exactly is
omp_is_private
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org
|dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2006-05-02 20:03 ---
Subject: Bug 26943
Author: jakub
Date: Tue May 2 20:03:38 2006
New Revision: 113483
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113483
Log:
PR c++/26943
* o
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org
|dot org
--- Comment #9 from jakub at gcc dot gnu dot org 2006-05-03 12:23 ---
Reassigning to Richard for the optimizations mentioned in #7.
The code in SVN should be correct, but sometimes suboptimal.
--
jakub at gcc dot gnu dot org changed:
What|Removed
--- Comment #10 from jakub at gcc dot gnu dot org 2006-05-03 12:31 ---
I think using GOMP_1.1 symver instead of GOMP_1.0 would be preferrable.
I think you probably want to keep the state in the user code (probably
inside of .omp_data_* structure) so sender could zero it, then one
--- Comment #2 from jakub at gcc dot gnu dot org 2006-05-03 12:51 ---
Subject: Bug 27395
Author: jakub
Date: Wed May 3 12:51:33 2006
New Revision: 113494
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113494
Log:
PR fortran/27395
* gi
--- Comment #3 from jakub at gcc dot gnu dot org 2006-05-03 13:07 ---
Fixed in SVN.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #2 from jakub at gcc dot gnu dot org 2006-05-04 06:29 ---
Subject: Bug 27359
Author: jakub
Date: Thu May 4 06:29:16 2006
New Revision: 113513
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113513
Log:
PR c++/27359
* parser.c (cp_parser_omp_
--- Comment #3 from jakub at gcc dot gnu dot org 2006-05-04 06:34 ---
Subject: Bug 27388
Author: jakub
Date: Thu May 4 06:34:06 2006
New Revision: 113514
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113514
Log:
PR middle-end/27388
* gimplify.c (omp_is
--- Comment #6 from jakub at gcc dot gnu dot org 2006-05-04 06:40 ---
Subject: Bug 27285
Author: jakub
Date: Thu May 4 06:40:15 2006
New Revision: 113515
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113515
Log:
PR tree-optimization/27285
Backp
--- Comment #10 from jakub at gcc dot gnu dot org 2006-05-04 06:40 ---
Subject: Bug 25985
Author: jakub
Date: Thu May 4 06:40:15 2006
New Revision: 113515
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113515
Log:
PR tree-optimization/27285
Backp
--- Comment #7 from jakub at gcc dot gnu dot org 2006-05-04 06:44 ---
Subject: Bug 27285
Author: jakub
Date: Thu May 4 06:43:50 2006
New Revision: 113516
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113516
Log:
PR tree-optimization/27285
* gcc.c
--- Comment #4 from jakub at gcc dot gnu dot org 2006-05-04 09:34 ---
Fixed in SVN.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #3 from jakub at gcc dot gnu dot org 2006-05-04 09:35 ---
Fixed in SVN.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status
Keywords: openmp
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jakub at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27415
RMED
Keywords: openmp
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jakub at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27416
--- Comment #9 from jakub at gcc dot gnu dot org 2006-05-05 12:26 ---
For static variables in function contexts dwarf2out in several places wants
to look up the parent context DIE. Now when the variables are registered
with dwarf2out before the containing function, the parent context
--- Comment #3 from jakub at gcc dot gnu dot org 2006-05-09 10:00 ---
The testcase in #2 is unrelated to this, already covered in PR27416.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27446
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jakub at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27549
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jakub at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27550
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jakub at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27551
--- Comment #1 from jakub at gcc dot gnu dot org 2006-05-11 09:06 ---
Oops, sorry.
*** This bug has been marked as a duplicate of 27549 ***
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from jakub at gcc dot gnu dot org 2006-05-11 09:06 ---
*** Bug 27550 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27549
--- Comment #1 from jakub at gcc dot gnu dot org 2006-05-11 09:06 ---
Oops, sorry.
*** This bug has been marked as a duplicate of 27549 ***
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from jakub at gcc dot gnu dot org 2006-05-11 09:06 ---
*** Bug 27551 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27549
--- Comment #5 from jakub at gcc dot gnu dot org 2006-05-11 09:07 ---
Yes, PR 27283 patch fixes this. So, we need it on gcc-4_1-branch too...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27549
--- Comment #4 from jakub at gcc dot gnu dot org 2006-05-12 11:27 ---
-fbounds-check is completely useless option, it is so buggy that you can't use
it for anything real.
E.g. it doesn't handle assumed size or allocatable arrays.
Try running make check-gfortran RU
--- Comment #5 from jakub at gcc dot gnu dot org 2006-05-15 09:58 ---
Subject: Bug 27446
Author: jakub
Date: Mon May 15 09:57:54 2006
New Revision: 113787
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113787
Log:
PR fortran/27446
* trans-
--- Comment #2 from jakub at gcc dot gnu dot org 2006-05-15 09:59 ---
Subject: Bug 27416
Author: jakub
Date: Mon May 15 09:59:30 2006
New Revision: 113788
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113788
Log:
PR middle-end/27416
* o
--- Comment #7 from jakub at gcc dot gnu dot org 2006-05-15 10:10 ---
Created an attachment (id=11468)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11468&action=view)
gcc41-pr27549.patch
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27549
--- Comment #8 from jakub at gcc dot gnu dot org 2006-05-15 10:11 ---
Created an attachment (id=11469)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11469&action=view)
gcc41-pr27548.patch
These two patches fix this on the branch, bootstrapped/regtested on 7 linux
arche
--- Comment #6 from jakub at gcc dot gnu dot org 2006-05-15 12:43 ---
Fixed on the trunk.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #3 from jakub at gcc dot gnu dot org 2006-05-15 12:44 ---
Diagnostics of invalid vars in firstprivate/lastprivate/reduction is still
missing.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27416
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org
|dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2006-05-16 10:12 ---
Subject: Bug 27499
Author: jakub
Date: Tue May 16 10:12:39 2006
New Revision: 113822
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113822
Log:
PR c/27499
* gimplify.c (gimplify
--- Comment #1 from jakub at gcc dot gnu dot org 2006-05-16 10:16 ---
Subject: Bug 27573
Author: jakub
Date: Tue May 16 10:16:36 2006
New Revision: 113823
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113823
Log:
PR middle-end/27573
* o
--- Comment #2 from jakub at gcc dot gnu dot org 2006-05-16 10:17 ---
Fixed in SVN.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #3 from jakub at gcc dot gnu dot org 2006-05-16 10:18 ---
Fixed in SVN.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
--- Comment #1 from jakub at gcc dot gnu dot org 2006-05-16 10:20 ---
Guess the message should be sorry rather than error.
Without glibc and binutils support for .tinit_array/.tfini_array this really
isn't fixable.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27557
--- Comment #4 from jakub at gcc dot gnu dot org 2006-05-16 13:15 ---
Testing a patch.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo
1 - 100 of 6855 matches
Mail list logo