This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/59572] Not clear error message in smallest_mode_for_size in handled case
- From: "law at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 16 Jan 2015 18:59:57 +0000
- Subject: [Bug middle-end/59572] Not clear error message in smallest_mode_for_size in handled case
- Auto-submitted: auto-generated
- References: <bug-59572-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59572
Jeffrey A. Law <law at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2015-01-16
CC| |law at redhat dot com
Ever confirmed|0 |1
--- Comment #1 from Jeffrey A. Law <law at redhat dot com> ---
We would need a compilable testcase to further investigate this problem. The
easiest way to get a compilable testcase is to add "-save-temps" to the
compiler's command line. For C code that will generate a .i file, for C++ a
.ii file. Upload that along with the full set of options on the compiler
command line and we can take a look.