$ /usr/local/gfortran/bin/gfortran --save-temps -c -fno-second-underscore
-fdefault-integer-8 -m64 -DMOLPRO -I. -I.. -I../global f12_integrals.f
f12_integrals.f: In function 'dfasmbl_f12':
f12_integrals.f:2850: internal compiler error: in gfc_get_symbol_decl, at
fortran/trans-decl.c:950
Please su
--- Comment #1 from KnowlesPJ at Cardiff dot ac dot uk 2009-03-31 08:13
---
Created an attachment (id=17566)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17566&action=view)
tarball containing source file and its includes
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39594
$ /usr/local/gfortran/bin/gfortran -c -fno-second-underscore
-fdefault-integer-8 -m64 -DMOLPRO -I. -I.. -I../global -O3 dftgrid.f
dftgrid.f: In function 'grid_neighbour_dint':
dftgrid.f:4288: internal compiler error: vector VEC(tree,base) index domain
error, in vectorizable_store at tree-vect-trans
--- Comment #1 from KnowlesPJ at Cardiff dot ac dot uk 2009-03-31 08:24
---
Created an attachment (id=17567)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17567&action=view)
source and includes that demonstrate the problem
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39595
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-03-31 09:44 ---
For convenience, here is the testcase reduced (I didn't verify it still
"fails",
but it obviously should).
unsigned long key32[8];
void __attribute__((noinline)) InitTF(void)
{
key32[0]=0x00010203;
key32[1]=0x04
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-03-31 09:49 ---
Confirmed.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
CC|
--- Comment #6 from singler at gcc dot gnu dot org 2009-03-31 09:53 ---
Created an attachment (id=17568)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17568&action=view)
Patch adding new variant of binder2nd.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39546
--- Comment #7 from singler at gcc dot gnu dot org 2009-03-31 09:53 ---
Created an attachment (id=17569)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17569&action=view)
Patch adding new variant of equal_to.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39546
--- Comment #2 from dominiq at lps dot ens dot fr 2009-03-31 10:06 ---
Confirmed for gfortran 4.4 and trunk, works on 4.3. Reduced test case:
module df_f12_integrals
implicit double precision (a-h,o-z)
save
c
parameter (maxint=2147483647)
common/zahl/ z0,z
--- Comment #5 from singler at gcc dot gnu dot org 2009-03-31 09:52 ---
I have two patches, each of which should fix the problem. Both take the value
to compare against as const ref, which solves the array passing problem. The
first one is more general, introducing a new variant of bin
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-03-31 10:23 ---
Subject: Bug 23401
Author: rguenth
Date: Tue Mar 31 10:23:44 2009
New Revision: 145338
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145338
Log:
2009-03-31 Richard Guenther
PR middle-end/23401
--- Comment #6 from rguenth at gcc dot gnu dot org 2009-03-31 10:23 ---
Subject: Bug 27810
Author: rguenth
Date: Tue Mar 31 10:23:44 2009
New Revision: 145338
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145338
Log:
2009-03-31 Richard Guenther
PR middle-end/23401
--- Comment #9 from rguenth at gcc dot gnu dot org 2009-03-31 10:31 ---
Fixed. No assembly differences for the testcase though.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-03-31 10:32 ---
Fixed.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-03-31 10:45 ---
Fixed on alias-improvements branch.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from KnowlesPJ at Cardiff dot ac dot uk 2009-03-31 10:12
---
My apologies that I did not do some reduction, which of course I could have
easily done. I was merely following the guidelines at
http://gcc.gnu.org/bugs.html which says lots of things, but does not mention
this
Invocation of the interface basic_istream::seekg(pos_type pos) should call
rdbuf()->pubseekpos(pos), but it calls rdbuf()->pubseekpos(pos, ios_base::out).
Elimination:
--
Replace the call rdbuf()->pubseekpos(pos, ios_base::out) with
rdbuf()->pubseekpos(pos).
--
Summar
Standard states that invocation of the interface
basic_istream::seekg(off_type& off, ios_base::seekdir dir) should call
rdbuf()->pubseekoff(off, dir), but it calls rdbuf()->pubseekoff(off, dir,
ios_base::in).
Elimination:
--
Replace the call rdbuf()->pubseekoff(off, dir, ios_base:
--- Comment #13 from rguenth at gcc dot gnu dot org 2009-03-31 11:31
---
Reduced testcase:
struct re_pattern_buffer {
unsigned char *buffer;
unsigned long int allocated;
};
void byte_regex_compile (struct re_pattern_buffer *bufp,
unsigned char *begalt,
--- Comment #1 from paolo dot carlini at oracle dot com 2009-03-31 11:39
---
We are simply implementing the resolution of DR 136 (CD1):
http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#136
--
paolo dot carlini at oracle dot com changed:
What|Removed
--- Comment #1 from paolo dot carlini at oracle dot com 2009-03-31 11:40
---
*** This bug has been marked as a duplicate of 39596 ***
--
paolo dot carlini at oracle dot com changed:
What|Removed |Added
---
--- Comment #2 from paolo dot carlini at oracle dot com 2009-03-31 11:40
---
*** Bug 39597 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39596
--- Comment #3 from paolo dot carlini at oracle dot com 2009-03-31 11:40
---
*** Bug 39598 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39596
--- Comment #1 from paolo dot carlini at oracle dot com 2009-03-31 11:40
---
*** This bug has been marked as a duplicate of 39596 ***
--
paolo dot carlini at oracle dot com changed:
What|Removed |Added
---
--- Comment #4 from paolo dot carlini at oracle dot com 2009-03-31 11:40
---
*** Bug 39599 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39596
--- Comment #1 from paolo dot carlini at oracle dot com 2009-03-31 11:40
---
*** This bug has been marked as a duplicate of 39596 ***
--
paolo dot carlini at oracle dot com changed:
What|Removed |Added
---
--- Comment #14 from rguenth at gcc dot gnu dot org 2009-03-31 11:42
---
I have a fix (I think).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37221
Standard states that invocation of the interface
basic_ostream::seekp(off_type& off, ios_base::seekdir dir) should call
rdbuf()->pubseekoff(off, dir), but it calls rdbuf()->pubseekoff(off, dir,
ios_base::out).
Elimination:
--
Replace the call rdbuf()->pubseekoff(off, dir, ios_base
Detailed Description
-
Invocation of the interface basic_ostream::seekp(pos_type& pos); should
call rdbuf()->pubseekpos(pos), but it calls rdbuf()->pubseekpos(pos,
ios_base::out).
Elimination:
--
Replace the call rdbuf()->pubseekpos(pos, ios_base::o
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-03-31 10:40 ---
This is fixed on alias-improvements branch.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
-
static int a, b, c;
char
cnv(void) {
return (a ? &b : &c);
}
f.c:3: internal compiler error: in emit_move_insn, at expr.c:3386
CCing Joern so maybe he can CC someone else. :-)
--
Summary: arc target broken, cannot build newlib
Product: gcc
Version: 4.5.0
--- Comment #8 from szir at sch dot bme dot hu 2009-03-31 12:05 ---
(In reply to comment #7)
> For convenience, here is the testcase reduced (I didn't verify it still
> "fails", but it obviously should).
No it should not, the junk code is necessary to produce the error. As I said
before
--- Comment #9 from szir at sch dot bme dot hu 2009-03-31 12:10 ---
Created an attachment (id=17570)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17570&action=view)
junk code to reproduce the bug
this is a reduced portion of the original program and the simplest that still
genera
--- Comment #8 from paolo dot carlini at oracle dot com 2009-03-31 11:34
---
I'm not sure to have all the elements to make a meaningful choice. Could you
please explain in some detail what's going on? Also, could you please remind me
why we have those duplicated binders in parallel/base
--
irar at il dot ibm dot com changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |irar at il dot ibm dot com
|dot org
--- Comment #4 from dominiq at lps dot ens dot fr 2009-03-31 12:26 ---
> My apologies that I did not do some reduction, ...
After having sent my post, I have realized that it was more unfriendly than
intended (and I agree that the instructions could be more explicit than "Please
avoid p
--- Comment #5 from ktietz at gcc dot gnu dot org 2009-03-31 12:30 ---
Patch sent. See http://gcc.gnu.org/ml/gcc-patches/2009-03/msg01752.html
--
ktietz at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #3 from jakub at gcc dot gnu dot org 2009-03-31 12:34 ---
Simplified testcase:
c { dg-do compile }
c { dg-options "-O3" }
subroutine foo(a,c,i,m)
double precision a(4,*),b(3,64),c(3,200),d(64)
integer*8 i,j,k,l,m
do j=1,m,64
do k=1,m-j+1
--- Comment #5 from lucier at math dot purdue dot edu 2009-03-31 12:38
---
You have --disable-bootstrap, so my guess is that cc1 is a 32-bit binary if
that's what your system compiler builds by default. By bootstrapping you get a
64-bit binary (the first cc1 built in the bootstrap is 3
--- Comment #15 from jsm28 at gcc dot gnu dot org 2009-03-31 12:43 ---
Subject: Bug 15638
Author: jsm28
Date: Tue Mar 31 12:43:29 2009
New Revision: 145341
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145341
Log:
PR preprocessor/15638
gcc:
* c-common.c (c_cpp_e
--- Comment #16 from jsm28 at gcc dot gnu dot org 2009-03-31 12:45 ---
Fixed for 4.5.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSI
--- Comment #4 from jsm28 at gcc dot gnu dot org 2009-03-31 12:51 ---
Subject: Bug 39592
Author: jsm28
Date: Tue Mar 31 12:51:02 2009
New Revision: 145342
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145342
Log:
PR target/39592
* config/i386/i386.md (*floatunss
--- Comment #4 from dominiq at lps dot ens dot fr 2009-03-31 12:51 ---
On i686-apple-darwin9, I need -m64 to get an ICE with the test in comment #3.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39595
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-31 12:51 ---
Fixed on trunk for 4.5.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Sta
Fails with an out-of-range jump while building newlib's e_fmod.c:
/tmp/ccZYGyd5.s: Assembler messages:
/tmp/ccZYGyd5.s:351: Error: operand out of range (-130 not between -128 and
127)
--
Summary: xstormy16 target broken, cannot build newlib
Product: gcc
Version:
--- Comment #5 from dominiq at lps dot ens dot fr 2009-03-31 12:57 ---
> May be you can do the exercise for PR39595 ...
Already done! These guys are incredibly fast!
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39594
--- Comment #6 from jakub at gcc dot gnu dot org 2009-03-31 13:00 ---
More simplified testcase:
module pr39594
implicit double precision(z)
common /z/ z0,z1,z2,z3,z4,z5,z6,z7
contains
subroutine foo
implicit double precision(z)
common /z/ z0,z1,z2,z3,z4,z5,z6,z7
call ba
--- Comment #24 from espindola at google dot com 2009-03-31 13:11 ---
Created an attachment (id=17571)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17571&action=view)
testcase
original .c testcase
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35652
--- Comment #25 from espindola at google dot com 2009-03-31 13:11 ---
Created an attachment (id=17572)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17572&action=view)
preprocessed testcase
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35652
--- Comment #10 from bonzini at gnu dot org 2009-03-31 13:22 ---
The bug is still there FWIW.
--
bonzini at gnu dot org changed:
What|Removed |Added
Last reconfirmed|20
--- Comment #7 from dominiq at lps dot ens dot fr 2009-03-31 13:37 ---
Jakub, could you mark this PR as a 4.4/4.5 regression? TIA
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39594
Here is the program:
--tst.adb--
with Ada.Calendar;
with Ada.Text_IO;use Ada.Text_IO;
procedure tst is
t: Ada.Calendar.Time;
begin
Put_Line ("Calling clock");
t := Ada.Calendar.Clock;
Put_Line ("Got clock" );
end tst;
---
Built program runs fine under wi
--- Comment #3 from kargl at gcc dot gnu dot org 2009-03-31 14:22 ---
Fixed on trunk.
--
kargl at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSI
--- Comment #9 from rguenth at gcc dot gnu dot org 2009-03-31 14:28 ---
Subject: Bug 31029
Author: rguenth
Date: Tue Mar 31 14:28:16 2009
New Revision: 145345
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145345
Log:
2009-03-31 Richard Guenther
PR middle-end/31029
--- Comment #10 from rguenth at gcc dot gnu dot org 2009-03-31 14:28
---
Fixed.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNE
--- Comment #8 from jakub at gcc dot gnu dot org 2009-03-31 14:35 ---
Regressed since PR36592:
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140790
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from hjl at gcc dot gnu dot org 2009-03-31 14:38 ---
Subject: Bug 39592
Author: hjl
Date: Tue Mar 31 14:37:50 2009
New Revision: 145346
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145346
Log:
2009-03-29 H.J. Lu
Backport from mainline:
2009-0
--- Comment #9 from jakub at gcc dot gnu dot org 2009-03-31 14:43 ---
I guess it is the gfc_add_flavor call removal from gfc_add_in_common that
causes this, attr->flavor in this case is FL_UNKNOWN.
--
jakub at gcc dot gnu dot org changed:
What|Removed
--- Comment #15 from jsm28 at gcc dot gnu dot org 2009-03-31 14:56 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-31 14:57 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-31 14:57 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from jsm28 at gcc dot gnu dot org 2009-03-31 14:58 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from jsm28 at gcc dot gnu dot org 2009-03-31 14:58 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-03-31 14:59 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from jsm28 at gcc dot gnu dot org 2009-03-31 15:00 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-31 15:00 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #8 from jsm28 at gcc dot gnu dot org 2009-03-31 15:01 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-31 15:01 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #14 from jsm28 at gcc dot gnu dot org 2009-03-31 15:02 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from jsm28 at gcc dot gnu dot org 2009-03-31 15:03 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from jsm28 at gcc dot gnu dot org 2009-03-31 15:03 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-03-31 15:04 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-31 15:10 ---
Closing 4.2 branch, original test fixed in 4.3. However, there's a note here
about the test in comment#2 being valid and failing on trunk as of a year
ago, and that test does still fail, so marking as a 4.3/4.4/4.5 re
--- Comment #15 from ramana at gcc dot gnu dot org 2009-03-31 15:11 ---
The driver will not pass the mthumb option to the assembler. The documentation
has been updated with the below mentioned commit to handle this case.
http://gcc.gnu.org/viewcvs?view=rev&revision=145347
Hence this ca
--- Comment #9 from jsm28 at gcc dot gnu dot org 2009-03-31 15:13 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-03-31 15:14 ---
Closing 4.2 branch, fixed in 4.3.2 and 4.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-03-31 15:15 ---
Closing 4.2 branch, fixed in 4.3.2 and 4.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #8 from jsm28 at gcc dot gnu dot org 2009-03-31 15:16 ---
Closing 4.2 branch, fixed in 4.3.1 and 4.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-31 15:18 ---
No response from submitter in > 1 year, closing.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from jsm28 at gcc dot gnu dot org 2009-03-31 15:19 ---
Closing 4.2 branch, fixed in 4.3.1 and 4.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #9 from jsm28 at gcc dot gnu dot org 2009-03-31 15:20 ---
Closing 4.2 branch, fixed in 4.3.1 and 4.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-31 15:21 ---
Closing 4.2 branch, fixed for 4.3.4 and 4.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-31 15:22 ---
Closing 4.2 branch, fixed for 4.3.4 and 4.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-31 15:22 ---
Closing 4.2 branch, fixed for 4.3.4 and 4.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-03-31 15:23 ---
Closing 4.2 branch, fixed for 4.3.3 and 4.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-03-31 15:24 ---
Closing 4.2 branch, fixed for 4.3.4 and 4.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from jsm28 at gcc dot gnu dot org 2009-03-31 15:25 ---
Closing 4.2 branch, fixed for 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #20 from jsm28 at gcc dot gnu dot org 2009-03-31 15:26 ---
Closing 4.2 branch, fixed for 4.3.1 and 4.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-31 15:35 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-31 15:35 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #11 from jsm28 at gcc dot gnu dot org 2009-03-31 15:37 ---
Closing 4.2 branch, fixed in 4.3.1 and 4.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-31 15:37 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-31 15:38 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #19 from jsm28 at gcc dot gnu dot org 2009-03-31 15:39 ---
Closing 4.2 branch, fixed in 4.3.1 and 4.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-31 15:40 ---
Closing 4.2 branch, fixed for 4.3.4 and 4.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #15 from jsm28 at gcc dot gnu dot org 2009-03-31 15:42 ---
Closing 4.2 branch, fixed for 4.3.3 and 4.4. If there are problems with
the fix, a separate issue has been / should be filed for those.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed
--- Comment #12 from jsm28 at gcc dot gnu dot org 2009-03-31 15:43 ---
Closing 4.2 branch, fixed for 4.3.2 and 4.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #12 from jason at gcc dot gnu dot org 2009-03-31 15:43 ---
Subject: Bug 38030
Author: jason
Date: Tue Mar 31 15:42:58 2009
New Revision: 145360
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145360
Log:
PR c++/38030, 38850, 39070
* pt.c (type_dependen
--
ebotcazou at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |ebotcazou at gcc dot gnu dot
|dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-31 15:44 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
1 - 100 of 354 matches
Mail list logo