[Bug libstdc++/104874] New: Non-compile test in string_vector_iterators.cc test fails for the wrong reason.

2022-03-10 Thread brooks at gcc dot gnu.org via Gcc-bugs
Severity: minor Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: brooks at gcc dot gnu.org Target Milestone: --- The testsuite/24_iterators/random_access/string_vector_iterators.cc test contains the following code blob

[Bug libstdc++/104218] New: 23_containers/vector/ext_pointer/types tests rely on GCC overload-resolution bug

2022-01-24 Thread brooks at gcc dot gnu.org via Gcc-bugs
Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: brooks at gcc dot gnu.org Target Milestone: --- In cleaning up some old internal bugs, I came across this one from years ago when I was running the 4.9.4

[Bug libstdc++/101542] New: __gnu_cxx::sequence_buffer const copy constructor is badly broken

2021-07-20 Thread brooks at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: brooks at gcc dot gnu.org Target Milestone: --- This problem showed up when we were running the GCC 4.9.4 testsuite with the latest Clang trunk as the compiler, and found

[Bug libstdc++/91871] iterator_to_const_iterator() in testsuite_hooks.h causes valid -Wreturn-stack-address warnings with LLVM

2019-09-26 Thread brooks at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91871 --- Comment #7 from Brooks Moses --- Thanks, Jonathan! I've confirmed that this does indeed fix the warning with Clang trunk, and the test passes again.

[Bug libstdc++/91871] iterator_to_const_iterator() in testsuite_hooks.h causes valid -Wreturn-stack-address warnings with LLVM

2019-09-23 Thread brooks at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91871 --- Comment #1 from Brooks Moses --- FWIW, this function only seems to be used in the seven testsuite/23_containers/*/14340.cc tests.

[Bug libstdc++/91871] New: iterator_to_const_iterator() in testsuite_hooks.h causes valid -Wreturn-stack-address warnings with LLVM

2019-09-23 Thread brooks at gcc dot gnu.org
: UNCONFIRMED Severity: minor Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: brooks at gcc dot gnu.org Target Milestone: --- I have been running the libstdc++ testsuite with LLVM, and a recent change in LLVM's warnings

[Bug other/58312] libssp configure check for "usable vsnprintf" is broken on cross-compilers.

2019-01-25 Thread brooks at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58312 --- Comment #6 from Brooks Moses --- (In reply to Eric Gallager from comment #5) > Is that patch still relevant? The relevant part of the libssp configure.ac hasn't changed much (if at all) since I posted the patch, so I think it's still worth

[Bug libstdc++/88125] Erroneous duplicate "basic_stringbuf" symbol entry in libstdc++ gnu.ver file.

2018-11-20 Thread brooks at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88125 Brooks Moses changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org ---

[Bug libstdc++/88125] New: Erroneous duplicate "basic_stringbuf" symbol entry in libstdc++ gnu.ver file.

2018-11-20 Thread brooks at gcc dot gnu.org
Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: brooks at gcc dot gnu.org Target Milestone: --- We've been working on getting libstdc++ to link correctly with LLD, and came across a problematic dupli

[Bug libstdc++/58909] C++11's condition variables fail with static linking

2017-02-14 Thread brooks at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58909 --- Comment #7 from Brooks Moses --- Right, understood, but Roland seemed pretty insistent in the discussion on bug 57740 that this was a libstdc++ bug, not a glibc bug. Your contention is that this is invalid because he's wrong about that, I

[Bug libstdc++/58909] C++11's condition variables fail with static linking

2017-02-13 Thread brooks at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58909 Brooks Moses changed: What|Removed |Added CC||brooks at gcc dot gnu.org --- Comment #5

[Bug tree-optimization/64365] [4.9 Regression] Predictive commoning after loop vectorization produces incorrect code.

2015-01-29 Thread brooks at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64365 --- Comment #12 from Brooks Moses brooks at gcc dot gnu.org --- Thanks, Richard! It looks like I'll need to backport this to our google/gcc-4_9 branch before that happens; any chance you already have a version of this patch that works with 4.9

[Bug tree-optimization/64365] [4.9 Regression] Predictive commoning after loop vectorization produces incorrect code.

2015-01-29 Thread brooks at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64365 --- Comment #13 from Brooks Moses brooks at gcc dot gnu.org --- FWIW, if you haven't done the 4.9 backport yet, this is what I ended up with. I'm not sure it's optimal, but it seems to work. Index: gcc/tree-data-ref.c

[Bug tree-optimization/64365] [4.9 Regression] Predictive commoning after loop vectorization produces incorrect code.

2015-01-22 Thread brooks at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64365 Brooks Moses brooks at gcc dot gnu.org changed: What|Removed |Added CC||brooks at gcc

[Bug c++/63540] New: Erroneous 'Derived' declares a move constructor or move assignment operator in error.

2014-10-14 Thread brooks at gcc dot gnu.org
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: brooks at gcc dot gnu.org Consider the following reduced testcase: template typename T, typename = decltype(*static_castT*(0) = 0) int break_it(); template

[Bug inline-asm/62144] Frame pointer required, but reserved error with -fomit-frame-pointer but only with -m32 -O2

2014-09-30 Thread brooks at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62144 --- Comment #4 from Brooks Moses brooks at gcc dot gnu.org --- Thanks. I have to admit that that does seem more generally useful! :)

[Bug inline-asm/62144] Frame pointer required, but reserved error with -fomit-frame-pointer but only with -m32 -O2

2014-09-29 Thread brooks at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62144 --- Comment #2 from Brooks Moses brooks at gcc dot gnu.org --- Ping? Any updates on this?

[Bug c++/63181] New: GCC should warn about obvious bugs in binding a reference to temporary

2014-09-04 Thread brooks at gcc dot gnu.org
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: brooks at gcc dot gnu.org GCC should warn about obvious bugs in binding a reference to temporary. Small test case: struct Foo { Foo(int x): x_(x) { } int x_; }; int main

[Bug inline-asm/62144] New: Frame pointer required, but reserved error with -fomit-frame-pointer but only with -m32 -O2

2014-08-14 Thread brooks at gcc dot gnu.org
Severity: normal Priority: P3 Component: inline-asm Assignee: unassigned at gcc dot gnu.org Reporter: brooks at gcc dot gnu.org Created attachment 33328 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33328action=edit (Example program) The following

[Bug c++/61566] [4.9/4.10 Regression] ICE in write_unscoped_name

2014-08-13 Thread brooks at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61566 Brooks Moses brooks at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug c++/61566] [4.9/4.10 Regression] ICE in write_unscoped_name

2014-08-13 Thread brooks at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61566 --- Comment #8 from Brooks Moses brooks at gcc dot gnu.org --- Here's the traceback: $ ~/gcc-archive/trunk/213772/bin/g++ --std=c++11 -c t2.cc t.cc: In instantiation of ‘std::function_Res(_ArgTypes ...)::function(_Functor) [with _Functor = C

[Bug c++/62129] New: internal compiler error: in output_constant, at varasm.c:4755

2014-08-13 Thread brooks at gcc dot gnu.org
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: brooks at gcc dot gnu.org Created attachment 33316 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33316action=edit Small example program. (Google ref: b/17007254) The following program

[Bug c++/62074] New: right shift count = width of type warning on dead branch in template code

2014-08-09 Thread brooks at gcc dot gnu.org
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: brooks at gcc dot gnu.org Consider the following code: --cut here- typedef unsigned int uint32; template uint32 offset int foo(uint32 x

[Bug c++/61382] parameter pack expansion unexpected order

2014-07-07 Thread brooks at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61382 --- Comment #15 from Brooks Moses brooks at gcc dot gnu.org --- (In reply to Jakub Jelinek from comment #14) [...] * g++.dg/cpp0x/initlist86.C (main): Initialize i. [...] Aha ... yes, that would do it. And, indeed, I can confirm

[Bug c++/61382] parameter pack expansion unexpected order

2014-07-02 Thread brooks at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61382 Brooks Moses brooks at gcc dot gnu.org changed: What|Removed |Added CC||brooks at gcc

[Bug c++/61382] parameter pack expansion unexpected order

2014-07-02 Thread brooks at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61382 --- Comment #11 from Brooks Moses brooks at gcc dot gnu.org --- (In reply to Jason Merrill from comment #10) Thanks. Does removing PUSH_ARGS_REVERSED from the cp_gimplify_expr change fix it? Nope -- I just gave it a try, and it doesn't seem

[Bug c++/61661] New: [C++11][4.9/4.10 Regression] Bogus error: ‘const Outer::Foo{Outer::Bar}’ is not a constant expression

2014-06-30 Thread brooks at gcc dot gnu.org
: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: brooks at gcc dot gnu.org Google ref: b/15984570 This source: /// --- cut --- struct Outer { void Bar(); struct Foo { void (Outer::*ptr

[Bug target/60732] FAIL: g++.dg/ext/altivec-7.C -std=* scan-assembler _Z3fooDv*

2014-06-01 Thread brooks at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60732 --- Comment #8 from Brooks Moses brooks at gcc dot gnu.org --- Yup, that's essentially exactly what I had in mind, with a couple of minor adjustments: * I'd use your original patch of -fabi-version=0 to altivec-7.C, so that we're continuing

[Bug other/61300] New: powerpc64le miscompile with KR-style function definition at -O0

2014-05-23 Thread brooks at gcc dot gnu.org
Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: brooks at gcc dot gnu.org We've run into a GCC miscompile problem with KR-style function definitions that's causing some various old GNU software to fail in some cases. A simple test

[Bug libfortran/55601] libgfortran build fails with --disable-libquadmath

2014-04-29 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55601 Brooks Moses brooks at gcc dot gnu.org changed: What|Removed |Added CC||brooks at gcc dot

[Bug target/60732] FAIL: g++.dg/ext/altivec-7.C -std=* scan-assembler _Z3fooDv*

2014-04-02 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60732 --- Comment #4 from Brooks Moses brooks at gcc dot gnu.org --- Interesting. As noted, with -fabi-version=[1 to 3] on Linux, I was getting both sets. Mike, what do you think is the best solution here? We could use Dominique's patch

[Bug driver/52556] Ability to change GLIBC_DYNAMIC_LINKER

2014-03-19 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52556 Brooks Moses brooks at gcc dot gnu.org changed: What|Removed |Added CC||brooks at gcc dot

[Bug bootstrap/57486] bootstrap fails on 4.8 and google/4.8 branch on RHEL6.1 platform

2014-03-05 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57486 Brooks Moses brooks at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug c/46936] turn __attribute__ ((nonnull (x))) into assert in debug mode

2013-10-23 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46936 Brooks Moses brooks at gcc dot gnu.org changed: What|Removed |Added CC||brooks at gcc dot

[Bug rtl-optimization/57518] [4.8/4.9 Regression] Redundant insn generated in LRA

2013-10-11 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57518 Brooks Moses brooks at gcc dot gnu.org changed: What|Removed |Added CC||brooks at gcc dot

[Bug driver/42955] undecorated cross-compiler gcc fails to find cc1

2013-09-12 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42955 --- Comment #10 from Brooks Moses brooks at gcc dot gnu.org --- Author: brooks Date: Thu Sep 12 23:07:32 2013 New Revision: 202544 URL: http://gcc.gnu.org/viewcvs?rev=202544root=gccview=rev Log: PR driver/42955 * Makefile.in: Do not install

[Bug driver/42955] undecorated cross-compiler gcc fails to find cc1

2013-09-12 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42955 Brooks Moses brooks at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug other/58312] libssp configure check for usable vsnprintf is broken on cross-compilers.

2013-09-03 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58312 --- Comment #3 from Brooks Moses brooks at gcc dot gnu.org --- Thanks, Joseph. This is a straightforward Linux target using glibc, so I'll investigate to see why the binary in question is relying on libssp rather than glibc.

[Bug other/58312] libssp configure check for usable vsnprintf is broken on cross-compilers.

2013-09-03 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58312 --- Comment #1 from Brooks Moses brooks at gcc dot gnu.org --- Jakub, I added you to the cc list in hopes that you may be able to comment on the original reasoning for this being a runtime check rather than simply a check for the ability to link

[Bug other/58312] New: libssp configure check for usable vsnprintf is broken on cross-compilers.

2013-09-03 Thread brooks at gcc dot gnu.org
: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: brooks at gcc dot gnu.org The libssp configure script contains a check for whether vsnprintf is usable, starting around line 128. This check is based on an AC_RUN_IFELSE call

[Bug other/58312] libssp configure check for usable vsnprintf is broken on cross-compilers.

2013-09-03 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58312 --- Comment #4 from Brooks Moses brooks at gcc dot gnu.org --- It turns out that we do need these symbols in libssp despite having a nice plain x86-Linux environment. We've got some precompiled blobs from who-knows-where that want the LIBSSP_1.0

[Bug driver/42955] undecorated cross-compiler gcc fails to find cc1

2013-08-08 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42955 --- Comment #8 from Brooks Moses brooks at gcc dot gnu.org --- FWIW, there was some interesting discussion of this on http://sourceware.org/bugzilla/show_bug.cgi?id=15823. In particular, Joseph Myers argues that the bug is installing the files

[Bug driver/42955] undecorated cross-compiler gcc fails to find cc1

2013-08-08 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42955 --- Comment #9 from Brooks Moses brooks at gcc dot gnu.org --- Patch posted: http://gcc.gnu.org/ml/gcc-patches/2013-08/msg00490.html

[Bug driver/42955] undecorated cross-compiler gcc fails to find cc1

2013-07-26 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42955 Brooks Moses brooks at gcc dot gnu.org changed: What|Removed |Added Last reconfirmed|2010-04-22 20:17:36 |2013-07-26 20:17

[Bug middle-end/56888] memcpy implementation optimized as a call to memcpy

2013-07-17 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56888 --- Comment #12 from Brooks Moses brooks at gcc dot gnu.org --- (In reply to Paulo J. Matos from comment #11) A non-bug? If you write a memcpy function by hand and call it memcpy, gcc replaces the function body by a call to memcpy which

[Bug middle-end/56888] memcpy implementation optimized as a call to memcpy

2013-07-16 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56888 Brooks Moses brooks at gcc dot gnu.org changed: What|Removed |Added CC||brooks at gcc dot

[Bug tree-optimization/57537] [4.8/4.9 Regression] gcc.dg/vect/slp-widen-mult-half.c generating wrong code on PowerPC64

2013-06-12 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57537 --- Comment #3 from Brooks Moses brooks at gcc dot gnu.org --- Thanks for the quick fix, Jakub! And congratulations on the auspicious commit number, as well. :)

[Bug tree-optimization/57537] New: [4.8/4.9] gcc.dg/vect/slp-widen-mult-half.c generating wrong code on PowerPC64

2013-06-05 Thread brooks at gcc dot gnu.org
: major Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: brooks at gcc dot gnu.org The gcc.dg/vect/slp-widen-mult-half.c test tests autovectorization of this inner loop: for (i = 0; i N/2; i++) { out[2*i

[Bug middle-end/16660] attribute((aligned)) doesn't work for variables on the stack for greater than required alignement

2013-02-14 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16660 Brooks Moses brooks at gcc dot gnu.org changed: What|Removed |Added CC||brooks

[Bug other/56334] New: __attribute__((aligned)) documentation is outdated and misleading.

2013-02-14 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56334 Bug #: 56334 Summary: __attribute__((aligned)) documentation is outdated and misleading. Classification: Unclassified Product: gcc Version: 4.8.0 Status:

[Bug middle-end/16660] attribute((aligned)) doesn't work for variables on the stack for greater than required alignement

2013-02-14 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16660 Brooks Moses brooks at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|NEW

[Bug other/56334] __attribute__((aligned)) documentation is misleading

2013-02-14 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56334 --- Comment #2 from Brooks Moses brooks at gcc dot gnu.org 2013-02-15 01:17:47 UTC --- (In reply to comment #1) No, 33721 is about stack variables and not static allocated variables which still is limited by the linker. Ah, I missed

[Bug other/56334] __attribute__((aligned)) documentation is misleading

2013-02-14 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56334 --- Comment #3 from Brooks Moses brooks at gcc dot gnu.org 2013-02-15 01:31:23 UTC --- As a note, the See your linker documentation phrase also occurs in the function-attributes documentation (http://gcc.gnu.org/onlinedocs/gcc/Function

[Bug tree-optimization/56335] New: Optimization assumes __attribute__((aligned(N))) always works.

2013-02-14 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56335 Bug #: 56335 Summary: Optimization assumes __attribute__((aligned(N))) always works. Classification: Unclassified Product: gcc Version: 4.8.0 Status:

[Bug c/56337] New: __attribute__((aligned(N))) allows too-high values of N

2013-02-14 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56337 Bug #: 56337 Summary: __attribute__((aligned(N))) allows too-high values of N Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug c/56337] __attribute__((aligned(N))) breaks for N=128

2013-02-14 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56337 --- Comment #1 from Brooks Moses brooks at gcc dot gnu.org 2013-02-15 07:06:45 UTC --- Note that pr39323-2.c tests a closely-related case that presumably is working correctly: http://gcc.gnu.org/viewcvs/trunk/gcc/testsuite/gcc.dg/pr39323

[Bug c/55830] New: inline and __attribute__((always_inline)) treated differently for unused-function warning

2012-12-30 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55830 Bug #: 55830 Summary: inline and __attribute__((always_inline)) treated differently for unused-function warning Classification: Unclassified Product: gcc Version: 4.7.1

[Bug c/55830] inline and __attribute__((always_inline)) treated differently for unused-function warning

2012-12-30 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55830 --- Comment #2 from Brooks Moses brooks at gcc dot gnu.org 2012-12-30 21:46:02 UTC --- Created attachment 29064 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29064 Minimal test case The attached test case illustrates the problem

[Bug c/55830] inline and __attribute__((always_inline)) treated differently for unused-function warning

2012-12-30 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55830 --- Comment #3 from Brooks Moses brooks at gcc dot gnu.org 2012-12-30 21:50:08 UTC --- Andrew: Oh, interesting. So perhaps this is really a failure to warn (or error?) for a case where __attribute__((always_inline)) isn't used with inline

[Bug c++/27557] OpenMP threadprivate directive does not work with non-POD types

2011-04-06 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27557 Brooks Moses brooks at gcc dot gnu.org changed: What|Removed |Added CC||brooks at gcc dot