[Bug c++/57437] [4.7/4.8/4.9 Regression] C++11: mutable lambdas

2013-07-08 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57437 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c/57853] pointer arithmetic on arrays

2013-07-08 Thread brodhow at all2easy dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57853 Howard Brodale changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #12 from Howard Brodal

[Bug c++/57532] [4.8/4.9 regression] operator& broken when used on rvalues

2013-07-08 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57532 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug c++/57545] [4.7/4.8/4.9 Regression] Generation of debug symbols leads to internal compiler error

2013-07-08 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57545 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug c++/57751] [4.7/4.8/4.9 Regression] ICE in cxx_eval_indirect_ref, at cp/semantics.c:7648

2013-07-08 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57751 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c/57853] pointer arithmetic on arrays

2013-07-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57853 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/50554] INQUIRE cannot redefine DO index (r178939)

2013-07-08 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50554 --- Comment #5 from Vittorio Zecca --- No problem, it was low priority and with easy workaround. gfortran has much much improved from first time I looked at it around 2005. Keep up the good work!

[Bug c/57853] pointer arithmetic on arrays

2013-07-08 Thread brodhow at all2easy dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57853 --- Comment #10 from Howard Brodale --- Should we expect to see "as" in the for loop's printf, for arr[0][0]? YES! And, we do when the pointer arithmetic is NOT being done, above. But, something changed arr[0] to "s" only! What did that? Did I

[Bug c++/57658] [4.9 Regression] ICE in tsubst_copy, at cp/pt.c:12213

2013-07-08 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57658 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug c++/57831] [4.7/4.8/4.9 Regression] pointer to member function inaccessible through using statement (or ICE)

2013-07-08 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57831 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/57550] [4.8/4.9 Regression] bogus "error ... is private"

2013-07-08 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57550 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/57853] pointer arithmetic on arrays

2013-07-08 Thread brodhow at all2easy dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57853 Howard Brodale changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug c++/57857] argument of decltype used by no return value warning

2013-07-08 Thread potswa at mac dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57857 --- Comment #1 from David Krauss --- Narrowing down the cause, the statement { 0; } silences the error but { void(0); } does not.

[Bug c++/57857] New: argument of decltype used by no return value warning

2013-07-08 Thread potswa at mac dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57857 Bug ID: 57857 Summary: argument of decltype used by no return value warning Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug middle-end/57856] for an uninitialized variable, gcc assumes it already has value instead of report uninitialized warnings.

2013-07-08 Thread gang.chen at asianux dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57856 --- Comment #5 from Chen Gang --- (In reply to Andrew Pinski from comment #1) > I think this is a dup of another bug. Firstly, thank you reply as soon as possible. Could you provide the related Bug number ? Thanks.

[Bug middle-end/57856] for an uninitialized variable, gcc assumes it already has value instead of report uninitialized warnings.

2013-07-08 Thread gang.chen at asianux dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57856 --- Comment #4 from Chen Gang --- Created attachment 30480 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30480&action=edit This attachment is for gcc 4.9.0 from compiling source code (sorry, the original disassembly code is for red hat 4.7.2

[Bug middle-end/57856] for an uninitialized variable, gcc assumes it already has value instead of report uninitialized warnings.

2013-07-08 Thread gang.chen at asianux dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57856 --- Comment #3 from Chen Gang --- Created attachment 30479 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30479&action=edit The related warnings, not find uninitailized warning for lru.

[Bug middle-end/57856] for an uninitialized variable, gcc assumes it already has value instead of report uninitialized warnings.

2013-07-08 Thread gang.chen at asianux dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57856 Chen Gang changed: What|Removed |Added CC||gang.chen at asianux dot com --- Comment #2 f

[Bug middle-end/57856] for an uninitialized variable, gcc assumes it already has value instead of report uninitialized warnings.

2013-07-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57856 --- Comment #1 from Andrew Pinski --- I think this is a dup of another bug.

[Bug c/57856] New: for an uninitialized variable, gcc assumes it already has value instead of report uninitialized warnings.

2013-07-08 Thread gang.chen at asianux dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57856 Bug ID: 57856 Summary: for an uninitialized variable, gcc assumes it already has value instead of report uninitialized warnings. Product: gcc Version: 4.9.0 Status: UNCONF

[Bug libitm/57855] passing unsafe function as transaction_safe function pointer does not generate error

2013-07-08 Thread spear at cse dot lehigh.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57855 --- Comment #1 from Mike Spear --- PS: error seems to have been around for a while, and is certainly present in trunk revision 200806

[Bug libitm/57855] New: passing unsafe function as transaction_safe function pointer does not generate error

2013-07-08 Thread spear at cse dot lehigh.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57855 Bug ID: 57855 Summary: passing unsafe function as transaction_safe function pointer does not generate error Product: gcc Version: unknown Status: UNCONFIRMED Sev

[Bug c++/57854] New: Would like to have a warning for virtual overrides without C++11 "override" keyword

2013-07-08 Thread thiago at kde dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57854 Bug ID: 57854 Summary: Would like to have a warning for virtual overrides without C++11 "override" keyword Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severi

[Bug c++/19448] Different value representation for bitfield width exceeding its type size.

2013-07-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19448 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/19448] Different value representation for bitfield width exceeding its type size.

2013-07-08 Thread janis at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19448 --- Comment #21 from Janis Johnson --- I'm definitely not working on the bug anymore, and would have to do a lot of work (better left to experts) to figure out if the test is valid. Please assign it to someone else, or at least unassign it from m

[Bug c++/19448] Different value representation for bitfield width exceeding its type size.

2013-07-08 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19448 David Edelsohn changed: What|Removed |Added CC||dje at gcc dot gnu.org --- Comment #20 f

[Bug c/57853] pointer arithmetic on arrays

2013-07-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57853 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/57853] pointer arithmetic on arrays

2013-07-08 Thread brodhow at all2easy dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57853 --- Comment #7 from Howard Brodale --- we get only 's' in a subsequent printf that runs after that "++" statements. >From that next printf "as" should aappear but, it has been changed to only 's', by the "++" operation!

[Bug c/57853] pointer arithmetic on arrays

2013-07-08 Thread brodhow at all2easy dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57853 --- Comment #6 from Howard Brodale --- "*++arr[0][0]" is not supposed to change the array arr! It is supposed to take the source, change it for later use and leave the source unchanged! That the way pointer arithmetic works. It never has change

[Bug c/57853] pointer arithmetic on arrays

2013-07-08 Thread brodhow at all2easy dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57853 Howard Brodale changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug c/57853] pointer arithmetic on arrays

2013-07-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57853 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/57853] pointer arithmetic on arrays

2013-07-08 Thread brodhow at all2easy dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57853 Howard Brodale changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug c/57853] pointer arithmetic on arrays

2013-07-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57853 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/57853] pointer arithmetic on arrays

2013-07-08 Thread brodhow at all2easy dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57853 --- Comment #1 from Howard Brodale --- gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper Target: i686-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-

[Bug c/57853] New: pointer arithmetic on arrays

2013-07-08 Thread brodhow at all2easy dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57853 Bug ID: 57853 Summary: pointer arithmetic on arrays Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: critical Priority: P3 Component: c Assigne

[Bug target/57232] wcstol.c:213:1: internal compiler error

2013-07-08 Thread jon at beniston dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57232 Jon Beniston changed: What|Removed |Added CC||aoliva at gcc dot gnu.org --- Comment #13

[Bug plugins/57852] New: lib/plugin-support.exp incorrectly sets PLUGINCC to compilers in prev-gcc breaks testing on lean bootstrap

2013-07-08 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57852 Bug ID: 57852 Summary: lib/plugin-support.exp incorrectly sets PLUGINCC to compilers in prev-gcc breaks testing on lean bootstrap Product: gcc Version: unknown Status: UNC

[Bug fortran/57785] [4.7/4.8/4.9 Regression] DOT_PRODUCT error with constant complex array

2013-07-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57785 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/57785] [4.7/4.8/4.9 Regression] DOT_PRODUCT error with constant complex array

2013-07-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57785 --- Comment #5 from Tobias Burnus --- Author: burnus Date: Mon Jul 8 19:12:08 2013 New Revision: 200796 URL: http://gcc.gnu.org/viewcvs?rev=200796&root=gcc&view=rev Log: 2013-07-08 Tobias Burnus PR fortran/57785 * simplify.c

[Bug fortran/57785] [4.7/4.8/4.9 Regression] DOT_PRODUCT error with constant complex array

2013-07-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57785 --- Comment #4 from Tobias Burnus --- Author: burnus Date: Mon Jul 8 19:10:32 2013 New Revision: 200795 URL: http://gcc.gnu.org/viewcvs?rev=200795&root=gcc&view=rev Log: 2013-07-08 Tobias Burnus PR fortran/57785 * simplify.c

[Bug testsuite/57591] gcc-4.8 libbacktrace btest failure on Linux ppc64

2013-07-08 Thread acrux at linuxmail dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57591 --- Comment #2 from acrux --- same failure with gcc-4.8-20130704

[Bug fortran/57834] [4.9 Regression] C_F_POINTER (only with -std=): accepts only explicit- and assumed-size arrays for FPTR when SHAPE is present

2013-07-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57834 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/57834] [4.9 Regression] C_F_POINTER (only with -std=): accepts only explicit- and assumed-size arrays for FPTR when SHAPE is present

2013-07-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57834 --- Comment #2 from Tobias Burnus --- Author: burnus Date: Mon Jul 8 19:05:16 2013 New Revision: 200794 URL: http://gcc.gnu.org/viewcvs?rev=200794&root=gcc&view=rev Log: 2013-07-08 Tobias Burnus PR fortran/57834 * check.c (is

[Bug target/57848] internal compiler error on build with mingw-w64

2013-07-08 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57848 --- Comment #4 from Mikael Pettersson --- The reduced test case also ICEs 4.8-20130704, 4.7-20130706, and 4.6-20130405 (haven't checked older versions yet).

[Bug target/57844] avr-unknown-elf libstdc++v3 build causes internal compiler error: in extract_insn, at recog.c:2150

2013-07-08 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57844 Georg-Johann Lay changed: What|Removed |Added Priority|P3 |P4 Status|UNCONFIRMED

[Bug libgcc/57851] [patch] unwinding via signal trampoline for kfreebsd*-gnu

2013-07-08 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57851 --- Comment #1 from Uroš Bizjak --- (In reply to Petr.Salinger from comment #0) > Created attachment 30476 [details] > proposed patch > > Please add support for unwinding through signal handler for GNU/kFreeBSD. > > The attached patch is tested

[Bug fortran/57843] Polymorphic assignment for derived type is resolved with parent's generic instead of its own

2013-07-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57843 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #1

[Bug fortran/50554] INQUIRE cannot redefine DO index (r178939)

2013-07-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50554 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/50554] INQUIRE cannot redefine DO index (r178939)

2013-07-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50554 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #3

[Bug target/57636] cr16: ICE while building libgcc

2013-07-08 Thread jon at beniston dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57636 Jon Beniston changed: What|Removed |Added CC||jon at beniston dot com --- Comment #2 fro

[Bug target/57232] wcstol.c:213:1: internal compiler error

2013-07-08 Thread jon at beniston dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57232 --- Comment #12 from Jon Beniston --- This looks like it might be similar to bug 57636, which has the same ICE on the cr16 port. Suggestion there is that it was introduced in trunk@188870: 2012-06-21 Alexandre Oliva PR debug/53671

[Bug c++/19448] Different value representation for bitfield width exceeding its type size.

2013-07-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19448 Paolo Carlini changed: What|Removed |Added CC||dje.gcc at gmail dot com --- Comment #19

[Bug c++/57850] Option -fdump-translation-unit not working

2013-07-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850 --- Comment #2 from Paolo Carlini --- See also PR2778 (!) If there is no interest in maintaining the option we should probably remove / deprecate it. Seriously.

[Bug target/57232] wcstol.c:213:1: internal compiler error

2013-07-08 Thread jon at beniston dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57232 Jon Beniston changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #11 fr

[Bug c++/19448] Different value representation for bitfield width exceeding its type size.

2013-07-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19448 --- Comment #18 from Paolo Carlini --- So, are you still actively working on it? (I'm asking because the bug is assigned to you) Do you think it's still an issue today?

[Bug c++/19448] Different value representation for bitfield width exceeding its type size.

2013-07-08 Thread janis at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19448 --- Comment #17 from Janis Johnson --- Paolo, I don't remember, but assume I didn't uncover anything else that was interesting.

[Bug target/57232] wcstol.c:213:1: internal compiler error

2013-07-08 Thread jon at beniston dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57232 Jon Beniston changed: What|Removed |Added CC||jon at beniston dot com --- Comment #10 fr

[Bug c++/57850] Option -fdump-translation-unit not working

2013-07-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850 Andrew Pinski changed: What|Removed |Added Component|translation |c++ Severity|critical

[Bug fortran/57785] [4.7/4.8/4.9 Regression] DOT_PRODUCT error with constant complex array

2013-07-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57785 --- Comment #3 from Tobias Burnus --- Author: burnus Date: Mon Jul 8 13:48:19 2013 New Revision: 200786 URL: http://gcc.gnu.org/viewcvs?rev=200786&root=gcc&view=rev Log: 2013-07-08 Tobias Burnus PR fortran/57785 * simplify.c

[Bug rtl-optimization/55221] [regression] gcc-4.6-20121102/gcc/rtl.h:2105: error: 'FIRST_PSEUDO_REGISTER' undeclared here (not in a fnction)

2013-07-08 Thread mexas at bristol dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55221 Anton Shterenlikht changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Version|4.6.4

[Bug tree-optimization/57698] rev.200179 causes many errors (inlining failures) when building Firefox

2013-07-08 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57698 --- Comment #6 from Markus Trippelsdorf --- (In reply to Jan Hubicka from comment #3) > Hmm, > the problem here is that we output errors after early inlining always now, > while previously we did > only when some other inlining happened in the fun

[Bug fortran/56342] MATMUL with PARAMETER: Simplification usually doesn't work

2013-07-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56342 --- Comment #1 from Tobias Burnus --- Another example: http://gcc.gnu.org/ml/fortran/2013-07/msg5.html - Here, the SUM is not simplified.

[Bug tree-optimization/57698] rev.200179 causes many errors (inlining failures) when building Firefox

2013-07-08 Thread kpet at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57698 kpet at free dot fr changed: What|Removed |Added CC||kpet at free dot fr --- Comment #5 f

[Bug fortran/57469] Erroneous warning for unused dummy arguments used in namelist

2013-07-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57469 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/57469] Erroneous warning for unused dummy arguments used in namelist

2013-07-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57469 --- Comment #4 from Tobias Burnus --- Author: burnus Date: Mon Jul 8 12:15:11 2013 New Revision: 200785 URL: http://gcc.gnu.org/viewcvs?rev=200785&root=gcc&view=rev Log: 2013-07-08 Tobias Burnus PR fortran/57469 * trans-decl.

[Bug libgcc/57851] New: [patch] unwinding via signal trampoline for kfreebsd*-gnu

2013-07-08 Thread Petr.Salinger at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57851 Bug ID: 57851 Summary: [patch] unwinding via signal trampoline for kfreebsd*-gnu Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: enhancement

[Bug translation/57850] New: Option -fdump-translation-unit not working

2013-07-08 Thread aponomarenko at rosalab dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850 Bug ID: 57850 Summary: Option -fdump-translation-unit not working Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: critical Priority: P3 Component: trans

[Bug target/57848] internal compiler error on build with mingw-w64

2013-07-08 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57848 --- Comment #3 from Mikael Pettersson --- Created attachment 30475 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30475&action=edit reduced test case

[Bug target/57848] internal compiler error on build with mingw-w64

2013-07-08 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57848 Mikael Pettersson changed: What|Removed |Added CC||mikpe at it dot uu.se --- Comment #2

[Bug rtl-optimization/57786] wasted work in distribute_notes

2013-07-08 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57786 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/57786] wasted work in distribute_notes

2013-07-08 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57786 --- Comment #4 from Eric Botcazou --- Author: ebotcazou Date: Mon Jul 8 09:05:38 2013 New Revision: 200776 URL: http://gcc.gnu.org/viewcvs?rev=200776&root=gcc&view=rev Log: PR rtl-optimization/57786 * combine.c (distribute_notes) : Chang

[Bug target/57807] Compile failure with __builtin_ia32_unpcklpd with -masm=intel

2013-07-08 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57807 Uroš Bizjak changed: What|Removed |Added URL||http://gcc.gnu.org/ml/gcc-p

[Bug target/57819] Suboptimal shift patterns

2013-07-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57819 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/57786] wasted work in distribute_notes

2013-07-08 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57786 Eric Botcazou changed: What|Removed |Added Component|middle-end |rtl-optimization Summary|Waste

[Bug rtl-optimization/57829] Wrong constant folding

2013-07-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57829 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug driver/57784] GCC inadvertedly truncates source text

2013-07-08 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57784 Joost VandeVondele changed: What|Removed |Added CC||Joost.VandeVondele at mat dot ethz

[Bug target/57847] Compile ARM linux kernel with configuration of SLUB allocator, kernel failed to boot

2013-07-08 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57847 --- Comment #3 from Mikael Pettersson --- There was a known problem in the Linux kernel on ARM with gcc-4.7+ due to one of the mem* procedures (likely memset or memcpy) being written in such a way that its return value didn't follow normal specs,