http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47241
Kai Tietz changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47748
Summary: Legal program rejected, ARM 12.7(3/2): instantiating a
generic package with "others => <>"
Product: gcc
Version: 4.5.1
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47241
--- Comment #19 from Dongsheng Song
2011-02-15 08:23:35 UTC ---
(In reply to comment #18)
> Well, I see the issue you are describing here, but it isn't any longer related
> to this PR. So please open an new PR for it.
>
> So I close this bug as
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47749
Summary: Wrong function return value
Product: gcc
Version: 4.4.4
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: c++
AssignedTo: unassig...@gcc.gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47694
--- Comment #10 from Tobias Burnus 2011-02-15
09:07:58 UTC ---
(In reply to comment #8)
> Created attachment 23344 [details]
> Hackish brute-force patch
Note: This patch causes (not very surprisingly) file-read problems, e.g. for
Polyhedron's ae
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47749
Jonathan Wakely changed:
What|Removed |Added
Severity|major |normal
--- Comment #1 from Jonathan Wak
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47749
--- Comment #2 from Davide Rizzo 2011-02-15
09:27:24 UTC ---
Yes, but the big problem is that the function return false also if you call
it with flag=true.
2011/2/15 redi at gcc dot gnu.org
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47749
>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47694
--- Comment #11 from Janne Blomqvist 2011-02-15
09:42:12 UTC ---
Unfortunately I don't think I'll have time to look into it this week.
As can be seen from Tobias patch, reading one character at a time is very slow.
But, the comment in read_sf()
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14940
--- Comment #43 from Rainer Orth 2011-02-15 09:49:22
UTC ---
Author: ro
Date: Tue Feb 15 09:49:14 2011
New Revision: 170166
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170166
Log:
PR pch/14940
* config/alpha/host-osf.c: New fil
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14940
--- Comment #44 from Rainer Orth 2011-02-15 09:52:04
UTC ---
Author: ro
Date: Tue Feb 15 09:51:58 2011
New Revision: 170167
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170167
Log:
PR pch/14940
* config/alpha/host-osf.c: New fil
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14940
--- Comment #45 from Rainer Orth 2011-02-15 09:58:04
UTC ---
Author: ro
Date: Tue Feb 15 09:58:01 2011
New Revision: 170168
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170168
Log:
PR pch/14940
* config/alpha/host-osf.c: New fil
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47745
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47745
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #3 from ja
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47749
Ian Bolton changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47745
janus at gcc dot gnu.org changed:
What|Removed |Added
Keywords||ice-on-invalid-code
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47750
Summary: testsuite/gfortran.dg: dg-warning and dg-error should
be distinguished
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47735
Richard Guenther changed:
What|Removed |Added
Target Milestone|--- |4.5.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47737
Richard Guenther changed:
What|Removed |Added
Target Milestone|--- |4.6.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47738
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47743
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47749
--- Comment #4 from Richard Guenther 2011-02-15
11:18:45 UTC ---
does adding
extern "C" void abort (void);
int main() { if (!fn_bad (true)) abort(); return 0; }
cause the testcase to abort at runtime? Which flags are you using for
compiling?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47581
--- Comment #11 from Jakub Jelinek 2011-02-15
11:46:14 UTC ---
Author: jakub
Date: Tue Feb 15 11:46:10 2011
New Revision: 170170
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170170
Log:
PR middle-end/47581
* config/i386/i386.c (
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47745
--- Comment #5 from janus at gcc dot gnu.org 2011-02-15 11:53:36 UTC ---
One can get rid of the ICE via these two hunks:
Index: gcc/fortran/interface.c
===
--- gcc/fortran/interface.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47749
--- Comment #5 from Davide Rizzo 2011-02-15
12:05:58 UTC ---
No, with this testcase it doesn't abort.
I think the return value is random not only with flag=false (that could be
acceptable), but also with flag=true.
I don't use any compiler flag,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47581
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Known to work|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47743
--- Comment #2 from Richard Guenther 2011-02-15
13:04:50 UTC ---
Author: rguenth
Date: Tue Feb 15 13:04:47 2011
New Revision: 170173
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170173
Log:
2011-02-15 Richard Guenther
PR tree-op
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47743
Richard Guenther changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47751
Summary: Wrong code with -mcpu=8540 -mfloat-gprs=double -mspe
-Os on PowerPC
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47751
--- Comment #1 from Sebastian Huber
2011-02-15 13:12:52 UTC ---
Created attachment 23350
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23350
C source code corresponding to the assembler code.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47744
--- Comment #2 from hjl at gcc dot gnu.org 2011-02-15
13:22:45 UTC ---
Author: hjl
Date: Tue Feb 15 13:22:41 2011
New Revision: 170175
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170175
Log:
Process (reg + const) base for TARGET_X32.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47741
--- Comment #3 from Richard Sharman
2011-02-15 13:44:38 UTC ---
> Oh and -iquote takes an argument.
Oh thanks! How silly of me! Thanks for the feedback. I did try
searching for -I- by the way but it seemed to match everything with an I
in it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47752
Summary: Non-dependent name is found in dependent base class
although it should be rejected
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: normal
Priori
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47745
--- Comment #6 from Dominique d'Humieres 2011-02-15
13:57:47 UTC ---
If I did not do any mistake, the patch in comment #5 breaks at least
gfortran.dg/typebound_operator_6.f03:
/opt/gcc/_clean/gcc/testsuite/gfortran.dg/typebound_operator_6.f03:44
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47753
Summary: Invalid 32bit libstdc++.dll.a on mingw-w64 target
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
Assigned
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47716
--- Comment #4 from Laurent GUERBY 2011-02-15
14:17:09 UTC ---
Tobias, the patch you mentionned did allow bootstrap with c,fortran and without
disabling libquadmath for gcc version 4.6.0 20110212 (experimental) [trunk
revision 170072] (GCC).
Fee
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47732
--- Comment #2 from Jan Koen Annot
2011-02-15 14:21:16 UTC ---
(In reply to comment #1)
> And overflow is undefined in C/C++ so you are invoking undefined behavior
> here.
Wow! This is an eye-opener for me! I am quite accustomed to assume two's
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47750
--- Comment #1 from Tobias Burnus 2011-02-15
14:24:27 UTC ---
Submitted patch: http://gcc.gnu.org/ml/fortran/2011-02/msg00135.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47753
--- Comment #1 from Paolo Carlini 2011-02-15
14:48:52 UTC ---
You say before 2011-02-13: can you figure out which specific commit did it? Do
stock 4.5.2 or 4.5.1 work for you?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47752
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47753
--- Comment #2 from Dongsheng Song 2011-02-15
14:57:13 UTC ---
(In reply to comment #1)
> You say before 2011-02-13: can you figure out which specific commit did it? Do
> stock 4.5.2 or 4.5.1 work for you?
I checkout source from gcc svn and binu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47753
--- Comment #3 from Paolo Carlini 2011-02-15
15:02:57 UTC ---
Note that since 2010-12-16, when 4.5.2 has been released, only *very small*
changes went into the 4_5-branch libstdc++ code: either the problem already
existed at least *two months* ea
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47753
--- Comment #4 from Paolo Carlini 2011-02-15
15:07:48 UTC ---
I would suggest checking first what happens if you build with stock or quite a
bit older binutils. Really nothing happened to the 4_5-branch C++ runtime over
the last weeks which could
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47753
--- Comment #5 from Dongsheng Song 2011-02-15
15:14:27 UTC ---
(In reply to comment #3)
> Note that since 2010-12-16, when 4.5.2 has been released, only *very small*
> changes went into the 4_5-branch libstdc++ code: either the problem already
>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47745
--- Comment #7 from janus at gcc dot gnu.org 2011-02-15 15:22:10 UTC ---
(In reply to comment #6)
> If I did not do any mistake, the patch in comment #5 breaks at least
> gfortran.dg/typebound_operator_6.f03:
Yes, I'm seeing that too. The followin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47753
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47690
Aldy Hernandez changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47753
Kai Tietz changed:
What|Removed |Added
CC||ktietz at gcc dot gnu.org
--- Comment #7 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47606
Aldy Hernandez changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47754
Summary: [missed optimization] AVX allows unaligned memory
operands but GCC uses unaligned load and register
operand
Product: gcc
Version: 4.5.0
Status: UNCONFIRME
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47752
Dodji Seketeli changed:
What|Removed |Added
CC||dodji at gcc dot gnu.org
--- Comment #2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47606
--- Comment #2 from Aldy Hernandez 2011-02-15
15:37:59 UTC ---
Created attachment 23351
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23351
further reduced testcase
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47755
Summary: VSX code generates a TOC reference to clear memory
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: target
AssignedTo:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47755
--- Comment #1 from Michael Meissner 2011-02-15
15:41:49 UTC ---
Created attachment 23352
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23352
Patch to allow V2DI easy vector constants
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47166
--- Comment #30 from Ian Bolton 2011-02-15
15:47:24 UTC ---
(In reply to comment #29)
> I've had some problems with timeouts in my test setup, but I now have runs
> that
> differ only in that pthread1.cc times out for one multilib and no longer
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47704
--- Comment #2 from Jakub Jelinek 2011-02-15
15:48:20 UTC ---
Caused by http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165935
The problem is that ENUM_FIXED_UNDERLYING_TYPE_P and TYPE_FOR_JAVA use the same
bit. Now that the patch changed so th
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47606
--- Comment #3 from Patrick Marlier
2011-02-15 15:59:37 UTC ---
(In reply to comment #2)
> Created attachment 23351 [details]
> further reduced testcase
Remark: In this testcase, you removed the __attribute__((transaction_pure))
which was making
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47704
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unassigned at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47756
Summary: Warning for #include " " instead of < >
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: preprocessor
Assigned
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47704
--- Comment #4 from Jakub Jelinek 2011-02-15
16:16:34 UTC ---
Created attachment 23354
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23354
gcc46-pr47704-2.patch
Or alternatively we could use TYPE_LANG_FLAG_5 here (as TYPE_LANG_FLAG_5 so fa
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47754
Richard Guenther changed:
What|Removed |Added
Keywords||missed-optimization
Target
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47756
--- Comment #1 from Andreas Schwab 2011-02-15 16:22:28
UTC ---
How do you define these cases?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47756
--- Comment #2 from Olaf van der Spek 2011-02-15
16:24:06 UTC ---
Cases where < > would work but where " " is used.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47754
--- Comment #2 from Matthias Kretz 2011-02-15 16:31:39
UTC ---
True, the Optimization Reference Manual and AVX Docs are not very specific
about the performance impact of this. But as far as I understood the docs it
will internally not be slower t
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47754
--- Comment #3 from Matthias Kretz 2011-02-15 16:40:38
UTC ---
ICC??? Whatever, I stopped to trust that compiler long ago:
:
vmovups 0x2039b8(%rip),%xmm0
vmovups 0x2039b4(%rip),%xmm1
vinsertf128 $0x1,0x2039b6(%rip),%ymm0,%ymm2
vinsertf128 $0x1,0x
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47725
--- Comment #9 from hjl at gcc dot gnu.org 2011-02-15
16:50:47 UTC ---
Author: hjl
Date: Tue Feb 15 16:50:43 2011
New Revision: 170179
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170179
Log:
Check zero/sign extended hard registers.
gc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43653
Jeffrey A. Law changed:
What|Removed |Added
CC||law at redhat dot com
--- Comment #6 fro
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47751
--- Comment #2 from joseph at codesourcery dot com 2011-02-15 17:51:18 UTC ---
-mfloat-gprs=double or -mspe without -mabi=spe does not correspond to any
standard ABI variant and is very likely to be broken.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44218
Michael Meissner changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47636
Michael Meissner changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47408
Michael Meissner changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43653
--- Comment #7 from Uros Bizjak 2011-02-15 18:35:43
UTC ---
(In reply to comment #6)
> Working on trunk, still investigating if there was a patch designed to fix
> this
> problem or if the bug has just gone latent.
It still crashes for me (with
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47106
--- Comment #11 from Alexandre Oliva 2011-02-15
18:36:23 UTC ---
Author: aoliva
Date: Tue Feb 15 18:36:16 2011
New Revision: 170185
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170185
Log:
PR debug/47106
PR debug/47402
* tree-flow.h (re
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47402
--- Comment #10 from Alexandre Oliva 2011-02-15
18:36:35 UTC ---
Author: aoliva
Date: Tue Feb 15 18:36:31 2011
New Revision: 170186
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170186
Log:
PR debug/47106
PR debug/47402
* tree-flow.h (FO
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47106
--- Comment #13 from Alexandre Oliva 2011-02-15
18:36:48 UTC ---
Author: aoliva
Date: Tue Feb 15 18:36:44 2011
New Revision: 170187
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170187
Log:
PR debug/47106
PR debug/47402
* tree-inline.h (
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47106
--- Comment #12 from Alexandre Oliva 2011-02-15
18:36:34 UTC ---
Author: aoliva
Date: Tue Feb 15 18:36:31 2011
New Revision: 170186
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170186
Log:
PR debug/47106
PR debug/47402
* tree-flow.h (FO
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47106
--- Comment #14 from Alexandre Oliva 2011-02-15
18:37:01 UTC ---
Author: aoliva
Date: Tue Feb 15 18:36:56 2011
New Revision: 170188
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170188
Log:
PR debug/47106
PR debug/47402
* cgraph.h (compu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47402
--- Comment #9 from Alexandre Oliva 2011-02-15
18:36:21 UTC ---
Author: aoliva
Date: Tue Feb 15 18:36:16 2011
New Revision: 170185
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170185
Log:
PR debug/47106
PR debug/47402
* tree-flow.h (ref
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47402
--- Comment #12 from Alexandre Oliva 2011-02-15
18:37:01 UTC ---
Author: aoliva
Date: Tue Feb 15 18:36:56 2011
New Revision: 170188
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170188
Log:
PR debug/47106
PR debug/47402
* cgraph.h (compu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47402
--- Comment #11 from Alexandre Oliva 2011-02-15
18:36:48 UTC ---
Author: aoliva
Date: Tue Feb 15 18:36:44 2011
New Revision: 170187
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170187
Log:
PR debug/47106
PR debug/47402
* tree-inline.h (
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47755
--- Comment #2 from Michael Meissner 2011-02-15
18:43:01 UTC ---
Author: meissner
Date: Tue Feb 15 18:42:59 2011
New Revision: 170189
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170189
Log:
Fix PR 47755
Added:
trunk/gcc/testsuite/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47755
Michael Meissner changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47247
--- Comment #13 from Jan Hubicka 2011-02-15 18:49:15
UTC ---
> A quick summary to see if got this right:
Yes, the summary seems right.
Note that GCC plays now games with not putting COMDATs into LTO symbol table
unless they really need to be un
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47755
--- Comment #4 from Michael Meissner 2011-02-15
18:51:18 UTC ---
Author: meissner
Date: Tue Feb 15 18:51:15 2011
New Revision: 170190
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170190
Log:
Fix PR 47755
Added:
branches/ibm/gcc-4_5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47755
--- Comment #5 from Michael Meissner 2011-02-15
18:51:39 UTC ---
Author: meissner
Date: Tue Feb 15 18:51:35 2011
New Revision: 170191
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170191
Log:
Fix PR 47755
Modified:
branches/ibm/gcc-
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43653
--- Comment #8 from Jeffrey A. Law 2011-02-15 19:01:20
UTC ---
ah. Fails with -O1 -ftree-vectorize, works with -O2 -ftree-vectorize on trunk.
Appears that we allocate memory (via get_secondary_mem) after the point at
which we believe the size o
Target: ia64-hp-hpux11.23
Configured with: ../gcc-svn/trunk/configure --target=ia64-hp-hpux11.23
--enable-languages=c,c++
Thread model: posix
gcc version 4.6.0 20110215 (experimental) [trunk revision 170189] (GCC)
~/gcc-build-xxx/gcc/cc1plus -O2 -gdwarf-2 -quiet -milp32 pr47283.C
pr47283.C: In member
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17994
Richard Henderson changed:
What|Removed |Added
CC||rth at gcc dot gnu.org
--- Comment #7
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47633
--- Comment #10 from kargl at gcc dot gnu.org 2011-02-15 19:38:54 UTC ---
Author: kargl
Date: Tue Feb 15 19:38:51 2011
New Revision: 170195
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170195
Log:
2011-02-15 Steven G. Kargl
PR for
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47247
--- Comment #14 from Rafael Avila de Espindola 2011-02-15 19:39:09 UTC ---
Sorry, can you expand on what gcc was doing that was causing it to expand the
dynamic symbol table?
With LLVM what we are doing is
*) Report all symbols
*) Any symbol not
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47633
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47725
--- Comment #10 from hjl at gcc dot gnu.org 2011-02-15
19:46:29 UTC ---
Author: hjl
Date: Tue Feb 15 19:46:26 2011
New Revision: 170197
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170197
Log:
Revert cant_combine_insn_p change.
gcc/
2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47757
Summary: Unintentionally? not exported _gfortran_* symbols in
libgfortran.so.3
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47758
Summary: 729 unexpected failures in the libgomp test suite on
powerpc-apple-darwin8
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43653
--- Comment #9 from Jeffrey A. Law 2011-02-15 21:06:23
UTC ---
I think an x86 maintainer is going to need to take a look at this.
The problem as I see it is we're trying to use the address of a stack slot as a
vector initializer.
(insn 20 17
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45381
--- Comment #14 from Dominique d'Humieres
2011-02-15 21:06:59 UTC ---
Note that I did not have any problem to compile libcpp/lex.c on
powerpc-apple-darwin8 with
gcc version 4.0.1 (Apple Computer, Inc. build 5370):
...
gcc -I../../work/libcpp -I
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37273
--- Comment #12 from Jeffrey A. Law 2011-02-15
21:22:03 UTC ---
Author: law
Date: Tue Feb 15 21:21:59 2011
New Revision: 170199
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170199
Log:
Revert
2011-01-25 Jeff Law
PR rtl-
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37273
Jeffrey A. Law changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Blocks|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47648
--- Comment #4 from Tobias Burnus 2011-02-15
21:30:46 UTC ---
Author: burnus
Date: Tue Feb 15 21:30:43 2011
New Revision: 170200
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170200
Log:
2011-02-15 Tobias Burnus
PR fortran/47
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47716
--- Comment #5 from Tobias Burnus 2011-02-15
21:30:45 UTC ---
Author: burnus
Date: Tue Feb 15 21:30:43 2011
New Revision: 170200
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170200
Log:
2011-02-15 Tobias Burnus
PR fortran/47
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46620
Alexandre Oliva changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unassigned
1 - 100 of 134 matches
Mail list logo