--
daney at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW |ASSIGNED
Last reconfirmed|2006-01-17 13:24:17 |2006-01-24 06:
--- Comment #6 from ian at airs dot com 2006-01-24 06:14 ---
Created an attachment (id=10724)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10724&action=view)
Patch being tested
Thanks for reducing this bug, and for CC'ing me. I'm testing this patch, which
I'm pretty sure is the
--- Comment #6 from bangerth at dealii dot org 2006-01-24 05:48 ---
(In reply to comment #5)
> Well, the actual argument type is wholely resolved at point of call. And the
> formal parameter type is valid at the point where sort is defined. It will
> recognize A as an A, it will recogn
--
pault at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |pault at gcc dot gnu dot org
|dot org
--
pault at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |pault at gcc dot gnu dot org
|dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2006-01-24 05:05
---
I have confirmed Dale's discovery here which gave me the hint I needed. The
following patch fixes all the cases presented in comments above, passes
regression testing and passes NIST testing. No need for patch i
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-24 04:29 ---
Confirmed.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCON
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
|
libgomp installs the following headers files into $PREFIX/include:
omp.h
omp_lib.f90
omp_lib.h
(if Fortran is not build, more if Fortran is built).
This does not allow one to install several versions of GCC into the
same prefix using --program-suffix.
Note that the C++ headers, for exampl
--- Comment #4 from dberlin at gcc dot gnu dot org 2006-01-24 03:15 ---
These ICE's are very hard to fix without real loop distribution. They
basically all concern the perfect nest transformation.
I'm not even sure it's worth attempting to fix them by hacking up the perfect
nest transf
--- Comment #11 from relf at os2 dot ru 2006-01-24 02:38 ---
Let's change returning type of friend operator+ in the original example to
foo, i.e.,
=
template
class foo;
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-24 02:18 ---
Note I think this is a latent bug, I think improvements to PRE or the
reassociate rewrite cause the ICE.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from dave at hiauly1 dot hia dot nrc dot ca 2006-01-24
02:12 ---
Subject: Re: FAIL: libgomp.c/appendix-a/a.15.1.c (test for excess errors)
> I bet -lrt has to be linked in as sem_* are part of the real time extensions
> of
> POSIX.
I believe that you would win that be
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-24 02:00 ---
Confirmed, for us normal people who cannot copy and paste without the line
numbers:
int func(float *v1, const float *v2, int l, int e)
{
int i,j, bi=0;
float md=0, d=0, t;
for (i=0;i< e;i--)
{
for (j=0;j md)
md=d;
}
--- Comment #1 from uttamp at us dot ibm dot com 2006-01-24 01:58 ---
fyi: This works till trunk-20060106.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25937
13 md=d;
14}
15 }
$ /opt/gcc-nightly/trunk-20060123/bin/gcc -v -c -O2 -ftree-loop-linear test.c
Using built-in specs.
Target: powerpc64-linux
Configured with: /home/gccbuild/gcc_trunk_anonsvn/trunk/configure
--prefix=/opt/gcc-nightly/trunk-20060123 --build=powerpc64-linux
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-24 01:03 ---
In:
http://gcc.gnu.org/install/prerequisites.html
perl version 5.6.1 (or later)
Necessary when regenerating Makefile dependencies in libiberty. Necessary when
regenerating libiberty/functions.texi. Necessary when gen
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-24 00:59 ---
I bet -lrt has to be linked in as sem_* are part of the real time extensions of
POSIX.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25936
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-24 00:46 ---
Confirmed.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCON
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-24 00:38 ---
Confirmed, patch posted:
http://gcc.gnu.org/ml/gcc-patches/2006-01/msg01587.html
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
|
--- Comment #2 from hp at gcc dot gnu dot org 2006-01-24 00:30 ---
Looks like it's recently fixed. So let's wait until I test that change.
--
hp at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #1 from hp at gcc dot gnu dot org 2006-01-24 00:29 ---
Same for sh64-elf and sh-elf.
--
hp at gcc dot gnu dot org changed:
What|Removed |Added
GCC target trip
--- Comment #10 from tony dot luck at intel dot com 2006-01-24 00:06
---
Broken (again?) in 4.1
$ cat u.c
typedef unsigned long u64;
struct pal_freq_ratio {
u64 den : 32, num : 32; /* numerator & denominator */
} x;
main()
{
printf("den=%lx num=%lx\n", x.den, x.num);
Executing on host: /mnt/gnu/gcc-3.3/objdir/gcc/xgcc
-B/mnt/gnu/gcc-3.3/objdir/gc
c/ /mnt/gnu/gcc-3.3/gcc/libgomp/testsuite/libgomp.c/appendix-a/a.15.1.c
-B/mnt/
gnu/gcc-3.3/objdir/hppa64-hp-hpux11.11/./libgomp/
-I/mnt/gnu/gcc-3.3/objdir/hppa
64-hp-hpux11.11/./libgomp -I/mnt/gnu/gcc-3.3/gcc/libgomp
Last known to work with: "Fri Jan 20 05:17:46 UTC 2006 (revision 110008M)".
Known to fail with: "Mon Jan 23 06:06:40 UTC 2006 (revision 110107M)".
Apparently due to fix-header.c not being updated for recent
register_include_chains change for PR libstdc++/25524.
gcc -c -g -O2 -DIN_GCC -DCROSS_CO
--- Comment #4 from aldot at gcc dot gnu dot org 2006-01-23 23:49 ---
Better mv ansidecl.h to libgomp.h per rth on IRC.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25910
--- Comment #4 from hp at gcc dot gnu dot org 2006-01-23 23:45 ---
.
--
hp at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #3 from hp at gcc dot gnu dot org 2006-01-23 23:44 ---
Subject: Bug 25891
Author: hp
Date: Mon Jan 23 23:44:16 2006
New Revision: 110148
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110148
Log:
PR testsuite/25891
* lib/target-supports.exp (check_eff
instanceof (and checkcast, etc) are fairly slow in gcj currently.
Here are a couple of papers on the topic of speeding this up:
http://lambda-the-ultimate.org/node/view/1218
http://people.csail.mit.edu/jrb/pve/index.htm
--
Summary: fast instanceof checking
Product: gcc
--- Comment #6 from hp at gcc dot gnu dot org 2006-01-23 23:27 ---
Same for sh-elf as for st-rtems.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25890
Hi All,
Last week I ran a static analysis tool 'coverity prevet' on the GCC codebase
and found few memory leaks.
1) One of the memory leak is in gcc/loop-unroll.c, "not freeing the dom_bbs
pointer while returning from the function in function
"unroll_loop_runtime_iterations".
2) another memory l
--- Comment #6 from gdr at cs dot tamu dot edu 2006-01-23 22:36 ---
Subject: Re: Spurious offsetof warnings with private members
"rcbilson at plg dot uwaterloo dot ca" <[EMAIL PROTECTED]> writes:
| --- Comment #2 from rcbilson at plg dot uwaterloo dot ca 2006-01-23
18:28 ---
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-01-23 22:23
---
(In reply to comment #9)
> Of course, the compiler (more precisely the middle-end) knows that the
> destructor has a side-effect. But GCC middle-end tends to have little
> knowledge of language specific idioms. N
--- Comment #16 from ebotcazou at gcc dot gnu dot org 2006-01-23 22:14
---
*** Bug 25932 has been marked as a duplicate of this bug. ***
--
ebotcazou at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #8 from ebotcazou at gcc dot gnu dot org 2006-01-23 22:14
---
*** This bug has been marked as a duplicate of 21937 ***
--
ebotcazou at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #15 from pinskia at gcc dot gnu dot org 2006-01-23 22:13
---
Fixed in 4.0.0 so closing as such.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from laurent at guerby dot net 2006-01-23 22:07 ---
4.0.2 x86-linux and x86_64-linux do not ICE, this must be sparc specific.
--
laurent at guerby dot net changed:
What|Removed |Added
-
--- Comment #5 from sabre at nondot dot org 2006-01-23 22:00 ---
Subject: Re: use ODR rules to make C++ objects not be
TREE_PUBLIC
Already done. The subject is now "use ODR rules to make C++ objects not
be TREE_PUBLIC"
Thanks,
-Chris
On Mon, 23 Jan 2006, gdr at cs dot tamu dot e
--- Comment #4 from gdr at cs dot tamu dot edu 2006-01-23 21:58 ---
Subject: Re: instantiated templates with anonymous namespace class as
arguments should be static
"geoffk at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes:
| Let's make this more general.
Geoff and me had discussed
--- Comment #7 from kafka dot fr at laposte dot net 2006-01-23 21:56
---
(In reply to comment #6)
Sorry, I get the very same bug using trunk (rev. 110140).
Note this bug seems to deal with the "limited with" clause,
nothing related to interfaces...
Regards,
--
http://gcc.gnu.org/
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-01-23 21:54 ---
Fixed and closing as such.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from jakub at gcc dot gnu dot org 2006-01-23 21:51 ---
Subject: Bug 25717
Author: jakub
Date: Mon Jan 23 21:51:10 2006
New Revision: 110145
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110145
Log:
PR preprocessor/25717
* init.c (cpp_init_builtins
--- Comment #6 from kafka dot fr at laposte dot net 2006-01-23 21:50
---
(In reply to comment #5)
Just checked out "trunk" (rev 110142), it seems ok indeed. I even tried
to instantiate the generic package with a dummy interface, it worked.
Thanks a lot for the nice work.
--
kafka
--- Comment #8 from jakub at gcc dot gnu dot org 2006-01-23 21:50 ---
Subject: Bug 25717
Author: jakub
Date: Mon Jan 23 21:50:15 2006
New Revision: 110144
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110144
Log:
PR preprocessor/25717
* init.c (cpp_init_builtins
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.2.0 |---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25898
--- Comment #11 from hjl at lucon dot org 2006-01-23 21:29 ---
Since there are no real regressions, I am changing summary.
--
hjl at lucon dot org changed:
What|Removed |Added
--- Comment #3 from sabre at nondot dot org 2006-01-23 21:23 ---
Absolutely, it would be great to handle that as well. The risk of making a
particular bugzilla PR more general is that it reduces the chance that it will
ever get fixed though.
-Chris
--
http://gcc.gnu.org/bugzilla/s
--- Comment #5 from gdr at cs dot tamu dot edu 2006-01-23 20:58 ---
Subject: Re: Spurious offsetof warnings with private members
"pinskia at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes:
| Hmm, is this a non POD?
Yes, it is a non-POD.
-- Gaby
--
http://gcc.gnu.org/bugzilla/
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-23 20:58 ---
Invalid based on GDR's commnets.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from gdr at cs dot tamu dot edu 2006-01-23 20:57 ---
Subject: Re: New: Spurious offsetof warnings with private members
"rcbilson at plg dot uwaterloo dot ca" <[EMAIL PROTECTED]> writes:
| Consider:
|
| #include
| #include
|
| class xxx {
| friend int main();
|
"rcbilson at plg dot uwaterloo dot ca" <[EMAIL PROTECTED]> writes:
| Consider:
|
| #include
| #include
|
| class xxx {
| friend int main();
| void *q;
| public:
| void *r;
| };
|
| int main() {
| std::cout << "offset of xxx::q is " << offsetof( xxx, q ) << "\n";
| std::c
--- Comment #6 from alex at milivojevic dot org 2006-01-23 20:45 ---
Created an attachment (id=10723)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10723&action=view)
terminal_interface-curses.s
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25932
--- Comment #5 from alex at milivojevic dot org 2006-01-23 20:45 ---
Created an attachment (id=10722)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10722&action=view)
terminal_interface-curses-aux.ads
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25932
--- Comment #4 from alex at milivojevic dot org 2006-01-23 20:44 ---
Created an attachment (id=10721)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10721&action=view)
terminal_interface-curses.ali
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25932
--- Comment #3 from alex at milivojevic dot org 2006-01-23 20:44 ---
Created an attachment (id=10720)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10720&action=view)
terminal_interface-curses.ads
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25932
--- Comment #2 from alex at milivojevic dot org 2006-01-23 20:44 ---
Created an attachment (id=10719)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10719&action=view)
terminal_interface-curses.adb
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25932
--- Comment #1 from alex at milivojevic dot org 2006-01-23 20:43 ---
Created an attachment (id=10718)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10718&action=view)
terminal_interface.ads
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25932
--- Comment #2 from geoffk at gcc dot gnu dot org 2006-01-23 20:43 ---
Let's make this more general.
Any entity which could be defined more than once (like a class or an inline
function) but whose token stream refers to a function or variable which is not
TREE_PUBLIC, actually can't be
I don't know anything about Ada, just happen to have gnat installed on my
system, and got this while compiling ncurses (ncurses-5.5.tar.gz, ncurses
configured with "../configure --with-shared --with-rpath --prefix=/opt/pbl"):
$ gcc -v -save-temps -c -I../../../Ada95/src/ -O3 -gnatpn -I.
-I../../..
--- Comment #8 from joel at gcc dot gnu dot org 2006-01-23 20:42 ---
sh-rtems fails to build also. Andrew thought it was related so I am adding
myself and this link to my failure post.
http://gcc.gnu.org/ml/gcc/2006-01/msg00869.html
--
joel at gcc dot gnu dot org changed:
--- Comment #5 from joel at gcc dot gnu dot org 2006-01-23 20:40 ---
sh-rtems fails to build also. Andrew thought it was related so I am adding
myself and this link to my failure post.
http://gcc.gnu.org/ml/gcc/2006-01/msg00869.html
--
joel at gcc dot gnu dot org changed:
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-23 20:37 ---
testcase (Compile with -O2 -fno-toplevel-reorder --param ggc-min-expand=0
--param ggc-min-heapsize=0):
__do_global_dtors_aux (void){}
asm ("a");
asm ("b");
--
pinskia at gcc dot gnu dot org changed:
W
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-23 20:21 ---
Reducing.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Component|bootst
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-23 20:07 ---
"gcc --param ggc-min-expand=0 --param ggc-min-heapsize=0 pr25930.i
-fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -O2
-fno-omit-frame-pointer -fno-asynchronous-unwind-tables" is enough to reproduc
--- Comment #2 from aj at gcc dot gnu dot org 2006-01-23 20:03 ---
Created an attachment (id=10717)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10717&action=view)
crtstuff.i as requested
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25930
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-01-23 20:03
---
PR 25908: vtables and classes no longer work on powerpc-darwin
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-01-23 20:02 ---
PR 25931: build failure for powerpc-darwin target (maybe others too).
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.2.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25931
gcc -c -g -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long
-Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute
-fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/../include -I../../gcc/
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-23 19:58 ---
Can you attach crtstuff.i, I think this was caused by:
2006-01-16 Ian Lance Taylor
* common.opt (ftoplevel-reorder): New option.
...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25930
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
|
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status|WAITING |NEW
Ever Confirmed|0 |1
Last reconfi
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-23 19:51 ---
I think that is enough to reproduce it for now.
Thanks, when my computer (laptop) gets back up and working, I will look into
this.
I think this was caused by the section changes.
--
pinskia at gcc dot gnu dot o
--- Comment #4 from schnetter at aei dot mpg dot de 2006-01-23 19:47
---
Created an attachment (id=10716)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10716&action=view)
Gzipped preprocessed failing source code, part 2
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25908
--- Comment #3 from schnetter at aei dot mpg dot de 2006-01-23 19:47
---
Created an attachment (id=10715)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10715&action=view)
Gzipped preprocessed failing source code, part 1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25908
--- Comment #2 from schnetter at aei dot mpg dot de 2006-01-23 19:45
---
Here is a way to reproduce the error with very little source code, but still
depending on the LAM MPI library. The actual source code I used consists of
two files, main.cc and sub.cc, which I include here for comp
20060123 (experimental)
/builds/gcc/misc/./gcc/cc1 -E -quiet -v -I. -I. -I/cvs/gcc-svn/trunk/gcc
-I/cvs/gcc-svn/trunk/gcc/. -I/cvs/gcc-svn/trunk/gcc/../include
-I/cvs/gcc-svn/trunk/gcc/../libcpp/include
-I/cvs/gcc-svn/trunk/gcc/../libdecnumber -I../libdecnumber -iprefix
/builds/gcc/misc/gcc/../lib/gcc
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-01-23 19:21 ---
25911: -O2 -ffast-math -ftree-vectorize ICEs on reasonable code.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
gcc-4.2.0 20060123 - no ICE
--
uttamp at us dot ibm dot com changed:
What|Removed |Added
CC||uttamp at us dot ibm dot com
http
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-01-23 19:17 ---
This is easy to fix.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Assign
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-23 19:15 ---
More information about this bug:
http://gcc.gnu.org/ml/gcc-patches/2006-01/msg01571.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25900
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |minor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25695
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-23 19:13 ---
Does this work now after my patch for PR 25315?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25684
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Summary|[4.2 Regression] fastjar is |fastjar is broken on i386-*-
|broken on i386-*-free
--- Comment #2 from seandarcy2 at gmail dot com 2006-01-23 18:48 ---
Created an attachment (id=10714)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10714&action=view)
Preprocessed source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25929
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-01-23 18:48 ---
*** Bug 25929 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-23 18:48 ---
*** This bug has been marked as a duplicate of 23820 ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--
cc -D_REENTRANT -O2 -fPIC -funswitch-loops -fvisibility-inlines-hidden
-ftree-loop-linear -march=k8 -ftree-vectorize -pipe -mfpmath=sse -DP_64BIT
-fPIC -DPIC -DPTRACING -I/usr/src/redhat/BUILD/opal/include -DPTRACING
-I/usr/src/redhat/BUILD/opal/../pwlib/include -O2 -fPIC -funswitch-loops
-fvis
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-23 18:42 ---
Further reduced:
double bessel_Kn_scaled_small_x(int n)
{
int k;
double k_term, sum1;
for(k=1; k<=n-1; k++)
{
k_term *= -1/(k * (n-k));
sum1 += k_term;
}
return sum1;
}
--
http://gcc.gnu.org/
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-23 18:37 ---
Reduced testcase:
double bessel_Kn_scaled_small_x(int n, double x)
{
int k;
double y = 0.25 * x * x;
double ex = exp(x);
double k_term;
double term1, sum1, ln_pre1;
double term2, sum2, pre2;
for(k=1; k<
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-23 18:28 ---
Reducing.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25911
--- Comment #2 from rcbilson at plg dot uwaterloo dot ca 2006-01-23 18:28
---
(In reply to comment #1)
> Hmm, is this a non POD?
Quoth the standard (9p4):
"A POD-struct is an aggregate class that has no nonstatic data members of type
pointer to member, non-POD-struct, non-POD-union (or
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status|REOPENED|NEW
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15502
--- Comment #35 from pinskia at gcc dot gnu dot org 2006-01-23 18:20
---
Fixed by:
2006-01-16 Roger Sayle <[EMAIL PROTECTED]>
* configure.ac (CFLAGS): Update to include -std=gnu99 so that
the configure tests will be run with the same environment as
used to com
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-01-23 18:15 ---
Reopening as a new one came in.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-23 18:14 ---
*** Bug 25928 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25416
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-23 18:14 ---
The reduced testcase goes to all the way to PR 25416.
*** This bug has been marked as a duplicate of 25416 ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-23 18:05 ---
3.2.3 gave:
earth:~>~/ia32_linux_gcc3_2/bin/g++ t.cc
t.cc: In function `int main()':
t.cc:12: warning: invalid offsetof from non-POD type `class xxx'; use pointer
to member instead
t.cc:13: warning: invalid offse
--- Comment #22 from ebotcazou at gcc dot gnu dot org 2006-01-23 17:59
---
Until after they are removed from the norun.lst file.
--
ebotcazou at gcc dot gnu dot org changed:
What|Removed |Added
-
1 - 100 of 212 matches
Mail list logo