http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48013
Summary: generic instantiation breaks the restriction of
No_Elaboration_Code
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46262
janus at gcc dot gnu.org changed:
What|Removed |Added
CC||dominique.pelletier at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48011
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47837
--- Comment #7 from davidxl 2011-03-07 08:40:29
UTC ---
Created attachment 23566
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23566
Patch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47837
--- Comment #8 from davidxl 2011-03-07 08:41:25
UTC ---
Please verify the patch on hpux and os390.
Thanks,
David
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44431
Serge Belyshev changed:
What|Removed |Added
Keywords||build
Last reconfirmed|2010-06-06 14:1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42189
--- Comment #7 from Dominique d'Humieres 2011-03-07
10:03:57 UTC ---
> I believe the fix to PR47850 has resolved this issue. I suggest we close this
> one.
I agree unless someone comes with an explicit example.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47850
--- Comment #16 from Dominique d'Humieres
2011-03-07 10:07:00 UTC ---
I think the -std=f95 issue mentioned in comment #5 is pr41165.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41165
--- Comment #4 from Dominique d'Humieres 2011-03-07
10:11:36 UTC ---
As shown by pr47850, the problem is not restricted to PRODUCT, but likely to
the whole list in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29962#c3.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47881
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48000
Richard Guenther changed:
What|Removed |Added
Priority|P3 |P1
--- Comment #6 from Richard Guenthe
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48008
Richard Guenther changed:
What|Removed |Added
Target Milestone|--- |4.6.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48006
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48004
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48003
Richard Guenther changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIR
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47584
Richard Guenther changed:
What|Removed |Added
Target Milestone|4.6.0 |---
Summary|[4.6 regression
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47866
Richard Guenther changed:
What|Removed |Added
Keywords||wrong-code
Target|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47881
Richard Guenther changed:
What|Removed |Added
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47991
Richard Guenther changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48003
Richard Guenther changed:
What|Removed |Added
Priority|P3 |P1
--- Comment #5 from Richard Guenthe
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48008
Richard Guenther changed:
What|Removed |Added
Priority|P3 |P1
Status|UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48004
--- Comment #4 from wbrana 2011-03-07 10:54:43 UTC ---
It is possible that this bug is related to PaX, which I'm using
http://bugs.gentoo.org/show_bug.cgi?id=301299#c31
I tried to disable PaX with "paxctl -pemrxs cc1plus", but warning disappear
on
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48004
Richard Guenther changed:
What|Removed |Added
Status|WAITING |NEW
--- Comment #5 from Richard Guenth
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48004
--- Comment #6 from wbrana 2011-03-07 11:20:55 UTC ---
I can see warning also when PaX is disabled with kernel 2.6.37.2
randomize_va_space is 1 by default.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47881
--- Comment #2 from Jakub Jelinek 2011-03-07
11:32:53 UTC ---
Problems start when the combiner leaves in a trivially dead insn by substing it
later on in some subsequent insn. Nothing until IRA calls
delete_trivially_dead_insns, and when IRA cal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47881
--- Comment #3 from Jakub Jelinek 2011-03-07
11:41:17 UTC ---
--- gcc/ira.c.jj2011-02-21 15:37:42.0 +0100
+++ gcc/ira.c2011-03-07 12:33:59.0 +0100
@@ -3232,7 +3232,8 @@ ira (FILE *f)
check_allocation ();
#endif
- d
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47837
--- Comment #9 from Andreas Krebbel 2011-03-07
11:47:47 UTC ---
(In reply to comment #8)
> Please verify the patch on hpux and os390.
Your patch works! It fixes uninit-pred-7_a.c on s390 and s390x.
Thanks!
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43700
Steffen Schmidt changed:
What|Removed |Added
Known to work||
Known to fail|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48004
--- Comment #7 from wbrana 2011-03-07 12:35:23 UTC ---
Parsing /proc doesn't have to work with PaX kernel.
PaX removes some info from e.g. maps file.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48014
Summary: Bootstrap fails in stage2 on Fortran front end typedef
collision.
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48003
--- Comment #6 from Jonathan Wakely 2011-03-07
13:42:37 UTC ---
http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#699 added integer
overflow ("a result that is not mathematically defined or not in the range of
representable values for
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47918
--- Comment #3 from Jan Hubicka 2011-03-07
13:53:50 UTC ---
I believe that the nonlocal gotos should be represented correctly in function
marked noreturn. So i think noreturn function can do nonlocal goto...
I get following CFG:
x (int a)
{
s
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48015
Summary: ICE: unexpected expression 'std::min' of kind overload
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedT
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48014
Richard Guenther changed:
What|Removed |Added
Target||powerpc-apple-darwin7.9.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48010
fabien at gcc dot gnu.org changed:
What|Removed |Added
Known to work||3.2.3
Known to fail|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48016
Summary: Inconsistency in non-local goto save area
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: una
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48003
Richard Guenther changed:
What|Removed |Added
Priority|P1 |P2
--- Comment #7 from Richard Guenthe
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48017
Summary: Network tests should fail gracefully without network
connectivity
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48016
--- Comment #1 from Richard Guenther 2011-03-07
14:13:10 UTC ---
The gimple middle-end only knows one pointer type mode, ptr_type_mode. If
we want to save Pmode then we need to use an appropriate integer type
and a proper alias set.
I guess thi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48018
Summary: libgo needs to handle Solaris 2 syslog
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: go
AssignedTo: i...@airs.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48019
Summary: Need to handle EINTR in libgo testsuite
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: go
AssignedTo: i...@airs.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48020
Summary: libgo flag test FAILs on Solaris 2
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: go
AssignedTo: i...@airs.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48016
--- Comment #2 from H.J. Lu 2011-03-07 14:40:35
UTC ---
(In reply to comment #1)
> The gimple middle-end only knows one pointer type mode, ptr_type_mode. If
> we want to save Pmode then we need to use an appropriate integer type
> and a proper a
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48016
--- Comment #3 from hjl at gcc dot gnu.org 2011-03-07
14:44:49 UTC ---
Author: hjl
Date: Mon Mar 7 14:44:45 2011
New Revision: 170735
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170735
Log:
Adjust mode of non-local goto stack save are
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47571
Rainer Orth changed:
What|Removed |Added
Target||alpha-dec-osf5.1b
Status|RESOLV
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47571
Jakub Jelinek changed:
What|Removed |Added
Priority|P3 |P4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48021
Summary: [trans-mem] call to an undefined clone
Product: gcc
Version: trans-mem
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassig..
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48015
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48015
--- Comment #2 from Erik Schnetter 2011-03-07
15:14:00 UTC ---
Created attachment 23570
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23570
Same source code preprocessed with gcc 4.5.2
If I use gcc 4.5.2:
$ g++-mp-4.5 --version
g++-mp-4.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48015
Jonathan Wakely changed:
What|Removed |Added
Summary|ICE: unexpected expression |[4.6 Regression] [C++0x]
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48015
Richard Guenther changed:
What|Removed |Added
Keywords||rejects-valid
Priority|P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47952
Aldy Hernandez changed:
What|Removed |Added
Attachment #23513|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47786
--- Comment #4 from Nathan Froyd 2011-03-07
15:32:29 UTC ---
Author: froydnj
Date: Mon Mar 7 15:32:25 2011
New Revision: 170739
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170739
Log:
PR c/47786
* c-common.c (c_type_hash): Cal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47786
Nathan Froyd changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47952
Aldy Hernandez changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47997
--- Comment #4 from Jack Howarth 2011-03-07
15:37:54 UTC ---
The proposed patch in Comment 2 fixes the problem testcase and causes no
regressions on x86_64-apple-darwin10.
http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg00571.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1773
--- Comment #71 from Jonathan Wakely 2011-03-07
15:57:59 UTC ---
N.B. The latest C++0x draft, N3042, specifies the value 201103L
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47837
--- Comment #10 from Andreas Krebbel 2011-03-07
15:59:46 UTC ---
(In reply to comment #8)
> Please verify the patch on hpux and os390.
Perhaps you could enhance your patch to cover then uninit-pred-8_a.c case as
well. It looks quite similiar:
/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47837
--- Comment #11 from Andreas Krebbel 2011-03-07
16:01:09 UTC ---
Created attachment 23572
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23572
uninit-pred-8_a.c.126t.cddce2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47837
--- Comment #12 from Andreas Krebbel 2011-03-07
16:01:37 UTC ---
Created attachment 23573
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23573
uninit-pred-8_a.c.128t.uninit
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48022
Summary: [4.6 Regression] -Wstrict-overflow warning on code
that doesn't have overflows
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47571
--- Comment #25 from Tobias Burnus 2011-03-07
16:08:23 UTC ---
(In reply to comment #24)
> All fortran testing is broken on Tru64 UNIX, where libgfortran.so has an
> undefined reference to clock_gettime:
> The function is defined in librt only.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47606
Aldy Hernandez changed:
What|Removed |Added
AssignedTo|aldyh at gcc dot gnu.org|rth at gcc dot gnu.org
--- Comment #7 fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47747
Aldy Hernandez changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47571
--- Comment #26 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-03-07 16:20:17 UTC ---
> --- Comment #25 from Tobias Burnus 2011-03-07
> 16:08:23 UTC ---
> (In reply to comment #24)
>> All fortran testing is broken on Tru64 UNIX, where libgfortran.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48023
Summary: [trans-mem] no-builtin flag and TM builtin like memset
Product: gcc
Version: trans-mem
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assigne
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47957
Dodji Seketeli changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unassigned a
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48022
Richard Guenther changed:
What|Removed |Added
Target Milestone|--- |4.6.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1773
Paolo Carlini changed:
What|Removed |Added
CC||ro at CeBiTec dot
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48000
--- Comment #7 from Jakub Jelinek 2011-03-07
16:41:57 UTC ---
Author: jakub
Date: Mon Mar 7 16:41:53 2011
New Revision: 170740
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170740
Log:
PR bootstrap/48000
* cfgloopmanip.c (fix_bb
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48000
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48014
--- Comment #2 from joseph at codesourcery dot com 2011-03-07 16:45:54 UTC ---
Under POSIX, *_t is part of the implementation namespace rather than the
user namespace if any POSIX header is included. (I don't know why this
particular non-POSIX
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48022
--- Comment #1 from rjones at redhat dot com
2011-03-07 16:51:14 UTC ---
Report on Fedora devel mailing list:
http://lists.fedoraproject.org/pipermail/devel/2011-March/thread.html#149342
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47837
--- Comment #13 from davidxl 2011-03-07 16:58:03
UTC ---
Yes -- I also wanted to do the generalization.
David
(In reply to comment #10)
> (In reply to comment #8)
> > Please verify the patch on hpux and os390.
>
> Perhaps you could enhance you
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48008
Jason Merrill changed:
What|Removed |Added
Priority|P1 |P3
Status|NEW
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48008
Jakub Jelinek changed:
What|Removed |Added
Priority|P3 |P1
Target Milestone|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47997
m...@gcc.gnu.org changed:
What|Removed |Added
CC||mrs at gcc dot gnu.org
--- Comment #5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47997
--- Comment #6 from Jack Howarth 2011-03-07
17:46:58 UTC ---
(In reply to comment #5)
> Ok. I'm hoping you double checked the incantation with the other version that
> exists.
How would I do that?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47571
--- Comment #27 from dave at hiauly1 dot hia.nrc.ca 2011-03-07 17:59:27 UTC ---
> >> All fortran testing is broken on Tru64 UNIX, where libgfortran.so has an
> >> undefined reference to clock_gettime:
> >> The function is defined in librt only.
> >
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45413
--- Comment #3 from mrs at gcc dot gnu.org 2011-03-07
18:07:33 UTC ---
Author: mrs
Date: Mon Mar 7 18:07:31 2011
New Revision: 170744
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170744
Log:
2011-03-07 Jack Howarth
PR target
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45413
m...@gcc.gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47997
--- Comment #7 from Mike Stump 2011-03-07
18:16:13 UTC ---
Ok, you can look for strlen (s) == IDENTIFIER_LENGTH (x) in either the
darwin.[ch] files, or, failing one there, in the backend files... I know I've
seen one before, just can't recall wh
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47837
Mikael Pettersson changed:
What|Removed |Added
CC||mikpe at it dot uu.se
--- Comment #14
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48015
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #4 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1773
--- Comment #73 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-03-07 19:05:14 UTC ---
> --- Comment #72 from Paolo Carlini
> 2011-03-07 16:38:06 UTC ---
> If I remember correctly, mostly Solaris issues prevented us from defining
> __cplusplus to a
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47230
Serge Belyshev changed:
What|Removed |Added
Keywords||link-failure
Status|RESOLVED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1773
--- Comment #74 from Marc Glisse 2011-03-07
19:21:16 UTC ---
(In reply to comment #73)
> > asking him to play a bit with the
> > straightforward cpp_init_builtins patch defining __cplusplus to 199711 for
> > c++98 (and 201103 in c++0x mode?)
>
>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47862
--- Comment #4 from Pat Haugen 2011-03-07
19:27:13 UTC ---
Author: pthaugen
Date: Mon Mar 7 19:27:09 2011
New Revision: 170748
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170748
Log:
PR target/47862
* config/rs6000/rs6
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48024
Summary: [4.6 Regression] g++.dg/torture/pr42883.C:63:1:
internal compiler error: in dfs_enumerate_from, at
cfganal.c:1209
Product: gcc
Version: 4.6.0
Status: UNCO
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48024
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48025
Summary: Unnecessary function evaluations in arguments to size
and ubound
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: e
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47862
--- Comment #5 from Pat Haugen 2011-03-07
19:40:21 UTC ---
Author: pthaugen
Date: Mon Mar 7 19:40:15 2011
New Revision: 170749
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170749
Log:
PR target/47862
* config/rs6000/rs6
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48026
Summary: #pragma optimize ignored for C++
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassig...@gcc.gnu.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47862
--- Comment #6 from Pat Haugen 2011-03-07
19:47:07 UTC ---
Author: pthaugen
Date: Mon Mar 7 19:47:03 2011
New Revision: 170750
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170750
Log:
PR target/47862
* config/rs6000/rs6
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827
Sean McGovern changed:
What|Removed |Added
CC||ro at gcc dot gnu.org
--- Comment #15 fro
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22572
Thomas Koenig changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unassigned at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1773
--- Comment #75 from Paolo Carlini 2011-03-07
19:58:24 UTC ---
For 4.7, if Rainer can help testing, we can certainly seriously attack and
resolve this issue.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47862
Pat Haugen changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47981
--- Comment #3 from Sean McGovern 2011-03-07
20:08:00 UTC ---
changing the cabs() call to __builtin_cabs() does succeed.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47947
--- Comment #11 from Pat Haugen 2011-03-07
20:10:02 UTC ---
PR47862 has been fixed on trunk and 4.5 development branch. Can you verify if
that fixes this problem also?
1 - 100 of 136 matches
Mail list logo