[Bug c/93577] [8/9/10 Regression] internal compiler error: tree check: expected integer_cst, have non_lvalue_expr in get_len, at tree.h:5902

2020-03-05 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93577 --- Comment #5 from Joseph S. Myers --- Fixed so far for GCC 10. Will wait until after 9.3 release for backporting.

[Bug c/94225] C18 conformance for structure implicit initialization

2020-03-19 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94225 Joseph S. Myers changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug c/63944] [DR413] Partial overriding of nonconstant struct/union initializers with designated initializers

2020-03-19 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63944 Joseph S. Myers changed: What|Removed |Added CC||dje at gcc dot gnu.org --- Comment #9

[Bug middle-end/94526] New: [10 Regression] cselib ICE building glibc sigpause for m68k and microblaze

2020-04-07 Thread jsm28 at gcc dot gnu.org
-on-valid-code Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: jsm28 at gcc dot gnu.org CC: jakub at gcc dot gnu.org Target Milestone: --- Target: m68k-*-* microblaze

[Bug c/94558] Designated initializer inside _Generic is misinterpreted

2020-04-15 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94558 Joseph S. Myers changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug testsuite/94725] New: Tests with proprietary license notices

2020-04-22 Thread jsm28 at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: jsm28 at gcc dot gnu.org Target Milestone: --- The tests gfortran.dg/dtio_5.f90 and gfortran.dg/pdt_5.f03 have proprietary license notices that do not permit redistribution. This is contrary to the principles described at https

[Bug tree-optimization/94963] New: [11 Regression] Spurious uninitialized warning for static variable building glibc

2020-05-05 Thread jsm28 at gcc dot gnu.org
Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: jsm28 at gcc dot gnu.org Target Milestone: --- r11-39-gf9e1ea10e657af9fb02fafecf1a600740fd34409 ("tree-optimization/39612 - avoid issueing loads in SM

[Bug tree-optimization/96369] [8/9/10/11 Regression] Wrong evaluation order of || operator

2020-07-30 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96369 Joseph S. Myers changed: What|Removed |Added Component|c |tree-optimization Summary|W

[Bug c/96571] New: Bad "set but not used" warning with _Generic

2020-08-11 Thread jsm28 at gcc dot gnu.org
mponent: c Assignee: unassigned at gcc dot gnu.org Reporter: jsm28 at gcc dot gnu.org Target Milestone: --- Compile the following with -Wall: enum E { V }; int f (void) { enum E v; return _Generic (v, enum E : 0); } This produces a warning: t.c: In function 'f'

[Bug middle-end/97078] New: [11 Regression] ICE in set_rtl building glibc tests with -ffloat-store

2020-09-16 Thread jsm28 at gcc dot gnu.org
-valid-code Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: jsm28 at gcc dot gnu.org CC: ebotcazou at gcc dot gnu.org Target Milestone: --- Target: alpha*-*-* s390

[Bug c++/92521] New: [[deprecated(("string-literal"))]] accepted with extra parentheses

2019-11-14 Thread jsm28 at gcc dot gnu.org
s: accepts-invalid Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jsm28 at gcc dot gnu.org Target Milestone: --- The C++ standard says the only valid attribute-argument-clause for the "deprecate

[Bug c++/91182] deprecated attribute string-literal

2019-11-14 Thread jsm28 at gcc dot gnu.org
|UNCONFIRMED |NEW Last reconfirmed||2019-11-14 CC||jsm28 at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Joseph S. Myers --- I rediscovered this bug (and found bug 92521

[Bug c/91985] Unsupported DFP not diagnosed with constants or built-in functions

2019-11-25 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91985 --- Comment #2 from Joseph S. Myers --- Author: jsm28 Date: Mon Nov 25 13:45:42 2019 New Revision: 278684 URL: https://gcc.gnu.org/viewcvs?rev=278684&root=gcc&view=rev Log: Prevent all uses of DFP when unsupported (PR c/91985). Code that direct

[Bug c/91985] Unsupported DFP not diagnosed with constants or built-in functions

2019-11-25 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91985 Joseph S. Myers changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/92694] Can't build powerpc-eabi cross compiler: : fatal error: internal error: builtin function ‘__builtin_ddedpd’ had an unexpected return type ‘DD’

2019-11-27 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92694 Joseph S. Myers changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug bootstrap/92661] [10 Regression] Bootstrap failure with builtin-types.def change

2019-11-27 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92661 Joseph S. Myers changed: What|Removed |Added CC||green at redhat dot com --- Comment #7

[Bug c/88704] Accepts invalid program with [*] outside function prototype scope.

2019-12-02 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88704 --- Comment #4 from Joseph S. Myers --- Author: jsm28 Date: Tue Dec 3 01:27:43 2019 New Revision: 278917 URL: https://gcc.gnu.org/viewcvs?rev=278917&root=gcc&view=rev Log: Diagnose use of [*] in old-style parameter definitions (PR c/88704). GC

[Bug c/88704] Accepts invalid program with [*] outside function prototype scope.

2019-12-02 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88704 Joseph S. Myers changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/36941] gcc does not reject invalid cast

2019-12-04 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36941 --- Comment #9 from Joseph S. Myers --- Author: jsm28 Date: Wed Dec 4 23:26:10 2019 New Revision: 278976 URL: https://gcc.gnu.org/viewcvs?rev=278976&root=gcc&view=rev Log: Fix C handling of use of lvalues of incomplete types (PR c/36941, PR c/8

[Bug c/88827] Rejects valid program using &* operator combination.

2019-12-04 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88827 --- Comment #1 from Joseph S. Myers --- Author: jsm28 Date: Wed Dec 4 23:26:10 2019 New Revision: 278976 URL: https://gcc.gnu.org/viewcvs?rev=278976&root=gcc&view=rev Log: Fix C handling of use of lvalues of incomplete types (PR c/36941, PR c/8

[Bug c/36941] gcc does not reject invalid cast

2019-12-04 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36941 Joseph S. Myers changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/88827] Rejects valid program using &* operator combination.

2019-12-04 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88827 Joseph S. Myers changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/91226] wrong propagation of non-canonical _Decimal64 and _Decimal128 constant (BID only)

2019-12-09 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91226 --- Comment #3 from Joseph S. Myers --- Author: jsm28 Date: Mon Dec 9 13:59:24 2019 New Revision: 279129 URL: https://gcc.gnu.org/viewcvs?rev=279129&root=gcc&view=rev Log: Fix libdecnumber handling of non-canonical BID significands (PR middle-e

[Bug middle-end/91226] wrong propagation of non-canonical _Decimal64 and _Decimal128 constant (BID only)

2019-12-09 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91226 --- Comment #4 from Joseph S. Myers --- Fixed for GCC 10. Leaving open for now for possible backports to GCC 9 and 8 branches as a wrong-code fix.

[Bug target/93174] New: [10 Regression] ICE building glibc __sha512_process_block for i686

2020-01-06 Thread jsm28 at gcc dot gnu.org
-code Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: jsm28 at gcc dot gnu.org Target Milestone: --- Target: i686-* Created attachment 47597 --> https://gcc.gnu.org/bugzi

[Bug target/93174] [10 Regression] ICE building glibc __sha512_process_block for i686

2020-01-07 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93174 Joseph S. Myers changed: What|Removed |Added CC||jakub at gcc dot gnu.org Target Mile

[Bug c/93218] New: Test bug for testing git email integration

2020-01-09 Thread jsm28 at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: jsm28 at gcc dot gnu.org Target Milestone: --- This is for testing email integration from GCC git hooks, not a real bug.

[Bug c/93218] Test bug for testing git email integration

2020-01-09 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93218 Joseph S. Myers changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/93241] [8/9/10 Regression] _Bool casts in dead branches of integer constant expressions cause undesirable warnings under -pedantic iff the dead branch contains overflow

2020-01-13 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93241 Joseph S. Myers changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/91226] wrong propagation of non-canonical _Decimal64 and _Decimal128 constant (BID only)

2020-01-13 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91226 Joseph S. Myers changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/93241] [8/9/10 Regression] _Bool casts in dead branches of integer constant expressions cause undesirable warnings under -pedantic iff the dead branch contains overflow

2020-01-14 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93241 Joseph S. Myers changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/93072] [8/9/10 Regression] ICE: gimplifier segfault with undefined nested function

2020-01-14 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93072 --- Comment #3 from Joseph S. Myers --- This is not actually a nested function; it's another case of a non-nested function (a valid declaration at block scope) wrongly being interpreted as nested. Working on a patch.

[Bug c/93072] [8/9/10 Regression] ICE: gimplifier segfault with undefined nested function

2020-01-15 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93072 Joseph S. Myers changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/92833] ice for broken C code

2020-01-16 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92833 Joseph S. Myers changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/93348] [8/9 Regression] ICE in gimplify_expr, at gimplify.c:14378

2020-01-22 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93348 Joseph S. Myers changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/93406] No argument checking for wchar_t variants of print-like functions

2020-01-23 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93406 Joseph S. Myers changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/38308] -Wformat does not work for wide strings

2020-01-23 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38308 Joseph S. Myers changed: What|Removed |Added CC||jerome.hamm@planete-science

[Bug c++/93406] No argument checking for wchar_t variants of print-like functions

2020-01-24 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93406 Joseph S. Myers changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/38308] -Wformat does not work for wide strings

2020-01-24 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38308 --- Comment #6 from Joseph S. Myers --- *** Bug 93406 has been marked as a duplicate of this bug. ***

[Bug target/56214] [4.8 Regression] FAIL: gcc.c-torture/execute/20050121-1.c compilation, ICE

2013-02-14 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56214 Joseph S. Myers changed: What|Removed |Added Priority|P3 |P2

[Bug libstdc++/56267] [4.7/4.8 Regression] unordered containers require Assignable hash function

2013-02-14 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56267 Joseph S. Myers changed: What|Removed |Added Priority|P3 |P2

[Bug tree-optimization/56321] [4.8 Regression] ICE:segfault in midend for -funsafe-math-optimizations -O3

2013-02-14 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56321 Joseph S. Myers changed: What|Removed |Added Priority|P3 |P2

[Bug tree-optimization/57245] New: Floating-point constant truncation ignores -frounding-math

2013-05-10 Thread jsm28 at gcc dot gnu.org
Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: jsm28 at gcc dot gnu.org Blocks: 16989 When a floating-point constant is converted to a narrower floating-point type, this conversion is

[Bug c/54454] gcc violates c99 specification w.r.t. flexible arrays

2012-09-02 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54454 Joseph S. Myers changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c/54103] ICE at gimplify.c:7790 on current trunk

2012-09-14 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54103 --- Comment #1 from Joseph S. Myers 2012-09-14 16:59:21 UTC --- Author: jsm28 Date: Fri Sep 14 16:59:10 2012 New Revision: 191304 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191304 Log: c: PR c/54103 * c-typeck.c (build_unary_o

[Bug c/54103] [4.6/4.7 Regression] ICE at gimplify.c:7790 on current trunk

2012-09-14 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54103 Joseph S. Myers changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/54552] [4.6/4.7/4.8 Regression] Cast to pointer to VLA crash the compiler

2012-09-14 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54552 --- Comment #3 from Joseph S. Myers 2012-09-14 21:17:00 UTC --- Author: jsm28 Date: Fri Sep 14 21:16:56 2012 New Revision: 191313 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191313 Log: c: PR c/54552 * c-typeck.c (c_cast_expr):

[Bug c/54552] [4.6/4.7 Regression] Cast to pointer to VLA crash the compiler

2012-09-14 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54552 Joseph S. Myers changed: What|Removed |Added Summary|[4.6/4.7/4.8 Regression]|[4.6/4.7 Regression] Cast

[Bug c/54103] [4.6/4.7 Regression] ICE at gimplify.c:7790 on current trunk

2012-09-14 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54103 --- Comment #3 from Joseph S. Myers 2012-09-15 00:28:08 UTC --- Author: jsm28 Date: Sat Sep 15 00:28:05 2012 New Revision: 191336 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191336 Log: PR c/54103 * c-typeck.c (build_unary_op):

[Bug c/54552] [4.6/4.7 Regression] Cast to pointer to VLA crash the compiler

2012-09-14 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54552 --- Comment #5 from Joseph S. Myers 2012-09-15 00:29:31 UTC --- Author: jsm28 Date: Sat Sep 15 00:29:28 2012 New Revision: 191337 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191337 Log: PR c/54552 * c-typeck.c (c_cast_expr): Wh

[Bug c/54103] [4.7 Regression] ICE at gimplify.c:7790 on current trunk

2012-09-14 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54103 Joseph S. Myers changed: What|Removed |Added Summary|[4.6/4.7 Regression] ICE at |[4.7 Regression] ICE at

[Bug c/54552] [4.6/4.7 Regression] Cast to pointer to VLA crash the compiler

2012-09-14 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54552 Joseph S. Myers changed: What|Removed |Added Target Milestone|4.6.4 |4.7.2 --- Comment #6 from Joseph S. Mye

[Bug c/54103] [4.7 Regression] ICE at gimplify.c:7790 on current trunk

2012-09-20 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54103 --- Comment #6 from Joseph S. Myers 2012-09-20 20:49:10 UTC --- Author: jsm28 Date: Thu Sep 20 20:49:06 2012 New Revision: 191589 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191589 Log: PR c/54103 * c-typeck.c (buil

[Bug c/54552] [4.6/4.7 Regression] Cast to pointer to VLA crash the compiler

2012-09-20 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54552 --- Comment #8 from Joseph S. Myers 2012-09-20 20:50:27 UTC --- Author: jsm28 Date: Thu Sep 20 20:50:17 2012 New Revision: 191591 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191591 Log: PR c/54552 * c-typeck.c (c_ca

[Bug c/54103] [4.7 Regression] ICE at gimplify.c:7790 on current trunk

2012-09-20 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54103 Joseph S. Myers changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c/54552] [4.6/4.7 Regression] Cast to pointer to VLA crash the compiler

2012-09-20 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54552 Joseph S. Myers changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c/47102] error message "duplicate member" in error ?

2010-12-29 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47102 --- Comment #1 from Joseph S. Myers 2010-12-29 11:43:20 UTC --- The diagnostic is correct; the code is invalid; C1X requires this to be diagnosed; it is ambiguous whether "page" refers to an element directly in the struct or one accessed via the

[Bug c/47102] error message "duplicate member" in error ?

2010-12-29 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47102 Joseph S. Myers changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c/46889] Missing diagnosis on duplicate struct member with anonymous union

2010-12-30 Thread jsm28 at gcc dot gnu.org
||2010.12.30 16:29:54 AssignedTo|unassigned at gcc dot |jsm28 at gcc dot gnu.org |gnu.org | Ever Confirmed|0 |1 --- Comment #1 from Joseph S. Myers 2010-12-30 16:29:54 UTC --- Testing a patch.

[Bug c/46889] Missing diagnosis on duplicate struct member with anonymous union

2010-12-30 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46889 --- Comment #2 from Joseph S. Myers 2010-12-30 18:24:07 UTC --- Author: jsm28 Date: Thu Dec 30 18:24:03 2010 New Revision: 168348 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168348 Log: PR c/46889 * c-decl.c (detect_field_dupli

[Bug c/46889] Missing diagnosis on duplicate struct member with anonymous union

2010-12-30 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46889 Joseph S. Myers changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c/47143] warning about const multidimensional array as function parameter

2011-01-01 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47143 Joseph S. Myers changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c/47143] warning about const multidimensional array as function parameter

2011-01-01 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47143 Joseph S. Myers changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug libstdc++/47145] [4.6 Regression] cross-compilation fails with "cannot check for file existence when cross compiling"

2011-01-01 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47145 Joseph S. Myers changed: What|Removed |Added Target Milestone|--- |4.6.0 Summary|cross-compilat

[Bug driver/47236] Spaces introduced in option processing

2011-01-09 Thread jsm28 at gcc dot gnu.org
||jsm28 at gcc dot gnu.org Resolution||INVALID --- Comment #1 from Joseph S. Myers 2011-01-10 00:32:29 UTC --- This has nothing to do with the specs language. Rather, the canonical form of an option accepting both joined and separate

[Bug tree-optimization/26854] Inordinate compile times on large routines

2011-01-24 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26854 Joseph S. Myers changed: What|Removed |Added CC||iant at google dot com --- Comment #126

[Bug c/47376] Duplicate member through anonymous unions not reported

2011-02-06 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47376 Joseph S. Myers changed: What|Removed |Added Target Milestone|--- |4.6.0 --- Comment #1 from Joseph S. Mye

[Bug c/47376] Duplicate member through anonymous unions not reported

2011-02-06 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47376 Joseph S. Myers changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c/4784] Anonymous structs issues

2011-02-06 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4784 Joseph S. Myers changed: What|Removed |Added CC||jengelh at medozas dot de --- Comment #9

[Bug driver/47678] [4.6 regression] missing error message for -I

2011-02-10 Thread jsm28 at gcc dot gnu.org
||2011.02.10 18:43:22 AssignedTo|unassigned at gcc dot |jsm28 at gcc dot gnu.org |gnu.org | Ever Confirmed|0 |1 --- Comment #2 from Joseph S. Myers 2011-02-10 18:43:22 UTC --- Testing a patch.

[Bug driver/47678] [4.6 regression] missing error message for -I

2011-02-11 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47678 --- Comment #3 from Joseph S. Myers 2011-02-11 18:13:15 UTC --- Author: jsm28 Date: Fri Feb 11 18:13:11 2011 New Revision: 170056 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170056 Log: PR driver/47678 * gcc.c (main): Do not co

[Bug driver/47678] [4.6 regression] missing error message for -I

2011-02-11 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47678 Joseph S. Myers changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug driver/45731] Header missing for assembler option help.

2011-02-12 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45731 --- Comment #4 from Joseph S. Myers 2011-02-12 21:29:18 UTC --- Author: jsm28 Date: Sat Feb 12 21:29:14 2011 New Revision: 170091 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170091 Log: PR driver/45731 * gcc.c (asm_options): Co

[Bug driver/45731] Header missing for assembler option help.

2011-02-12 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45731 Joseph S. Myers changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug debug/47471] [4.6 Regression] stdarg functions extraneous too-early prologue end

2011-02-13 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47471 Joseph S. Myers changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug c++/47703] [4.6 Regression] [C++0x] ICE: std::sort chokes on simple lambda function

2011-02-13 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47703 Joseph S. Myers changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug c++/47704] [4.6 regression] [C++0x] Java-related error message when trying to instantiate a strongly typed enum with new

2011-02-13 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47704 Joseph S. Myers changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug fortran/45586] [4.6 Regression] ICE non-trivial conversion at assignment

2011-02-13 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45586 Joseph S. Myers changed: What|Removed |Added Priority|P3 |P4

[Bug middle-end/44440] [4.6 regression] ira_initialization and buitins construction taking too much of startup time

2011-02-13 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=0 Joseph S. Myers changed: What|Removed |Added Priority|P3 |P2

[Bug driver/47390] [4.6 Regression] Linking with -export-dynamic broken

2011-02-13 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47390 Joseph S. Myers changed: What|Removed |Added Priority|P3 |P2

[Bug debug/47471] [4.6 Regression] stdarg functions extraneous too-early prologue end

2011-02-13 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47471 Joseph S. Myers changed: What|Removed |Added Priority|P3 |P4

[Bug c++/47666] [4.6 Regression] ICE in dfs_walk_once

2011-02-13 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47666 Joseph S. Myers changed: What|Removed |Added Priority|P3 |P1

[Bug objc++/47711] [4.5/4.6 Regression] (even trivial) PCH fails for Objective-C++

2011-02-13 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47711 Joseph S. Myers changed: What|Removed |Added Priority|P3 |P4

[Bug c++/47703] [4.6 Regression] [C++0x] ICE: std::sort chokes on simple lambda function

2011-02-13 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47703 Joseph S. Myers changed: What|Removed |Added Priority|P3 |P4

[Bug bootstrap/47736] New: [4.6 Regression] libquadmath build broken with pre-2.10 glibc

2011-02-14 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47736 Summary: [4.6 Regression] libquadmath build broken with pre-2.10 glibc Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug bootstrap/47736] [4.6 Regression] libquadmath build broken with pre-2.10 glibc

2011-02-14 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47736 Joseph S. Myers changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug driver/47390] [4.6 Regression] Linking with -export-dynamic broken

2011-02-17 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47390 --- Comment #8 from Joseph S. Myers 2011-02-17 18:35:44 UTC --- Author: jsm28 Date: Thu Feb 17 18:35:41 2011 New Revision: 170253 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170253 Log: PR driver/47390 * common.opt (export-dyna

[Bug driver/47390] [4.6 Regression] Linking with -export-dynamic broken

2011-02-17 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47390 Joseph S. Myers changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug other/44032] internals documentation is not legally safe to use

2011-02-22 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44032 --- Comment #2 from Joseph S. Myers 2011-02-22 16:33:34 UTC --- Joern, since the GFDL says: If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free so

[Bug other/44035] internals documentation cannot be fixed without new GFDL license grants

2011-02-22 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44035 --- Comment #1 from Joseph S. Myers 2011-02-22 16:41:27 UTC --- Joern, after discussion with Mark and Richi my advice at this point on the GFDL issue is that you should prepare a concrete patch that moves all the text you want from both code and

[Bug target/47977] powerpc (-mcpu=8548) Wrong code for double operations in little endian mode

2011-03-03 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47977 Joseph S. Myers changed: What|Removed |Added Component|c |target --- Comment #1 from Joseph S. My

[Bug other/53317] Conversion from __int128 to __float128

2013-06-18 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53317 Joseph S. Myers changed: What|Removed |Added Status|WAITING |NEW --- Comment #4 from Joseph S. Myers

[Bug other/53317] Conversion from __int128 to __float128

2013-06-21 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53317 Joseph S. Myers changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug testsuite/49464] [4.6/4.7 Regression] FAIL: g++.dg/ext/altivec-17.C (test for errors, line 15)

2011-08-17 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49464 Joseph S. Myers changed: What|Removed |Added Priority|P3 |P4

[Bug target/48308] [4.6/4.7 Regression] crosscompiling to arm fails with assembler: can't resolve '.LC4' {.rodata.str1.1 section} - '.LPIC4' {*UND* section}

2011-08-17 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48308 Joseph S. Myers changed: What|Removed |Added Priority|P3 |P2

[Bug rtl-optimization/50078] [4.6/4.7 Regression] combine wrong code: volatile accesses optimized out

2011-08-17 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50078 Joseph S. Myers changed: What|Removed |Added Priority|P3 |P2

[Bug c/50662] Incorrect diagnostic returning non-const array pointer

2011-10-08 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50662 Joseph S. Myers changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c/50565] [4.5/4.6/4.7 Regression] initializer element is not computable at load time

2011-10-11 Thread jsm28 at gcc dot gnu.org
||2011-10-11 AssignedTo|unassigned at gcc dot |jsm28 at gcc dot gnu.org |gnu.org | Ever Confirmed|0 |1 --- Comment #4 from Joseph S. Myers 2011-10-11 15:33:55 UTC --- Patch (to convert.c

[Bug middle-end/49319] [4.7 regression] g++.dg/abi/thunk5.C FAILs on Tru64 UNIX

2011-10-11 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49319 Joseph S. Myers changed: What|Removed |Added Priority|P3 |P4

[Bug target/49826] [4.7 Regression] Symbols are not decorated with attribute stdcall and -mrtd

2011-10-11 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49826 Joseph S. Myers changed: What|Removed |Added Priority|P3 |P2

  1   2   3   4   5   6   7   >