--- Comment #3 from M dot Froehlich at science-computing dot de 2008-09-10
06:56 ---
Created an attachment (id=16279)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16279&action=view)
Generated assembly file.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37455
--- Comment #2 from M dot Froehlich at science-computing dot de 2008-09-10
06:56 ---
Created an attachment (id=16278)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16278&action=view)
Preprocessed code.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37455
--- Comment #1 from M dot Froehlich at science-computing dot de 2008-09-10
06:55 ---
Created an attachment (id=16277)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16277&action=view)
Original c++ code.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37455
Using
gcc (GCC) 4.4.0 20080909 (experimental)
with optimization level -O3 to compile the attached c++ or .ii file, I get a
huge amount of assembly code.
See the attached source, precompiled source and assembly files.
If compiled with -Os or -O2 code size is way less.
The inlined code that
--- Comment #7 from jv244 at cam dot ac dot uk 2008-09-10 06:48 ---
(In reply to comment #6):
actually, I rather sure that gfortran gets it wrong. This would be a wrong-code
MODULE M1
CONTAINS
SUBROUTINE S1
write(6,*) "M1 OK"
CALL ABORT()
END SUBROUTINE
END MODULE
MODULE M2
US
--- Comment #4 from jakub at gcc dot gnu dot org 2008-09-10 06:45 ---
This is IMHO a C FE bug (works with C++ just fine and the MODIFY_EXPR with
non-useless type conversion between LHS and RHS type is created by the C FE).
--
jakub at gcc dot gnu dot org changed:
What
gcc doesn't know -rdynamic option
>From gcc-4.3.1 man page
-rdynamic
Pass the flag -export-dynamic to the ELF linker, on
targets that support it. This instructs the linker to
add all symbols, not only used ones, to the dynamic
symbol table. This option is n
--- Comment #6 from jv244 at cam dot ac dot uk 2008-09-10 06:38 ---
(In reply to comment #5)
> "Two or more accessible entities, other than generic interfaces or defined
> operators, may have the same identifier only if the identifier is not used to
> refer to an entity in the scoping un
--- Comment #3 from jakub at gcc dot gnu dot org 2008-09-10 06:35 ---
There is no way to reference start of FDE when using .cfi_* directives, so
#ifdef MIPS_DEBUGGING_INFO
/* Add a reference to the FDE for this routine. */
add_AT_fde_ref (subr_die, DW_AT_MIPS_fde, current_fu
--- Comment #5 from jason at redhat dot com 2008-09-10 03:37 ---
Subject: Re: support for standard layout types
bkoz at gcc dot gnu dot org wrote:
> Specifically the qualities that I am looking for are:
>
> 1) be able to inherit from "C" POD and be standard layout
> 2) be able to have
--- Comment #3 from lthode at mail dot unomaha dot edu 2008-09-10 03:32
---
Created an attachment (id=16276)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16276&action=view)
Preprocessed compatiblity.cc source
(munged again, won't happen this time)
--
lthode at mail dot unoma
--- Comment #2 from lthode at mail dot unomaha dot edu 2008-09-10 03:27
---
Created an attachment (id=16275)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16275&action=view)
Reupload of the preprocessed sources
(they got munged by my bad wireless connection)
--
lthode at mail
--- Comment #1 from lthode at mail dot unomaha dot edu 2008-09-10 03:09
---
Created an attachment (id=16274)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16274&action=view)
Preprocessed compatiblity.cc source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37453
Trunk rev: 140188 (although this happened with several previous revisions)
Configure command: ../gcc/configure --disable-bootstrap --prefix=$HOME
--program-prefix=current- --enable-languages=c,c++,objc,java
Build errors:
libtool: compile: /home/lthode/gcc-build/./gcc/xgcc -shared-libgcc
-B/home/lt
--- Comment #5 from notquitezeus at gmail dot com 2008-09-10 01:58 ---
Created an attachment (id=16273)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16273&action=view)
g++ assembly output (-fPIC -fno-inline -O0)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37452
--- Comment #4 from notquitezeus at gmail dot com 2008-09-10 01:57 ---
Created an attachment (id=16272)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16272&action=view)
g++ assembly output (-fPIC -finline -O0)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37452
--- Comment #3 from notquitezeus at gmail dot com 2008-09-10 01:55 ---
Created an attachment (id=16271)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16271&action=view)
Assembly code generated by Intel's compiler with -fPIC -finline -O0
--
http://gcc.gnu.org/bugzilla/show_bug.
--- Comment #2 from notquitezeus at gmail dot com 2008-09-10 01:53 ---
Created an attachment (id=16270)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16270&action=view)
Preprocessed source that demonstrates the problem
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37452
--- Comment #1 from notquitezeus at gmail dot com 2008-09-10 01:52 ---
Created an attachment (id=16269)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16269&action=view)
g++ -dumpspecs output
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37452
uname -a:
Linux lit3n4014e 2.6.22.18-0.2-bigsmp #1 SMP 2008-06-09 13:53:20 +0200 i686
i686 i386 GNU/Linux
OS is SuSE 10.3 IA32 on a Core2 Duo machine.
See attachments for g++ -dumpspecs, pre-processed source that demonstrates the
problem, assembly generated by g++ and (on the chance that it's us
--- Comment #4 from bkoz at gcc dot gnu dot org 2008-09-10 01:47 ---
Created an attachment (id=16268)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16268&action=view)
atomics with deleter functions
Would also like to inherit instead of encapsulate, but will cross that bridge
when
--- Comment #3 from bkoz at gcc dot gnu dot org 2008-09-10 01:45 ---
Specifically the qualities that I am looking for are:
1) be able to inherit from "C" POD and be standard layout
2) be able to have deleted ctor/copy ctor and be standard layout
3) able to do aggregate init when 1, 2
--- Comment #3 from bergner at gcc dot gnu dot org 2008-09-10 01:33 ---
With a mainline from today, it fails for me at -O2. Looking into it, it's
foo() that is miscompiled (I broke the 3 functions into their own files and
recompiled them), It's also the last element of results (ie, res
--- Comment #7 from hjl dot tools at gmail dot com 2008-09-10 00:00 ---
Fixed.
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
Status|UNCONFIRM
--- Comment #6 from hjl at gcc dot gnu dot org 2008-09-10 00:00 ---
Subject: Bug 37435
Author: hjl
Date: Tue Sep 9 23:58:57 2008
New Revision: 140184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140184
Log:
gcc/
2008-09-09 Vladimir Makarov <[EMAIL PROTECTED]>
PR r
--- Comment #6 from danglin at gcc dot gnu dot org 2008-09-09 23:59 ---
Fixed.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRM
--- Comment #5 from danglin at gcc dot gnu dot org 2008-09-09 23:59 ---
Subject: Bug 37265
Author: danglin
Date: Tue Sep 9 23:57:41 2008
New Revision: 140183
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140183
Log:
PR other/37265
* dwarf2asm.c (dw2_force_const
--- Comment #5 from hjl at gcc dot gnu dot org 2008-09-09 23:47 ---
Subject: Bug 37435
Author: hjl
Date: Tue Sep 9 23:45:47 2008
New Revision: 140182
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140182
Log:
2008-09-09 H.J. Lu <[EMAIL PROTECTED]>
PR rtl-optimization
--- Comment #4 from hjl at gcc dot gnu dot org 2008-09-09 23:46 ---
Subject: Bug 37435
Author: hjl
Date: Tue Sep 9 23:45:15 2008
New Revision: 140181
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140181
Log:
2008-09-09 Vladimir Makarov <[EMAIL PROTECTED]>
PR rtl-opt
--- Comment #2 from janis at gcc dot gnu dot org 2008-09-09 23:40 ---
There's a Heisenbug involved here. A reghunt for failures with "-O1 -ftree-fre
-funsafe-math-optimizations" came up with a nonsensical result, and I can
sometimes get it to fail with only "-O1 -funsafe-math-optimizati
--- Comment #3 from vmakarov at redhat dot com 2008-09-09 22:14 ---
The bug occurs in eliminate_regs_in_insn because it is a first place where
insn generated in caller-save.c is checked. Caller-save.c tries to save
register in its mode SD but there is no insn for this. Functions
inse
--- Comment #7 from jakub at gcc dot gnu dot org 2008-09-09 22:13 ---
Fixed.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #12 from jakub at gcc dot gnu dot org 2008-09-09 22:11 ---
Fixed.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #6 from jakub at gcc dot gnu dot org 2008-09-09 22:10 ---
Subject: Bug 37417
Author: jakub
Date: Tue Sep 9 22:08:46 2008
New Revision: 140178
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140178
Log:
PR c++/37417
* tree.c (array_type_nelts_top): Add
--- Comment #11 from jakub at gcc dot gnu dot org 2008-09-09 22:07 ---
Subject: Bug 37356
Author: jakub
Date: Tue Sep 9 22:06:20 2008
New Revision: 140177
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140177
Log:
PR middle-end/37356
* tree-inline.c (copy_bb): I
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-09-09 22:03 ---
I have a fix which I will try to submit for 4.5, I will attach it soon.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
-
Simple testcase:
/* { dg-do compile } */
/* { dg-options "-O2" } */
int f(int l, int *a)
{
int i;
for(i = 0;i < l; i++)
a[i] = i;
return l;
}
/* We should be able to do this loop without adding -1 to the l
to get the number of iterations with this loop still doing a do-loop. */
/* Th
--- Comment #8 from janis at gcc dot gnu dot org 2008-09-09 21:25 ---
Geoff, is test valid-1b.c still valid, given that it uses -g0 with PCH? If not
I'll remove it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37033
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2008-09-09 21:20
---
> Bootstrap is still running, we'll see how far it goes after that.
Not very far... we need to wait for Jeff's stack slot sharing fix on big
endian.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37424
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37447
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37435
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37434
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37432
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37424
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37418
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37417
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37394
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37392
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37385
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37382
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37381
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37356
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37353
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37349
--- Comment #6 from pinskia at gcc dot gnu dot org 2008-09-09 20:34 ---
Fixed so closing.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Statu
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
|
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-09-09 20:33 ---
Please close if fixed.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priori
--- Comment #5 from dominiq at lps dot ens dot fr 2008-09-09 20:32 ---
> Ping. Last comment on 22 August said "Answer with a full bootstrap tomorrow
> morning.".
Sorry, I have forgotten this part of the story. This pr is fixed since at least
r139589, up to r140025 (last regtest). Note
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37304
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37290
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37286
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37285
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37284
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37280
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37275
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37273
--- Comment #8 from jakub at gcc dot gnu dot org 2008-09-09 20:27 ---
Fixed.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #7 from jakub at gcc dot gnu dot org 2008-09-09 20:26 ---
Fixed.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #3 from jakub at gcc dot gnu dot org 2008-09-09 20:26 ---
Fixed.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #7 from jakub at gcc dot gnu dot org 2008-09-09 20:26 ---
Subject: Bug 37408
Author: jakub
Date: Tue Sep 9 20:24:58 2008
New Revision: 140172
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140172
Log:
PR rtl-optimization/37408
* function.c (assign_pa
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37263
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37258
--- Comment #6 from jakub at gcc dot gnu dot org 2008-09-09 20:25 ---
Fixed.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37256
--- Comment #5 from jakub at gcc dot gnu dot org 2008-09-09 20:24 ---
Subject: Bug 37389
Author: jakub
Date: Tue Sep 9 20:23:08 2008
New Revision: 140171
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140171
Log:
PR c++/37389
* decl.c (build_enumerator): Handle
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P2
Target Milestone|4.3.3 |4.4.0
http://gcc.g
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37170
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37167
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37165
--- Comment #4 from jsm28 at gcc dot gnu dot org 2008-09-09 20:16 ---
Ping. Last comment on 22 August said "Answer with a full bootstrap tomorrow
morning.".
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37104
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-09-09 20:14 ---
Removing regression marker given the last comment.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #1 from janis at gcc dot gnu dot org 2008-09-09 19:51 ---
I was wrong in the description, calculix does get wrong results when compiled
with "-O1 -ftree-pre -funsafe-math-optimizations" with r137631, and starts
failing with those options sometime between 20080326 and 20080601
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
|
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-09-09 19:34 ---
Comeau online gives the similar error message:
"ComeauTest.c", line 19: error: template parameter "T" is not used in or cannot
be
deduced from the template argument list of class template
"trait::
On Linux/x86, trunk revision 140155 is miscompiled. The
following test timed out
[EMAIL PROTECTED] gcc]$ cat /tmp/x.ii
void foo (int a, int a) { }
[EMAIL PROTECTED] gcc]$ ./xgcc -B./ -ansi -pedantic-errors -Wno-long-long -S
/tmp/x.ii
/tmp/x.ii:1: error: redefinition of int a
/tmp/x.ii:1: error
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
|
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-09-09 19:28 ---
Maybe related to PR 37424 and all the other IRA ones.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37395
This probably won't be enough information to reproduce the bug, but I'm
recording it now in case someone else runs into the same problem.
Benchmark calculix from SPEC CPU2006 started failing with wrong results on
powerpc64-linux with either -m32 or -m64 and "-O2 -ffast-math" with this patch:
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
|
--- Comment #4 from tbm at cyrius dot com 2008-09-09 19:23 ---
I still see the segfault (with 140156). I'll give you an account on the
machine
tomorrow.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37395
--- Comment #6 from jakub at gcc dot gnu dot org 2008-09-09 19:21 ---
Subject: Bug 37419
Author: jakub
Date: Tue Sep 9 19:19:41 2008
New Revision: 140168
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140168
Log:
PR other/37419
* ipa-prop.h (ipa_propagate_indire
--- Comment #2 from jakub at gcc dot gnu dot org 2008-09-09 19:20 ---
Subject: Bug 37438
Author: jakub
Date: Tue Sep 9 19:18:55 2008
New Revision: 140167
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140167
Log:
PR target/37438
* config/i386/i386.md (zero_exten
--- Comment #6 from jakub at gcc dot gnu dot org 2008-09-09 19:18 ---
Subject: Bug 37408
Author: jakub
Date: Tue Sep 9 19:17:30 2008
New Revision: 140166
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140166
Log:
PR rtl-optimization/37408
* function.c (assign_pa
--- Comment #5 from burnus at gcc dot gnu dot org 2008-09-09 19:18 ---
Thinking it over, I think the program is INVALID per
"Two or more accessible entities, other than generic interfaces or defined
operators, may have the same identifier only if the identifier is not used to
refer to a
--- Comment #4 from jakub at gcc dot gnu dot org 2008-09-09 19:18 ---
Subject: Bug 37389
Author: jakub
Date: Tue Sep 9 19:16:49 2008
New Revision: 140165
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140165
Log:
PR c++/37389
* decl.c (build_enumerator): Handle
--- Comment #2 from ebotcazou at gcc dot gnu dot org 2008-09-09 19:17
---
Several files are miscompiled by the stage1 compiler, starting with c-decl.c.
Now if you take the preprocessed file c-decl.i and compile it with a cross on
Linux, the resulting code is OK (the differences are in o
--- Comment #3 from spop at gcc dot gnu dot org 2008-09-09 19:05 ---
Fixed.
--
spop at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #8 from paolo dot carlini at oracle dot com 2008-09-09 19:03
---
Thanks!
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37351
--- Comment #4 from burnus at gcc dot gnu dot org 2008-09-09 18:44 ---
Paul, sounds like a bug for you.
* * *
The problem is that gfortran calls the use-associated (generic or specific)
procedure instead of the host-associated procedure. (The procedure is
use-associated in the specifi
--- Comment #2 from spop at gcc dot gnu dot org 2008-09-09 18:41 ---
Subject: Bug 37375
Author: spop
Date: Tue Sep 9 18:39:45 2008
New Revision: 140164
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140164
Log:
2008-09-05 Sebastian Pop <[EMAIL PROTECTED]>
PR tree-opt
1 - 100 of 176 matches
Mail list logo