--- Comment #7 from eres at il dot ibm dot com 2009-07-05 08:12 ---
Testing test_fpu on Power7 with the power7 branch shows no significant
difference between the version compiled with the misaligned store support patch
and without it. (using -mcpu=power7 -ffast-math -funroll-loops -O3)
T
--- Comment #13 from fxcoudert at gcc dot gnu dot org 2009-07-05 09:07
---
Works with newer branches (4.4 and 4.5). According to gfortran maintainers
meeting, will not be fixed.
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
OtherBugsDependingO||39627
nThis||
S
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last recon
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last recon
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
GCC build t
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
OtherBugsDependingO||39627
nThis||
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
OtherBugsDependingO||39627
nThis||
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |enhancement
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40571
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |enhancement
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40569
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Ke
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2009-07-05 09:21
---
I'll take it. My own Windows machine is currently down (broken disk), but I'll
test the patch when I can.
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #22 from fxcoudert at gcc dot gnu dot org 2009-07-05 09:23
---
*** Bug 40545 has been marked as a duplicate of this bug. ***
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2009-07-05 09:23
---
*** This bug has been marked as a duplicate of 22423 ***
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #23 from fxcoudert at gcc dot gnu dot org 2009-07-05 09:24
---
Additional new warning:
intrinsics/iso_c_binding.c: In Function "__iso_c_binding_c_f_pointer_u0":
libgfortran/intrinsics/iso_c_binding.c:112:20: Warning: "ub" may be used
uninitialized in this function
--
fx
--- Comment #1 from antonio dot weber at stud dot fh-regensburg dot de
2009-07-05 10:29 ---
I only wanted to confirm this report. The same behaviour with gcc 4.3.2 and a
build from yesterdays svn
%> gcc -O2 -Wall -c ~/test.c
~/test.c: In function »server_init«:
~/test.c:38: warning: 's
--- Comment #33 from jvdelisle at gcc dot gnu dot org 2009-07-05 12:25
---
Created an attachment (id=18138)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18138&action=view)
Patch ready for testing
Joost, if you can, please test this patch on all of CP2K. Other testors
welcome.
During compilation of libstdc++ for i686-pc-mingw32, I noticed this warning:
../../../../gcc44-svn/libstdc++-v3/src/atomic.cc:83: warning: 'd' is used
uninitialized in this function
../../../../gcc44-svn/libstdc++-v3/src/atomic.cc:83: note: 'd' was declared
here
Notice the 'is used' and not 'mayb
--- Comment #18 from christian dot joensson at gmail dot com 2009-07-05
17:24 ---
As Dave suggests in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40455#c13, this
is fixed,
--
christian dot joensson at gmail dot com changed:
What|Removed |Added
---
--- Comment #1 from paolo dot carlini at oracle dot com 2009-07-05 18:08
---
Benjamin, can you have a look? To me, it seems a back-end issue in the
compiler, because I don't see anything wrong in the code...
--
paolo dot carlini at oracle dot com changed:
What|Remove
--- Comment #11 from pault at gcc dot gnu dot org 2009-07-05 19:06 ---
Subject: Bug 40551
Author: pault
Date: Sun Jul 5 19:06:05 2009
New Revision: 149261
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149261
Log:
2009-07-05 Paul Thomas
PR fortran/40551
* de
--- Comment #5 from pault at gcc dot gnu dot org 2009-07-05 19:14 ---
Subject: Bug 40646
Author: pault
Date: Sun Jul 5 19:13:59 2009
New Revision: 149262
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149262
Log:
2009-07-05 Paul Thomas
and Tobias Burnus
PR
Sorry for my long summary text!
Please, look at the following C++ code:
//-- start of the code
class A
{
public : A (int i) { }
private: A (const A& a) { }
};
int main (int argc, char* argv[])
{
// ERROR: How could i use the auto keyword which exist in GCC 4.4
auto a1 = A
--- Comment #19 from mckelvey at maskull dot com 2009-07-05 23:44 ---
(In reply to comment #18)
> As Dave suggests in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40455#c13,
> this
> is fixed,
>
I tried it yesterday, after updating with SVN and updating my 1.7 cygwin, and
got the same
--- Comment #20 from dave dot korn dot cygwin at gmail dot com 2009-07-05
23:47 ---
(In reply to comment #19)
> (In reply to comment #18)
> > As Dave suggests in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40455#c13,
> > this
> > is fixed,
> >
>
> I tried it yesterday, after updating
--- Comment #1 from reichelt at gcc dot gnu dot org 2009-07-05 23:59
---
Confirmed. Reduced testcase (crashes with "-O2 -fprofile-generate"):
inline void* operator new(__SIZE_TYPE__, void* p) throw() { return p; }
--- Comment #2 from simartin at gcc dot gnu dot org 2009-07-06 04:55
---
Subject: Bug 40557
Author: simartin
Date: Mon Jul 6 04:55:20 2009
New Revision: 149276
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149276
Log:
gcc/cp/
2009-07-06 Simon Martin
PR c++/40557
--- Comment #3 from simartin at gcc dot gnu dot org 2009-07-06 05:05
---
Fixed in 4.5
--
simartin at gcc dot gnu dot org changed:
What|Removed |Added
Status|
xiao...@gentux test $ cat unamed.c
struct test {
struct {
int a;
};
};
int main()
{
struct test t1;
t1.a = 0; /* it is OK */
struct test t2 = {.a = 0}; /* error */
return 0;
}
xiao...@gentux test $ gcc unamed.c
unamed.c: In function
29 matches
Mail list logo