Google Groups: You've been added to jordanads2029

2013-03-31 Thread Jordan Ads (Google Groups)
Jordan Ads jordanads2...@gmail.com has added you to the jordanads2029 group with this message: The group's name, description, and address will automatically be included in the email. Here is the group's description: Jordan Ads for Advertising And Marketing Email: jordanads2...@gmail.com Mo

[Bug c/56792] New: AVR, internal compiler error on build avr-libc

2013-03-31 Thread Sergey.Belyashov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56792 Bug #: 56792 Summary: AVR, internal compiler error on build avr-libc Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug c++/56793] New: gcc -std=c++11 craps out with enum class syntax.

2013-03-31 Thread dale at rdmp dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56793 Bug #: 56793 Summary: gcc -std=c++11 craps out with enum class syntax. Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal

[Bug c++/56793] ICE with scoped enum

2013-03-31 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56793 Paolo Carlini changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug middle-end/55487] ICE in mark_jump_label_1, at jump.c:1134 compiling gcc.c-torture/execute/pr51447.c at -O2 and above

2013-03-31 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55487 --- Comment #2 from John David Anglin 2013-03-31 15:43:31 UTC --- Problem is note kind is NOTE_INSN_DELETED_DEBUG_LABEL. It probably should be NOTE_INSN_DELETED_LABEL.

[Bug middle-end/55487] ICE in mark_jump_label_1, at jump.c:1134 compiling gcc.c-torture/execute/pr51447.c at -O2 and above

2013-03-31 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55487 --- Comment #3 from John David Anglin 2013-03-31 16:41:54 UTC --- Created attachment 29760 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29760 Preprocessed source Can be reproduced on i686-apple-darwin9: -fpreprocessed pr51447.

[Bug fortran/56765] [OOP] compilation errors/ICE with unlimited polymorphic array

2013-03-31 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56765 --- Comment #4 from janus at gcc dot gnu.org 2013-03-31 17:35:13 UTC --- Btw, this bug does not require unlimited polymorphism, but also shows up with normal ('limited'?) CLASS definitions: program t_limited implicit none type

[Bug other/55930] libatomic build failure if configured with --disable-dependency-tracking

2013-03-31 Thread david.l.cantrell at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55930 David Cantrell changed: What|Removed |Added CC||david.l.cantrell at gmail

[Bug fortran/56731] [4.7 Regression] ICE on (wrongly) referencing polymorphic array in select type

2013-03-31 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56731 janus at gcc dot gnu.org changed: What|Removed |Added Summary|ICE on (wrongly)|[4.7 Regression] ICE on

[Bug bootstrap/56714] [4.9 regression] Bootstrap failure libitm/local_atomic:1580:3: error: always_inline function might not be inlinable

2013-03-31 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56714 --- Comment #3 from Jan Hubicka 2013-03-31 20:08:22 UTC --- I guess it is really complaining about the lack of inline modifier. __attribute__((__always_inline__)) bool atomic_flag_test_and_set_explicit(atomic_flag* __a, memory

[Bug middle-end/55487] ICE in mark_jump_label_1, at jump.c:1134 compiling gcc.c-torture/execute/pr51447.c at -O2 and above

2013-03-31 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55487 --- Comment #4 from John David Anglin 2013-03-31 20:13:43 UTC --- Think this must be a RTL sharing problem. The note kind changes somewhere in the jump pass from NOTE_INSN_DELETED_LABEL to NOTE_INSN_DELETED_DEBUG_LABEL.

[Bug fortran/56731] [4.7 Regression] [OOP] ICE on (wrongly) referencing polymorphic array in select type

2013-03-31 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56731 janus at gcc dot gnu.org changed: What|Removed |Added Summary|[4.7 Regression] ICE on |[4.7 Regression] [OOP] I

[Bug c++/56794] New: C++11 Error in range-based for with parameter pack array

2013-03-31 Thread bisqwit at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56794 Bug #: 56794 Summary: C++11 Error in range-based for with parameter pack array Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug bootstrap/56714] [4.9 regression] Bootstrap failure libitm/local_atomic:1580:3: error: always_inline function might not be inlinable

2013-03-31 Thread gerald at pfeifer dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56714 Gerald Pfeifer changed: What|Removed |Added Target||*-unknown-freebsd*

[Bug c++/56794] [4.7/4.8/4.9 Regression] C++11 Error in range-based for with parameter pack array

2013-03-31 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56794 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Stat

[Bug plugins/56754] some missing plugin headers during installation in gcc 4.8

2013-03-31 Thread zorry at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56754 --- Comment #4 from Magnus Granberg 2013-03-31 21:33:45 UTC --- Created attachment 29761 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29761 This patch readd TARGET_H to PLUGIN_HEADERS This patch is posted on gcc-patch ml and on

[Bug bootstrap/56714] [4.9 regression] Bootstrap failure libitm/local_atomic:1580:3: error: always_inline function might not be inlinable

2013-03-31 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56714 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org

[Bug bootstrap/56714] [4.9 regression] Bootstrap failure libitm/local_atomic:1580:3: error: always_inline function might not be inlinable

2013-03-31 Thread gerald at pfeifer dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56714 --- Comment #6 from Gerald Pfeifer 2013-03-31 21:50:42 UTC --- *** Bug 56784 has been marked as a duplicate of this bug. ***

[Bug libitm/56784] bootstrap broken by libitm on x86_64-unknown-freebsd10.0

2013-03-31 Thread gerald at pfeifer dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56784 Gerald Pfeifer changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug bootstrap/56714] [4.9 regression] Bootstrap failure libitm/local_atomic:1580:3: error: always_inline function might not be inlinable

2013-03-31 Thread gerald at pfeifer dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56714 --- Comment #7 from Gerald Pfeifer 2013-03-31 21:51:44 UTC --- > Was there a problem the other bug report about this? Not that I can see. That other report was just a duplicate coming a few days later.

[Bug plugins/56795] New: gimple_seq_alloc and gimple_seq_free are still present in gcc-4.8's gimple.h

2013-03-31 Thread pageexec at freemail dot hu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56795 Bug #: 56795 Summary: gimple_seq_alloc and gimple_seq_free are still present in gcc-4.8's gimple.h Classification: Unclassified Product: gcc Version: 4.8.0

[Bug target/56796] New: ‘TARGET_CYGWIN64’ was not declared in this scope

2013-03-31 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56796 Bug #: 56796 Summary: ‘TARGET_CYGWIN64’ was not declared in this scope Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug target/56797] New: internal compiler error: in extract_insn, at recog.c:2150

2013-03-31 Thread raj.khem at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56797 Bug #: 56797 Summary: internal compiler error: in extract_insn, at recog.c:2150 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug c/56798] New: ICE in patch_jump_insn, at cfgrtl.c:1238

2013-03-31 Thread vchou79 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56798 Bug #: 56798 Summary: ICE in patch_jump_insn, at cfgrtl.c:1238 Classification: Unclassified Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug libfortran/56786] [4.6/4.7/4.8/4.9 Regression] Namelist read fails with designators containing embedded spaces

2013-03-31 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56786 --- Comment #1 from Jerry DeLisle 2013-04-01 00:05:14 UTC --- Author: jvdelisle Date: Sun Mar 31 20:32:33 2013 New Revision: 197290 URL: http://gcc.gnu.org/viewcvs?rev=197290&root=gcc&view=rev Log: 2013-03-31 Jerry DeLisle P

[Bug c/56798] ICE in patch_jump_insn, at cfgrtl.c:1238

2013-03-31 Thread vchou79 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56798 --- Comment #1 from Vincent 2013-04-01 00:35:55 UTC --- Created attachment 29763 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29763 preprocessed sources

[Bug c/56798] ICE in patch_jump_insn, at cfgrtl.c:1238

2013-03-31 Thread vchou79 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56798 --- Comment #2 from Vincent 2013-04-01 03:18:17 UTC --- started with http://gcc.gnu.org/viewcvs/gcc?view=revision&revision=197266

[Bug c/56798] ICE in patch_jump_insn, at cfgrtl.c:1238

2013-03-31 Thread vchou79 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56798 --- Comment #3 from Vincent 2013-04-01 03:54:17 UTC --- Started with http://gcc.gnu.org/viewcvs/gcc?view=revision&revision=197234 bash-4.1$ /home/slave/build/gcc/bld_gcc/./gcc/xgcc -shared-libgcc -B/home/slave/build/gcc/bld_gcc/./gcc -no