This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/59572] Not clear error message in smallest_mode_for_size in handled case


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]