http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49136
Summary: [C++0x][constexpr] Incorrect constexpr c'tor
evaluation with bitfields
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49121
--- Comment #4 from vries at gcc dot gnu.org 2011-05-24 08:09:03 UTC ---
Author: vries
Date: Tue May 24 08:09:00 2011
New Revision: 174103
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174103
Log:
2011-05-24 Tom de Vries
PR tree-op
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49133
Uros Bizjak changed:
What|Removed |Added
Target||x86-*-*
Status|UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49121
vries at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10200
Jay Foad changed:
What|Removed |Added
CC||jay.foad at gmail dot com
--- Comment #16 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48955
--- Comment #11 from paul.richard.thomas at gmail dot com 2011-05-24 09:43:32 UTC ---
Dear Thomas,
> With your patch, what is the difference between GFC_CAN_REVERSE
> and GFC_REVERSE_NOT_SET?
Perhaps GFC_REVERSE_ENABLED and GFC_REVERSE_INHIBITE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49133
--- Comment #2 from Matthias Kretz 2011-05-24 10:16:41
UTC ---
I applied the patch to the latest 4.6 snapshot. I confirm that it fixes the
bug. Also, there are no regressions in my testsuite.
Just for confirmation, the patched sse.md looks like
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49135
--- Comment #1 from Richard Guenther 2011-05-24
10:17:47 UTC ---
There is no assert around in that routine and the file doesn't call
operand_equal_p anywhere ... so?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49130
--- Comment #1 from Richard Guenther 2011-05-24
10:14:57 UTC ---
I think it would be nicer if there were a DW_AT_mangled_name we could use
instead because it's shorter. This also would avoid inconsistencies.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49136
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49137
Summary: build fails when gmp/mpfr already installed
Product: gcc
Version: 4.5.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
AssignedTo: unassi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49133
--- Comment #4 from Uros Bizjak 2011-05-24 10:53:10
UTC ---
(In reply to comment #3)
> > I applied the patch to the latest 4.6 snapshot. I confirm that it fixes the
> > bug. Also, there are no regressions in my testsuite.
> OTOH, it looks that
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49136
--- Comment #2 from Jakub Jelinek 2011-05-24
10:49:09 UTC ---
Another testcase, this one ICEs:
// PR c++/49136
// { dg-do compile }
// { dg-options "-std=c++0x" }
struct S
{
unsigned : 1; unsigned s : 27; unsigned : 4;
constexpr S (unsigned
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49133
--- Comment #3 from Uros Bizjak 2011-05-24 10:51:25
UTC ---
(In reply to comment #2)
> I applied the patch to the latest 4.6 snapshot. I confirm that it fixes the
> bug. Also, there are no regressions in my testsuite.
>
> Just for confirmation,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48947
--- Comment #9 from Vadim Markovtsev 2011-05-24
11:23:43 UTC ---
Here they are
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48947
--- Comment #8 from Vadim Markovtsev 2011-05-24
11:23:22 UTC ---
Created attachment 24339
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24339
Objects which cause the error (2)
Last 2 (of 4) binaries
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48947
--- Comment #7 from Vadim Markovtsev 2011-05-24
11:22:34 UTC ---
Created attachment 24338
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24338
Objects which cause the error
First 2 (of 4) binaries
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47682
Nicola Pero changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49138
Summary: Add /usr/include/fortran/{,gcc-} to the
file/module search path
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49139
Summary: always_inline attribute inconsistencies
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: regression
AssignedTo: unas
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19351
Jonathan Wakely changed:
What|Removed |Added
CC||redi at gcc dot gnu.org
--- Comment #23
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49135
Mikael Pettersson changed:
What|Removed |Added
CC||mikpe at it dot uu.se
--- Comment #2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49078
--- Comment #3 from Richard Guenther 2011-05-24
12:40:31 UTC ---
Author: rguenth
Date: Tue May 24 12:40:28 2011
New Revision: 174113
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174113
Log:
2011-05-24 Richard Guenther
PR bootstr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48292
Jonathan Wakely changed:
What|Removed |Added
CC||marc.hofmann at gmail dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48292
Jonathan Wakely changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
--- Comment #5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44167
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49139
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=49136
--- Comment #3 from Jakub Jelinek 2011-05-24
12:50:10 UTC ---
Created attachment 24341
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24341
gcc47-pr49136.patch
WIP patch, works on little-endian, but doesn't on big endian, so some
correction
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49131
Tom Tromey changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49078
Richard Guenther changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49139
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49140
Summary: [4.6 regression] wrong code with -O2 and -O3, not with
-O3 -no-inline
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: major
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37237
--- Comment #7 from Tom Tromey 2011-05-24 13:10:13
UTC ---
*** Bug 49131 has been marked as a duplicate of this bug. ***
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49129
--- Comment #1 from Nathan Froyd 2011-05-24
13:30:16 UTC ---
I believe I tried to do that at one point; you can see the comment in
cp/parser.c:class_specifier_1 about handling user-defined types. I might not
have been clever enough, though. It'
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49141
Summary: 26_numerics/complex/cons/48760.cc FAILs on Tru64 UNIX
V5.1B, Solaris 8 and 9
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49138
--- Comment #1 from joseph at codesourcery dot com 2011-05-24 14:05:58 UTC ---
On Tue, 24 May 2011, burnus at gcc dot gnu.org wrote:
> The /usr/{local/,}include/fortran/ directory should be used (and searched) for
> Fortran INCLUDE / #include fil
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49141
--- Comment #1 from Paolo Carlini 2011-05-24
14:17:19 UTC ---
It seems to me that the problem is isnan, not complex.h. We should check what
we do for the other tests using isnan.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49141
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49142
Summary: Invalid 8bit register operand
Product: gcc
Version: 4.6.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: inline-asm
AssignedTo: unassig...@gcc.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48126
--- Comment #3 from Marcus Shawcroft
2011-05-24 13:37:03 UTC ---
The primitive is required to have lock semantics therefore the load of the old
value must be followed by a dmb in the case that the old value comparison
succeeds and the swap goes a
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49141
Paolo Carlini changed:
What|Removed |Added
Target Milestone|--- |4.6.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49141
--- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-05-24 14:39:57 UTC ---
> --- Comment #1 from Paolo Carlini
> 2011-05-24 14:17:19 UTC ---
> It seems to me that the problem is isnan, not complex.h. We should check what
> we do for the
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48354
Richard Guenther changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #4 from Richard G
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49139
--- Comment #3 from chrbr at gcc dot gnu.org 2011-05-24 14:47:54 UTC ---
Thanks a lot, that's clear. This makes non-sense not to use inline with this
attribute. Accordingly not a bug.
So I am wondering if we could be more helpful to the users by c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49141
--- Comment #4 from Paolo Carlini 2011-05-24
14:49:30 UTC ---
But isn't imported in std::, because something else is missing. We don't do
this kind of config-time work with a very small granularity. We want
dg-require-c-std to be safe.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48845
--- Comment #1 from Rainer Orth 2011-05-24 14:53:42 UTC
---
Author: ro
Date: Tue May 24 14:53:39 2011
New Revision: 174119
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174119
Log:
PR gcov-profile/48845
* config/sol2.h (LIB_SPEC)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49138
--- Comment #2 from Tobias Burnus 2011-05-24
14:54:03 UTC ---
(In reply to comment #1)
> The Fortran directories should be searched within the sysroot when there
> is one (the same conditions under which such C directories are searched
> within
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48354
--- Comment #5 from Richard Guenther 2011-05-24
14:43:00 UTC ---
Created attachment 24343
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24343
patch
Honza, can you try this on mozilla?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49140
--- Comment #1 from Richard Guenther 2011-05-24
14:53:29 UTC ---
stack_init computes &pari_tree - &s_node which is undefined, stack_alloc
then re-computes one via stack_base. That's broken as well.
Not sure if this eventually causes the issue,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49141
--- Comment #6 from Paolo Carlini 2011-05-24
15:00:21 UTC ---
Rainer, please confirm that everything is ok now, 2/3 of the patch goes to
4_6-branch too.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49141
--- Comment #5 from paolo at gcc dot gnu.org
2011-05-24 14:59:16 UTC ---
Author: paolo
Date: Tue May 24 14:59:13 2011
New Revision: 174120
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174120
Log:
2011-05-24 Paolo Carlini
PR libs
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48354
--- Comment #6 from Richard Guenther 2011-05-24
14:58:53 UTC ---
It seems that we can pull in types via that link that have function-decls in
them (methods) that do not have an assembler name set. But we happily
enter them into symtab merging an
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49139
Manuel López-Ibáñez changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Keywords|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49133
--- Comment #5 from uros at gcc dot gnu.org 2011-05-24 15:31:15 UTC ---
Author: uros
Date: Tue May 24 15:31:12 2011
New Revision: 174122
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174122
Log:
PR target/49133
* config/i386/sse.md
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49139
--- Comment #5 from chrbr at gcc dot gnu.org 2011-05-24 15:39:18 UTC ---
(In reply to comment #4)
> Using "sorry" for this doesn't make any sense. I'd would like to have time to
> fix this, but I don't.
>
> Christian, I would suggest that you put
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49143
Summary: make -Wsuggest-attribute less verbose
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: c
AssignedTo: unassig...@
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49135
--- Comment #3 from Janis Johnson 2011-05-24
16:07:25 UTC ---
With sources updated yesterday the ICE is at line 11950.
Configured with:
/scratch/janisjo/arm-linux-fsf/src/gcc-mainline/configure
--build=i686-pc-linux-gnu --host=i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48971
--- Comment #5 from Vladimir Makarov 2011-05-24
16:14:56 UTC ---
Author: vmakarov
Date: Tue May 24 16:14:51 2011
New Revision: 174123
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174123
Log:
2011-05-13 Vladimir Makarov
PR rtl-op
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49138
--- Comment #3 from joseph at codesourcery dot com 2011-05-24 16:19:25 UTC ---
On Tue, 24 May 2011, burnus at gcc dot gnu.org wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49138
>
> --- Comment #2 from Tobias Burnus 2011-05-24
> 14:54:0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48126
--- Comment #4 from Michael K. Edwards
2011-05-24 16:38:41 UTC ---
OK, that's a clear explanation of why the DMB is necessary in the case where
both the compare and the store succeed (neither branch is taken; at a higher
semantic level, a lock is
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48633
--- Comment #5 from Vladimir Makarov 2011-05-24
16:28:42 UTC ---
Author: vmakarov
Date: Tue May 24 16:28:38 2011
New Revision: 174124
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174124
Log:
2011-05-24 Vladimir Makarov
PR rtl-op
ong --enable-target-optspace
Thread model: posix
gcc version 4.7.0 20110524 (experimental) [trunk revision 174114] (GCC)
$ ./xgcc -B. ~/ice.i -O1
/home/ryan/ice.i: In function 'func3':
/home/ryan/ice.i:30:1: internal compiler error: in
simplify_const_unary_operation, at simplify-rtx.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49144
Summary: [4.6/4.7 regression] miscompiled reverse_iterator?
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
AssignedTo:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49136
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unassigned at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49146
--- Comment #1 from Ariel Burton 2011-05-24
17:18:45 UTC ---
Created attachment 24347
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24347
preprocessed file for t_repro.c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49144
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49146
Summary: segv from libgcc_s when raising an exception, or
unwinding stack with backtrace
Product: gcc
Version: 4.4.6
Status: UNCONFIRMED
Severity: critical
Priorit
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49146
--- Comment #2 from Ariel Burton 2011-05-24
17:31:22 UTC ---
f and f_ms_abi are identical with the exception that f_ms_abi
is annoted with __attribute__((ms_abi)). This causes the compiler
to emit code to save registers not otherwise saved. The
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49128
--- Comment #5 from hjl at gcc dot gnu.org 2011-05-24
17:38:38 UTC ---
Author: hjl
Date: Tue May 24 17:38:34 2011
New Revision: 174126
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174126
Log:
Always add -mno-XXX for -march=native.
2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48187
--- Comment #2 from Nicola Pero 2011-05-24 17:45:59
UTC ---
I have a patch ready to fix this --
http://gcc.gnu.org/ml/gcc-patches/2011-05/msg01735.html
Thanks
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49128
--- Comment #6 from hjl at gcc dot gnu.org 2011-05-24
17:41:54 UTC ---
Author: hjl
Date: Tue May 24 17:41:51 2011
New Revision: 174127
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174127
Log:
Always add -mno-XXX for -march=native.
2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49128
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48437
H.J. Lu changed:
What|Removed |Added
Target Milestone|--- |4.6.1
Summary|LTO crashes with
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3746
--- Comment #10 from Rainer Orth 2011-05-24 17:51:54
UTC ---
Author: ro
Date: Tue May 24 17:51:51 2011
New Revision: 174128
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174128
Log:
PR target/3746
* config.gcc (alpha*-dec-osf5.1*)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46728
--- Comment #4 from William J. Schmidt 2011-05-24
18:02:27 UTC ---
Author: wschmidt
Date: Tue May 24 18:02:22 2011
New Revision: 174129
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174129
Log:
2011-05-24 Bill Schmidt
PR tree-opt
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46728
--- Comment #5 from William J. Schmidt 2011-05-24
18:06:04 UTC ---
Above is first of a series of patches. It handles converting __builtin_powi to
a sequence of multiplies in the cse_sincos gimple pass. More to come.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49147
Summary: graphite branch ICEs with -fgraphite-opencl-ignore-dep
Product: gcc
Version: lno
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
Assi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49133
--- Comment #6 from uros at gcc dot gnu.org 2011-05-24 18:41:33 UTC ---
Author: uros
Date: Tue May 24 18:41:31 2011
New Revision: 174131
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174131
Log:
PR target/49133
* config/i386/sse.md
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40086
--- Comment #21 from John David Anglin 2011-05-24
18:44:38 UTC ---
Author: danglin
Date: Tue May 24 18:44:35 2011
New Revision: 174132
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174132
Log:
PR rtl-optimization/49007
Backport f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47720
Zaak changed:
What|Removed |Added
CC||zbeekman at gmail dot com
--- Comment #1 from Zaak
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49007
--- Comment #23 from John David Anglin 2011-05-24
18:44:38 UTC ---
Author: danglin
Date: Tue May 24 18:44:35 2011
New Revision: 174132
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174132
Log:
PR rtl-optimization/49007
Backport f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42775
--- Comment #13 from John David Anglin 2011-05-24
18:47:17 UTC ---
Author: danglin
Date: Tue May 24 18:47:14 2011
New Revision: 174133
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174133
Log:
Backport from mainline:
2010-09-20
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49148
Summary: Certain expressions take an extremely long time for no
apparent reason
Product: gcc
Version: 4.4.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49148
John Peyton changed:
What|Removed |Added
Keywords||missed-optimization
--- Comment #1 from Joh
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48354
--- Comment #7 from Jan Hubicka 2011-05-24 18:53:14 UTC
---
> Honza, can you try this on mozilla?
Can try, but only after returning from Bertinoro. All connections I found here
filters VPN.
Honza
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49148
--- Comment #2 from John Peyton 2011-05-24 19:16:20
UTC ---
Created attachment 24350
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24350
This is a minimal example of an expression that takes longer to evaluate than
it should. Run the slight
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49007
John David Anglin changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49143
Manuel López-Ibáñez changed:
What|Removed |Added
CC||manu at gcc dot gnu.org
Co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49148
--- Comment #3 from John Peyton 2011-05-24 19:16:51
UTC ---
Created attachment 24351
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24351
Finally, this is a preprocessed version of the minimal case.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49149
Summary: Dependency autogeneration with `-M` rendered useless
by requiring .mod files
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: critical
Priority:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19351
--- Comment #24 from Florian Weimer 2011-05-24 19:54:47
UTC ---
(In reply to comment #23)
> Florian, your patch seems to have gone unreviewed, could you ping it?
Jason reviewed it and Ian, too (off-list). I haven't yet gotten around to
incorpor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49150
Summary: Preprocessing fortran code with the `-M` flag to
automatically resolve dependencies and produce
makefile rules rendered useless by requiring .mod
files be present
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49148
--- Comment #4 from Andrew Pinski 2011-05-24
20:27:39 UTC ---
Maybe you are getting subnormals which causes a huge performance decrease.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48884
--- Comment #2 from Jason Merrill 2011-05-24
20:26:51 UTC ---
Author: jason
Date: Tue May 24 20:26:47 2011
New Revision: 174139
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174139
Log:
PR c++/48884
* class.c (pushclass): Accept
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49136
Jason Merrill changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
--- Comment #5 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49042
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49151
Summary: [C++0x] chrono::duration has incorrect non-member
operator semantics
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49152
Summary: Unhelpful diagnostic for iterator dereference
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Keywords: diagnostic
Severity: enhancement
Priority: P3
Compo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49151
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49148
John Peyton changed:
What|Removed |Added
Severity|normal |minor
1 - 100 of 157 matches
Mail list logo