--- Comment #2 from burnus at gcc dot gnu dot org 2008-06-07 06:18 ---
CONFIRM.
Paul, as out module.c expert, do you have an idea how to solve this?
--
burnus at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #11 from cnstar9988 at gmail dot com 2008-06-07 04:04 ---
Ping...
I have attached config.log for a few days.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36330
--- Comment #11 from ghazi at gcc dot gnu dot org 2008-06-07 04:02 ---
What remains to be done for this PR?
The generic FP classification implementations are all done, including builtin
fpclassify(). Perhaps some optabs still need to be finished? Or can we close
this one?
--
http
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-06-07 01:55 ---
Considering 3.4.x is no longer support and this works in 4.1.2, there is not
much todo here really as far as I can tell.
--
pinskia at gcc dot gnu dot org changed:
What|Removed
gcc 3.4.6 evaluates wrong size for dynamic size arrays (hence binaries compiled
with it can yield wrong results or even segfault)
In the example source code below, the second array is incorrectly interpreted
by the code generated by gcc 3.4.6 as if it were at a different location than
it actually
--- Comment #8 from hjl dot tools at gmail dot com 2008-06-07 01:06 ---
(In reply to comment #7)
> We set GCC_EXEC_PREFIX when testing in-tree GCC because we want the GCC we're
> testing to search the right paths.
>
How does gcc search the right paths when GCC_EXEC_PREFIX points
to non
--- Comment #11 from dannysmith at users dot sourceforge dot net
2008-06-07 00:46 ---
Fix backported to branch.
--
dannysmith at users dot sourceforge dot net changed:
What|Removed |Added
---
--- Comment #10 from dannysmith at gcc dot gnu dot org 2008-06-07 00:40
---
Subject: Bug 35921
Author: dannysmith
Date: Sat Jun 7 00:39:43 2008
New Revision: 136515
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136515
Log:
PR target/35921
* optimize.c (maybe_clo
--- Comment #7 from mmitchel at gcc dot gnu dot org 2008-06-06 22:59
---
We set GCC_EXEC_PREFIX when testing in-tree GCC because we want the GCC we're
testing to search the right paths.
Note that in creating site.exp, we do:
@echo "set GCC_EXEC_PREFIX \"$(libdir)/gcc/\"" >> ./
--- Comment #1 from thomas dot orgis at awi dot de 2008-06-06 21:45 ---
Oh, btw: I reckon that this is independent of host system, but for reference: I
tested this on x86-64-linux (gfortran 4.1.2 or such) and x86-linux (4.2.3 and
4.3.0).
--
thomas dot orgis at awi dot de changed:
It seems that the standard (or at least the standard literature) is not clear
on this one, but Sun and Intel compilers agree that it's good.
The problem we have is actually about a derived type that gets two different
alias names in USE/ONLY statements. In the end, it should be treated as two
diffe
--- Comment #12 from rguenth at gcc dot gnu dot org 2008-06-06 21:32
---
Looks more like one of the known alias related miscompilations of the 4.1
branch.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #11 from dino at concisoft dot com 2008-06-06 21:13 ---
Created an attachment (id=15727)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15727&action=view)
A relatively simple self contained piece of code that reproduces the problem.
Please see the comments in the Makefi
--- Comment #6 from hjl dot tools at gmail dot com 2008-06-06 21:09 ---
You only see it your system compiler is gcc 4.3 or above
[EMAIL PROTECTED] tmp]$ cat x.c
#include
[EMAIL PROTECTED] tmp]$ GCC_EXEC_PREFIX=/foo gcc -M x.c
In file included from x.c:1:
/usr/include/limits.h:125:26:
--- Comment #2 from andreast at gcc dot gnu dot org 2008-06-06 21:07
---
Should be fixed now.
--
andreast at gcc dot gnu dot org changed:
What|Removed |Added
--
andreast at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |andreast at gcc dot gnu dot
|dot org
--- Comment #5 from hjl dot tools at gmail dot com 2008-06-06 21:02 ---
From:
http://gcc.gnu.org/ml/gcc-patches/2008-06/msg00350.html
the problem isn't limited to --disable-bootstrap.
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
--- Comment #15 from eric dot weddington at atmel dot com 2008-06-06 20:39
---
This bug report is completely unclear. 'static const' will not be overloaded to
imply that a variable is stored in flash. The relevant C language draft
concerning mulitple memory spaces will have to be referr
--- Comment #1 from andreast at gcc dot gnu dot org 2008-06-06 20:31
---
Subject: Bug 36452
Author: andreast
Date: Fri Jun 6 20:30:31 2008
New Revision: 136503
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136503
Log:
2008-06-06 Andreas Tobler <[EMAIL PROTECTED]>
P
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36410
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36408
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36406
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36405
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36404
--- Comment #13 from rguenth at gcc dot gnu dot org 2008-06-06 20:26
---
Fixed. The remaining slowness is a dup of PR33237.
Memory usage on the branch is now down to ~700MB peak VM usage on a 3GB machine
at -O on x86_64. Compile time is down to
tree find ref. vars : 12.26 (10%)
--- Comment #1 from tromey at gcc dot gnu dot org 2008-06-06 20:23 ---
By my reading of the standard, issuing an error here is correct.
The restrictions on #elif are only lifted if it is in a skipped group.
But, in this case, it is not.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id
--- Comment #13 from rguenth at gcc dot gnu dot org 2008-06-06 20:21
---
See PR36291 for a slightly different testcase.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33237
--- Comment #5 from hutchinsonandy at aim dot com 2008-06-06 20:18 ---
Subject: Re: ICE push_reload - psuedo reg_equiv_constant
The patch for
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31786
removes one problematic part of LEGITIMIZE_RELOAD_ADDRESS. This is
applied to WinAVR 2008
--- Comment #12 from rguenth at gcc dot gnu dot org 2008-06-06 20:13
---
Subject: Bug 36291
Author: rguenth
Date: Fri Jun 6 20:12:27 2008
New Revision: 136502
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136502
Log:
2008-06-06 Richard Guenther <[EMAIL PROTECTED]>
--- Comment #15 from rguenth at gcc dot gnu dot org 2008-06-06 20:07
---
Subject: Bug 34244
Author: rguenth
Date: Fri Jun 6 20:06:40 2008
New Revision: 136501
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136501
Log:
2008-06-06 Richard Guenther <[EMAIL PROTECTED]>
--- Comment #10 from rguenth at gcc dot gnu dot org 2008-06-06 20:07
---
Subject: Bug 36262
Author: rguenth
Date: Fri Jun 6 20:06:40 2008
New Revision: 136501
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136501
Log:
2008-06-06 Richard Guenther <[EMAIL PROTECTED]>
--- Comment #9 from rguenth at gcc dot gnu dot org 2008-06-06 20:07 ---
Fixed.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
CC||tromey at redhat dot com
OtherBugsDependingO|
--- Comment #4 from eric dot weddington at atmel dot com 2008-06-06 19:48
---
Test case passes with -O[0123s], with WinAVR 20080512 (patched 4.3.0).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36336
--- Comment #3 from hutchinsonandy at aim dot com 2008-06-06 19:42 ---
Subject: Re: ICE push_reload - psuedo reg_equiv_constant
O2
--
Sent from my Dingleberry wired device.
-Original Message-
From: eric dot weddington at atmel do
--- Comment #10 from jakub at gcc dot gnu dot org 2008-06-06 19:41 ---
Fixed.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #10 from jakub at gcc dot gnu dot org 2008-06-06 19:30 ---
Subject: Bug 36419
Author: jakub
Date: Fri Jun 6 19:29:28 2008
New Revision: 136496
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136496
Log:
PR rtl-optimization/36419
* except.c (expand_res
--- Comment #9 from jakub at gcc dot gnu dot org 2008-06-06 19:27 ---
Subject: Bug 36362
Author: jakub
Date: Fri Jun 6 19:26:53 2008
New Revision: 136495
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136495
Log:
PR target/36362
* gimplify.c (gimplify_expr) : If
--- Comment #2 from eric dot weddington at atmel dot com 2008-06-06 19:24
---
Andy, I'm having a difficulty in trying to reproduce this bug. I use this
command line:
avr-gcc -O1 -mmcu=atmega128 -w -std=gnu99 -c memcpy-chk.c -o memcpy-chk.o
But I'm using WinAVR 20080512, which is patched
--- Comment #3 from dominiq at lps dot ens dot fr 2008-06-06 18:17 ---
> I wonder why gcc.dg/cdce1.c and gcc.dg/cdce2.c do not fail in the same way?
Because the tests pass (as far as I can tell from the tests
oni686-apple-darwin9).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=364
--- Comment #2 from davidxl at google dot com 2008-06-06 18:00 ---
(In reply to comment #1)
> The failures disappear with the following patch:
>
> --- /opt/gcc/_gcc_clean/gcc/testsuite/g++.dg/cdce3.C2008-06-05
> 08:50:23.0 +0200
> +++ /opt/gcc/gcc-4.4-work/gcc/testsuite/g++.
testcase:
=== Cut ===
#if !defined(BOOST_PP_IS_ITERATING)
#elif BOOST_PP_ITERATION_DEPTH() == 1
#endif
=== Cut ===
error: missing binary operator before token "("
from reading the PR36320, this behaviour doesn't seem to be intended. It was
intended to only add a check for non-null argument.
--- Comment #2 from derek dot white at sun dot com 2008-06-06 16:08 ---
Not a duplicate of bug 5738 (?)
I don't think this can be handled by "GCSE code hoisting". The previous example
have the common subexpression independent of anything else, so code could be
hoisted or delayed. But co
On i686-apple-darwin9, building libgomp fails with:
libtool: compile: /opt/gcc/i686-darwin/./gcc/xgcc
-B/opt/gcc/i686-darwin/./gcc/ -B/opt/gcc/gcc4.4w/i686-apple-darwin9/bin/
-B/opt/gcc/gcc4.4w/i686-apple-darwin9/lib/ -isystem
/opt/gcc/gcc4.4w/i686-apple-darwin9/include -isystem
/opt/gcc/gcc4.4w/
Hi,
The links for the documentation for __mt_allocator and bitmap_allocator on
page:
http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt04ch11.html
point to:
http://gcc.gnu.org/onlinedocs/libstdc++/ext/mt_allocator.html
http://gcc.gnu.org/onlinedocs/libstdc++/ext/ballocator_doc.html
however
--- Comment #7 from uros at gcc dot gnu dot org 2008-06-06 15:06 ---
Subject: Bug 36438
Author: uros
Date: Fri Jun 6 15:04:51 2008
New Revision: 136486
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136486
Log:
PR rtl-optimization/36438
* cse.c (fold_rtx) [ASHIF
--- Comment #5 from aldot at gcc dot gnu dot org 2008-06-06 14:44 ---
maybe provoking PR36450 although this one is about a slightly different thing
AFAICS?
I'm curious if you can build your distro with -O3 and -Os ?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36028
--- Comment #1 from aldot at gcc dot gnu dot org 2008-06-06 14:40 ---
Created an attachment (id=15726)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15726&action=view)
original testcase from uClibc
ira-branch revision 136341
Works with -fno-ira
works with -mpreferred-stack-bounda
/there.pentium4/build_i686/staging_dir/usr/bin/i686-linux-uclibc-gcc -c
libc/stdlib/strtod.c -o libc/stdlib/strtod.os -include ./include/libc-symbols.h
-Wall -Wstrict-prototypes -fno-strict-aliasing -Wnested-externs -Wshadow
-Wmissing-noreturn -Wmissing-format-attribute -Wformat=2 -Wmissing-prototy
--- Comment #1 from jjk at acm dot org 2008-06-06 13:28 ---
Created an attachment (id=15725)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15725&action=view)
C++ code for reproducing the problem.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36449
Please refer to the attached example.
When the struct 'ZIP' in this example is enlarged by one word,
G++ silently generates incorrect code.
--
Summary: Incorrect code generated for access to a large struct
Product: gcc
Version: 4.1.2
Status: UNCONFIR
--- Comment #8 from jakub at gcc dot gnu dot org 2008-06-06 13:25 ---
Subject: Bug 36419
Author: jakub
Date: Fri Jun 6 13:24:45 2008
New Revision: 136435
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136435
Log:
PR rtl-optimization/36419
* except.c (expand_resx
--- Comment #7 from jakub at gcc dot gnu dot org 2008-06-06 13:23 ---
Subject: Bug 36362
Author: jakub
Date: Fri Jun 6 13:23:04 2008
New Revision: 136434
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136434
Log:
PR target/36362
* gimplify.c (gimplify_expr) : If
--- Comment #14 from joel at gcc dot gnu dot org 2008-06-06 13:16 ---
ChangeLog entry for gcc-svn-ada-hwint-20080606.diff. Patch does not
remove s-interr-vxworks.adb. As part of review please
"diff -u s-interr-vxworks.adb s-interr-hwint.adb" You should only
see changes to
--- Comment #10 from jakub at gcc dot gnu dot org 2008-06-06 12:14 ---
Doesn't --with-pic build just one set of *.o files? If yes, then you are out
of luck, either configure libstdc++ without symbol versioning, or you need to
use
a version script when linking --with-pic libstdc++.a stat
--- Comment #3 from hutchinsonandy at aim dot com 2008-06-06 11:55 ---
Subject: Re: simplify_subreg ICE with right shift more than
length type AVR
Thanks for quick response,
I will give this a try and no doubt it will work.
I was trying to think of how the other case should be simpli
--- Comment #5 from P dot Schaffnit at access dot rwth-aachen dot de
2008-06-06 08:30 ---
Thanks!
Philippe
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36342
--- Comment #4 from dfranke at gcc dot gnu dot org 2008-06-06 08:26 ---
Currently doing reghunt: r134936 works, r135050 fails.
Expect more results later ...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36342
--- Comment #7 from jakub at gcc dot gnu dot org 2008-06-06 08:03 ---
Ok, I'll bootstrap/regtest patch 1).
To answer your question about 2), consider e.g.:
__attribute__((noinline))
void foo (int, int)
{
static int n = 0;
void *esp;
asm volatile ("movl %%esp, %0" : "=r" (esp));
59 matches
Mail list logo