--- Comment #3 from aldot at gcc dot gnu dot org 2007-04-24 08:52 ---
Works with gcc version 4.2.0 20060922
--
aldot at gcc dot gnu dot org changed:
What|Removed |Added
The following code when compiled with GCC 4.1.2 gives wrong result
"res = ". Code compiled with GCC 4.0.4 or GCC 3.3.3 gives right
result: "res = ".
In all these cases command line was: "gcc test.c -o test.exe".
Adding optimization options for GCC 4.1.2 do change the output
--- Comment #15 from jb at gcc dot gnu dot org 2007-04-24 10:09 ---
Subject: Bug 27740
Author: jb
Date: Tue Apr 24 10:08:52 2007
New Revision: 124098
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124098
Log:
2007-04-24 Janne Blomqvist <[EMAIL PROTECTED]>
PR fortran/2
--- Comment #16 from fxcoudert at gcc dot gnu dot org 2007-04-24 10:35
---
Fixed on mainline.
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #34 from l dot lunak at suse dot cz 2007-04-24 10:54 ---
I think the reason why the discussion here is so complicated is that you
libstdc++ people are, because of exception_defines.h, confused about what
-fno-exceptions actually does. From comment #15: "Then, why what is this
in32
gcc version 4.3.0 20070424 (experimental)
$ i586-mingw32msvc-gcc-3.4.5 -v
Reading specs from /usr/lib/gcc/i586-mingw32msvc/3.4.5/specs
Configured with:
/build/buildd/mingw32-3.4.5.20060117.1.dfsg/build_dir/src/gcc-3.4.5-20060117-1-dfsg/configure
-v --prefix=/usr --target=i586-mingw32msvc --en
--- Comment #1 from tobivollebregt at gmail dot com 2007-04-24 11:01
---
Created an attachment (id=13434)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13434&action=view)
Shell script which I used to create the 4.3.0 cross compiler
The used binutils are the "official" binutils. T
--- Comment #2 from tobivollebregt at gmail dot com 2007-04-24 11:06
---
Created an attachment (id=13435)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13435&action=view)
Log of the compiler build.
Maybe the most useful line in the log:
Checked out revision 124096.
--
http:/
--
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 #26 from jakub at gcc dot gnu dot org 2007-04-24 11:59 ---
Please define "fixed". You run an invalid program, all you need is change
your expectations what will happen.
It is the same as if you write
pthread_mutex_t m;
pthread_mutex_init (&m, NULL);
pthread_mutex_lock (&m);
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Keywords||ice-on-valid-code
Target Milestone|--- |4.3
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-04-24 12:39 ---
test.c: In function 'main':
test.c:5: warning: incompatible implicit declaration of built-in function
'printf'
include stdio.h
--
rguenth at gcc dot gnu dot org changed:
What|Removed
--- Comment #7 from jakub at gcc dot gnu dot org 2007-04-24 12:45 ---
Even more reduced testcase:
static int s = 6;
template struct F
{
~F () {}
F (T x) {}
const T &operator[] (unsigned i) const { return s; }
};
template F foo (const F &x)
{
return F (x[1]);
}
static F z = 6
--- Comment #27 from dominiq at lps dot ens dot fr 2007-04-24 13:03 ---
> Please define "fixed".
For me "fixed"=="no hanging" period.
> You run an invalid program,
Yes, I know, repeating that won't help!
> all you need is change your expectations what will happen.
Bugzilla has plen
--- Comment #4 from krebbel at gcc dot gnu dot org 2007-04-24 13:08 ---
Subject: Bug 31641
Author: krebbel
Date: Tue Apr 24 13:08:05 2007
New Revision: 124099
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124099
Log:
2007-04-24 Andreas Krebbel <[EMAIL PROTECTED]>
PR
--- Comment #5 from krebbel at gcc dot gnu dot org 2007-04-24 13:15 ---
Subject: Bug 31641
Author: krebbel
Date: Tue Apr 24 13:15:11 2007
New Revision: 124100
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124100
Log:
2007-04-24 Andreas Krebbel <[EMAIL PROTECTED]>
PR
--- Comment #2 from vlasenko at bifit dot com dot ua 2007-04-24 13:16
---
Yes, it compiles with warning... so what? The bug is not in the warning. If you
insert #include in the top of source the bug reproduces and the
problem will not leave.
ÎÊ, if you want to play in bureaucracy, than
--- Comment #6 from krebbel at gcc dot gnu dot org 2007-04-24 13:21 ---
Subject: Bug 31641
Author: krebbel
Date: Tue Apr 24 13:21:22 2007
New Revision: 124101
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124101
Log:
2007-04-24 Andreas Krebbel <[EMAIL PROTECTED]>
PR
--- Comment #7 from krebbel at gcc dot gnu dot org 2007-04-24 13:23 ---
Ulrich approved the patch for 4.1/4.2/4.3.
--
krebbel at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #91 from jv244 at cam dot ac dot uk 2007-04-24 13:37 ---
current (i.e. this morning) mainline seems to miscompile CP2K (tested current
CVS of CP2K). The code compiled with '-O3 -ftree-vectorize -ffast-math
-march=native' on an opteron segfaults on several regtests. The same c
--- Comment #3 from vlasenko at bifit dot com dot ua 2007-04-24 14:21
---
The bug also reproduces with GCC 4.1.2 compiled under FreeBSD:
gcc -save-temps -v test.c -o test
Using built-in specs.
Target: i386-unknown-freebsd6.0
Configured with: ../gcc-4.1.2/configure --enable-languages=c
--- Comment #92 from jv244 at cam dot ac dot uk 2007-04-24 14:31 ---
(In reply to comment #91)
> /QS/regtest-gpw-1/NO2_lsd.inp.out
> I'll see if I can reduce the number of optimization options.
the above testcase also fails at a plain '-O2' so I suspect it won't happen
only on opteron.
There are many failures in libmudflap in
http://gcc.gnu.org/ml/gcc-testresults/2007-04/msg01222.html
=== libmudflap tests ===
Running target unix/-m32
FAIL: libmudflap.c++/pass41-frag.cxx execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-static) execution test
FAIL: libmudflap.c++/p
--- Comment #93 from jv244 at cam dot ac dot uk 2007-04-24 15:11 ---
(In reply to comment #91)
I checked that the miscompilation at '-O2' also happens for the sources in the
initial comment, so it is definitely a gfortran regression. Furthermore, by
recompiling ai_overlap_new.F and qs_c
--- Comment #4 from rguenth at gcc dot gnu dot org 2007-04-24 15:17 ---
I can reproduce this on i?86 with 32bit HWI (even with optimization if you
trick around CCP):
int one(void) { return 1; }
int printf (const char *, ...);
int main()
{
long long qhat = one();
long long res =
There are many libgomp failures in
http://gcc.gnu.org/ml/gcc-testresults/2007-04/msg01222.html
=== libgomp tests ===
Running target unix/-m32
=== libgomp Summary for unix/-m32 ===
# of expected passes1566
Running target unix
FAIL: libgomp.fortran/v
--- Comment #94 from jv244 at cam dot ac dot uk 2007-04-24 15:27 ---
In fact, gfortran gives a hint here. The file that gets miscompiled produces
the following warnings:
cp2k/obj/Linux-x86-64-gfortran/sdbg> gfortran -c -O2 -g -Wall -Wextra
ai_overlap_new.f90
ai_overlap_new.f90: In funct
The following generates bogus warnings and is likely miscompiled:
MODULE test
IMPLICIT NONE
INTEGER, PARAMETER :: dp=KIND(0.0D0)
INTEGER, ALLOCATABLE, DIMENSION(:) :: ncoset
PRIVATE
PUBLIC :: overlap
CONTAINS
SUBROUTINE overlap(la_max_set,la_min_set,&
lb_max_set
--- Comment #95 from jv244 at cam dot ac dot uk 2007-04-24 15:42 ---
added PR 31683 with a reduced testcase
--
jv244 at cam dot ac dot uk changed:
What|Removed |Added
Bu
--- Comment #28 from pinskia at gcc dot gnu dot org 2007-04-24 15:46
---
> Bugzilla has plenty of entries "ICE on invalid", I am just asking that
> "hanging
> on invalid" is not brushed aside just because it does happen on a platform
> some
> people don't like.
It is hanging on unde
--- Comment #29 from dominiq at lps dot ens dot fr 2007-04-24 15:59 ---
> It is hanging on undefined, I think there is a difference here, a big
> difference.
What is the difference for you?
Just as a side note, that's not me who classed the PR as invalid and so far I
did not see a clas
I get the following ICE with current gcc 4.3. This goes back until at
least 4.3 20070303. 4.1 works. I cannot test 4.2.
[EMAIL PROTECTED]:~$ /usr/lib/gcc-snapshot/bin/gcc -c -O2 mpfr-mul.c
mpfr-mul.c: In function 'mpfr_mul':
mpfr-mul.c:19: error: unrecognizable insn:
(insn:TI 69 102 68 3 (para
// { dg-do compile }
// { dg-options "-O2" }
template struct F
{
~F () {}
F (T x) {}
};
template F foo (const F &x)
{
return x;
}
static F z = 6;
struct G
{
G () {}
F &operator () (F x) { return z; }
};
int
main ()
{
G g;
F j (0);
F f = g (j);
F h = foo (f);
}
ICEs on both
See failing test, analysis, suggested patch here:
http://gcc.gnu.org/ml/gcc-patches/2007-04/msg01595.html
--
Summary: wrong codegen from reload
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
--
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 #1 from burnus at gcc dot gnu dot org 2007-04-24 18:46 ---
This example is not valid. As NAG f95 claims:
Error: foo.f90, line 45: ALLOCATABLE array NCOSET used but never ALLOCATEd
(gfortran actually misses such an error/warning.
--
http://gcc.gnu.org/bugzilla/show_bug.c
--- Comment #2 from jv244 at cam dot ac dot uk 2007-04-24 19:07 ---
(In reply to comment #1)
> This example is not valid. As NAG f95 claims:
it is not supposed to be a runable example, of course. Just remove the
'PRIVATE' from the module definition.
--
http://gcc.gnu.org/bugzilla/s
while the gcc executables reliably find their associated files / libraries /
paths
even if the executable is invoked through symlinks, this is not true for the
gnat executables.
For example, if gcc is installed with --prefix=/usr/local/gcc1
and then symlinks are made such as
cd /usr/local/bin ; ln
[Based on PR 31683]
Compiling the following program with "gfortran -O -Wall" gives the bogus
warning:
foo2.f90:4: warning: 'offset.7' may be used uninitialized in this function
foo2.f90:4: warning: 'stride.6' may be used uninitialized in this function
foo2.f90:4: warning: 'pab.0' may be used unini
--- Comment #3 from burnus at gcc dot gnu dot org 2007-04-24 19:58 ---
> > This example is not valid. As NAG f95 claims:
> it is not supposed to be a runable example
Well, for hunting miscompilation bugs, a runable example helps.
I think there are at leastfour problems:
a) The program
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-04-24 20:05 ---
This is really the oldest uninitialized variable warning bug out there. PR
5035.
*** This bug has been marked as a duplicate of 5035 ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed
--- Comment #16 from pinskia at gcc dot gnu dot org 2007-04-24 20:05
---
*** Bug 31688 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
-
Support defining attributes at a scope level.
I'd like to request implementing the feature of defining attributes at a scope
level. For example, allow a syntax such as the following, possibly as a GNU
extension:
if (something)
__attribute__ ((section("bar"))) {
/* body of if-statement */
}
.
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-04-24 20:27 ---
This is a stupid idea, it is better to use __builtin_expect and
-freorder-blocks-and-partition which means this is a dup of bug 26493.
*** This bug has been marked as a duplicate of 26493 ***
--
pinskia at gcc
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-04-24 20:27 ---
*** Bug 31689 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #1 from steven at gcc dot gnu dot org 2007-04-24 20:31 ---
Patch posted here:
http://gcc.gnu.org/ml/gcc-patches/2007-04/msg01609.html
--
steven at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from tkoenig at gcc dot gnu dot org 2007-04-24 21:06 ---
There is a questionable practice with the original code: It uses
pab without a check whether it is present.
The compiler tries to guard against this, partially by generating
(from the *.original dump):
if (pab !
Sorry to bother you, but I am too stupid to understand how to use bugzilla.
So I send this bug report via the way of last resort.
The following does not link.
module bla
logical, save :: blub= .true.
logical :: pa
equivalence (blub, pa)
end module
program po
use bla, only : pa
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30567
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31605
--- Comment #5 from ian at gcc dot gnu dot org 2007-04-24 21:44 ---
Subject: Bug 31602
Author: ian
Date: Tue Apr 24 21:44:45 2007
New Revision: 124120
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124120
Log:
./:
PR tree-optimization/31602
* tree-ssa-loop-ch.c (
Testcase, compile with -g:
const __uint128_t fives = (((__uint128_t)(0xULL))
<<64)|((__uint128_t)(0xULL));
The ICE on the mainline:
t.c:0: internal compiler error: in add_const_value_attribute, at
dwarf2out.c:10005
Please submit a full bug report,
with preprocessed
--- Comment #5 from simartin at gcc dot gnu dot org 2007-04-24 21:52
---
Subject: Bug 25923
Author: simartin
Date: Tue Apr 24 21:52:16 2007
New Revision: 124121
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124121
Log:
2007-04-24 Simon Martin <[EMAIL PROTECTED]>
PR
The following example takes the "wrong_branch" when compiled with
gcc -O3 -fno-inline
gcc --version
gcc (GCC) 4.1.2
Copyright (C) 2006 Free Software Foundation, Inc.
= example =
#include
static int get_kind(int v) {
volatile int k = v;
return k;
}
static int some_call(void
--- Comment #13 from fxcoudert at gcc dot gnu dot org 2007-04-24 22:37
---
Subject: Bug 31587
Author: fxcoudert
Date: Tue Apr 24 22:37:37 2007
New Revision: 124126
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124126
Log:
PR fortran/31587
* lib/gcc-dg.exp (sca
--- Comment #14 from fxcoudert at gcc dot gnu dot org 2007-04-24 22:38
---
Fixed on mainline.
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #17 from mmitchel at gcc dot gnu dot org 2007-04-24 22:42
---
Zdenek, do you think this is appropriate for a backport to 4.2.0?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31360
--- Comment #6 from mmitchel at gcc dot gnu dot org 2007-04-24 22:43
---
Andrew, can you identify whatever portion of this patch has not yet been
applied to 4.2?
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #18 from pinskia at gcc dot gnu dot org 2007-04-24 22:44
---
(In reply to comment #17)
> Zdenek, do you think this is appropriate for a backport to 4.2.0?
Well right now it causes a regression so I don't think it is appropriate until
that regression is fixed :). See PR 31676
--- Comment #8 from mmitchel at gcc dot gnu dot org 2007-04-24 22:46
---
Ulrich, in response to your question in Comment #6, yes, this bug appears in
4.1 and 4.2, not just in 4.3. So, if you think it's safe to backport the
reload patch, it would be nice to have the fix there as well.
--- Comment #33 from mmitchel at gcc dot gnu dot org 2007-04-24 22:51
---
Geoff, do you intend to backport these Darwin patches to 4.2.0?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26792
--- Comment #6 from ian at gcc dot gnu dot org 2007-04-24 22:54 ---
Subject: Bug 31602
Author: ian
Date: Tue Apr 24 22:54:22 2007
New Revision: 124127
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124127
Log:
PR tree-optimization/31602
* tree-ssa-loop-ch.c (copy
--- Comment #6 from ian at gcc dot gnu dot org 2007-04-24 23:24 ---
Subject: Bug 31605
Author: ian
Date: Tue Apr 24 23:24:01 2007
New Revision: 124128
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124128
Log:
./:
PR tree-optimization/31605
* tree-vrp.c (set_valu
--- Comment #7 from ian at gcc dot gnu dot org 2007-04-24 23:26 ---
Subject: Bug 31605
Author: ian
Date: Tue Apr 24 23:26:25 2007
New Revision: 124129
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124129
Log:
./ChangeLog:
PR tree-optimization/31605
* tree-vrp.c
--- Comment #7 from ian at airs dot com 2007-04-24 23:27 ---
Fixed on mainline and 4.2 branch.
--
ian at airs dot com changed:
What|Removed |Added
Status|NEW
--- Comment #8 from ian at airs dot com 2007-04-24 23:28 ---
Fixed on mainline and 4.2 branch.
--
ian at airs dot com changed:
What|Removed |Added
Status|NEW
--- Comment #6 from paolo at gcc dot gnu dot org 2007-04-24 23:37 ---
Subject: Bug 30500
Author: paolo
Date: Tue Apr 24 23:36:53 2007
New Revision: 124130
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124130
Log:
2007-04-24 Paolo Carlini <[EMAIL PROTECTED]>
PR c++/30
--
pcarlini at suse dot de changed:
What|Removed |Added
Target Milestone|4.3.0 |4.2.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30500
--- Comment #8 from pcarlini at suse dot de 2007-04-24 23:39 ---
Problem solved in 4_2-branch too via fixing C++/30500. Nothing will be done in
older branches.
--
pcarlini at suse dot de changed:
What|Removed |Added
General
--
pcarlini at suse dot de changed:
What|Removed |Added
Target Milestone|--- |4.2.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31638
--- Comment #34 from geoffk at gcc dot gnu dot org 2007-04-25 00:14 ---
I don't know what patches you're referring to, so no.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26792
--- Comment #1 from tromey at gcc dot gnu dot org 2007-04-25 00:47 ---
I agree this is a buglet in libjava/classpath/include/Makefile.am
One workaround: don't configure with --enable-regen-headers.
--
tromey at gcc dot gnu dot org changed:
What|Removed
--- Comment #4 from tromey at gcc dot gnu dot org 2007-04-25 00:50 ---
This patch looks ok -- a bit messy, but not overly so for configury code ;).
Let me know if it works for you, I will push it upstream.
--
tromey at gcc dot gnu dot org changed:
What|Removed
--- Comment #3 from tromey at gcc dot gnu dot org 2007-04-25 00:51 ---
This patch is ok. Please check it in. thanks.
--
tromey at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #1 from tromey at gcc dot gnu dot org 2007-04-25 00:53 ---
In general I think if there is a variant in the libgcj fdlibm, then
we want to use it.
What is __cdecl for?
--
tromey at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca 2007-04-25
00:59 ---
Subject: Re: config-int.h:327:1: error: "INT8_MIN" redefined
> This patch looks ok -- a bit messy, but not overly so for configury code ;).
> Let me know if it works for you, I will push it upstream.
It w
--- Comment #35 from howarth at nitro dot med dot uc dot edu 2007-04-25
01:04 ---
(In reply to comment #33)
> Geoff, do you intend to backport these Darwin patches to 4.2.0?
>
Mark,
Are you under the impression that the libstdc++-v3 and libjava patches were
only applied to trunk?
--- Comment #9 from janis at gcc dot gnu dot org 2007-04-25 01:11 ---
The test also fails on powerpc-linux, so it's not specific to i686-linux. The
results seem to be inconsistent, so I'm doing more testing to determine whether
the failure is intermittent.
--
http://gcc.gnu.org/bug
--- Comment #3 from tromey at gcc dot gnu dot org 2007-04-25 01:12 ---
Is this still a problem?
I thought it was ironed out a while ago.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30591
--- Comment #4 from ddaney at avtrex dot com 2007-04-25 01:16 ---
Subject: Re: Cross build fails because native gcj needed
to build ecjx
tromey at gcc dot gnu dot org wrote:
> --- Comment #3 from tromey at gcc dot gnu dot org 2007-04-25 01:12
> ---
> Is this still a problem?
--- Comment #10 from pinskia at gcc dot gnu dot org 2007-04-25 01:16
---
This is most likely related to PR 30567.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #36 from howarth at nitro dot med dot uc dot edu 2007-04-25
01:19 ---
(In reply to comment #31)
> When configuring with --with-system-libunwind, GCC should not include
> unwind-compat.o (or any unwind code) in the build of libgcc_s. Then the
> configure check will work corr
--- Comment #1 from tromey at gcc dot gnu dot org 2007-04-25 01:20 ---
Hmm. "gcc t.h" fails and prints an error:
opsy. gcc t.h
t.h: In function f:
t.h:2: error: expected declaration or statement at end of input
However it also leaves a t.h.gch file, which seems a bit weird.
Anyway
--- Comment #2 from tromey at gcc dot gnu dot org 2007-04-25 01:22 ---
I agree that the "swedish" (never heard it called that before) format
is superior. But what is the use case for having this available
as a preprocessor macro?
--
tromey at gcc dot gnu dot org changed:
--- Comment #2 from davek at gcc dot gnu dot org 2007-04-25 01:23 ---
It determines the calling convention used, and is therefore surely the
territory of the system headers/libs. Do take a look at the upstream source:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/_an
--- Comment #2 from tromey at gcc dot gnu dot org 2007-04-25 01:24 ---
This is somewhat odd, and probably not the only such oddity you can find.
But I think it is somewhat dangerous to change the default behavior.
I think it has been this way for a long time, and we can't know what
chang
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-04-25 01:27 ---
> However it also leaves a t.h.gch file, which seems a bit weird.
That in itself is a bug and maybe the real bug here :)
as if you do:
[EMAIL PROTECTED]:~$ ~/x86-local-fsf/bin/gcc t.h
t.h: In function 'f':
t.h:2: err
--- Comment #6 from tromey at gcc dot gnu dot org 2007-04-25 01:29 ---
This is fixed by the follow-on patch in PR 28709, see:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28709#c5
*** This bug has been marked as a duplicate of 28709 ***
--
tromey at gcc dot gnu dot org changed:
--- Comment #11 from tromey at gcc dot gnu dot org 2007-04-25 01:29 ---
*** Bug 31182 has been marked as a duplicate of this bug. ***
--
tromey at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #37 from mrs at apple dot com 2007-04-25 01:42 ---
libgcc_s.10.5.dylib now includes __Unwind_GetIPInfo on mainline and in 4.2...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26792
--- Comment #38 from mrs at apple dot com 2007-04-25 01:56 ---
I think a non-working --with-system-libunwind corner case on darwin is a P4 at
best?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26792
--- Comment #39 from howarth at nitro dot med dot uc dot edu 2007-04-25
02:06 ---
Mike,
Why don't you close this report as RESOLVED and create another one just for
the non-working --with-system-libunwind issue as a P4. That might help prevent
folks from constantly reopening this PR
--- Comment #5 from mkgnu at mkgnu dot net 2007-04-25 02:12 ---
(In reply to comment #3)
> I've tried a couple of different ways to use branch predictions for
> partitioning, but it never leads to meaningful results. Either everything is
> hot or everything is cold. I don't know what e
--- Comment #5 from jv244 at cam dot ac dot uk 2007-04-25 02:18 ---
(In reply to comment #4)
> This is a very misleading diagnostic, but not a wrong-code as far as I can
> see.
Indeed, I was mislead by the diagnostic in reducing the wrong-code issue to the
above testcase. So that leave
--- Comment #4 from danglin at gcc dot gnu dot org 2007-04-25 02:24 ---
Subject: Bug 31084
Author: danglin
Date: Wed Apr 25 02:24:47 2007
New Revision: 124138
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124138
Log:
PR libgcj/31084
* java/lang/natVMProcess.cc:
--- Comment #5 from danglin at gcc dot gnu dot org 2007-04-25 02:34 ---
Fixed.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRM
--- Comment #25 from dberlin at gcc dot gnu dot org 2007-04-25 03:14
---
(In reply to comment #23)
> This is a regression. Danny?
>
It actually should get assigned anything as a points-to set, so the "bad"
constraints are correct.
We should also always get correct aliasing even if e
The following code causes segfault on execution.
(This code works with PGI, Intel, and Hitachi Fortrans)
module one
contains
function foo1(n)
integer :: n
integer :: foo1(n)
call bar1(n, foo1)
return
end function
subroutine bar1(n,
--- Comment #14 from ian at airs dot com 2007-04-25 06:26 ---
-frename-registers should be rewritten to use the new DF framework when
dataflow branch is merged.
Lowering priority to P3. This is not high priority.
--
ian at airs dot com changed:
What|Removed
1 - 100 of 113 matches
Mail list logo