This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/24072] [3.4 Regression] diagnostics, oh my!
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Sep 2005 01:44:22 -0000
- Subject: [Bug c++/24072] [3.4 Regression] diagnostics, oh my!
- References: <20050927013648.24072.igodard@pacbell.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-27 01:44 -------
I need to double check the 3.4 branch but this is only a 3.4 regression.
Both 3.3.3 and 4.0.0 and above give:
t.cc:2: error: conflicting types for `volatile unsigned int i'
t.cc:1: error: previous declaration as `volatile int i'
--
What |Removed |Added
----------------------------------------------------------------------------
Known to fail|3.4.0 |3.4.0 3.4.4
Target Milestone|--- |3.4.5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24072