http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57599
Daniel Krügler changed:
What|Removed |Added
CC||daniel.kruegler@googlemail.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57370
--- Comment #7 from Joost VandeVondele
---
Since the bug is still 'unconfirmed', I'm wondering if this can not be
reproduced, or if I can provide some more information (more than the small
testcase in comment #6 and the revision that caused it in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57451
--- Comment #3 from Teresa Johnson ---
Yes, there is a NOTE_INSN_SWITCH_TEXT_SECTIONS note emitted for functions
that are split. In the attached test case the symbol-symbol expression is
being generated across the split boundary of main(), and I c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57599
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57583
--- Comment #6 from Hans-Peter Nilsson ---
(In reply to Andreas Schwab from comment #5)
> The assembler already handles jump targets that are too far away (via the
> BROKEN_DOT_WORD hack), this issue is about growing the table itself too
> large s
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57518
--- Comment #1 from wmi at google dot com ---
post a candidate patch here:
http://gcc.gnu.org/ml/gcc-patches/2013-06/msg00748.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57551
--- Comment #11 from Paolo Carlini ---
Right sorry, the problem is the new subversion not sending commit messages at
all to Bugzilla.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38958
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57551
--- Comment #10 from Andrew Pinski ---
(In reply to Paolo Carlini from comment #9)
> It's broken since the Bugzilla update, unfortunately.
No broken since updating the server to a new machine. Updating Bugzilla was
not the issue but updating the
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57583
--- Comment #5 from Andreas Schwab ---
The assembler already handles jump targets that are too far away (via the
BROKEN_DOT_WORD hack), this issue is about growing the table itself too large
so that the overflow table is not reachable any more wit
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57583
--- Comment #4 from Hans-Peter Nilsson ---
(In reply to Mikael Pettersson from comment #3)
> It's not too difficult to make the m68k backend use 32-bit offsets in its
> jump tables (adjust CASE_VECTOR_MODE, ASM_OUTPUT_ADDR_DIFF_ELT,
> ASM_RETURN_C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57600
Bug ID: 57600
Summary: Turn 2 comparisons into 1 with the min
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: normal
Prio
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57451
Cary Coutant changed:
What|Removed |Added
CC||ccoutant at gcc dot gnu.org
--- Comment #2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57599
Andrey Belevantsev changed:
What|Removed |Added
Summary|g++ accepts invalid |g++ accepts invalid
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57599
--- Comment #1 from Jonathan Wakely ---
The summary is very misleading. You're not casting a const type to a non-const
type, you're casting a non-const type to a const type, then assigning that to a
non-const type.
What actually happens is that d
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57599
Bug ID: 57599
Summary: g++ accepts invalid dynamic_cast of a const type to a
regular type
Product: gcc
Version: 4.7.2
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57329
--- Comment #3 from Martin Jansa ---
Hi Terry,
> With Bin's patch at http://gcc.gnu.org/ml/gcc-cvs/2013-03/msg00784.html, we
> will get correct rtx cost.
I can confirm that with 4.8.1 + this patch I don't see ICE anymore.
> I believe this is t
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57596
Tobias Burnus changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57451
Teresa Johnson changed:
What|Removed |Added
CC||ccoutant at google dot com,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57598
Bug ID: 57598
Summary: [Coarray,caf] Add FPE-Summary printing (floating-point
exception) for STOP/ERROR STOP
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Seve
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55033
Pat Haugen changed:
What|Removed |Added
CC||pthaugen at gcc dot gnu.org
--- Comment #8 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56787
Pat Haugen changed:
What|Removed |Added
CC||pthaugen at gcc dot gnu.org
--- Comment #5 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42021
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57597
Georg-Johann Lay changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57597
Bug ID: 57597
Summary: ICE: in get_section, at varasm.c:312: Segmentation
fault
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38958
Paolo Carlini changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|gcc-bugs at g
Assignee: unassigned at gcc dot gnu.org
Reporter: valeryweber at hotmail dot com
Dear All
The following code is producing a segfault with
gcc version 4.9.0 20130612 (experimental) (GCC)
Is that a bug?
v
MODULE base_types
TYPE :: base_integer_type
INTEGER :: i
END
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57537
--- Comment #3 from Brooks Moses ---
Thanks for the quick fix, Jakub! And congratulations on the auspicious commit
number, as well. :)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57537
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50293
Georg-Johann Lay changed:
What|Removed |Added
Target Milestone|--- |4.7.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57551
--- Comment #9 from Paolo Carlini ---
It's broken since the Bugzilla update, unfortunately.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57583
--- Comment #3 from Mikael Pettersson ---
It's not too difficult to make the m68k backend use 32-bit offsets in its jump
tables (adjust CASE_VECTOR_MODE, ASM_OUTPUT_ADDR_DIFF_ELT,
ASM_RETURN_CASE_JUMP, drop the sign-extend from the tablejump expan
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57595
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54812
Jonathan Wakely changed:
What|Removed |Added
CC||redi at gcc dot gnu.org
--- Comment #8
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57578
--- Comment #2 from Roland Stigge ---
OK, we have feedback now from Olivier Hainque:
> ... so looks correct to me. Thanks!
So as soon as the change is checked in, we can close this bug.
Thanks!
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57595
Daniel Krügler changed:
What|Removed |Added
CC||daniel.kruegler@googlemail.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53628
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57588
--- Comment #6 from Jonathan Wakely ---
(In reply to Daniel Krügler from comment #4)
> I don't think that this correct here (In C++11 the rules became relaxed).
It was post-C++11, but as a DR we should implement it, and I see you're right,
the in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57595
Bug ID: 57595
Summary: [C++11] Destructor defaulted on first declaration is
treated as public
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Keywords: accepts-i
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57594
Bug ID: 57594
Summary: [C++11] in-class static initializer can use deleted
copy constructor
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Keywords: accepts-inv
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57588
--- Comment #5 from Daniel Krügler ---
(In reply to Jonathan Wakely from comment #2)
> Although shouldn't it fail to compile, due to private destructor and copy
> constructor?
I agree, it should fail. Interesting is, that the code compiles even w
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49630
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57588
Daniel Krügler changed:
What|Removed |Added
CC||daniel.kruegler@googlemail.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49954
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51512
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50548
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57134
Alan Modra changed:
What|Removed |Added
Status|NEW |ASSIGNED
URL|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57468
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57537
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57592
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
50 matches
Mail list logo