[Bug target/44749] mep-elf fails to build

2010-09-13 Thread jsm28 at gcc dot gnu dot org
--- Comment #1 from jsm28 at gcc dot gnu dot org 2010-09-13 22:25 --- Subject: Bug 44749 Author: jsm28 Date: Mon Sep 13 22:25:09 2010 New Revision: 164260 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=164260 Log: PR target/44749 * config/mep/t-mep (GTM_H): Add

[Bug target/44749] mep-elf fails to build

2010-09-13 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2010-09-13 22:27 --- Note that while my commit fixes two causes of build failure for this target, a third cause of failure is still present. As I noted in my patch submission http://gcc.gnu.org/ml/gcc-patches/2010-09/msg00664.html * mep

[Bug ada/45499] Ada bootstrap broken

2010-09-03 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2010-09-03 13:18 --- Subject: Bug 45499 Author: jsm28 Date: Fri Sep 3 13:17:46 2010 New Revision: 163817 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=163817 Log: PR ada/45499 * gcc-interface/misc.c

[Bug ada/45499] Ada bootstrap broken

2010-09-03 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2010-09-03 13:21 --- Fixed for 4.6. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug driver/44076] -MT target behaves different as -MTtarget (w/o space)

2010-09-02 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2010-09-02 11:42 --- Subject: Bug 44076 Author: jsm28 Date: Thu Sep 2 11:41:22 2010 New Revision: 163770 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=163770 Log: PR driver/44076 * opts.h (struct cl_option): Add

[Bug driver/44076] -MT target behaves different as -MTtarget (w/o space)

2010-09-02 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2010-09-02 11:46 --- Fixed for 4.6. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug driver/12448] -MT / -MQ don't behave as documented.

2010-09-02 Thread jsm28 at gcc dot gnu dot org
--- Comment #13 from jsm28 at gcc dot gnu dot org 2010-09-02 11:48 --- This was fixed by the commit shown in the logs for this bug. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug lto/41526] gimple bytecode streams are not portable between different hosts

2010-09-01 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2010-09-01 19:29 --- The handling of target options (the patch for bug 45475) is another host-dependency in the bytecode stream. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug translation/45116] New: config/ia64/vms_symvec_libgcc_s.opt not an options file

2010-07-28 Thread jsm28 at gcc dot gnu dot org
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jsm28 at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45116

[Bug driver/40251] Using the -V option makes the compiler to exit with 0 exit code on error

2010-07-24 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2010-07-24 16:09 --- *** Bug 44990 has been marked as a duplicate of this bug. *** -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/44990] Wrong return value on error

2010-07-24 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2010-07-24 16:09 --- *** This bug has been marked as a duplicate of 40251 *** -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/44692] Ambiguous member names in anonymous struct/union does not error

2010-06-27 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2010-06-27 18:31 --- That documentation is for current development sources, where those errors are given. Note that http://gcc.gnu.org/onlinedocs/gcc-4.5.0/gcc/Unnamed-Fields.html has different wording. -- jsm28 at gcc dot gnu dot

[Bug c/44677] New: Warn for variables incremented but not used

2010-06-25 Thread jsm28 at gcc dot gnu dot org
: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jsm28 at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44677

[Bug target/44643] ice in c-typeck.c

2010-06-23 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2010-06-23 11:07 --- This is a bug in the AVR back end; if it marks a decl readonly it must also adjust the type of the decl. The problem code is probably in avr_insert_attributes. -- jsm28 at gcc dot gnu dot org changed

[Bug target/44643] ice in c-typeck.c

2010-06-23 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2010-06-23 16:35 --- An assertion failure is always a bug. Yes, an error if the object isn't already const would be one valid fix. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/38105] -Wundef -Werror -Wno-error=undef result in error, not warning

2010-06-21 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2010-06-21 23:17 --- This appears to be fixed on trunk, probably by: 2010-04-07 Simon Baldwin sim...@google.com * directives.c (do_diagnostic): Add warning reason argument, call appropriate error reporting function

[Bug other/32998] -frecord-gcc-switches issues

2010-06-20 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2010-06-20 21:03 --- Subject: Bug 32998 Author: jsm28 Date: Sun Jun 20 21:02:46 2010 New Revision: 161053 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=161053 Log: PR other/32998 * opth-gen.awk: Generate

[Bug other/32998] -frecord-gcc-switches issues

2010-06-20 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2010-06-20 21:05 --- The -D_GNU_SOURCE a.c issue is now fixed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32998

[Bug other/44574] New: Avoid use of atoi

2010-06-17 Thread jsm28 at gcc dot gnu dot org
. -- Summary: Avoid use of atoi Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jsm28 at gcc dot gnu dot org http

[Bug c/44438] ISO C99 6.7.4p3 not obeyed in C99 mode

2010-06-07 Thread jsm28 at gcc dot gnu dot org
--- Comment #1 from jsm28 at gcc dot gnu dot org 2010-06-07 09:54 --- That's not an inline definition, so that constraint does not apply. If all of the file scope declarations for a function in a translation unit include the inline function specifier without extern

[Bug other/44435] gengtype: don't test undefined value after vasprintf failure

2010-06-06 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2010-06-06 15:53 --- If the libiberty maintainers won't review the xvasprintf patch, perhaps a global reviewer could do so? That would be better than fiddling with local checks. http://gcc.gnu.org/ml/gcc-patches/2009-11/msg01448.html

[Bug c/44322] Bogus warning when assigning pointer-to-array with both const and restrict

2010-06-05 Thread jsm28 at gcc dot gnu dot org
--- Comment #1 from jsm28 at gcc dot gnu dot org 2010-06-05 10:10 --- Confirmed. Testing a patch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/44322] Bogus warning when assigning pointer-to-array with both const and restrict

2010-06-05 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2010-06-05 12:54 --- Subject: Bug 44322 Author: jsm28 Date: Sat Jun 5 12:54:41 2010 New Revision: 160312 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=160312 Log: PR c/44322 * c-typeck.c (build_unary_op): Merge

[Bug c/44322] Bogus warning when assigning pointer-to-array with both const and restrict

2010-06-05 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2010-06-05 12:57 --- Fixed for 4.6. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug bootstrap/44426] [4.5/4.6 Regression] gcc 4.5.0 requires c9x compiler to build

2010-06-05 Thread jsm28 at gcc dot gnu dot org
--- Comment #1 from jsm28 at gcc dot gnu dot org 2010-06-05 14:54 --- Appears to have been introduced by r149722. r149722 | manu | 2009-07-16 22:29:52 + (Thu, 16 Jul 2009) | 60 lines 2009-07-17 Aldy Hernandez al...@redhat.com Manuel López-Ibáñez m...@gcc.gnu.org

[Bug bootstrap/44426] [4.4/4.5/4.6 Regression] gcc 4.5.0 requires c9x compiler to build

2010-06-05 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2010-06-05 17:40 --- build_call_nofold in builtins.c introduced by: r152236 | matz | 2009-09-28 12:54:23 + (Mon, 28 Sep 2009) | 54 lines * builtins.c (interclass_mathfn_icode): New helper. [...] Variadic macros in sel-sched

[Bug middle-end/44307] warning: may be used uninitialized in this function often building gcc

2010-05-28 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2010-05-28 11:35 --- Stop using c as the component for bugs that are obviously not front-end bugs. In this case, you can see that none of the files mentioned are front-end files. -- jsm28 at gcc dot gnu dot org changed

[Bug driver/15303] When gcc sees an unrecognized option, the exit status indicates success

2010-05-28 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2010-05-28 17:29 --- Subject: Bug 15303 Author: jsm28 Date: Fri May 28 17:28:57 2010 New Revision: 159986 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=159986 Log: PR driver/15303 * gcc.c (inform, warning, inform

[Bug driver/15303] When gcc sees an unrecognized option, the exit status indicates success

2010-05-28 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2010-05-28 17:29 --- Fixed for 4.6. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug other/44286] New: Use sentinel attributes in GCC

2010-05-26 Thread jsm28 at gcc dot gnu dot org
ReportedBy: jsm28 at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44286

[Bug other/25028] TImode-to-floating conversions broken

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2010-05-22 17:20 --- As far as I can tell, this (the bug originally described here) was fixed for all targets. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/31477] [libgcc] miscompiled trapping arithmetic routines

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2010-05-22 17:29 --- I believe I fixed this with: r132815 | jsm28 | 2008-03-02 13:11:19 + (Sun, 02 Mar 2008) | 4 lines * libgcc2.c (__addvSI3, __addvsi3, __addvDI3, __subvSI3, __subvsi3, __subvDI3, __negvSI2

[Bug other/33357] collect2: ld terminated with signal 11 [Segmentation fault]

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2010-05-22 17:33 --- As discussed, not a GCC bug. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/33864] gcc 4.3 svn fails to compile glibc 2.7's crti.o

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2010-05-22 17:38 --- Not a GCC bug; glibc is manipulating .s output from GCC in ways that aren't expected to work with all possible options. FWIW, EGLIBC has a fix to allow it to build for x86 when unwind tables are enabled by default

[Bug other/35905] gcc 4.2.3 still contains many GPL v2 references

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2010-05-22 17:40 --- 4.2 branch is closed. All GPL files whose home is GCC rather than being shared with other projects were updated for 4.4 at the latest as far as I know. -- jsm28 at gcc dot gnu dot org changed: What

[Bug other/38363] Use of Unicode quotes depends on LC_CTYPE rather than LC_MESSAGES

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2010-05-22 17:42 --- As discussed, not a bug. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/38758] gcc ships with GPL-only library parts (longlong.h)

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2010-05-22 17:43 --- Was fixed for 4.2.3, 4.3.0. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/38983] GPL version 3 transition incomplete

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2010-05-22 17:46 --- Everything specific to GCC was converted for 4.4. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug driver/32117] Segfault with -b

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2010-05-22 17:53 --- -b and -V were removed: 2010-04-08 Manuel López-Ibáñez m...@gcc.gnu.org PR 42485 * doc/invoke.texi (-b,-V): Delete. * doc/tm.texi: Do not mention -b. * gcc.c (display_help): Delete

[Bug driver/40251] Using the -V option makes the compiler to exit with 0 exit code on error

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2010-05-22 17:54 --- -b and -V were removed: 2010-04-08 Manuel López-Ibáñez m...@gcc.gnu.org PR 42485 * doc/invoke.texi (-b,-V): Delete. * doc/tm.texi: Do not mention -b. * gcc.c (display_help): Delete

[Bug driver/10707] c++ linking impossible when -V specified

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2010-05-22 17:55 --- -b and -V were removed: 2010-04-08 Manuel López-Ibáñez m...@gcc.gnu.org PR 42485 * doc/invoke.texi (-b,-V): Delete. * doc/tm.texi: Do not mention -b. * gcc.c (display_help): Delete

[Bug driver/11810] gcc -pipe -ox.o -c x.c writes erroneous x.o on compile error

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2010-05-22 17:57 --- Fixed by the indicated commit. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug driver/38628] no 4.3.3 libraries for non-C languages if 4.3.3 and 4.4.0 in parallel

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2010-05-22 18:00 --- -V and -b have been removed, if anything is left here it's a duplicate of bug 346. *** This bug has been marked as a duplicate of 346 *** -- jsm28 at gcc dot gnu dot org changed: What|Removed

[Bug other/346] gcc install clobbers files that it shouldn't touch

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2010-05-22 18:00 --- *** Bug 38628 has been marked as a duplicate of this bug. *** -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/41364] gcc exits with: internal compiler error: Abort

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2010-05-22 18:06 --- No feedback, appears not to be a GCC bug. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/42960] segfault internal compiler error when trying to compile latest linux kernel

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2010-05-22 18:10 --- Closing as not for FSF GCC and probably a hardware problem. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/24581] Complex arithmetic on special cases is incorrect.

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2010-05-22 18:18 --- *** Bug 43639 has been marked as a duplicate of this bug. *** -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/43639] Missed optimization with complex long double

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2010-05-22 18:18 --- This is deliberate, use -fno-signed-zeros to get the optimization you want with 4.5. *** This bug has been marked as a duplicate of 24581 *** -- jsm28 at gcc dot gnu dot org changed: What|Removed

[Bug c/4784] Anonymous structs issues

2010-05-09 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2010-05-09 16:20 --- Subject: Bug 4784 Author: jsm28 Date: Sun May 9 16:19:28 2010 New Revision: 159204 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=159204 Log: PR c/4784 * c-decl.c (detect_field_duplicates_hash

[Bug c/4784] Anonymous structs issues

2010-05-09 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2010-05-09 16:21 --- Fixed for 4.6. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c/10676] Using unnamed fields in initializers

2010-05-09 Thread jsm28 at gcc dot gnu dot org
--- Comment #15 from jsm28 at gcc dot gnu dot org 2010-05-09 20:39 --- Subject: Bug 10676 Author: jsm28 Date: Sun May 9 20:39:39 2010 New Revision: 159206 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=159206 Log: PR c/10676 * c-typeck.c (lookup_field): Take

[Bug c/10676] Using unnamed fields in initializers

2010-05-09 Thread jsm28 at gcc dot gnu dot org
--- Comment #16 from jsm28 at gcc dot gnu dot org 2010-05-09 20:42 --- Fixed for 4.6. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c/44051] FAIL: gcc.dg/anon-struct-9.c (test for excess errors)

2010-05-09 Thread jsm28 at gcc dot gnu dot org
--- Comment #1 from jsm28 at gcc dot gnu dot org 2010-05-09 21:01 --- Subject: Bug 44051 Author: jsm28 Date: Sun May 9 21:01:38 2010 New Revision: 159207 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=159207 Log: PR c/44051 * gcc.dg/anon-struct-9.c: Avoid

[Bug testsuite/44051] FAIL: gcc.dg/anon-struct-9.c (test for excess errors)

2010-05-09 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2010-05-09 21:04 --- Testcase fixed for 4.6. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/43955] linux hard lock-up when gcc output file is on filesystem with insufficient disk space

2010-05-02 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2010-05-02 11:45 --- It is the responsibility of your filesystem to ensure that write or close return error status if there isn't sufficient disk space; if they do not, this is a kernel bug. Most applications should never call fsync

[Bug other/25232] libgcc-std.ver should include __unordxf2 and __unordtf2

2010-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2010-03-30 12:35 --- Subject: Bug 25232 Author: jsm28 Date: Tue Mar 30 12:35:08 2010 New Revision: 157819 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=157819 Log: PR other/25232 * libgcc-std.ver (GCC_4.5.0

[Bug other/25232] libgcc-std.ver should include __unordxf2 and __unordtf2

2010-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2010-03-30 12:36 --- Fixed for 4.5.0. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c/43381] [4.4 Regression] infinite loop in gcc.dg/parm-impl-decl-1.c with -g

2010-03-27 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2010-03-27 11:46 --- Subject: Bug 43381 Author: jsm28 Date: Sat Mar 27 11:46:07 2010 New Revision: 157772 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=157772 Log: PR c/43381 * c-decl.c (get_parm_info): Assert

[Bug c/43381] [4.4 Regression] infinite loop in gcc.dg/parm-impl-decl-1.c with -g

2010-03-27 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2010-03-27 11:47 --- Fixed for 4.4.4 and 4.5.0. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/43381] [4.4/4.5 Regression] infinite loop in gcc.dg/parm-impl-decl-1.c with -g

2010-03-26 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2010-03-26 23:52 --- Subject: Bug 43381 Author: jsm28 Date: Fri Mar 26 23:52:09 2010 New Revision: 157766 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=157766 Log: PR c/43381 * c-decl.c (get_parm_info): Assert

[Bug target/43383] New: __extendxftf2 not exported from 32-bit shared libgcc

2010-03-15 Thread jsm28 at gcc dot gnu dot org
Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jsm28 at gcc dot gnu dot org GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla

[Bug web/43011] Upgrade gcc.gnu.org/bugzilla to Bugzilla 3.4.5

2010-02-09 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2010-02-09 21:01 --- Created an attachment (id=19830) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19830action=view) Local Bugzilla changes Here's a diff generated with cvs -z9 diff -uN -rBUGZILLA_2_20 -rHEAD. There are some

[Bug web/43011] Upgrade gcc.gnu.org/bugzilla to Bugzilla 3.4.5

2010-02-09 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2010-02-09 21:09 --- Created an attachment (id=19831) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19831action=view) Diff from tarball Here is a larger, probably more accurate diff generated using a release tarball. -- http

[Bug tree-optimization/43001] Missed vectorization on ARM NEON

2010-02-08 Thread jsm28 at gcc dot gnu dot org
--- Comment #1 from jsm28 at gcc dot gnu dot org 2010-02-08 20:31 --- Created an attachment (id=19822) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19822action=view) Extra vectorization tests Try adding -mfloat-abi=softfp to make the compiler actually consider using NEON (needed

[Bug c/10676] Using unnamed fields in initializers

2010-01-26 Thread jsm28 at gcc dot gnu dot org
--- Comment #14 from jsm28 at gcc dot gnu dot org 2010-01-26 16:32 --- C1x anonymous structures and unions will likely require a fix for this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10676

[Bug c/4784] Anonymous structs issues

2010-01-26 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2010-01-26 16:33 --- C1x anonymous structures and unions will likely require a fix for this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4784

[Bug target/42753] _Complex_I is reported as undeclared. Code builds with Sun compiler.

2010-01-15 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2010-01-15 11:49 --- This is a fixincludes bug; it needs to fix Sun's complex.h header to work with GCC. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/42755] Using _Complex_I on Open Solaris fails to build an executable

2010-01-15 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2010-01-15 11:51 --- *** This bug has been marked as a duplicate of 42753 *** -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/42753] _Complex_I is reported as undeclared. Code builds with Sun compiler.

2010-01-15 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2010-01-15 11:51 --- *** Bug 42755 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42753

[Bug target/42753] _Complex_I is reported as undeclared. Code builds with Sun compiler.

2010-01-15 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2010-01-15 11:52 --- For reference of people without Solaris headers to hand, the code needing fixing by fixincludes is: /* * Compilation environments for Solaris must provide the _Imaginary datatype * and the compiler intrinsics

[Bug target/42753] _Complex_I is reported as undeclared. Code builds with Sun compiler.

2010-01-15 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2010-01-15 16:30 --- Fixincludes is part of the compiler sources, and it is the part that should work around GCC-incompatible system headers (such as this one) by making fixed copies when GCC is built and installed. Thus, a failure

[Bug c/42708] [4.5 Regression] ICE in gimplify_expr, at gimplify.c:6993

2010-01-12 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2010-01-12 23:09 --- Subject: Bug 42708 Author: jsm28 Date: Tue Jan 12 23:09:00 2010 New Revision: 155846 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=155846 Log: PR c/42708 * c-typeck.c (build_c_cast): Fold value

[Bug c/42708] [4.5 Regression] ICE in gimplify_expr, at gimplify.c:6993

2010-01-12 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2010-01-12 23:10 --- Fixed for 4.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug target/42689] New: bad formatting of specs diagnostics

2010-01-11 Thread jsm28 at gcc dot gnu dot org
Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jsm28 at gcc dot gnu dot org OtherBugsDependingO 40883 nThis: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42689

[Bug target/42689] bad formatting of specs diagnostics

2010-01-11 Thread jsm28 at gcc dot gnu dot org
--- Comment #1 from jsm28 at gcc dot gnu dot org 2010-01-11 15:04 --- Correction: the newlines get removed before the messages are printed. But they don't get removed by exgettext either before or after the patch for bug 39521. As they are unnecessary (at least once the message pairs

[Bug preprocessor/41947] GCC Hexadecimal Floating point constant handling

2010-01-01 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2010-01-01 18:08 --- Subject: Bug 41947 Author: jsm28 Date: Fri Jan 1 18:08:17 2010 New Revision: 18 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=18 Log: libcpp: PR preprocessor/41947 * expr.c

[Bug preprocessor/41947] GCC Hexadecimal Floating point constant handling

2010-01-01 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2010-01-01 18:10 --- Fixed for 4.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug target/42522] [m68k] Wrong code generated with -O2/-O3

2009-12-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2009-12-31 17:06 --- Reopening for now. Please leave the Component as target; that is a much more likely place for the bug than the C front end. -- jsm28 at gcc dot gnu dot org changed: What|Removed

[Bug c/42439] Linux kernel BUILD_BUG_ON() broke

2009-12-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-12-30 21:28 --- Subject: Bug 42439 Author: jsm28 Date: Wed Dec 30 21:28:45 2009 New Revision: 155526 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=155526 Log: PR c/42439 * c-decl.c

[Bug c/42439] Linux kernel BUILD_BUG_ON() broke

2009-12-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-12-30 21:30 --- Fixed for 4.5 (allowing this dubious code with a pedwarn-if-pedantic, since this is done in several similar cases). -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug translation/42467] exgettext should not remove TABs from option help strings

2009-12-23 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2009-12-23 11:58 --- The option help string is passed for translation as a whole before the special interpretation for TAB as described in options.texi: The help text is automatically line-wrapped before being displayed. Normally

[Bug translation/42467] exgettext should not remove TABs from option help strings

2009-12-23 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2009-12-23 12:00 --- *** Bug 42468 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42467

[Bug translation/42468] Localization fails with --CLASSPATH line in gcc --help=Java

2009-12-23 Thread jsm28 at gcc dot gnu dot org
--- Comment #1 from jsm28 at gcc dot gnu dot org 2009-12-23 12:00 --- This is the same exgettext bug as bug 42467. *** This bug has been marked as a duplicate of 42467 *** -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug translation/42469] option help strings not properly using TAB

2009-12-23 Thread jsm28 at gcc dot gnu dot org
--- Comment #1 from jsm28 at gcc dot gnu dot org 2009-12-23 12:08 --- Part of this appears to be the same exgettext issue as bug 42467. The rest appears to be option help strings using one or more spaces where a single TAB should be used: common.opt:-Wframe-larger-than=number Warn

[Bug c/448] stdint.h-related issues (C99 issues)

2009-12-08 Thread jsm28 at gcc dot gnu dot org
--- Comment #26 from jsm28 at gcc dot gnu dot org 2009-12-08 17:08 --- List of remaining target OSes without stdint.h type information added to 4.5 release notes: http://gcc.gnu.org/ml/gcc-patches/2009-12/msg00441.html NetBSD, VxWorks, VMS, SymbianOS, WinCE, LynxOS, Netware, QNX

[Bug c/42310] ICE on converting target-dependent PSImode variable

2009-12-06 Thread jsm28 at gcc dot gnu dot org
--- Comment #1 from jsm28 at gcc dot gnu dot org 2009-12-06 18:03 --- Do not report bugs in modified versions of GCC here (for example, versions with a target you have added). Bug reports must be reproducible using GCC built from unmodified FSF sources, without needing any patches

[Bug preprocessor/36524] regression: crash when compiling IdentifierTable.cpp

2009-11-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-11-22 19:26 --- Presuming fixed by the patch I identified since no other comments. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/41698] \uFFFF converts incorrectly to two-byte character

2009-11-22 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug preprocessor/41492] Please ignore #! on the first line of a file

2009-11-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #1 from jsm28 at gcc dot gnu dot org 2009-11-22 19:31 --- I don't think this is an appropriate feature; I advice arranging for your source files to go through an external preprocessor before compiling them if you need this special sequence at the start of the file

[Bug c/30054] -Wc++-compat does not catch goto past initialization

2009-11-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2009-11-22 19:36 --- Fixed by: 2009-06-15 Ian Lance Taylor i...@google.com * c.opt (Wjump-misses-init): New warning. * c-opts.c (c_common_handle_option): Set warn_jump_misses_init for -Wall and -Wc++-compat

[Bug c/37874] gcc sometimes accepts attribute in identifier list

2009-11-22 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug other/40353] [GCC-4.4.0] configure --with-sysroot needs header files, but it should not

2009-11-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #1 from jsm28 at gcc dot gnu dot org 2009-11-22 19:52 --- The magic option to allow system headers not to be present (for an early compiler in a series of multiple compiler/libc builds / header installs to bootstrap a full toolchain) is --with-newlib, but this should

[Bug c/40442] Option -I and POSIX conformance (c99 utility)

2009-11-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-11-22 19:55 --- Not a GCC bug, the POSIX list generally agreed the effects of reordering system directories should be unspecified or undefined. -- jsm28 at gcc dot gnu dot org changed: What|Removed

[Bug c/40476] SEG fault on redefinition of struct error

2009-11-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2009-11-22 19:57 --- Cannot reproduce this, report bugs in the Ubuntu compiler in the first instance to Ubuntu. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/40880] stdarg.h does not define va_copy when building for C89+POSIX

2009-11-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-11-22 19:58 --- As discussed, not a bug. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/41045] Extended asm with C operands doesn�t work at top level

2009-11-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2009-11-22 20:00 --- I think this would be a sensible feature to add. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/41046] decNumber leaves printf call in libgcc

2009-11-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-11-22 20:01 --- The PR logs indicate this is fixed. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/41942] __attribute__ ((visibility)) weird with functions returning pointers

2009-11-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2009-11-22 20:04 --- No bug by the GNU C documentation of how attributes bind in the syntax. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/42076] regression on float representation

2009-11-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2009-11-22 20:16 --- I cannot reproduce this with any FSF GCC version; please report bugs in Ubuntu compilers to Ubuntu. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/42091] -imacros option does not work on gcc 4.2.1 scratchbox

2009-11-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #1 from jsm28 at gcc dot gnu dot org 2009-11-22 20:18 --- Report this to whoever provided you with that compiler and advised modifying specs files. Specs files are not a public interface for modifying by compiler users, and 4.2 compilers are no longer supported. If you can

  1   2   3   4   5   6   7   8   9   10   >