public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/40172]  New: [4.5 Regression]  Revision 147596 breaks bootstrap ia ia64
@ 2009-05-16 15:16 hjl dot tools at gmail dot com
  2009-05-16 15:19 ` [Bug middle-end/40172] [4.5 Regression] Revision 147596 breaks bootstrap hjl dot tools at gmail dot com
                   ` (30 more replies)
  0 siblings, 31 replies; 32+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-05-16 15:16 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1034 bytes --]

Revision 147596:

http://gcc.gnu.org/ml/gcc-cvs/2009-05/msg00572.html

breaks bootstrap on ia64. A testcase:

[hjl@gnu-12 prev-gcc]$ cat /tmp/x.i
struct rtx_def;
typedef struct rtx_def *rtx; 

extern int foo;
extern int bar;

extern int test (void);
extern int xxx;

int
test (void)
{
  if (((rtx) 0 != (rtx) 0) && xxx ? foo : bar)
    return 1;
  else
  return 0;
}
[hjl@gnu-12 prev-gcc]$ ./xgcc -B./ -Wall -W -O2 -Werror -S /tmp/x.i
cc1: warnings being treated as errors
/tmp/x.i: In function ‘test’:
/tmp/x.i:13: error: logical ‘and’ of mutually exclusive tests is always false
[hjl@gnu-12 prev-gcc]$


-- 
           Summary: [4.5 Regression]  Revision 147596 breaks bootstrap ia
                    ia64
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


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


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

end of thread, other threads:[~2009-05-21 11:05 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-16 15:16 [Bug middle-end/40172] New: [4.5 Regression] Revision 147596 breaks bootstrap ia ia64 hjl dot tools at gmail dot com
2009-05-16 15:19 ` [Bug middle-end/40172] [4.5 Regression] Revision 147596 breaks bootstrap hjl dot tools at gmail dot com
2009-05-16 15:19 ` [Bug middle-end/40172] [4.5 Regression] Revision 147596 breaks bootstrap ia ia64 hjl dot tools at gmail dot com
2009-05-16 15:32 ` [Bug c/40172] [4.5 Regression] Revision 147596 breaks bootstrap dominiq at lps dot ens dot fr
2009-05-16 16:12 ` hjl dot tools at gmail dot com
2009-05-17  3:08 ` danglin at gcc dot gnu dot org
2009-05-17 17:12 ` manu at gcc dot gnu dot org
2009-05-17 18:05 ` hjl dot tools at gmail dot com
2009-05-17 18:37 ` hjl at gcc dot gnu dot org
2009-05-17 19:25 ` hjl dot tools at gmail dot com
2009-05-17 20:02 ` pinskia at gcc dot gnu dot org
2009-05-17 20:14 ` hjl dot tools at gmail dot com
2009-05-17 20:17 ` pinskia at gcc dot gnu dot org
2009-05-17 20:20 ` rguenth at gcc dot gnu dot org
2009-05-17 20:47 ` manu at gcc dot gnu dot org
2009-05-18 21:10 ` daney at gcc dot gnu dot org
2009-05-18 22:35 ` daney at gcc dot gnu dot org
2009-05-18 22:56 ` meissner at linux dot vnet dot ibm dot com
2009-05-18 23:03 ` hjl dot tools at gmail dot com
2009-05-18 23:13 ` manu at gcc dot gnu dot org
2009-05-18 23:32 ` daney at gcc dot gnu dot org
2009-05-18 23:49 ` meissner at linux dot vnet dot ibm dot com
2009-05-19  0:02 ` pinskia at gcc dot gnu dot org
2009-05-19  0:38 ` hjl dot tools at gmail dot com
2009-05-19  2:33 ` meissner at linux dot vnet dot ibm dot com
2009-05-19  2:37 ` hjl dot tools at gmail dot com
2009-05-19 19:29 ` manu at gcc dot gnu dot org
2009-05-19 20:29 ` manu at gcc dot gnu dot org
2009-05-19 20:58 ` ddaney at caviumnetworks dot com
2009-05-19 21:17 ` hjl at gcc dot gnu dot org
2009-05-19 21:24 ` hjl at gcc dot gnu dot org
2009-05-21 11:05 ` rguenth at gcc dot gnu dot org

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).