[Bug c++/20681] [4.2/4.3/4.4 Regression] wrong "control reaches" warning with switches

2008-11-19 Thread karol at mikronika dot com dot pl


--- Comment #22 from karol at mikronika dot com dot pl  2008-11-19 15:13 
---
(In reply to comment #2)
> Reduced testcase:
> struct a{~a();a();};
> int GetMetaCombination (int a2)
> {
>   a bi;
>   switch (a2)
>   {
> case 1:
>   return 18;
>   break;//removing this works around the warning
> default:
>   return 0;
>   }
> }

This also fails in gcc-4.2 (GCC) 4.2.4


-- 


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



[Bug c++/16625] Discarded Linkonce sections in .rodata

2006-05-12 Thread karol at mikronika dot com dot pl


--- Comment #30 from karol at mikronika dot com dot pl  2006-05-12 13:40 
---
Strange... I don't know why 3.3.x will not be updated. Currently line 3.3.x is 
used in many stable/production environments like stable: Debian (sarge),
Slackware 10, Suse 10.


-- 


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



[Bug c++/16625] Discarded Linkonce sections in .rodata

2006-04-04 Thread karol at mikronika dot com dot pl


--- Comment #26 from karol at mikronika dot com dot pl  2006-04-04 09:00 
---
Does anybody from gcc developers resolve this old bug issue at any finished
time?!

This is nearly 2 years old bug!!! 

Greets,
Karol
(In reply to comment #25)
> (In reply to comment #24)
> > Test case doesn't work with gcc 3.3.6 and the latest cvs binutils
> > (2.16.91.20051230)
> > 
> 
> Testcase work when I used binutils 2.12.1.
> 
> My OS box: Slackware 10.2 (i686)
> 


-- 

karol at mikronika dot com dot pl changed:

   What|Removed |Added

     CC|            |karol at mikronika dot com
       ||dot pl


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



[Bug c++/16625] Discarded Linkonce sections in .rodata

2005-12-30 Thread karol at mikronika dot com dot pl


--- Comment #25 from karol at mikronika dot com dot pl  2005-12-30 13:30 
---
(In reply to comment #24)
> Test case doesn't work with gcc 3.3.6 and the latest cvs binutils
> (2.16.91.20051230)
> 

Testcase work when I used binutils 2.12.1.

My OS box: Slackware 10.2 (i686)


-- 


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



[Bug c++/16625] Discarded Linkonce sections in .rodata

2005-12-30 Thread karol at mikronika dot com dot pl


--- Comment #24 from karol at mikronika dot com dot pl  2005-12-30 13:07 
---
Test case doesn't work with gcc 3.3.6 and the latest cvs binutils
(2.16.91.20051230)


-- 


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