--
ebotcazou at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41292
--- Comment #11 from ubizjak at gmail dot com 2009-09-08 07:06 ---
(In reply to comment #9)
> Looks related to PR 39907.
Ah, indeed.
Jack, just change asm-support-darwin.s as [1].
[1]
http://gcc.gnu.org/viewcvs/trunk/gcc/testsuite/gcc.target/x86_64/abi/asm-support.S?r1=147667&r2=14766
--- Comment #8 from developer at sandoe-acoustics dot co dot uk 2009-09-08
07:09 ---
(In reply to comment #6)
> I believe Mike Stump told me that it is possible that darwin's strip could
> re-order the sections. Is that possibility addressed in the current patches?
I don't believe re-o
Hi All,
Please note that we are migrating from solaris 8 to solaris 10 box. We were
using precompiled version of gcc 4.3.2. However our building was faling. The
precompiled version was using system ld instead of gcc ld. Hence building gcc
4.3.2 with the precompiled version of gcc 4.3.2.
I am buil
--- Comment #12 from burnus at gcc dot gnu dot org 2009-09-08 07:21 ---
> > Well, in fact it is MS here. But we on mingw-w64 think at the moment about
> > to add an override option for this by defining _LARGE_FILES
(In reply to comment #11)
> I worked on some of the current large file
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2009-09-08 07:27
---
> I am building gcc 4.3.2 on solaris 10 box. I am getting the following build
> error.
> checking for sparc-sun-solaris2.10-gcc...
> /home/odyssey/f065093/gcc/gcc-4.3.2/host-sparc-sun-solaris2.10/gcc/xgcc
> -B/ho
--- Comment #2 from vijay dot x dot jain at jpmchase dot com 2009-09-08
07:55 ---
Following is the output of gcc -v
Using built-in specs.
Target: sparc-sun-solaris2.10
Configured with:
/net/clpt-v490-1/export/data1/bldmstr/20090604_ceres_gcc432/src/configure
--prefix= --enable-shared
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2009-09-08 08:02
---
> Do you mean I have to remove srcdir=/home/odyssey/f065093/gcc/gcc-4.3.2/
> from configure options?
Yes.
> Also your statement building src directory is not supported. Does this mean I
> have to run the config
--- Comment #5 from laurent at guerby dot net 2009-09-08 08:42 ---
Same with g-dirope.adb, same workaround works.
g-dirope.adb: In function 'GNAT.DIRECTORY_OPERATIONS.REMOVE_DIR':
g-dirope.adb:727:4: error: expected an SSA_NAME object
g-dirope.adb:727:4: error: in statement
# DEBUG gnat
--- Comment #9 from developer at sandoe-acoustics dot co dot uk 2009-09-08
08:54 ---
Created an attachment (id=18538)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18538&action=view)
patch allowing compare-debug to work with dwarf mach-o
this works for powerpc-apple-darwin8 (stab
--- Comment #3 from developer at sandoe-acoustics dot co dot uk 2009-09-08
08:49 ---
(In reply to comment #0)
> the difference appears to be the cmd LC_UUID in the stage3 object.
>
> In all probability this is harmless?
> but I've yet to find a way to strip that load command.
revised
--- Comment #2 from developer at sandoe-acoustics dot co dot uk 2009-09-08
08:48 ---
Created an attachment (id=18537)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18537&action=view)
revised patch
adds the -no_uuid flag which is needed by powerpc darwin8 for dwarf2 debug
--
--- Comment #2 from jamborm at gcc dot gnu dot org 2009-09-08 09:10 ---
Please try with the latest trunk, I reckon that this is fixed at least
since revision 151484. Above all, there are no asserts now in the
function.
I have already noticed the double c in "accross" some time last w
The following testcase ICEs on x86_64-linux on branches/gcc-4_4-branch with -O3
-floop-interchange:
Unable to coalesce ssa_names 99 and 106 which are marked as MUST COALESCE.
xi$data_$size__99(ab) and xi$data_$size__106(ab)
/tmp/rh520785.ii: In function âvoid foo(int)â:
/tmp/rh520785.ii:321: i
--- Comment #1 from jakub at gcc dot gnu dot org 2009-09-08 09:16 ---
Created an attachment (id=18539)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18539&action=view)
rh520785.ii
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41305
--- Comment #5 from jakub at gcc dot gnu dot org 2009-09-08 09:26 ---
Subject: Bug 41239
Author: jakub
Date: Tue Sep 8 09:25:47 2009
New Revision: 151500
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151500
Log:
PR rtl-optimization/41239
* sched-int.h (struct d
--- Comment #6 from jakub at gcc dot gnu dot org 2009-09-08 09:35 ---
Fixed on the trunk.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #6 from laurent at guerby dot net 2009-09-08 09:57 ---
Here is a minimal Ada testcase:
-- file: pp.ads
with Ada.Finalization;
package Pp is
type R is new Ada.Finalization.Controlled with record
null;
end record;
procedure P (S : in String);
end Pp;
-- file:
--- Comment #7 from ebotcazou at gcc dot gnu dot org 2009-09-08 10:04
---
> Here is a minimal Ada testcase:
Thanks. Please attach it to the PR.
> Interestingly if I remove the "-g" the ICE disappears.
Welcome to the new, post-VTA world!
--
http://gcc.gnu.org/bugzilla/show_bug.c
--- Comment #7 from burnus at gcc dot gnu dot org 2009-09-08 10:04 ---
Is the problem described at http://gcc.gnu.org/ml/fortran/2009-09/msg00046.html
the same or a different one?
There, it is claimed to be a 4.5 regression.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41168
--- Comment #8 from laurent at guerby dot net 2009-09-08 10:13 ---
Created an attachment (id=18540)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18540&action=view)
for gnatchop
gnatchop pp.txt => pp.ads and pp.adb
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41291
--- Comment #9 from laurent at guerby dot net 2009-09-08 10:19 ---
Backtrace and tree:
$ gdb /home/guerby/build/./gcc/gnat1
(gdb) b error
(gdb) r -quiet -dumpbase pp.adb -auxbase pp -O1 -g pp.adb
(gdb) bt
#0 error (gmsgid=0xb2ce94 "") at ../../trunk/gcc/diagnostic.c:612
#1 0x0073cd18
nt
# DEBUG pp__p__TTS17bSP1___L => L16b
+===GNAT BUG DETECTED======+
| 4.5.0 20090908 (experimental) [trunk revision 151498]
(x86_64-unknown-linux-gnu) GCC error:|
| verify_ssa failed|
--- Comment #11 from laurent at guerby dot net 2009-09-08 10:53 ---
Forgot a step: after having copied locally system.ads edit the local copy and
change the ZCX_By_Default line as Eric described in comment #2
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41291
--- Comment #6 from pault at gcc dot gnu dot org 2009-09-08 10:55 ---
(In reply to comment #5)
> Ah, can you check/commit
>
> + gfc_add_block_to_block (&block, &lse->pre);
> + gfc_add_block_to_block (&block, &rse->pre);
> + tmp = gfc_evaluate_now (rse->expr, &block);
> +
--- Comment #5 from jamborm at gcc dot gnu dot org 2009-09-08 11:58 ---
I tried to reproduce this manually (on thallium:/abuild/mjambor/) but
couldn't. I just get the same execution times with or without that
patch reverted... I am not sure what this means or how to proceed from
here.
--- Comment #8 from mahatma at eu dot by 2009-09-08 12:08 ---
I don't trying to rebuild all with 4-byte incoming stack alignment while, but
think to unify this step with full ABI change. For me it may solve migration to
-mregparm=3 ("ix86_regparm = REGPARM_MAX;" for x86_32) and others in
e: label end defined here
jump.c:10:7: note: j declared here
gcc (GCC) 4.5.0 20090908 (experimental) [trunk revision 151507]
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40500
Example code that triggers the bug on a variety of machines all running gcc
4.1.2 and higher.
#include
inline double sqr(double x){
return x*x;
}
int main(){
double r;
for(r=0.0;r<2.0;r+=1.0){
printf("%e \n", sqr(sqr(sqr(sqr(sqr(r));
}
return 0;
}
/usr/libexec/gcc/i686-pc-linux
--- Comment #4 from vijay dot x dot jain at jpmchase dot com 2009-09-08
12:54 ---
I am still getting the same error
Following is configure option from file
"/home/odyssey/f065093/gccobjdir/sparc-sun-solaris2.10/libgcc/config.log"
/home/odyssey/f065093/gcc/gcc-4.3.2/libgcc/configure
--
Hi,
I'm seeing some valgrind warnings about illegal reads from addresses if I use
VTA. While compiling newlib I intermittently get segfaults in the compiler for
the attached testcase , but it seems to go away when I run this through a
debugger.
This is with revision r151500.
Configuring a comp
--- Comment #1 from ramana at gcc dot gnu dot org 2009-09-08 13:10 ---
Created an attachment (id=18541)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18541&action=view)
Testcase
Testcase.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41307
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2009-09-08 13:15
---
> /home/odyssey/f065093/gcc/gcc-4.3.2/libgcc/configure
> --cache-file=./config.cache --enable-multilib --prefix=/home/odyssey
> /f065093/gccinstall --with-as=/3rdparty/fsf/binutils/2.18/bin/as
> --with-ld=/3rdpart
--- Comment #29 from howarth at nitro dot med dot uc dot edu 2009-09-08
13:16 ---
This should be a P1 because it involves regressions from gcc 4.4.1 on a primary
target (i686-apple-darwin10 at -m64).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41260
--- Comment #10 from howarth at nitro dot med dot uc dot edu 2009-09-08
13:27 ---
(In reply to comment #9)
> Created an attachment (id=18538)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18538&action=view) [edit]
> patch allowing compare-debug to work with dwarf mach-o
>
> this
Creating library file:
.libs/libgomp.dll.a.libs/iter.o:iter.c:(.debug_info+0xcc0): undefined reference
to `gomp_tls_data'
.libs/iter.o:iter.c:(.debug_info+0xd76): undefined reference to `gomp_tls_data'
.libs/iter_ull.o:iter_ull.c:(.debug_info+0xce1): undefined reference to
`gomp_tls_data'
.libs/ite
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-09-08 13:43 ---
Probably related to PR41043.
*** This bug has been marked as a duplicate of 40062 ***
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #1 from ian dot james at bnymellon dot com 2009-09-08 14:39
---
Created an attachment (id=18542)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18542&action=view)
file generated during build failure
The same result arises during make when configure is run without furth
--- Comment #30 from jakub at gcc dot gnu dot org 2009-09-08 14:34 ---
You are reading it incorrectly, already before VTA merge those 2 patches were
needed to debug 4.5 generated optimized code.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41260
--- Comment #14 from developer at sandoe-acoustics dot co dot uk
2009-09-08 14:44 ---
(In reply to comment #13)
> I'm doing x86_64-apple-darwin9 now - so no need to include that tonight - I
> can
> confirm that this also needs the patch to configure with the test. I'll add a
> commen
--- Comment #3 from aoliva at gcc dot gnu dot org 2009-09-08 14:48 ---
This is a dupe of bug 41276. I have a patch for it that I'll post momentarily.
*** This bug has been marked as a duplicate of 41276 ***
--
aoliva at gcc dot gnu dot org changed:
What|Removed
--- Comment #5 from aoliva at gcc dot gnu dot org 2009-09-08 14:48 ---
*** Bug 41307 has been marked as a duplicate of this bug. ***
--
aoliva at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #2 from kargl at gcc dot gnu dot org 2009-09-08 14:55 ---
(In reply to comment #1)
> Created an attachment (id=18542)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18542&action=view) [edit]
> file generated during build failure
>
> The same result arises during make wh
--- Comment #4 from ubizjak at gmail dot com 2009-09-08 15:04 ---
I have (different) patch.
--
ubizjak at gmail dot com changed:
What|Removed |Added
AssignedTo|un
--- Comment #12 from aoliva at gcc dot gnu dot org 2009-09-08 15:04 ---
I couldn't duplicate this on i686-pc-linux-gnu, on a tree with a bunch of
patches approved or pending approval. If I had to guess, I'd say it's the
patch for bug 41229 that fixes it. I'm checking it in momentarily.
--- Comment #3 from kargl at gcc dot gnu dot org 2009-09-08 14:56 ---
(In reply to comment #2)
> (In reply to comment #1)
> > Created an attachment (id=18542)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18542&action=view) [edit]
> > file generated during build failure
> >
> > Th
--- Comment #10 from rguenth at gcc dot gnu dot org 2009-09-08 13:43
---
*** Bug 41306 has been marked as a duplicate of this bug. ***
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #8 from michael dot a dot richmond at nasa dot gov 2009-09-08
15:21 ---
(In reply to comment #7)
> Is the problem described at
> http://gcc.gnu.org/ml/fortran/2009-09/msg00046.html
> the same or a different one?
>
> There, it is claimed to be a 4.5 regression.
>
I verifi
--- Comment #6 from vijay dot x dot jain at jpmchase dot com 2009-09-08
14:24 ---
My configure options were simple as required.
/home/odyssey/f065093/gcc/gcc-4.3.2/configure
--prefix=/home/odyssey/f065093/gccinstall
--with-as=/3rdparty/fsf/binutils/2.18/bin/as
--with-ld=/3rdparty/fsf
--- Comment #11 from developer at sandoe-acoustics dot co dot uk
2009-09-08 13:40 ---
(In reply to comment #10)
> (In reply to comment #9)
> > Created an attachment (id=18538)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18538&action=view) [edit]
> I had no problems bootstrapping
--- Comment #2 from jakub at gcc dot gnu dot org 2009-09-08 14:27 ---
The problem is that a VALUE leaks into NOTE_VAR_INSN_LOCATION argument, which
is obviously wrong, because all VALUEs are freed at the end of vartrack pass.
The problem is that vartrack relies on all VALUEs being repla
--- Comment #12 from howarth at nitro dot med dot uc dot edu 2009-09-08
13:51 ---
I am confused then. Don't we need another patch beyond the one in
cmpdbg-1.diff.txt to re-enable the compare-debug function on darwin?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41245
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Summary|Valgrind failures / illegal |[4.5 Regression] Valgrind
|reads with VTA turned on
after successful build & install 4.4.1 c,c++, attempt to build all languages
fails with:
configure: error: GNU Fortran is not working; please report a bug in
http://gcc.gnu.org/bugzilla
my config script is:
PATH=/usr/local/bin:$PATH
export PATH
CC=""
CFLAGS=""
unset CC
unset CFLAGS
../gcc-4.4.1/co
--- Comment #7 from ktietz at gcc dot gnu dot org 2009-09-08 15:35 ---
Fixed by revision 151515 for 4.5 version.
As this bug depends to new config/stdint.m4 and 2.64 support in gcc configure,
this won't be backported to 4.4.x
--
ktietz at gcc dot gnu dot org changed:
Wha
--- Comment #13 from laurent at guerby dot net 2009-09-08 15:37 ---
The patch for bug 41229 seems to fix this bug too.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41291
--- Comment #7 from redi at gcc dot gnu dot org 2009-09-08 16:00 ---
(In reply to comment #6)
> Could you please find from you env where is the file conftest.c and how is
> that
> generated?
It's created by the configure script, config.log shows the content of the file,
following text
--- Comment #3 from tkoenig at gcc dot gnu dot org 2009-09-08 16:21 ---
Not a regression.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41278
--- Comment #9 from aoliva at gcc dot gnu dot org 2009-09-08 16:48 ---
If the .i file is in neither the current directory nor in the libavformat
subdirectory, I'd drop ccache and -pipe from the command line and try again.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41289
--- Comment #2 from aoliva at gcc dot gnu dot org 2009-09-08 16:51 ---
*** This bug has been marked as a duplicate of 41229 ***
--
aoliva at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from aoliva at gcc dot gnu dot org 2009-09-08 16:51 ---
*** Bug 41300 has been marked as a duplicate of this bug. ***
--
aoliva at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #14 from aoliva at gcc dot gnu dot org 2009-09-08 16:53 ---
*** This bug has been marked as a duplicate of 41229 ***
--
aoliva at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #4 from aoliva at gcc dot gnu dot org 2009-09-08 16:53 ---
*** Bug 41291 has been marked as a duplicate of this bug. ***
--
aoliva at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #3 from aoliva at gcc dot gnu dot org 2009-09-08 17:06 ---
The non-volatile variable goes missing in the inlined copy of m because it is
coalesced with the incoming argument. With VTA, a note is retained that
associates p_name with the string. However, we still fail to emit
--- Comment #10 from jamborm at gcc dot gnu dot org 2009-09-08 17:10
---
We have talked about this on IRC today and in the end I agreed that
pass_stdarg should be scheduled rather late. This means that we
probably should return to the old behavior of ignoring va_lists in the
early SRA.
--- Comment #13 from developer at sandoe-acoustics dot co dot uk
2009-09-08 14:07 ---
(In reply to comment #12)
> I am confused then. Don't we need another patch beyond the one in
> cmpdbg-1.diff.txt to re-enable the compare-debug function on darwin?
the default BUILD_CONFIG fragment i
--- Comment #4 from tkoenig at gcc dot gnu dot org 2009-09-08 16:13 ---
Fixed on trunkk, I don't think it is worth a backport.
Closing.
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from burnus at gcc dot gnu dot org 2009-09-08 16:06 ---
Regarding the initialization: Initializing proc pointers and pointers works.
The first time one hits gfc_conv_structure, one has:
expr->expr_type == EXPR_STRUCTURE
for the type
expr->ts->u.derived->name == "fgsl_
--- Comment #6 from aoliva at gcc dot gnu dot org 2009-09-08 17:44 ---
Subject: Bug 41276
Author: aoliva
Date: Tue Sep 8 17:44:10 2009
New Revision: 151523
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151523
Log:
PR debug/41276
PR debug/41307
* cselib.c (cselib_expand_value_r
--- Comment #4 from aoliva at gcc dot gnu dot org 2009-09-08 17:44 ---
Subject: Bug 41307
Author: aoliva
Date: Tue Sep 8 17:44:10 2009
New Revision: 151523
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151523
Log:
PR debug/41276
PR debug/41307
* cselib.c (cselib_expand_value_r
--- Comment #2 from aoliva at gcc dot gnu dot org 2009-09-08 17:50 ---
Fixed.
--
aoliva at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #6 from aoliva at gcc dot gnu dot org 2009-09-08 17:51 ---
Fixed
--
aoliva at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #7 from aoliva at gcc dot gnu dot org 2009-09-08 17:52 ---
Fixed
--
aoliva at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED
--- Comment #3 from aoliva at gcc dot gnu dot org 2009-09-08 17:54 ---
Patch (pending approval) is here
http://gcc.gnu.org/ml/gcc-patches/2009-09/msg00385.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41248
+===GNAT BUG DETECTED==+
| 4.5.0 20090901 (experimental) [trunk revision 151278]
(powerpc-unknown-rtems4.10) GCC error:|
| tree check: expected integer_cst, have var_decl in int_const_binop, |
| at fold-const.c:1668
Hi,
FFmpeg compiled with GCC 4.5 (20090827) crashes when I try to convert mpg file
to avi (divx).
"FFmpeg_020fpu -i test.mpg test.avi"
1. I get crash only with "-m68020 -m68881" options, not with -m68040 or
-m68060.
2. I get crash only with -O1, -O2 or -O3 options, not with -O0.
3. GCC 4.4.2 (2
--- Comment #3 from aoliva at gcc dot gnu dot org 2009-09-08 17:42 ---
Subject: Bug 41300
Author: aoliva
Date: Tue Sep 8 17:42:11 2009
New Revision: 151521
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151521
Log:
gcc/ChangeLog:
PR debug/41229
PR debug/41291
PR debug/41300
* t
--- Comment #1 from aoliva at gcc dot gnu dot org 2009-09-08 17:40 ---
Subject: Bug 41232
Author: aoliva
Date: Tue Sep 8 17:39:42 2009
New Revision: 151519
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151519
Log:
gcc/ChangeLog:
PR debug/41232
* tree-ssa-phiopt.c (minmax_repla
--- Comment #1 from ami_stuff at o2 dot pl 2009-09-08 18:06 ---
Created an attachment (id=18543)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18543&action=view)
preprocessed file GCC 4.4.2 -O1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41311
--- Comment #2 from ami_stuff at o2 dot pl 2009-09-08 18:07 ---
Created an attachment (id=18544)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18544&action=view)
asm output GCC 4.4.2 -O1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41311
--- Comment #3 from ami_stuff at o2 dot pl 2009-09-08 18:08 ---
Created an attachment (id=18545)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18545&action=view)
preprocessed file GCC 4.5.0 -O0
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41311
--- Comment #4 from ami_stuff at o2 dot pl 2009-09-08 18:09 ---
Created an attachment (id=18546)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18546&action=view)
asm output GCC 4.5.0 -O0
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41311
--- Comment #5 from aoliva at gcc dot gnu dot org 2009-09-08 17:42 ---
Subject: Bug 41229
Author: aoliva
Date: Tue Sep 8 17:42:11 2009
New Revision: 151521
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151521
Log:
gcc/ChangeLog:
PR debug/41229
PR debug/41291
PR debug/41300
* t
--- Comment #5 from ami_stuff at o2 dot pl 2009-09-08 18:10 ---
Created an attachment (id=18547)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18547&action=view)
preprocessed file GCC 4.5.0 -O1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41311
--- Comment #6 from ami_stuff at o2 dot pl 2009-09-08 18:11 ---
Created an attachment (id=18548)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18548&action=view)
asm output GCC 4.5.0 -O1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41311
--- Comment #4 from mikael at gcc dot gnu dot org 2009-09-08 17:33 ---
I suggest you clear your build directory and retry from scratch.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41309
--- Comment #7 from schwab at linux-m68k dot org 2009-09-08 18:16 ---
Fix all the warnings first then try again.
--
schwab at linux-m68k dot org changed:
What|Removed |Added
--
--- Comment #5 from rwild at gcc dot gnu dot org 2009-09-08 17:31 ---
Subject: Bug 29737
Author: rwild
Date: Tue Sep 8 17:30:31 2009
New Revision: 151518
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151518
Log:
sed portability fixes in fixincludes
fixincludes/:
PR te
--- Comment #2 from rwild at gcc dot gnu dot org 2009-09-08 17:31 ---
Subject: Bug 35938
Author: rwild
Date: Tue Sep 8 17:30:31 2009
New Revision: 151518
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151518
Log:
sed portability fixes in fixincludes
fixincludes/:
PR te
--- Comment #2 from rwild at gcc dot gnu dot org 2009-09-08 17:31 ---
Subject: Bug 39655
Author: rwild
Date: Tue Sep 8 17:30:31 2009
New Revision: 151518
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151518
Log:
sed portability fixes in fixincludes
fixincludes/:
PR te
--- Comment #15 from aoliva at gcc dot gnu dot org 2009-09-08 17:42 ---
Subject: Bug 41291
Author: aoliva
Date: Tue Sep 8 17:42:11 2009
New Revision: 151521
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151521
Log:
gcc/ChangeLog:
PR debug/41229
PR debug/41291
PR debug/41300
*
--- Comment #8 from ami_stuff at o2 dot pl 2009-09-08 18:36 ---
I don't know how to do it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41311
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2009-09-08 18:36
---
*** Bug 41310 has been marked as a duplicate of this bug. ***
--
ebotcazou at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2009-09-08 18:36
---
'Search' is your friend. :-)
*** This bug has been marked as a duplicate of 41112 ***
--
ebotcazou at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from sje at cup dot hp dot com 2009-09-08 18:59 ---
This patch, combined with Michael Matz's patch for PR41268, gave me a good
bootstrap on ia64-hp-hpux11.23,
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41248
--- Comment #1 from paolo dot carlini at oracle dot com 2009-09-08 19:14
---
Right now (151529) I can't reproduce this problem. In case, please reopen.
--
paolo dot carlini at oracle dot com changed:
What|Removed |Added
---
--- Comment #3 from janis at gcc dot gnu dot org 2009-09-08 20:39 ---
I get the same ICE during a 32-bit bootstrap of powerpc64-linux or
powerpc-linux. I'll attach a minimized testcase that shows the error when
compiled with cc1 for powerpc-linux. A 64-bit bootstrap doesn't run into th
--- Comment #4 from janis at gcc dot gnu dot org 2009-09-08 20:41 ---
Created an attachment (id=18549)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18549&action=view)
minimized testcase
cc1 for powerpc-linux gets the ICE when compiling this testcase using -O1 -g.
--
http://g
--- Comment #17 from paolo dot carlini at oracle dot com 2009-09-08 20:48
---
On it.
--
paolo dot carlini at oracle dot com changed:
What|Removed |Added
Assigned
No testcase other than running CP2K, but the code appears to be miscompiled
(i.e. segfaults) at -O3, while -O2 goes fine. The last known svn version that
was OK was rev. 151454, while the first known failing was 151525. The
miscompiled file is pair_potentials.F
Any suggestions on how to narrow do
1 - 100 of 115 matches
Mail list logo