[Bug optimization/12223] [3.3.2 regression] Compiler generates infinite loop

2003-09-14 Thread schwab at suse dot de
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12223 schwab at suse dot de changed: What|Removed |Added C

[Bug optimization/12278] Infinite loop with inlined function

2003-09-14 Thread schwab at suse dot de
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12278 schwab at suse dot de changed: What|Removed |Added Statu

Processed: Trying to fix tags again

2003-09-14 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 210848 + sid Bug#210848: g++-3.3: Code miscompilation with -O0 -finline (discovered in QT) There were no tags set. Tags added: sid > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administra

Bug#210848: g++-3.3: Code miscompilation with -O0 -finline (discovered in QT)

2003-09-14 Thread Daniel Jacobowitz
On Sun, Sep 14, 2003 at 01:37:40AM -0500, Kevin Puetz wrote: > Package: g++-3.3 > Version: 1:3.3.2-0pre3 > Severity: grave > Tags: security > Justification: renders package unusable > > 3.3.2-0pre3 introduces a very serious miscompilation when inline functions > are in the lvalue of conditional e

Processed: Re: Bug#210848: g++-3.3: Code miscompilation with -O0 -finline (discovered in QT)

2003-09-14 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 210848 - security Bug#210848: g++-3.3: Code miscompilation with -O0 -finline (discovered in QT) There were no tags set. Tags removed: security > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking syste

Bug#210848: g++-3.3: Code miscompilation with -O0 -finline (discovered in QT)

2003-09-14 Thread Matt Zimmerman
tags 210848 - security thanks On Sun, Sep 14, 2003 at 01:37:40AM -0500, Kevin Puetz wrote: > Package: g++-3.3 > Version: 1:3.3.2-0pre3 > Severity: grave > Tags: security ? -- - mdz

Processed: Correcting tags

2003-09-14 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 210848 -security +sid Unknown tag/s: +sid. Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid help security upstream pending sarge sarge-ignore experimental d-i confirmed ipv6 lfs fixed-in-experimental fixed-upstream. B

Re: yacc/bison build errors on current CVS

2003-09-14 Thread Daniel Jacobowitz
On Sun, Sep 14, 2003 at 04:10:07PM +0200, Andreas Jaeger wrote: > Robert Millan <[EMAIL PROTECTED]> writes: > > > Hi! > > > > I got a build error when trying to build from today's CVS sources on > > i386-linux-gnu. The problem seems to be related to: > > > > http://gcc.gnu.org/ml/gcc/2003-01/msg

Re: yacc/bison build errors on current CVS

2003-09-14 Thread Andreas Jaeger
Robert Millan <[EMAIL PROTECTED]> writes: > Hi! > > I got a build error when trying to build from today's CVS sources on > i386-linux-gnu. The problem seems to be related to: > > http://gcc.gnu.org/ml/gcc/2003-01/msg01582.html > (I tried "cd gcc/gcc && cat .cvsignore | xargs rm" as suggested b

yacc/bison build errors on current CVS

2003-09-14 Thread Robert Millan
Hi! I got a build error when trying to build from today's CVS sources on i386-linux-gnu. The problem seems to be related to: http://gcc.gnu.org/ml/gcc/2003-01/msg01582.html (I tried "cd gcc/gcc && cat .cvsignore | xargs rm" as suggested by the response message but that didn't help.) I'm u

Bug#210848: g++-3.3: Code miscompilation with -O0 -finline (discovered in QT)

2003-09-14 Thread Kevin Puetz
Package: g++-3.3 Version: 1:3.3.2-0pre3 Severity: grave Tags: security Justification: renders package unusable 3.3.2-0pre3 introduces a very serious miscompilation when inline functions are in the lvalue of conditional expressions (at least, I think that this is the trigger condition). It was i

Bug#210844: gnat-3.3: Constraint error for valid input

2003-09-14 Thread Brian May
Package: gnat-3.3 Version: 1:3.3.2-0pre3 Severity: normal As far as I can tell, this program is valid. It runs fine under gnat 3.14p-3 in fact: --- cut --- [517] [snoopy:bam] ~/tmp/ada/bugs >cat test_calendar.adb with Ada.Calendar; use Ada.Calendar; procedure Test_Calendar is T : Time;