public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/40720]  New: Optimizer Bug: bad register name
@ 2009-07-11 17:36 mckelvey at maskull dot com
  2009-10-14  4:05 ` [Bug target/40720] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mckelvey at maskull dot com @ 2009-07-11 17:36 UTC (permalink / raw)
  To: gcc-bugs

Code compiles fine w/o O3. Recent SVN. I'm unsure how to proceed, as temp files
will be very large. I don't know where to begin making a smaller testcase.
Please advise.

uname -a
CYGWIN_NT-5.1 MCKELVEY-XP 1.7.0(0.210/5/3) 2009-06-18 12:51 i686 Cygwin

g++ -v
Using built-in specs.
Target: i686-pc-cygwin
Configured with: /cygdrive/e/Home/cvsroot/gcc/configure --verbose
--enable-threads --disable-nls --enable-checking=release
--disable-win32-registry --enable-languages=c,c++
Thread model: posix
gcc version 4.5.0 20090705 (experimental) (GCC) 

BUILDING:
alias CONFIGURECVS='/cygdrive/e/Home/cvsroot/gcc/configure     --verbose
--enable-threads --disable-nls --enable-checking=release    
--disable-win32-registry --enable-languages=c,c++ 2>&1 | tee clog'

alias BUILD='nice make CFLAGS='\'''\'' BOOT_CFLAGS='\'''\'' LIBCFLAGS='\''-g
-O'\''     CXXFLAGS='\''-O'\'' LIBCXXFLAGS='\''-g -O'\''     bootstrap 2>&1 |
tee log'


g++ -c  -O3 -DNDEBUG      -DUSE_MUTEX=1 -findirect-inlining -Winline
-pedantic-errors -Werror -ansi -fno-common -Wall -Wold-style-cast -Wsign-promo
-Wpointer-arith -Wundef -Wwrite-strings -Winvalid-pch -Woverloaded-virtual
-Wcast-qual -Wextra -Wredundant-decls -Wshadow -Wcast-align -Wcomment
-fstrict-aliasing -Winit-self -Wmissing-include-dirs -Wswitch-default
-Wswitch-enum -Wlogical-op -Wconversion -Wsign-conversion
-Wmissing-declarations -Wdeprecated -ftree-switch-conversion -Wuninitialized
-Wparentheses -Wunused -MMD      -fimplicit-templates -I. -I.. -o test054.o
test054.cc
/cygdrive/c/DOCUME~1/Owner/LOCALS~1/Temp/cchrs5yb.s: Assembler messages:
/cygdrive/c/DOCUME~1/Owner/LOCALS~1/Temp/cchrs5yb.s:77000: Warning: end of file
not at end of a line; newline inserted
/cygdrive/c/DOCUME~1/Owner/LOCALS~1/Temp/cchrs5yb.s:77764: Error: bad register
name `%'

File cchrs5yb.s no longer exists.


-- 
           Summary: Optimizer Bug: bad register name
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mckelvey at maskull dot com
 GCC build triplet: i686-pc-cygwin
  GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40720


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/40720] Optimizer Bug: bad register name
  2009-07-11 17:36 [Bug c++/40720] New: Optimizer Bug: bad register name mckelvey at maskull dot com
@ 2009-10-14  4:05 ` pinskia at gcc dot gnu dot org
  2009-10-17 18:59 ` mckelvey at maskull dot com
  2009-10-17 19:28 ` ubizjak at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-10-14  4:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2009-10-14 04:05 -------
>I'm unsure how to proceed, as temp files
will be very large

Zip them up.

But please attach the preprocessed source that is able to reproduce this bug.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40720


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/40720] Optimizer Bug: bad register name
  2009-07-11 17:36 [Bug c++/40720] New: Optimizer Bug: bad register name mckelvey at maskull dot com
  2009-10-14  4:05 ` [Bug target/40720] " pinskia at gcc dot gnu dot org
@ 2009-10-17 18:59 ` mckelvey at maskull dot com
  2009-10-17 19:28 ` ubizjak at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: mckelvey at maskull dot com @ 2009-10-17 18:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from mckelvey at maskull dot com  2009-10-17 18:59 -------
(In reply to comment #1)
> >I'm unsure how to proceed, as temp files
> will be very large
> 
> Zip them up.
> 

I rebuilt from latest subversion and problem no longer occurs. We can close
this
bug!


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40720


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/40720] Optimizer Bug: bad register name
  2009-07-11 17:36 [Bug c++/40720] New: Optimizer Bug: bad register name mckelvey at maskull dot com
  2009-10-14  4:05 ` [Bug target/40720] " pinskia at gcc dot gnu dot org
  2009-10-17 18:59 ` mckelvey at maskull dot com
@ 2009-10-17 19:28 ` ubizjak at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: ubizjak at gmail dot com @ 2009-10-17 19:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ubizjak at gmail dot com  2009-10-17 19:28 -------
(In reply to comment #2)

> I rebuilt from latest subversion and problem no longer occurs. We can close
> this bug!

Fixed.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40720


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-10-17 19:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-11 17:36 [Bug c++/40720] New: Optimizer Bug: bad register name mckelvey at maskull dot com
2009-10-14  4:05 ` [Bug target/40720] " pinskia at gcc dot gnu dot org
2009-10-17 18:59 ` mckelvey at maskull dot com
2009-10-17 19:28 ` ubizjak at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).